/*
Theme Name: LIQUID AIR
Theme URI: https://lqd.jp/wp/theme_press.html  
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/about.html  
Description: LIQUID AIR is a modern and minimalist block theme that is fully compatible with full site editing. We have a selection of templates and styles that are perfect for simple designs, making them suitable for a wide range of uses. Recommend the LIQUID BLOCKS plugin. https://wordpress.org/plugins/liquid-blocks/  
Requires at least: 6.0
Tested up to: 6.7.2
Requires PHP: 5.7
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: liquid-air
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, translation-ready, wide-blocks, block-styles, blog, news
*/
/* Apple Typography System */
html {
    scroll-behavior: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    color: #1d1d1f;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* Header */
.wrapper {
    margin-top: 0;
}
.header-fixed-top {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-fixed-left {
    position: fixed;
    top: 0;
    z-index: 99;
    height: calc(100% - 3rem);
}
.header-fixed-left .wp-block-image {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
}
.scroll-first-view {
    opacity: 1;
}
.overlap-left {
    margin-left: -3rem !important;
}
/* Header Component Styles - Efecto Glass Morphism Intenso */
.wp-container-core-group-is-layout-5b712bb5,
.wp-block-group.shadow.has-liquid-base-background-color {
    width: 600px !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 60px !important;
    padding: 6px 20px !important;
    min-height: 40px !important;
    
    /* Efecto Glassmorphism con color más claro permanente */
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: saturate(200%) blur(40px);
    -webkit-backdrop-filter: saturate(200%) blur(40px);
    
    /* Borde biselado con mayor contraste */
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-radius: 18px;
    
    /* Sombras pronunciadas para efecto cristal biselado */
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.4),
        0 6px 24px rgba(0, 0, 0, 0.25),
        inset 0 2px 4px rgba(255, 255, 255, 1),
        inset 0 -2px 4px rgba(0, 0, 0, 0.18),
        0 0 0 1.5px rgba(255, 255, 255, 0.6);
    
    /* Sin transición para evitar efectos hover */
    transition: none;
}

/* Eliminar efecto hover - mantener el mismo estilo */
.wp-container-core-group-is-layout-5b712bb5:hover,
.wp-block-group.shadow.has-liquid-base-background-color:hover {
    background: rgba(255, 255, 255, 0.65) !important;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.4),
        0 6px 24px rgba(0, 0, 0, 0.25),
        inset 0 2px 4px rgba(255, 255, 255, 1),
        inset 0 -2px 4px rgba(0, 0, 0, 0.18),
        0 0 0 1.5px rgba(255, 255, 255, 0.6);
    transform: none;
}

/* Ajustes para los elementos dentro de la navbar */
.wp-container-core-group-is-layout-5b712bb5 .wp-block-navigation,
.wp-block-group.shadow.has-liquid-base-background-color .wp-block-navigation {
    min-height: 35px !important;
}

.wp-container-core-group-is-layout-5b712bb5 .wp-block-navigation__container,
.wp-block-group.shadow.has-liquid-base-background-color .wp-block-navigation__container {
    gap: 1rem !important;
}

/* Variante oscura del glassmorphism para fondos oscuros */
.dark-glass {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: saturate(200%) blur(40px);
    -webkit-backdrop-filter: saturate(200%) blur(40px);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-top: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 4px 16px rgba(0, 0, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.15),
        inset 0 -2px 4px rgba(0, 0, 0, 0.3);
}

/* Display utilities */
.is-display-desktop {
    display: block;
}
.is-display-desktop.is-layout-flex,
.is-display-desktop.wp-block-cover,
.is-display-desktop.wp-block-cover-image {
    display: flex;
}
.is-display-desktop.wp-block-media-text {
    display: grid;
}
.is-display-mobile {
    display: none;
}

/* Main Section with Full Height Background */
.main-section {
    position: relative;
    overflow: hidden;
    background: #2B2A28;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
    flex: 1;
    width: 100%;
}
.main-section::before {
    display: none;
}
.main-section::after {
    display: none;
}
.main-section .wp-block-columns::after {
    display: none;
}

/* Contenedor principal centrado */
.main-section > .wp-block-group {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Sección principal (título y botones) - CENTRADA */
.main-section .wp-block-columns {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: 0 auto !important;
}

/* Margen superior para bajar el contenido principal */
.main-section .wp-block-columns:first-of-type {
    margin-top: 150px !important;
}

/* Cards AI - posición inferior derecha del hero */
.main-section .dark-card {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 280px;
    max-width: 280px;
    margin: 0 !important;
    z-index: 10;
    
    /* Nuevo estilo diferenciado */
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.15), rgba(0, 200, 83, 0.15)) !important;
    backdrop-filter: saturate(180%) blur(25px);
    -webkit-backdrop-filter: saturate(180%) blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 4px 20px rgba(0, 122, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-section .dark-card:hover {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.25), rgba(0, 200, 83, 0.25)) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 8px 30px rgba(0, 122, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Contenedor de las cards AI - posicionamiento absoluto */
.main-section .wp-block-group:has(.dark-card) {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 !important;
    z-index: 10;
}

/* Card Styles con efecto glass sutil */
.feature-card,
.service-card,
.highlight-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(229, 229, 231, 0.8);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.feature-card:hover,
.service-card:hover,
.highlight-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.dark-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.dark-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
/* Dark Section Background */
.dark-section {
    position: relative;
    overflow: hidden;
    background: #2B2A28;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100%;
}
.dark-section::before {
    display: none;
}
.dark-section .wp-block-columns {
    position: relative;
    z-index: 2;
    width: 100%;
}
/* Ajustes generales para reducir espacios blancos */
.wp-block-group,
.wp-block-column,
.wp-block-columns {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-heading {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.2;
}
p {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.3;
}
/* Estadísticas styles */
.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
}
.stat-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
    padding: 1rem;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
}
/* Bootstrap-inspired utilities */
.rounded {
    overflow: hidden;
    border-radius: 0.375rem !important;
}
.rounded-0 {
    overflow: hidden;
    border-radius: 0 !important;
}
.rounded-1 {
    overflow: hidden;
    border-radius: 0.25rem !important;
}
.rounded-2 {
    overflow: hidden;
    border-radius: 0.375rem !important;
}
.rounded-3 {
    overflow: hidden;
    border-radius: 0.5rem !important;
}
.rounded-4 {
    overflow: hidden;
    border-radius: 1rem !important;
}
.rounded-5 {
    overflow: hidden;
    border-radius: 2rem !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
/* Flexbox utilities */
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
/* Spacing utilities - Reducidos para menos espacio */
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.2rem !important;
}
.mt-2 {
    margin-top: 0.4rem !important;
}
.mt-3 {
    margin-top: 0.8rem !important;
}
.mt-4 {
    margin-top: 1.2rem !important;
}
.mt-5 {
    margin-top: 2rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.2rem !important;
}
.me-2 {
    margin-right: 0.4rem !important;
}
.me-3 {
    margin-right: 0.8rem !important;
}
.me-4 {
    margin-right: 1.2rem !important;
}
.me-5 {
    margin-right: 2rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.2rem !important;
}
.mb-2 {
    margin-bottom: 0.4rem !important;
}
.mb-3 {
    margin-bottom: 0.8rem !important;
}
.mb-4 {
    margin-bottom: 1.2rem !important;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.2rem !important;
}
.ms-2 {
    margin-left: 0.4rem !important;
}
.ms-3 {
    margin-left: 0.8rem !important;
}
.ms-4 {
    margin-left: 1.2rem !important;
}
.ms-5 {
    margin-left: 2rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.2rem !important;
}
.p-2 {
    padding: 0.4rem !important;
}
.p-3 {
    padding: 0.8rem !important;
}
.p-4 {
    padding: 1.2rem !important;
}
.p-5 {
    padding: 2rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
}
.px-2 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
}
.px-3 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.px-4 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
}
.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.py-2 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}
.py-3 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
.py-4 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.2rem !important;
}
.pt-2 {
    padding-top: 0.4rem !important;
}
.pt-3 {
    padding-top: 0.8rem !important;
}
.pt-4 {
    padding-top: 1.2rem !important;
}
.pt-5 {
    padding-top: 2rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.2rem !important;
}
.pe-2 {
    padding-right: 0.4rem !important;
}
.pe-3 {
    padding-right: 0.8rem !important;
}
.pe-4 {
    padding-right: 1.2rem !important;
}
.pe-5 {
    padding-right: 2rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.2rem !important;
}
.pb-2 {
    padding-bottom: 0.4rem !important;
}
.pb-3 {
    padding-bottom: 0.8rem !important;
}
.pb-4 {
    padding-bottom: 1.2rem !important;
}
.pb-5 {
    padding-bottom: 2rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.2rem !important;
}
.ps-2 {
    padding-left: 0.4rem !important;
}
.ps-3 {
    padding-left: 0.8rem !important;
}
.ps-4 {
    padding-left: 1.2rem !important;
}
.ps-5 {
    padding-left: 2rem !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.2rem !important;
}
.m-2 {
    margin: 0.4rem !important;
}
.m-3 {
    margin: 0.8rem !important;
}
.m-4 {
    margin: 1.2rem !important;
}
.m-5 {
    margin: 2rem !important;
}
/* Negative margin utilities */
.m-n1 {
    margin: -0.2rem !important;
}
.m-n2 {
    margin: -0.4rem !important;
}
.m-n3 {
    margin: -0.8rem !important;
}
.m-n4 {
    margin: -1.2rem !important;
}
.m-n5 {
    margin: -2rem !important;
}
.mx-n1 {
    margin-right: -0.2rem !important;
    margin-left: -0.2rem !important;
}
.mx-n2 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
}
.mx-n3 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
}
.mx-n4 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
}
.mx-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}
.my-n1 {
    margin-top: -0.2rem !important;
    margin-bottom: -0.2rem !important;
}
.my-n2 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
}
.my-n3 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
}
.my-n4 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
}
.my-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mt-n1 {
    position: relative;
    z-index: 1;
    margin-top: -0.2rem !important;
}
.mt-n2 {
    position: relative;
    z-index: 1;
    margin-top: -0.4rem !important;
}
.mt-n3 {
    position: relative;
    z-index: 1;
    margin-top: -0.8rem !important;
}
.mt-n4 {
    position: relative;
    z-index: 1;
    margin-top: -1.2rem !important;
}
.mt-n5 {
    position: relative;
    z-index: 1;
    margin-top: -2rem !important;
}
.me-n1 {
    margin-right: -0.2rem !important;
}
.me-n2 {
    margin-right: -0.4rem !important;
}
.me-n3 {
    margin-right: -0.8rem !important;
}
.me-n4 {
    margin-right: -1.2rem !important;
}
.me-n5 {
    margin-right: -2rem !important;
}
.mb-n1 {
    margin-bottom: -0.2rem !important;
}
.mb-n2 {
    margin-bottom: -0.4rem !important;
}
.mb-n3 {
    margin-bottom: -0.8rem !important;
}
.mb-n4 {
    margin-bottom: -1.2rem !important;
}
.mb-n5 {
    margin-bottom: -2rem !important;
}
.ms-n1 {
    margin-left: -0.2rem !important;
}
.ms-n2 {
    margin-left: -0.4rem !important;
}
.ms-n3 {
    margin-left: -0.8rem !important;
}
.ms-n4 {
    margin-left: -1.2rem !important;
}
.ms-n5 {
    margin-left: -2rem !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.entry-content {
    margin-block-start: 0;
}

/* Posicionar entry-content en la parte superior */
.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    position: relative;
    top: -20px;
    margin-top: -20px;
    padding-top: 0;
}
/* Hero Section Button Glow Effects */
.main-section .wp-block-button .has-liquid-decoration-background-color {
    transition: all 0.3s ease;
}

.main-section .wp-block-button .has-liquid-decoration-background-color:hover {
    box-shadow: 
        0 0 15px rgba(17, 101, 134, 0.3),
        0 0 25px rgba(17, 101, 134, 0.2),
        0 0 35px rgba(17, 101, 134, 0.1),
        0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px) scale(1.01);
    filter: brightness(1.05);
}

/* Let's Talk Button Hover Effects */
.main-section .wp-block-button .has-liquid-border-background-color {
    transition: all 0.3s ease;
}

.main-section .wp-block-button .has-liquid-border-background-color:hover {
    box-shadow: 
        0 0 15px rgba(255, 255, 255, 0.3),
        0 0 25px rgba(255, 255, 255, 0.2),
        0 0 35px rgba(255, 255, 255, 0.1),
        0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px) scale(1.01);
    filter: brightness(1.1);
    border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Hero Section Text and Buttons - Move up 15px */
.main-section .wp-block-column p.has-text-align-left {
    transform: translateY(-15px);
}

.main-section .wp-block-column .wp-block-buttons {
    transform: translateY(-15px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wp-container-core-group-is-layout-5b712bb5,
    .wp-block-group.shadow.has-liquid-base-background-color {
        width: 90% !important;
        max-width: 90% !important;
        margin-top: 15px !important;
        padding: 5px 15px !important;
        min-height: 35px !important;
    }
    .main-section {
        min-height: 100vh;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main-section .wp-block-columns {
        margin-top: 0 !important;
        position: relative !important;
    }
    .main-section .wp-block-columns:first-of-type {
        margin-top: 50px !important;
    }
    .main-section .dark-card {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 1rem !important;
        
        /* Estilo simplificado para móvil */
        background: rgba(0, 0, 0, 0.7) !important;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        padding: 1.5rem;
        border-radius: 16px;
    }
    
    .main-section .wp-block-group:has(.dark-card) {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        flex-direction: column;
        margin-top: 2rem !important;
    }
    .wp-block-columns {
        gap: 1rem;
    }
    .feature-card,
    .service-card,
    .highlight-card,
    .dark-card {
        margin-bottom: 0.8rem;
        padding: 1rem;
    }
    
    .stats-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-item {
        min-width: auto;
        padding: 0.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}
@media (max-width: 599px) {
    /* Header */
    .header-fixed-left .wp-block-navigation__responsive-container-close {
        left: 0;
        right: auto;
    }
    /* Navigation */
    .wp-block-navigation__responsive-container-close {
        background: rgba(142, 142, 147, 0.12);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        border-radius: 50%;
        padding: 0.4rem;
        margin-top: 0.4rem;
        border: none;
    }
    .wp-block-navigation__responsive-container.is-menu-open {
        background-color: rgba(255, 255, 255, 0.85) !important;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
    }
    .wp-block-navigation__submenu-container {
        font-size: var(--wp--preset--font-size--small);
        padding-left: 0.8rem !important;
        gap: 0.6rem !important;
    }
    .current-menu-item,
    .current-menu-parent,
    .current_page_item {
        text-decoration: underline;
        text-underline-offset: 0.4em;
        text-decoration-color: #007AFF;
    }
    /* Display utilities for mobile */
    .is-display-desktop {
        display: none;
    }
    .is-display-mobile {
        display: block;
    }
    .is-display-mobile.is-layout-flex,
    .is-display-mobile.wp-block-cover,
    .is-display-mobile.wp-block-cover-image {
        display: flex;
    }
    .is-display-mobile.wp-block-media-text {
        display: grid;
    }
    .wp-container-core-group-is-layout-5b712bb5,
    .wp-block-group.shadow.has-liquid-base-background-color {
        width: 95% !important;
        max-width: 95% !important;
        margin-top: 10px !important;
        padding: 4px 12px !important;
        min-height: 32px !important;
    }
}
/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .feature-card,
    .service-card,
    .highlight-card {
        border-width: 2px !important;
        border-color: #000000 !important;
    }
    .dark-card {
        border-color: #ffffff !important;
        border-width: 2px !important;
    }
    .wp-container-core-group-is-layout-5b712bb5,
    .wp-block-group.shadow.has-liquid-base-background-color {
        border-width: 2px !important;
    }
}
/* Focus States for Accessibility */
a:focus,
button:focus {
    outline: 2px solid #007AFF;
    outline-offset: 2px;
}
/* Privacy Policy Page Styles - Dark Modern Design matching hero section */

/* Asegurar que body tenga fondo oscuro para privacy policy */
body.privacy-policy-page,
body:has(.privacy-policy-page) {
    background: #2B2A28 !important;
    color: #ffffff !important;
}

/* Aplicar el mismo fondo que la sección hero */
.privacy-policy-page {
    background: #2B2A28 !important;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Contenedor principal con el mismo estilo */
.privacy-policy-page .privacy-single-document {
    background: #2B2A28 !important;
    position: relative;
    z-index: 2;
}

/* Agregar elementos geométricos de fondo similares a la imagen */
.privacy-policy-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(0, 122, 255, 0.2) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

/* Elementos geométricos adicionales */
.privacy-policy-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.02) 50%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgba(0, 122, 255, 0.05) 50%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}

/* Estilos de texto para el fondo oscuro */
.privacy-policy-page h1,
.privacy-policy-page h2,
.privacy-policy-page h3,
.privacy-policy-page h4,
.privacy-policy-page h5,
.privacy-policy-page h6 {
    color: #ffffff !important;
}

.privacy-policy-page p,
.privacy-policy-page li {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Contenedor principal con backdrop - COMPLETAMENTE TRANSPARENTE */
.privacy-policy-page .privacy-single-document {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 3;
}

/* Cajas de contenido con glassmorphism suave */
.privacy-policy-page .wp-block-group.has-background {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
}

.privacy-policy-dark-section p {
    color: #e5e7eb !important;
}

/* Light sections with subtle background */
.privacy-policy-light-section {
    background: #f8fafc !important;
}

/* Card styling with modern shadows */
.privacy-policy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.privacy-policy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Dark cards for contrast */
.privacy-policy-dark-card {
    background: #2d2d2d;
    color: #ffffff;
    border: 1px solid #374151;
}

.privacy-policy-dark-card h2 {
    color: #ffffff !important;
}

.privacy-policy-dark-card p,
.privacy-policy-dark-card li {
    color: #e5e7eb !important;
}

/* Notice section with gradient border */
.privacy-policy-notice {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    color: #ffffff;
}

.privacy-policy-notice::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg, #8b5cf6, #06b6d4, #10b981, #f59e0b);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
}

.privacy-policy-notice p {
    color: #e5e7eb !important;
    position: relative;
    z-index: 1;
}

/* Tabla con estilo moderno para fondo oscuro */
.privacy-policy-page .document-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.privacy-policy-page .document-table th {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    padding: 1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-policy-page .document-table td {
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.privacy-policy-page .document-table tr:hover td {
    background: rgba(255, 255, 255, 0.08);
}

/* Enlaces con estilo moderno */
.privacy-policy-page a {
    color: #60a5fa !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.privacy-policy-page a:hover {
    color: #93c5fd !important;
    text-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

/* Lista de contenidos (TOC) */
.privacy-policy-page .document-toc {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Links styling */
a {
    color: #06b6d4;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

a:hover {
    color: #0891b2;
    text-decoration: underline;
}

.privacy-policy-dark-section a,
.privacy-policy-dark-card a {
    color: #06b6d4;
}

.privacy-policy-dark-section a:hover,
.privacy-policy-dark-card a:hover {
    color: #67e8f9;
}

/* List styling improvements - Ajustado para fondo oscuro */
.privacy-policy-page .wp-block-list li {
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.privacy-policy-page .wp-block-list li strong {
    color: #93c5fd !important;
}

.privacy-policy-page .privacy-policy-dark-card .wp-block-list li strong {
    color: #a78bfa !important;
}

/* Table of contents styling */
.privacy-toc {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.privacy-toc ol {
    margin: 0;
    padding-left: 1.5rem;
}

.privacy-toc a {
    color: #6366f1;
    font-weight: 500;
}

.privacy-toc a:hover {
    color: #4f46e5;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .privacy-policy-card,
    .privacy-policy-dark-card {
        padding: 1.5rem;
    }
    
    .privacy-table th,
    .privacy-table td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .wp-block-heading {
        font-size: 1.75rem !important;
    }
    
    .main-section h1 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 480px) {
    .privacy-table {
        overflow-x: auto;
    }
    
    .privacy-table table {
        min-width: 400px;
    }
    
    .main-section h1 {
        font-size: 2rem !important;
    }
    
    .privacy-policy-card,
    .privacy-policy-dark-card {
        padding: 1rem;
    }
}

/* Smooth scroll behavior for anchors */
html {
    scroll-behavior: smooth;
}

/* Enhanced responsive design for privacy policy */
@media (max-width: 768px) {
    .privacy-policy-page {
        padding-top: 4rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .privacy-policy-content h1 {
        font-size: 2.5rem;
    }
    
    .privacy-section h2 {
        font-size: 1.75rem;
    }
    
    .privacy-policy-notice,
    .privacy-policy-toc {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .privacy-section p,
    .privacy-list li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .privacy-policy-content h1 {
        font-size: 2rem;
    }
    
    .privacy-section h2 {
        font-size: 1.5rem;
    }
    
    .privacy-policy-notice,
    .privacy-policy-toc {
        padding: 1rem;
    }
}

/* Print Styles */
@media print {
    .main-section,
    .dark-section {
        background: #ffffff !important;
        color: #000000 !important;
    }
    .wp-container-core-group-is-layout-5b712bb5,
    .wp-block-group.shadow.has-liquid-base-background-color {
        background: #ffffff !important;
        border: 1px solid #000000 !important;
    }
    
    .privacy-policy-page {
        background: #ffffff !important;
    }
    
    .privacy-policy-nav {
        display: none;
    }
    
    .privacy-policy-notice,
    .privacy-policy-toc {
        border: 1px solid #000000 !important;
        background: #ffffff !important;
    }
}

/* Single Document Layout Styles - Fondo oscuro para privacy policy */
.privacy-single-document {
    background: transparent !important;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/* Sobrescribir para privacy policy específicamente */
.privacy-policy-page .privacy-single-document {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.privacy-policy-page .privacy-single-document::before {
    display: none;
}

/* Document Typography - Sobrescribir para fondo oscuro */
.privacy-policy-page .privacy-single-document h1 {
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    letter-spacing: -0.02em;
}

.privacy-policy-page .privacy-single-document h2 {
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    letter-spacing: -0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5rem;
}

.privacy-policy-page .privacy-single-document p,
.privacy-policy-page .privacy-single-document li {
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    letter-spacing: 0.01em;
}

/* Document Links - Ajustados para fondo oscuro */
.privacy-policy-page .privacy-single-document a {
    color: #60a5fa !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(96, 165, 250, 0.3);
    transition: all 0.2s ease;
}

.privacy-policy-page .privacy-single-document a:hover {
    color: #93c5fd !important;
    border-bottom-color: rgba(147, 197, 253, 0.5);
    text-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

/* Table of Contents - Ajustada para fondo oscuro */
.privacy-policy-page .document-toc {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.privacy-policy-page .document-toc::before {
    content: 'TABLE OF CONTENTS';
    position: absolute;
    top: -10px;
    left: 20px;
    background: #2B2A28;
    padding: 0 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.privacy-policy-page .document-toc li {
    margin-bottom: 0.3rem;
}

.privacy-policy-page .document-toc a {
    color: #60a5fa !important;
    border: none !important;
    font-weight: 500;
}

.privacy-policy-page .document-toc a:hover {
    color: #93c5fd !important;
    text-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

/* Document Table */
.document-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(229, 231, 235, 0.6);
}

.document-table th {
    background: linear-gradient(135deg, 
        rgba(139, 92, 246, 0.08) 0%, 
        rgba(6, 182, 212, 0.08) 100%);
    color: #374151;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
    font-size: 0.9rem;
}

.document-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(229, 231, 235, 0.4);
    color: #4b5563;
    font-size: 0.9rem;
}

.document-table tr:hover td {
    background: rgba(139, 92, 246, 0.02);
}

.document-table tr:last-child td {
    border-bottom: none;
}

/* Notice Box - Ajustado para fondo oscuro */
.privacy-policy-page .wp-block-group.has-background {
    position: relative;
}

.privacy-policy-page .wp-block-group.has-background::before {
    content: '💡';
    position: absolute;
    top: -17px;
    left: 20px;
    background: #2B2A28;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
}

/* Responsive Design for Document */
@media (max-width: 768px) {
    .privacy-single-document {
        border-radius: 8px;
        margin: 0;
    }
    
    .document-table {
        overflow-x: auto;
    }
    
    .document-table table {
        min-width: 500px;
    }
    
    .document-toc {
        padding: 1rem;
    }
}