/* =====================================================
   style.css — Blue Ocean Tours
   Reorganizado y estructurado para mantenibilidad
   ===================================================== */

/* =====================================================
   GOOGLE FONTS — Tipografía oficial
   Inter      → cuerpo, párrafos, menú, botones
   Bebas Neue → títulos hero, section-title, display
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap');


/* =====================================================
   TABLA DE CONTENIDOS
   1.  VARIABLES CSS (:root)
   2.  RESET & BASE
   3.  ACCESIBILIDAD
   4.  LAYOUT (Container, Main)
   5.  SKIP LINK
   6.  HEADER & NAVEGACIÓN
   7.  HERO - BRAND SHOW (Video Landing)
   8.  INTRO PARALLAX
   9.  HERO SECTION
   10. BOTONES
   11. SECCIÓN: QUIÉNES SOMOS
   12. SECCIÓN: TESTIMONIOS
   13. SECCIÓN: SERVICIOS
   14. SECCIÓN: NUESTRA ESENCIA
   15. SECCIÓN: ESENCIA + MAPA GRID
   16. SECCIÓN: DESTINATION CONTENT (FAQ)
   17. SECCIÓN: CONTADORES
   18. SECCIÓN: GRIDS DE SALIDAS (Cards Oceánicas)
   19. SECCIÓN: BANCOS GRID
   20. SECCIÓN: LEGAL GRID & LEGAL CONTENT
   21. SECCIÓN: TEMPORADAS (Tabs & Tabla)
   22. SECCIÓN: COTIZADOR WHATSAPP
   23. SECCIÓN: PROMO DEL MES (Carrusel + Panel de info)
   23a. SECCIÓN: BO FLYERS CAROUSEL
   24. SECCIÓN: PORTAFOLIO PREMIUM
   25. SECCIÓN: QR DESTACADO
   26. FILTROS & BÚSQUEDA
   27. TARIFF TABLE
   28. CARD BASE COMPONENT
   29. FOOTER
   30. FX LAYER & EFECTOS ESPECIALES
   31. FLYER PREVIEW
   32. SOCIAL FLOAT
   33. SISTEMA ESTACIONAL - HEADER
   34. KEYFRAMES & ANIMACIONES GLOBALES
   35. MEDIA QUERIES (Desktop → Tablet → Móvil)
   36. ESTILOS DE IMPRESIÓN
   ===================================================== */


/* =====================================================
   1. VARIABLES CSS — :root
   Tokens de diseño centralizados — ÚNICA FUENTE DE VERDAD
   ===================================================== */
:root {

  /* ================================================================
     TIPOGRAFÍA
  ================================================================ */
  --font-primary: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-serif: 'Bebas Neue', Georgia, serif;
  /* Solo títulos hero/section-title/display */

  --font-size-xs: 0.75rem;
  /*  12px */
  --font-size-sm: 0.875rem;
  /*  14px */
  --font-size-base: 1rem;
  /*  16px */
  --font-size-md: 1.05rem;
  /* ~17px */
  --font-size-lg: 1.125rem;
  /*  18px */
  --font-size-xl: 1.25rem;
  /*  20px */
  --font-size-2xl: 1.5rem;
  /*  24px */
  --font-size-3xl: 2rem;
  /*  32px */
  --font-size-4xl: 2.5rem;
  /*  40px */
  --font-size-5xl: 2.8rem;
  /* ~45px */
  --font-size-hero: 4rem;
  /*  64px */

  /* Tamaños específicos de sección */
  --font-size-section-title: 2.5rem;
  --font-size-card-title: 1.5rem;
  --font-size-card-body: 1rem;
  --font-size-body-lg: 1.125rem;
  --font-size-body-md: 1.1rem;
  --font-size-body-sm: 0.95rem;
  --font-size-label: 15px;
  --font-size-btn: 17px;
  --font-size-counter: 2.4rem;
  --font-size-counter-plus: 1.3rem;

  /* ================================================================
     PALETA OCEÁNICA — COLORES BASE
  ================================================================ */

  /* Azules principales */
  --color-primary: #1E5BB8;
  --color-primary-dark: #0F2D4D;
  --color-primary-light: #3A7DFF;
  --color-base: #0F2D4D;
  --color-footer: #0A1F33;

  /* Semánticos */
  --color-success: #25d366;
  --color-danger: #f44336;
  --color-warning: #ff9800;

  /* Aliases oceánicos semánticos */
  --ocean-deep: #0F2D4D;
  --ocean-mid: #1E5BB8;
  --ocean-surf: #3A7DFF;
  --foam: #FAF9F7;
  --glass: rgba(15, 45, 77, 0.06);
  --accent: #A67C52;

  /* Gama oceánica extendida */
  --ocean-deep-alt: #0F2D4D;
  --ocean-dark: #1E4A8A;
  --ocean-main: #2D6FD4;
  --ocean-bright: #3A7DFF;
  --ocean-light: #6B9FE4;
  --ocean-foam: #A0B8D8;
  --ocean-wave: #C4D4EC;
  --ocean-surface: #E8EEF8;

  /* Accentos */
  --coral-accent: #C07850;
  --sand-light: #F0E6D4;
  --seafoam-green: #4ecdc4;

  /* ================================================================
     PALETA EXPANDIDA — Azules específicos usados en secciones
  ================================================================ */

  /* Azul cian brillante (links footer, hovers, líneas) */
  --blue-bright: #3A7DFF;
  --blue-mid: #1E5BB8;
  --blue-deep: #0F2D4D;
  --blue-navy: #1A4E9E;
  --blue-accent: #2D6FD4;
  --blue-dark-1: #163D7A;
  --blue-dark-2: #122E5C;
  --blue-dark-3: #0F2445;
  --blue-dark-4: #112848;
  --blue-dark-5: #0D2240;
  --blue-dark-6: #0B1E38;
  --blue-dark-7: #091830;
  --blue-dark-8: #060F1E;
  --blue-dark-9: #081528;
  --blue-dark-10: #060F1E;
  --blue-dark-11: #040C18;
  --blue-dark-12: #020810;
  --blue-link: #2D6FD4;
  --blue-legal: #1E5BB8;
  --blue-legal-2: #163D7A;
  --blue-teal: #2D6FD4;
  --blue-teal-2: #A67C52;
  --blue-hover: #8AAAD4;
  --blue-border: #C4CEDF;
  --blue-table-1: #0F2D4D;
  --blue-table-2: #1E5BB8;
  --blue-table-3: #2D6FD4;
  --blue-table-4: #163D7A;
  --blue-table-5: #0F2D4D;
  --blue-table-6: #163D7A;
  --blue-table-7: #1E5BB8;
  --blue-season-1: #122E5C;
  --blue-season-2: #163D7A;

  /* Azules complementarios de sección */
  --blue-light-bg: #2D6FD4;
  --blue-hero-bg: #163D7A;
  --blue-section: #1E5BB8;
  --blue-esencia-1: #163D7A;
  --blue-esencia-2: #163D7A;
  --blue-esencia-3: #0F2D4D;
  --blue-esencia-4: #122E5C;
  --blue-val-1: #091830;

  /* ================================================================
     PALETA DE TEXTO
  ================================================================ */
  --color-text: #2C2C2C;
  --color-text-muted: #6B7280;
  --color-text-light: #9CA3AF;
  --text-dark-1: #2C2C2C;
  /* párrafos destination */
  --text-dark-2: #3D3D3D;
  /* listas destination  */
  --text-ocean-1: #1E4A8A;
  /* cuerpo testimonios/cotizador */
  --text-ocean-2: #1A3F78;
  /* body quienes somos */
  --text-ocean-3: #1E5BB8;
  /* títulos tarjetas servicios */
  --text-ocean-4: #0F2D4D;
  /* ocean dark alt */
  --text-legal-1: #2C2C2C;
  /* legal content body */
  --text-legal-2: #1E5BB8;
  /* legal content títulos */
  --text-nav: #F0EDE8;
  /* nav links */
  --text-hero: #EDE9E2;
  /* hero section */
  --text-hero-span: #F0EBE3;
  /* hero drive span */

  /* ================================================================
     PALETA DE FONDOS
  ================================================================ */
  --color-bg: #F3F1ED;
  --color-bg-secondary: #FAF9F7;
  --color-bg-tertiary: #EFECE8;
  --bg-light-1: #F5F3EF;
  /* testimonios container, google badge */
  --bg-light-2: #FAF9F7;
  /* destination details */
  --bg-light-3: #F7F5F1;
  /* legal details */
  --bg-light-4: #FAFAF8;
  /* content-start */
  --bg-hero-dark: #0A1F33;
  /* video fallback */
  --bg-season-dark: #0F2D4D;
  /* print season header */

  /* Fondos de tablas temporada */
  --bg-table-odd: #ffffff;
  --bg-table-even-from: #EDEAE4;
  --bg-table-even-to: #F5F3EF;
  --bg-table-hover-from: #DDD8D0;
  --bg-table-hover-to: #CCC5BB;
  --bg-table-header-1: #EBE7E0;
  --bg-table-header-2: #DDDAD4;
  --bg-tariff-header-1: #EBE7E0;
  --bg-tariff-row-hover-from: #F0EDE8;
  --bg-tariff-row-hover-to: #E8E4DC;

  /* Fondos de secciones oceánicas */
  --bg-quienes-from: #EDE9E3;
  --bg-quienes-mid: #DDD8D0;
  --bg-quienes-to: #CCC5BB;
  --bg-cotizador-from: #EBE7E0;
  --bg-cotizador-mid: #DDD6CC;
  --bg-cotizador-to: #E4DEDA;
  --bg-portafolio-from: #F0EDE8;
  --bg-portafolio-to: #E6E1D9;
  --bg-footer-from: #0F2D4D;
  --bg-footer-to: #0A1F33;

  /* ================================================================
     PALETA FOOTER
  ================================================================ */
  --footer-text: #C8C4BC;
  --footer-text-hover: #E8E4DC;
  --footer-text-dim: #A09890;
  --footer-accent: #A67C52;
  --footer-link: #D4CEC5;
  --footer-link-hover: #A67C52;
  --footer-title: #C4A882;
  --footer-border: rgba(166, 124, 82, 0.2);

  /* ================================================================
     TRANSPARENCIAS OCEÁNICAS FRECUENTES
  ================================================================ */
  --ocean-alpha-03: rgba(30, 91, 184, 0.03);
  --ocean-alpha-05: rgba(30, 91, 184, 0.05);
  --ocean-alpha-06: rgba(30, 91, 184, 0.06);
  --ocean-alpha-08: rgba(30, 91, 184, 0.08);
  --ocean-alpha-10: rgba(30, 91, 184, 0.1);
  --ocean-alpha-15: rgba(30, 91, 184, 0.15);
  --ocean-alpha-18: rgba(30, 91, 184, 0.18);
  --ocean-alpha-20: rgba(30, 91, 184, 0.2);
  --ocean-alpha-30: rgba(30, 91, 184, 0.3);

  --cyan-alpha-05: rgba(58, 125, 255, 0.05);
  --cyan-alpha-08: rgba(58, 125, 255, 0.08);
  --cyan-alpha-10: rgba(58, 125, 255, 0.1);
  --cyan-alpha-15: rgba(58, 125, 255, 0.15);
  --cyan-alpha-20: rgba(58, 125, 255, 0.2);
  --cyan-alpha-30: rgba(58, 125, 255, 0.3);
  --cyan-alpha-40: rgba(58, 125, 255, 0.4);
  --cyan-alpha-50: rgba(58, 125, 255, 0.5);

  --navy-alpha-08: rgba(15, 45, 77, 0.08);
  --navy-alpha-10: rgba(15, 45, 77, 0.1);
  --navy-alpha-12: rgba(15, 45, 77, 0.12);

  --deep-alpha-10: rgba(10, 31, 68, 0.1);
  --deep-alpha-15: rgba(10, 31, 68, 0.15);
  --deep-alpha-20: rgba(10, 31, 68, 0.2);

  --mid-alpha-08: rgba(30, 91, 184, 0.08);
  --mid-alpha-10: rgba(30, 91, 184, 0.1);
  --mid-alpha-12: rgba(30, 91, 184, 0.12);
  --mid-alpha-15: rgba(30, 91, 184, 0.15);
  --mid-alpha-18: rgba(30, 91, 184, 0.18);
  --mid-alpha-20: rgba(30, 91, 184, 0.2);

  --blue-navy-alpha-35: rgba(15, 45, 77, 0.35);
  --blue-navy-alpha-45: rgba(15, 45, 77, 0.45);

  --teal-btn-alpha-20: rgba(30, 136, 229, 0.3);
  --teal-btn-alpha-40: rgba(13, 71, 161, 0.2);

  --white-02: rgba(255, 255, 255, 0.02);
  --white-03: rgba(255, 255, 255, 0.03);
  --white-06: rgba(255, 255, 255, 0.06);
  --white-08: rgba(255, 255, 255, 0.08);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-40: rgba(255, 255, 255, 0.4);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-90: rgba(255, 255, 255, 0.9);

  --black-55: rgba(0, 0, 0, 0.55);
  --black-60: rgba(0, 0, 0, 0.6);

  --nav-link-alpha-06: rgba(166, 124, 82, 0.06);
  --brand-glow: rgba(166, 124, 82, 0.3);

  /* ================================================================
     ESPACIADO
  ================================================================ */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 20px;
  --space-2xl: 24px;
  --space-3xl: 32px;
  --space-4xl: 48px;
  --space-5xl: 64px;

  /* ================================================================
     BORDER RADIUS
  ================================================================ */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  /* ================================================================
     SOMBRAS
  ================================================================ */
  --shadow-sm: 0 6px 18px rgba(15, 45, 77, 0.08);
  --shadow-md: 0 10px 30px rgba(15, 45, 77, 0.12);
  --shadow-lg: 0 22px 60px rgba(15, 45, 77, 0.16);
  --shadow-xl: 0 12px 48px rgba(2, 119, 189, 0.18);
  --shadow-ocean-sm: 0 4px 12px rgba(10, 31, 68, 0.1), 0 2px 6px rgba(43, 90, 142, 0.08);
  --shadow-ocean-md: 0 8px 24px rgba(10, 31, 68, 0.15), 0 4px 12px rgba(43, 90, 142, 0.1);
  --shadow-ocean-lg: 0 16px 48px rgba(10, 31, 68, 0.2), 0 8px 24px rgba(43, 90, 142, 0.15);

  /* ================================================================
     TRANSICIONES
  ================================================================ */
  --transition-fast: 0.15s;
  --transition-base: 0.25s;
  --transition-slow: 0.35s;
  --transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: cubic-bezier(0.2, 0.9, 0.3, 1);
  --transition-wave: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-ripple: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* ================================================================
     Z-INDEX
  ================================================================ */
  --z-base: 1;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal: 400;
  --z-tooltip: 500;
  /* ================================================================
     COLORES ADICIONALES — Gradientes de sección y efectos
  ================================================================ */
  --bg-quienes-light: #EDE9E3;
  --bg-quienes-mid2: #DDDAD4;
  --bg-quienes-deep: #CCC5BB;
  --bg-cotizador-light: #EBE7E0;
  --bg-cotizador-mid2: #DDD6CC;
  --bg-cotizador-deep: #E4DEDA;
  --bg-portafolio-fr: #F0EDE8;
  --bg-portafolio-to2: #E6E1D9;
  --bg-portafolio-h: #E8E4DC;
  --bg-section-alt: #F0EDE8;
  --bg-section-light: #FAF9F7;
  --bg-section-pale: #FAFAF8;
  --bg-section-soft: #F5F3EF;
  --bg-section-rose: #ffe8e8;
  --bg-card-blue: #EDE9E3;
  --bg-card-ocean: #E0DBD4;
  --bg-footer-light: #FAF9F7;

  /* Azules adicionales */
  --blue-season-dark: #0F2D4D;
  --blue-season-1: #122E5C;
  --blue-season-2: #163D7A;
  --blue-season-3: #1E5BB8;
  --blue-bright-2: #3A7DFF;
  --blue-neon: #5B8EE8;
  --blue-pale: #7AA4E0;

  /* Transparencias negras */
  --black-04: rgba(0, 0, 0, 0.04);
  --black-05: rgba(0, 0, 0, 0.05);
  --black-06: rgba(0, 0, 0, 0.06);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-15: rgba(0, 0, 0, 0.15);
  --black-18: rgba(0, 0, 0, 0.18);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-20b: rgba(0, 0, 0, .2);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-35: rgba(0, 0, 0, .35);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-45: rgba(0, 0, 0, .45);
  --black-55b: rgba(0, 0, 0, .55);
  --black-100: rgba(0, 0, 0, 1);

  /* Transparencias oceánicas adicionales */
  --mid-alpha-02: rgba(30, 91, 184, 0.02);
  --mid-alpha-03: rgba(30, 91, 184, 0.03);
  --mid-alpha-05: rgba(30, 91, 184, 0.05);
  --mid-alpha-25: rgba(30, 91, 184, 0.25);
  --mid-alpha-30: rgba(30, 91, 184, 0.3);
  --navy-alpha-30: rgba(15, 45, 77, 0.3);
  --navy-alpha-10b: rgba(15, 45, 77, 0.1);
  --cyan-alpha-18: rgba(58, 125, 255, 0.18);
  --cyan-alpha-25: rgba(58, 125, 255, 0.25);
  --cyan-alpha-35: rgba(58, 125, 255, 0.35);
  --cyan-alpha-45: rgba(58, 125, 255, 0.45);
  --cyan-alpha-60: rgba(58, 125, 255, 0.6);
  --cyan-alpha-10b: rgba(58, 125, 255, 0.1);
  --cyan-alpha-20b: rgba(58, 125, 255, 0.2);
  --navy-alpha-52: rgba(15, 45, 77, 0.52);
  --navy-alpha-55: rgba(15, 45, 77, 0.55);
  --navy-alpha-95: rgba(15, 45, 77, 0.95);
  --navy-alt-08: rgba(1, 59, 85, 0.08);
  --deep-alpha-04: rgba(0, 26, 51, 0.2);
  --deep-alpha-40: rgba(0, 26, 51, 0.4);
  --ocean-alpha-02: rgba(30, 91, 184, 0.02);
  --ocean-alpha-22: rgba(30, 91, 184, 0.22);
  --ocean-166-08: rgba(30, 91, 184, 0.08);
  --ocean-166-15: rgba(30, 91, 184, 0.15);
  --ocean-166-22: rgba(30, 91, 184, 0.22);
  --ocean-172: rgba(30, 91, 184, 0.2);
  --blue-160-15: rgba(0, 160, 255, .15);
  --primary-06: rgba(30, 91, 184, 0.06);
  --primary-08: rgba(30, 91, 184, 0.08);
  --primary-16: rgba(30, 91, 184, 0.16);
  --primary-20: rgba(30, 91, 184, 0.2);
  --primary-92: rgba(15, 45, 77, 0.92);
  --primary-light-08: rgba(3, 169, 244, .08);
  --primary-light-12: rgba(3, 169, 244, .12);
  --mid-bright-30: rgba(30, 136, 229, 0.3);
  --main-alpha-40: rgba(43, 90, 142, 0.4);
  --bright-alpha-05: rgba(72, 202, 228, 0.05);
  --bright-alpha-06: rgba(72, 202, 228, 0.06);
  --light-alpha-15: rgba(92, 163, 217, 0.15);
  --light-alpha-20: rgba(92, 163, 217, 0.2);
  --light-alpha-10: rgba(92, 163, 217, 0.1);
  --pale-alpha-20: rgba(144, 202, 249, 0.2);
  --wave-alpha-20: rgba(196, 212, 236, 0.2);
  --wave-alpha-30: rgba(196, 212, 236, 0.3);
  --wave-alpha-50: rgba(196, 212, 236, 0.5);
  --surf-alpha-08: rgba(30, 91, 184, 0.08);
  --surf-alpha-10: rgba(30, 91, 184, 0.1);
  --surf-alpha-40: rgba(30, 91, 184, 0.4);
  --surf-alpha-60: rgba(30, 91, 184, 0.6);
  --surf-alpha-80: rgba(30, 91, 184, 0.8);
  --surf-alpha-95: rgba(15, 45, 77, 0.95);
  --foam-alpha-08: rgba(240, 237, 230, .08);
  --foam-alpha-15: rgba(240, 237, 230, .15);
  --surface-alpha-30: rgba(240, 237, 230, 0.3);
  --surface-alpha-90: rgba(240, 237, 230, 0.9);
  --accent-alpha-40: rgba(166, 124, 82, 0.4);
  --accent-alpha-08: rgba(166, 124, 82, 0.08);
  --accent-alpha-80: rgba(166, 124, 82, 0.8);

  /* Transparencias blancas adicionales */
  --white-05b: rgba(255, 255, 255, .05);
  --white-06b: rgba(255, 255, 255, .06);
  --white-10b: rgba(255, 255, 255, .1);
  --white-12: rgba(255, 255, 255, 0.12);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-95: rgba(255, 255, 255, 0.95);
  --white-98: rgba(255, 255, 255, 0.98);
  --white-100: rgba(255, 255, 255, 1);
  --white-10c: rgba(255, 255, 255, 0.1);
  --white-40b: rgba(255, 255, 255, 0.4);
  --white-60b: rgba(255, 255, 255, 0.6);
  --grey-05: rgba(236, 239, 241, .05);
  --grey-10: rgba(236, 239, 241, .1);

  /* Colores del sistema estacional */
  --season-pink-05: rgba(236, 64, 122, .05);
  --season-pink-06: rgba(248, 187, 208, .06);
  --season-pink-10: rgba(248, 187, 208, .1);
  --season-pink-12: rgba(248, 187, 208, .12);
  --season-rose-08: rgba(255, 180, 200, .08);
  --season-rose-12: rgba(255, 180, 200, .12);
  --season-rose-15: rgba(255, 180, 200, .15);
  --season-coral-10: rgba(255, 107, 107, 0.1);
  --season-coral-20: rgba(255, 107, 107, 0.2);
  --season-gold-10: rgba(255, 215, 0, .1);
  --season-gold-20: rgba(255, 215, 0, .2);
  --season-gold-12: rgba(255, 215, 150, .12);
  --season-gold-15: rgba(255, 200, 87, 0.15);
  --season-yellow-10: rgba(255, 230, 109, 0.1);
  --season-yellow-50: rgba(255, 230, 109, 0.5);
  --season-purple-30: rgba(75, 0, 130, .3);
  --season-teal-10: rgba(78, 205, 196, 0.1);
  --season-sky-10: rgba(79, 195, 247, .1);
  --table-blue-10: rgba(13, 71, 161, 0.1);
  --table-blue-15: rgba(13, 71, 161, 0.15);
  --table-blue-40: rgba(13, 71, 161, 0.4);
}




/* =========================
   PREMIUM LOADER 
   ========================= */

.loader {
  position: fixed;
  inset: 0;
  background: #000;
  /* negro elegante */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 25px auto;
  animation: fadeLogo 1.5s ease forwards;
  opacity: 0;
}

.loader-text {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 6px;
  color: white;
  opacity: 0;
  animation: fadeText 1.5s ease forwards;
  animation-delay: 0.4s;
}

@keyframes fadeLogo {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loader.hide {
  opacity: 0;
  visibility: hidden;
}


/* =====================================================
   2. RESET & BASE
   ===================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  /* height: 100% puede causar problemas de scroll en Safari iOS antiguo */
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;    /* fallback */
  min-height: 100dvh;   /* Safari iOS 15.4+, Chrome 108+, Firefox 101+ */
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-text);
  background: linear-gradient(135deg, var(--bg-section-light) 0%, var(--color-bg-tertiary) 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* =====================================================
   3. ACCESIBILIDAD
   ===================================================== */

/* Respeta preferencias de movimiento reducido */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Alto contraste */
@media (prefers-contrast: high) {
  .video-overlay {
    background: var(--black-60);
  }

  .brand-show-content h1,
  .brand-show-content p {
    text-shadow: 2px 2px 4px var(--black-100);
  }

  .brand-show-content img {
    border-width: 5px;
  }
}

/* Focus visible accesible */
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 3px solid var(--accent-alpha-40);
  outline-offset: 2px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  /* text-align: center eliminado — propiedad inválida en regla de foco */
}

.hero-brand-show *:focus-visible {
  outline: 3px solid var(--accent-alpha-80);
  outline-offset: 4px;
  border-radius: 4px;
}


/* =====================================================
   4. LAYOUT
   ===================================================== */
.container {
  width: 100%;
  max-width: 78%;
  margin: 0 auto;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  box-sizing: border-box;
  /* En móvil el 78% quedaría muy estrecho; las media queries lo corrigen */
}

main {
  position: relative;
  z-index: calc(var(--z-base) + 10);
}

/* El header anula el padding del container */
header .container {
  padding: 0;
}


/* =====================================================
   5. SKIP LINK
   ===================================================== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: var(--space-lg);
  background: var(--color-primary);
  color: white;
  text-decoration: none;
  z-index: var(--z-tooltip);
}

.skip-link:focus {
  top: 0;
}


/* =====================================================
   6. HEADER & NAVEGACIÓN
   ===================================================== */
header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: linear-gradient(180deg, var(--navy-alpha-95) 0%, var(--primary-92) 60%);
  padding: 0;
  border-bottom: 1px solid var(--nav-link-alpha-06);
  box-shadow: var(--shadow-ocean-md);
  -webkit-backdrop-filter: blur(4px); /* Safari */
  backdrop-filter: blur(4px);
  line-height: 1;
  overflow: visible;
}

header .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 6px var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-lg);
}

/* Logo y nombre */
.brand {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.brand img {
  width: 48px;
  height: 48px;
  max-width: 100%; /* protección contra desbordamiento */
  border-radius: var(--radius-full);
  border: 2px solid var(--color-primary);
  box-shadow: 0 0 18px var(--brand-glow);
  transition: transform var(--transition-slow) var(--transition-ease);
}

.brand img:hover {
  transform: rotate(360deg) scale(1.05);
}

.brand h1 {
  margin: 0;
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-bg);
  text-shadow: 1px 1px 3px var(--black-18);
}

/* Navegación */
nav[role="navigation"] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  z-index: 999999;
  min-height: 44px;
}

nav[role="navigation"] ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin: 0;
  padding: 0;
}

nav[role="navigation"] li.submenu {
  position: relative;
  z-index: 999999;
}

nav[role="navigation"] a {
  display: block;
  padding: 6px 14px;
  text-decoration: none;
  color: var(--text-nav);
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all var(--transition-base) var(--transition-ease);
}

nav[role="navigation"] .social-float a {
  color: var(--text-nav);
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all var(--transition-base) var(--transition-ease);
  padding: 8px;
}

nav[role="navigation"] a:hover,
nav[role="navigation"] a.active {
  background: linear-gradient(90deg, var(--nav-link-alpha-06), var(--white-02));
  box-shadow: 0 4px 10px var(--ocean-166-08), inset 0 -2px 10px var(--white-02);
  transform: translateY(-2px);
  color: var(--color-bg);
}

/* Dropdown */
nav[role="navigation"] li ul,
#nav-placeholder nav[role="navigation"] li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  min-width: 200px;
  max-height: 300px;
  padding: var(--space-sm) 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* Scroll fluido en iOS Safari */
  background: var(--surf-alpha-95);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  backdrop-filter: blur(10px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

nav[role="navigation"] li.submenu:hover ul,
#nav-placeholder nav[role="navigation"] li.submenu:hover ul {
  display: block;
}

/* Hamburger Menu */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: var(--space-md);
  z-index: 1000000;
  order: -1;
}

.hamburger-line {
  width: 20px;
  height: 2px;
  background: var(--text-nav);
  margin: 2px 0;
  transition: all var(--transition-base) var(--transition-ease);
  transform-origin: center;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}

/* Sistema estacional — optimización de rendimiento */
header[class*="season-"] {
  will-change: box-shadow, filter;
  backface-visibility: hidden;
  transform: translateZ(0);
  animation: seasonFadeIn 0.8s ease-out;
}

header[class*="season-"]::before,
header[class*="season-"]::after {
  will-change: transform, opacity;
  backface-visibility: hidden;
}


/* =====================================================
   7. HERO — BRAND SHOW (Video Landing)
   ===================================================== */
.hero-brand-show {
  position: relative;
  height: 100vh; /* fallback para navegadores sin soporte svh */
  height: 100svh; /* Safari iOS 15.4+, Chrome 108+, Firefox 101+ */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: var(--color-bg);
  background: radial-gradient(circle at 30% 50%, var(--blue-val-1), var(--blue-dark-7), var(--blue-dark-11));
  contain: layout style paint;
}

.hero-brand-show::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--z-base);
  background:
    radial-gradient(circle at 20% 60%, var(--accent-alpha-08), transparent 70%),
    radial-gradient(circle at 80% 30%, var(--navy-alpha-10b), transparent 70%);
  mix-blend-mode: screen;
  transform: translateZ(0);
  will-change: transform, opacity;
  animation: waveDrift 18s ease-in-out infinite alternate;
}

.hero-brand-show::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--z-base);
  background: radial-gradient(circle at 50% 20%, var(--white-20), transparent 60%);
  mix-blend-mode: overlay;
  opacity: 0.6;
  transform: translateZ(0);
  will-change: transform, opacity;
  animation: sunlightPulse 16s ease-in-out infinite alternate;
}

/* Video de fondo */
.ocean-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: var(--z-base);
  opacity: 0.8;
  filter: brightness(0.8) saturate(1.2);
  transform: translate3d(0, 0, 0);
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.6s ease-out;
}

.ocean-video-bg[poster] {
  background-size: cover;
  background-position: center;
  background-color: var(--blue-dark-7);
}

.ocean-video-bg:not([src]) {
  background: radial-gradient(circle at 30% 50%, var(--blue-val-1), var(--blue-dark-7), var(--blue-dark-11));
}

.ocean-video-bg[preload="none"] {
  background: radial-gradient(circle at 30% 50%, var(--blue-val-1), var(--blue-dark-7), var(--blue-dark-11));
}

/* Overlay de contraste sobre el video */
.video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: calc(var(--z-base) + 1);
  transform: translateZ(0);
  background: linear-gradient(to bottom,
      var(--deep-alpha-04) 0%,
      var(--deep-alpha-40) 100%);
}

/* Contenido sobre el video */
.brand-show-content {
  position: relative;
  z-index: calc(var(--z-base) + 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xl);
  transform: translateZ(0);
  will-change: transform, opacity;
  opacity: 0;
  animation: fadeRise 2s ease-out forwards;
}

.brand-show-content img {
  width: 160px;
  height: 160px;
  max-width: min(160px, 42vw); /* escala fluida en pantallas pequeñas */
  max-height: min(160px, 42vw);
  object-fit: cover; /* evita distorsión si las dimensiones no son iguales */
  border-radius: var(--radius-full);
  border: 4px solid var(--white-90);
  box-shadow: 0 0 45px var(--surf-alpha-60);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; /* Chrome */
  image-rendering: crisp-edges; /* Firefox, Edge, Safari */
  transition: transform var(--transition-base) var(--transition-ease),
    filter var(--transition-base) var(--transition-ease);
  animation: floatLogo 6s ease-in-out infinite, glowPulse 4s ease-in-out infinite;
}

.brand-show-content img:hover {
  transform: scale(1.1) rotate(4deg) translateZ(0);
  filter: brightness(1.25) saturate(1.15);
}

.brand-show-content h1 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-shadow: 0 3px 12px var(--black-60);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.brand-show-content p {
  font-size: var(--font-size-lg);
  font-weight: 500;
  max-width: 600px;
  line-height: 1.6;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Indicador de scroll */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: calc(var(--z-base) + 3);
  transform: translateX(-50%) translateZ(0);
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.scroll-indicator:hover {
  opacity: 1;
}

.scroll-indicator::before {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid var(--white-80);
  border-radius: 20px;
  position: relative;
}

.scroll-indicator::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  background: var(--white-80);
  border-radius: 50%;
  animation: scrollDown 2s infinite;
}

/* Burbujas decorativas */
.burbuja {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  background: radial-gradient(circle, var(--white-50), var(--white-10));
  transform: translateZ(0);
  will-change: transform, opacity;
  animation: bubbleFloat 20s ease-in-out infinite;
}


/* =====================================================
   8. INTRO PARALLAX
   ===================================================== */
#intro-parallax {
  position: center;
  height: 300vh;
  overflow: hidden;
}

.parallax-media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/img/LOGOS/intro2.jpg") center/cover no-repeat;
  z-index: var(--z-base);
  transform: scale(1.5);
  will-change: transform, opacity;
  transition: transform 1200ms cubic-bezier(0.22, 0.9, 0.27, 1),
    opacity 1200ms cubic-bezier(0.22, 0.9, 0.27, 1);
}

.parallax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: calc(var(--z-base) + 1);
  background: linear-gradient(to bottom, var(--black-20), var(--black-60));
  transition: opacity 1200ms cubic-bezier(0.22, 0.9, 0.27, 1);
}

.solid-image {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: calc(var(--z-base) + 2);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.solid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#intro-parallax.parallax-ended-final .solid-image {
  opacity: 1;
  pointer-events: auto;
}

#intro-parallax.parallax-ended-final .parallax-media {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: none;
}

#intro-parallax.parallax-ended-final .parallax-overlay {
  opacity: 0.3;
  pointer-events: none;
}

.hero-brand {
  position: relative;
  top: 40vh;
  z-index: calc(var(--z-base) + 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: var(--color-bg);
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hero-brand img {
  width: 120px;
  height: auto;
  border-radius: var(--radius-full);
  border: 3px solid var(--color-bg);
  box-shadow: 0 6px 20px var(--black-40);
}

.content-start {
  position: relative;
  z-index: calc(var(--z-base) + 4);
  min-height: 100vh;
  background: var(--bg-light-4);
}


/* =====================================================
   9. HERO SECTION
   ===================================================== */

/* =====================================================
   9. HERO SECTION
   ===================================================== */

.hero {
  position: relative;
  z-index: calc(var(--z-base) + 10);
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: var(--text-hero);
  background: #001428;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-repeat: repeat-x;
  opacity: 0.25;
  z-index: 2;
  pointer-events: none;
}

.hero::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="1200" height="120" xmlns="http://www.w3.org/2000/svg"><path d="M0,40 C300,100 900,-20 1200,60 L1200,120 L0,120 Z" fill="%23ffffff33"/></svg>');
  animation: waveMove 8s linear infinite;
}

.hero::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="1200" height="120" xmlns="http://www.w3.org/2000/svg"><path d="M0,60 C300,140 900,0 1200,80 L1200,120 L0,120 Z" fill="%23ffffff22"/></svg>');
  animation: waveMoveReverse 10s linear infinite;
}

/* Imagen de fondo */
.hero-videos-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* Overlay */
.hero-videos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 10, 40, 0.55) 0%,
    rgba(0, 20, 60, 0.75) 100%
  );
  z-index: 0;
  pointer-events: none;
}

/* Contenido encima del overlay */
.hero > *:not(.hero-videos-bg):not(.hero-videos-overlay) {
  position: relative;
  z-index: 1;
}

/* Tipografía */
.hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: transparent;
  background: linear-gradient(135deg, var(--blue-light-bg), var(--blue-neon));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h2 {
  font-size: var(--font-size-2xl);
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.hero .btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 1.8rem;
  background: linear-gradient(90deg, var(--blue-hero-bg), var(--blue-light-bg));
  color: white;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease;
}

.hero .btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, var(--blue-light-bg), var(--blue-neon));
}

.hero .hero-drive {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 48px;
  text-decoration: none;
  transform: perspective(1400px) rotateX(8deg);
  transition: transform .6s ease;
}

.hero .hero-drive img {
  width: 290px;
  max-width: 90vw;
  display: block;
  border-radius: 18px;
  box-shadow:
    0 40px 90px var(--black-45),
    0 0 0 1px var(--white-06b),
    0 20px 60px var(--blue-160-15);
}

.hero .hero-drive span {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 22px;
  border-radius: 22px;
  background: var(--black-55b);
  color: var(--text-hero-span);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.hero .hero-drive:hover {
  transform: perspective(1400px) rotateX(0deg) scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    height: 50vh;
    padding: clamp(2rem, 5vw, 4rem) 1rem;
  }

  .hero-bg-img {
    object-position: center top;
  }
}

/* =====================================================
   10. BOTONES
   ===================================================== */
.btn-reservar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  overflow: hidden;
  margin: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  border: none;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary));
  color: var(--color-bg);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px var(--ocean-166-15), inset 0 2px 8px var(--white-08);
  transition: all var(--transition-fast) var(--transition-ease);
}

.btn-reservar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: var(--radius-full);
  background: var(--white-20);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-reservar:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 36px var(--ocean-166-22), inset 0 -6px 18px var(--black-06);
}

.btn-reservar:hover::before {
  width: 300px;
  height: 300px;
}

.btn-reservar:active {
  transform: translateY(-1px);
}

.btn-reservar span,
.btn-reservar svg {
  position: relative;
  z-index: 1;
}


/* =====================================================
   11. QUIÉNES SOMOS
   ===================================================== */
section.quienes-somos {
  position: relative;
  max-width: 65%;
  margin: 80px auto;
  padding: 70px 50px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, var(--bg-quienes-light) 0%, var(--bg-card-ocean) 50%, var(--bg-quienes-deep) 100%);
  border-radius: 35px;
  border: 1px solid var(--cyan-alpha-10);
  box-shadow:
    0 15px 50px var(--mid-alpha-18),
    0 0 0 1px var(--ocean-alpha-15),
    inset 0 1px 0 var(--white-60);
  animation: sectionFloat 8s ease-in-out infinite, fadeInScale 1s ease-out;
}

section.quienes-somos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 15% 75%, var(--cyan-alpha-08) 0%, transparent 50%),
    radial-gradient(circle at 85% 25%, var(--ocean-alpha-08) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, var(--bright-alpha-05) 0%, transparent 60%);
  animation: waveMovement 12s ease-in-out infinite;
}

section.quienes-somos::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 0;
  border-radius: 35px 35px 0 0;
  background:
    linear-gradient(to bottom, var(--cyan-alpha-10), transparent),
    linear-gradient(90deg, transparent, var(--white-40) 50%, transparent);
  animation: topShimmer 5s ease-in-out infinite;
}

section.quienes-somos h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  background: linear-gradient(135deg, var(--blue-season-dark) 0%, var(--blue-mid) 50%, var(--blue-bright) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 3px 6px var(--mid-alpha-20));
  animation: titleGlowPulse 4s ease-in-out infinite;
}

section.quienes-somos h2::after {
  content: '';
  display: block;
  width: 130px;
  height: 5px;
  margin: 25px auto;
  border-radius: 5px;
  background: linear-gradient(90deg, transparent, var(--blue-mid), var(--blue-bright), var(--blue-bright-2), var(--blue-bright), var(--blue-mid), transparent);
  box-shadow:
    0 3px 12px var(--cyan-alpha-50),
    0 0 20px var(--ocean-alpha-30);
  animation: lineWave 3s ease-in-out infinite;
}

section.quienes-somos p {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--text-ocean-1);
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  text-shadow: 0 1px 2px var(--white-80);
  animation: fadeInText 1s ease-out backwards;
}

section.quienes-somos p:nth-of-type(1) {
  animation-delay: 0.2s;
}

section.quienes-somos p:nth-of-type(2) {
  animation-delay: 0.4s;
}

section.quienes-somos p:nth-of-type(3) {
  animation-delay: 0.6s;
}

section.quienes-somos p:last-of-type {
  margin-bottom: 0;
}

/* Drop cap */
section.quienes-somos p:first-child::first-letter {
  position: relative;
  float: left;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.8;
  margin: 0 14px 0 0;
  transform: translateY(-4px);
  background: linear-gradient(135deg, var(--blue-mid) 0%, var(--blue-bright) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 6px var(--ocean-alpha-30));
  animation: letterFloat 3s ease-in-out infinite;
}

section.quienes-somos p:first-child::first-letter::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 35%;
  width: 35%;
  height: 35%;
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
  background: radial-gradient(circle, var(--white-50), transparent 70%);
}

/* Listas */
section.quienes-somos ul {
  list-style: none;
  padding: 0;
  margin: 35px auto;
  max-width: 650px;
  text-align: left;
}

section.quienes-somos ul li {
  position: relative;
  padding: 15px 0 15px 45px;
  color: var(--text-ocean-2);
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 10px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

section.quienes-somos ul li::before {
  content: '🌊';
  position: absolute;
  left: 10px;
  font-size: 1.3rem;
  filter: drop-shadow(0 2px 5px var(--ocean-alpha-30));
  transition: all 0.4s ease;
}

section.quienes-somos ul li:hover {
  padding-left: 50px;
  border-left-color: var(--blue-mid);
  color: var(--blue-deep);
  background: linear-gradient(90deg, var(--cyan-alpha-05), transparent);
  border-radius: 0 15px 15px 0;
}

section.quienes-somos ul li:hover::before {
  transform: scale(1.2) rotate(10deg);
  filter: drop-shadow(0 3px 8px var(--cyan-alpha-50));
}

/* Burbujas decorativas */
section.quienes-somos .burbuja {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 30% 30%,
      var(--white-80),
      var(--cyan-alpha-15) 50%,
      var(--ocean-alpha-10) 70%,
      transparent 100%);
  box-shadow:
    inset 0 0 25px var(--white-50),
    0 0 20px var(--cyan-alpha-20);
  animation: floatBubbleEnhanced 18s infinite ease-in-out;
}

section.quienes-somos .burbuja:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 8%;
  left: 5%;
  animation-delay: 0s;
}

section.quienes-somos .burbuja:nth-child(2) {
  width: 80px;
  height: 80px;
  top: 55%;
  right: 7%;
  animation-delay: 3s;
}

section.quienes-somos .burbuja:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 12%;
  left: 8%;
  animation-delay: 6s;
}

/* Botón */
section.quienes-somos .btn-conocer {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 35px;
  padding: 16px 40px;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--blue-accent) 0%, var(--blue-navy) 50%, var(--blue-dark-1) 100%);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 1px;
  box-shadow:
    0 6px 20px var(--blue-navy-alpha-35),
    inset 0 1px 0 var(--white-30);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

section.quienes-somos .btn-conocer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 30%, var(--white-40) 50%, transparent 70%);
  transition: left 0.6s ease;
}

section.quienes-somos .btn-conocer::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  opacity: 0;
  background: radial-gradient(circle at center, var(--white-20), transparent 70%);
  transition: opacity 0.3s ease;
}

section.quienes-somos .btn-conocer:hover::before {
  left: 100%;
}

section.quienes-somos .btn-conocer:hover::after {
  opacity: 1;
}

section.quienes-somos .btn-conocer:hover {
  background: linear-gradient(135deg, var(--blue-navy) 0%, var(--blue-dark-1) 50%, var(--blue-dark-2) 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 30px var(--blue-navy-alpha-45),
    inset 0 1px 0 var(--white-40);
}

section.quienes-somos .btn-conocer:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 6px 20px var(--blue-navy-alpha-35),
    inset 0 1px 0 var(--white-30);
}


/* =====================================================
   12. TESTIMONIOS
   ===================================================== */
.testimonios {
  position: relative;
  max-width: 82%;
  margin: 80px auto;
  padding: 60px 40px;
  overflow: hidden;
  text-align: center;
}

.testimonios::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 30%, var(--ocean-alpha-03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, var(--mid-alpha-03) 0%, transparent 50%);
}

.testimonios h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.testimonios h2::before {
  content: '⭐';
  display: block;
  font-size: 2.5rem;
  margin-bottom: 10px;
  filter: drop-shadow(0 3px 6px var(--ocean-alpha-30));
  animation: starPulse 3s infinite ease-in-out;
}

.testimonios h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--blue-bright), var(--blue-mid));
  box-shadow: 0 2px 8px var(--ocean-alpha-30);
}

.testimonios>p {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-ocean-1);
  margin-bottom: 40px;
}

.testimonios>p::before {
  content: '🔍';
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 4px var(--ocean-alpha-20));
}

.testimonios-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--bg-light-1) 0%, var(--footer-text-hover) 100%);
  box-shadow:
    0 10px 40px var(--mid-alpha-12),
    0 0 0 1px var(--ocean-alpha-08);
}

.testimonios-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at center, var(--cyan-alpha-05) 0%, transparent 50%);
  animation: waveRotate 20s infinite linear;
}

.testimonios-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  z-index: 0;
  border-radius: 0 0 25px 25px;
  background: linear-gradient(to top, var(--ocean-alpha-06), transparent);
}

.testimonios-container>div {
  position: relative;
  z-index: 1;
}

.testimonios-container .testimonial-card {
  background: var(--white-90);
  border-radius: 15px;
  padding: 25px;
  margin: 15px;
  border-left: 4px solid var(--blue-mid);
  box-shadow:
    0 4px 15px var(--mid-alpha-08),
    0 0 0 1px var(--ocean-alpha-06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonios-container .testimonial-card:hover {
  transform: translateY(-5px) scale(1.02);
  border-left-color: var(--blue-bright);
  box-shadow:
    0 8px 25px var(--mid-alpha-15),
    0 0 0 1px var(--ocean-alpha-10);
}

/* Burbujas */
.testimonios .burbuja-test {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, var(--cyan-alpha-08) 0%, transparent 70%);
  animation: floatBubble 16s infinite ease-in-out;
}

.testimonios .burbuja-test:nth-child(1) {
  width: 110px;
  height: 110px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.testimonios .burbuja-test:nth-child(2) {
  width: 70px;
  height: 70px;
  top: 55%;
  right: 8%;
  animation-delay: 3s;
}

.testimonios .burbuja-test:nth-child(3) {
  width: 90px;
  height: 90px;
  bottom: 15%;
  left: 12%;
  animation-delay: 6s;
}

.testimonios .burbuja-test:nth-child(4) {
  width: 80px;
  height: 80px;
  top: 35%;
  right: 15%;
  animation-delay: 9s;
}

/* Citas decorativas */
.testimonios-quote {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  font-size: 4rem;
  font-family: var(--font-serif);
  font-weight: bold;
  color: var(--ocean-alpha-08);
}

.testimonios-quote.left {
  top: 20px;
  left: 30px;
}

.testimonios-quote.right {
  bottom: 20px;
  right: 30px;
  transform: rotate(180deg);
}

/* Badge de Google */
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px auto 0;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid var(--ocean-alpha-15);
  background: linear-gradient(135deg, var(--color-bg) 0%, var(--bg-light-1) 100%);
  color: var(--blue-deep);
  font-weight: 600;
  box-shadow: 0 4px 12px var(--mid-alpha-10);
  transition: all 0.3s ease;
}

.google-badge::before {
  content: '⭐';
  font-size: 1.2rem;
}

.google-badge:hover {
  transform: translateY(-2px);
  border-color: var(--ocean-alpha-30);
  box-shadow: 0 6px 18px var(--mid-alpha-15);
}


/* =====================================================
   13. SERVICIOS
   ===================================================== */
.servicios {
  position: relative;
  max-width: 82%;
  margin: 80px auto;
  padding: 60px 40px;
  overflow: hidden;
}

.servicios::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 10% 20%, var(--ocean-alpha-02) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, var(--mid-alpha-02) 0%, transparent 50%);
}

.servicios h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.servicios h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--blue-bright), var(--blue-mid));
  box-shadow: 0 2px 8px var(--ocean-alpha-30);
}

.servicios>p {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
  color: var(--text-ocean-1);
  line-height: 1.8;
}

.servicios .salidas-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.servicios .salida-card {
  position: center;
  overflow: hidden;
  padding: 35px 30px;
  text-align: center;
  border-left: 5px solid var(--blue-mid);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--bg-light-1) 0%, var(--footer-text-hover) 100%);
  box-shadow:
    0 8px 30px var(--mid-alpha-10),
    0 0 0 1px var(--ocean-alpha-06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}



.servicios .salida-card:hover::before {
  height: 100%;
}

.servicios .salida-card:hover::after {
  transform: scale(1.5);
  opacity: 0.6;
}

.servicios .salida-card:hover {
  background: linear-gradient(135deg, var(--footer-text-hover) 0%, var(--bg-quienes-mid2) 100%);
  transform: translateY(-8px) scale(1.03);
  border-left-color: var(--blue-bright);
  box-shadow:
    0 15px 45px var(--mid-alpha-15),
    0 0 0 1px var(--ocean-alpha-10);
}

.servicios .salida-card:nth-child(3n+1) {
  border-left-color: var(--blue-mid);
}

.servicios .salida-card:nth-child(3n+2) {
  border-left-color: var(--blue-navy);
}

.servicios .salida-card:nth-child(3n+3) {
  border-left-color: var(--blue-accent);
}

.servicios .salida-card h3 {
  position: relative;
  z-index: 1;
  color: var(--blue-deep);
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.servicios .salida-card h3::before {
  content: "\01F30A";
  display: block;
  font-size: 2.5rem;
  margin-bottom: 10px;
  filter: drop-shadow(0 2px 4px var(--ocean-alpha-20));
}

.servicios .salida-card:hover h3 {
  color: var(--blue-mid);
}

.servicios .salida-card p {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: var(--text-ocean-1);
  line-height: 1.7;
  opacity: 0.9;
}

/* Olas decorativas de fondo */
.servicios .ola-decorativa {
  position: absolute;
  width: 200%;
  height: 200px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, var(--ocean-alpha-03) 0%, transparent 50%);
}

.servicios .ola-decorativa:nth-of-type(1) {
  top: 20%;
  left: -50%;
  animation: waveFloat 20s infinite ease-in-out;
}

.servicios .ola-decorativa:nth-of-type(2) {
  bottom: 20%;
  right: -50%;
  animation: waveFloat 25s infinite ease-in-out reverse;
}


/* =====================================================
   14. NUESTRA ESENCIA
   ===================================================== */
.esencia {
  position: relative;
  max-width: 65%;
  margin: 80px auto;
  padding: 60px 40px;
  overflow: hidden;
}

.esencia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 30% 40%, var(--ocean-alpha-03) 0%, transparent 60%),
    radial-gradient(circle at 70% 60%, var(--mid-alpha-03) 0%, transparent 60%);
}

.esencia h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.esencia h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--blue-bright), var(--blue-mid));
  box-shadow: 0 2px 8px var(--ocean-alpha-30);
}

.esencia .legal-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 35px;
  border-radius: 20px;
  color: var(--color-bg);
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-dark-3) 100%);
  box-shadow:
    0 10px 35px var(--mid-alpha-18),
    0 0 0 1px var(--ocean-alpha-15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.esencia .legal-card:nth-child(odd) {
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-dark-3) 100%);
}

.esencia .legal-card:nth-child(even) {
  background: linear-gradient(135deg, var(--blue-esencia-2) 0%, var(--blue-esencia-3) 100%);
}

.esencia .legal-card:nth-child(3n) {
  background: linear-gradient(135deg, var(--blue-section) 0%, var(--blue-esencia-4) 100%);
}



.esencia .legal-card:hover::after {
  opacity: 0.6;
}

.esencia .legal-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(135deg, var(--blue-esencia-1) 0%, var(--blue-esencia-3) 100%);
  box-shadow:
    0 20px 50px var(--ocean-alpha-22),
    0 0 0 1px var(--cyan-alpha-30),
    0 0 30px var(--ocean-alpha-15);
}

.esencia .legal-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-bg);
  text-shadow: 0 2px 8px var(--black-15);
  transition: all 0.3s ease;
}

.esencia .legal-card h3::before {
  content: '💎';
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  filter: drop-shadow(0 2px 4px var(--cyan-alpha-30));
  transition: transform 0.3s ease;
}

.esencia .legal-card:hover h3::before {
  transform: scale(1.15) rotate(5deg);
}

.esencia .legal-card:hover h3 {
  color: var(--footer-text-hover);
  text-shadow: 0 2px 12px var(--cyan-alpha-40);
}

.esencia .legal-card p {
  position: relative;
  z-index: 1;
  opacity: 0.95;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--footer-text-hover);
  text-shadow: 0 1px 3px var(--black-10);
}

.esencia .esencia-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Burbujas de fondo */
.esencia .burbuja-fondo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, var(--cyan-alpha-08) 0%, transparent 70%);
  animation: floatBubble 12s infinite ease-in-out;
}

.esencia .burbuja-fondo:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.esencia .burbuja-fondo:nth-child(2) {
  width: 80px;
  height: 80px;
  top: 50%;
  right: 15%;
  animation-delay: 3s;
}

.esencia .burbuja-fondo:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}


/* =====================================================
   15. ESENCIA + MAPA GRID
   ===================================================== */
.esencia-mapa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
  padding: 4.5rem 40px;
}

.esencia-col h2,
.mapa-col h2 {
  position: relative;
  font-size: clamp(1.9rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--ocean-mid);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

.esencia-col h2::after,
.mapa-col h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin-top: 12px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ocean-surf), var(--ocean-mid));
}

.esencia-cards {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}


/* =========================
   INSTAGRAM BLUE OCEAN
   ========================= */

.instagram-section {
  padding: 120px 10%;
  background: linear-gradient(135deg, #041c2c, #072f4a);
  text-align: center;
  color: white;
}

.instagram-section h2 {
  font-size: 2rem;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}


.insta-card {
  width: 100%;
  aspect-ratio: 4 / 5;
  /* formato Instagram vertical */
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  background: #000;
}

.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* recorta automáticamente */
  object-position: center;
  /* centra el recorte */
  transition: transform 0.5s ease;
}

.insta-card:hover img {
  transform: scale(1.08);
}

.instagram-btn {
  display: inline-block;
  margin-top: 60px;
  padding: 14px 40px;
  background: #0a4c75;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  letter-spacing: 3px;
  transition: 0.3s ease;
}

.instagram-btn:hover {
  background: #0e6aa6;
}


/* =====================================================
   16. DESTINATION CONTENT (FAQ / Info)
   ===================================================== */
.destination-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  max-width: 1800px;
  margin: 80px auto;
  padding: 80px 40px;
  overflow: visible;
  background: var(--color-bg);
  border-radius: 0;
  box-shadow: none;
}

.destination-content::before {
  display: none;
}

.destination-content>h2:first-of-type {
  grid-column: 1 / -1;
}

.destination-content h2 {

  position: relative;
  font-size: clamp(2rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--ocean-mid);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: none;
  margin-bottom: 2.75rem;
}

.destination-content h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 12px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--ocean-surf), var(--ocean-mid));
}

.destination-content p {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-dark-1);
  margin-bottom: 1.75rem;
}

.destination-content p:last-of-type {
  margin-bottom: 3rem;
}

.destination-content h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--ocean-mid);
  margin-top: 3.25rem;
  margin-bottom: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.destination-content h3:first-of-type {
  margin-top: 2rem;
}

.destination-content ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2.5rem;
  position: relative;
  z-index: 1;
}

.destination-content li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-dark-2);
  margin-bottom: 0.875rem;
}

.destination-content li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ocean-mid);
  font-weight: 300;
  font-size: 1.25rem;
}

.destination-content li:last-child {
  margin-bottom: 0;
}

.destination-content>* {
  position: relative;
  z-index: 1;
}

.destination-content h3+ul {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.destination-content h3+p {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

/* FAQ Acordeón */
.destination-content details {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 16px;
  padding: 19px 24px;
  cursor: pointer;
  border-radius: 14px;
  border-left: 5px solid var(--ocean-mid);
  background: linear-gradient(135deg, var(--bg-light-2), var(--bg-card-blue));
  box-shadow: 0 6px 18px var(--navy-alpha-08);
  transition: transform var(--transition-base) var(--transition-bounce),
    box-shadow var(--transition-base) var(--transition-ease),
    border-color var(--transition-base) var(--transition-ease);
}

.destination-content details:hover {
  transform: translateY(-2px);
  border-left-color: var(--ocean-surf);
  box-shadow: 0 10px 26px var(--navy-alpha-12);
}

.destination-content summary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ocean-mid);
  line-height: 1.45;
  list-style: none;
}

.destination-content summary::-webkit-details-marker {
  display: none;
}

.destination-content summary::before {
  content: "🌊";
  margin-right: 0;
  font-size: 1.2rem;
  transition: transform var(--transition-base) var(--transition-ease);
}

.destination-content[open] summary::before,
.destination-content details[open] summary::before {
  transform: rotate(15deg) scale(1.2);
}

.destination-content details p {
  margin-top: 10px;
  padding-left: 28px;
  font-size: 1.03rem;
  color: var(--color-text);
  line-height: 1.75;
  animation: slideDown 0.35s ease;
}

/* Burbujas decorativas */
.destination-content .burbuja-dest {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 30% 30%, var(--white-60b), var(--cyan-alpha-10b) 50%, transparent 70%);
  box-shadow: inset 0 0 20px var(--white-40b), 0 0 15px var(--cyan-alpha-20b);
  animation: floatBubbleEnhanced 18s infinite ease-in-out;
}

.destination-content .burbuja-dest:nth-of-type(1) {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 5%;
  animation-delay: 0s;
}

.destination-content .burbuja-dest:nth-of-type(2) {
  width: 85px;
  height: 85px;
  bottom: 25%;
  left: 8%;
  animation-delay: 4s;
}

.destination-content .burbuja-dest:nth-of-type(3) {
  width: 100px;
  height: 100px;
  top: 55%;
  right: 10%;
  animation-delay: 8s;
}


/* =====================================================
   17. CONTADORES
   ===================================================== */

.counters-col {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.counters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: var(--space-xl);
  margin-top: var(--space-3xl);
}

.counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: var(--space-3xl) var(--space-xl);
  text-align: center;

  border-radius: var(--radius-lg);
  background: var(--white-100);
  box-shadow: var(--shadow-sm);

  transition: transform var(--transition-base) var(--transition-ease),
    box-shadow var(--transition-base) var(--transition-ease);
}

.counter-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.counter-icon {
  margin-bottom: var(--space-sm);
}

.counter-icon svg,
.counter-icon i {
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: var(--ocean-mid);
}

.counter-num {
  font-size: var(--font-size-counter);
  font-weight: 800;
  color: var(--text-dark-1);
  line-height: 1;
}

.counter-plus {
  font-size: var(--font-size-counter-plus);
  font-weight: 600;
  color: var(--ocean-mid);
}

.counter-label {
  margin-top: var(--space-xs);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

/* =====================================================
   18. GRIDS DE SALIDAS (Cards Oceánicas)
   ===================================================== */
.salidas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-2xl);
  margin: var(--space-3xl) 0;
  padding: var(--space-xl);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg,
      var(--surface-alpha-30) 0%,
      var(--wave-alpha-20) 100%);
}

.salida-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 2px solid var(--light-alpha-20);
  background: linear-gradient(135deg,
      var(--white-95) 0%,
      var(--surface-alpha-90) 100%);
  box-shadow: var(--shadow-ocean-sm);
  transition: all 0.4s var(--transition-wave);
}

/* Efecto ola hover */
.salida-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
      transparent 0%,
      var(--light-alpha-15) 50%,
      transparent 100%);
  transition: left 0.6s var(--transition-wave);
}

.salida-card:hover::before {
  left: 100%;
}



.salida-card:hover::after {
  opacity: 1;
}

.salida-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--ocean-light);
  box-shadow: var(--shadow-ocean-lg);
}

/* Imagen / video container */
.card-image-container {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--ocean-dark) 0%, var(--ocean-main) 100%);
  box-shadow: inset 0 2px 8px var(--deep-alpha-20);
}

.card-image-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
  background-image:
    radial-gradient(circle at 20% 80%, var(--white-10) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, var(--white-15) 2px, transparent 2px),
    radial-gradient(circle at 40% 40%, var(--white-08) 1px, transparent 1px),
    radial-gradient(circle at 60% 90%, var(--white-12) 1.5px, transparent 1.5px);
  background-size: 200% 200%;
  animation: bubbles 20s linear infinite;
}

.card-image-container video {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  border-radius: inherit;
  background-color: var(--ocean-deep);
  transition: transform 0.6s var(--transition-wave), filter 0.4s ease;
}

.salida-card:hover .card-image-container video {
  transform: scale(1.08);
  filter: brightness(1.05) contrast(1.05);
}

.card-badge {
  position: absolute;
  top: var(--space-lg);
  left: var(--space-lg);
  z-index: 10;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  border: 1px solid var(--white-20);
  background: linear-gradient(135deg, var(--ocean-bright) 0%, var(--ocean-main) 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px var(--main-alpha-40);
  animation: float 3s ease-in-out infinite;
}

.salida-card h3 {
  position: relative;
  z-index: 2;
  margin: var(--space-lg) var(--space-md) var(--space-sm);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ocean-dark);
  text-align: center;
  text-shadow: 0 1px 2px var(--deep-alpha-10);
}

.salida-card p {
  position: relative;
  z-index: 2;
  margin: var(--space-xs) var(--space-md) var(--space-lg);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ocean-main);
  text-align: center;
}

/* Card base genérica */
.card-base {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  contain: layout style paint;
  transition: transform var(--transition-base) var(--transition-bounce),
    box-shadow var(--transition-base) var(--transition-ease);
}

.card-base:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}


/* =====================================================
   19. BANCOS GRID
   ===================================================== */
.bancos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-2xl);
  margin: var(--space-3xl) 0;
}

.banco-card {
  position: relative;
  overflow: hidden;
  padding: var(--space-2xl);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  background: linear-gradient(135deg,
      var(--white-98) 0%,
      var(--wave-alpha-30) 100%);
  box-shadow: var(--shadow-ocean-sm);
  transition: all 0.4s var(--transition-wave);
}

.banco-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--ocean-bright) 0%,
      var(--ocean-light) 50%,
      var(--seafoam-green) 100%);
  transform: scaleX(0);
  transition: transform 0.4s var(--transition-ripple);
}

.banco-card:hover::before {
  transform: scaleX(1);
}

.banco-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--ocean-light);
  background: linear-gradient(135deg,
      var(--white-100) 0%,
      var(--wave-alpha-50) 100%);
  box-shadow: var(--shadow-ocean-lg);
}

.banco-card h3 {
  margin: 0 0 var(--space-md);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ocean-dark);
}


/* =====================================================
   20. LEGAL GRID & LEGAL CONTENT
   ===================================================== */

/* Legal Grid */
.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-xl);
  margin: var(--space-xl) 0;
}

.legal-card {
  position: relative;
  overflow: hidden;
  padding: var(--space-2xl);
  border-radius: var(--radius-lg);
  color: white;
  background: linear-gradient(135deg,
      var(--ocean-dark) 0%,
      var(--ocean-main) 50%,
      var(--ocean-bright) 100%);
  box-shadow: var(--shadow-ocean-md);
  transition: all 0.4s var(--transition-wave);
}

.legal-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: radial-gradient(circle, var(--white-10) 0%, transparent 70%);
  transition: opacity 0.4s ease;
}

.legal-card:hover::before {
  opacity: 1;
}

.legal-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: var(--shadow-ocean-lg);
}


/* Legal Content (página legal) */
.legal-content {
  margin: 80px auto;
  padding: 60px 40px;
  background: var(--color-bg);
  border-radius: 10px;
  border: 1px solid var(--bg-portafolio-h);
  box-shadow: 0 8px 24px var(--navy-alt-08);
  color: var(--text-legal-1);
}

.legal-content h1 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--blue-legal-2);
}

.legal-content h2,
.legal-content h3 {
  color: var(--blue-legal-2);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.legal-content details {
  margin-bottom: 18px;
  padding: 18px 22px;
  border-radius: 8px;
  border-left: 5px solid var(--blue-link);
  background: var(--bg-light-3);
  transition: background .25s ease;
}

.legal-content details:hover {
  background: var(--bg-section-alt);
}

.legal-content summary {
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
  padding-right: 25px;
}

.legal-content summary::-webkit-details-marker {
  display: none;
}

.legal-content summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--blue-legal);
  transition: .3s ease;
}

.legal-content details[open] summary::after {
  content: "-";
}

.legal-content details p {
  margin-top: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-legal-1);
}

details ul {
  margin-left: 1.5em;
  margin-top: 0.5em;
}

details ul li {
  margin-bottom: 0.5em;
}

details ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}


/* =====================================================
   21. TEMPORADAS — Tabs & Tabla
   ===================================================== */

/* Filtros de temporada */
#seasonFilters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--space-3xl) 0;
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--color-bg-secondary), var(--color-bg-tertiary));
  box-shadow: var(--shadow-sm);
}

.season-filter {
  padding: 11px 22px;
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-full);
  background: var(--color-bg);
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px var(--black-06);
  transition: all var(--transition-fast) var(--transition-ease);
}

.season-filter:hover {
  background: var(--color-primary);
  color: var(--color-bg);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.season-filter.active {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-bg);
  border-color: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Cuadrícula de temporadas */
.season-grid {
  display: grid;
  gap: var(--space-3xl);
  margin: var(--space-3xl) 0;
}

.season-card {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--primary-06);
  box-shadow: var(--shadow-ocean-sm);
  transition: all var(--transition-base) var(--transition-bounce);
}

.season-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-ocean-lg);
}

.season-title {
  padding: 22px var(--space-2xl);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  text-align: center;
  color: var(--color-bg);
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  text-shadow: 1px 1px 3px var(--black-20);
}

.season-title small {
  color: var(--white-90) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 500 !important;
  opacity: 0.95;
}

/* Tabs */
.tabs {
  display: flex;
  gap: 0;
  background: linear-gradient(135deg, var(--color-bg-secondary), var(--color-bg-tertiary));
  border-bottom: 3px solid var(--color-primary);
}

.tab-btn {
  position: relative;
  flex: 1;
  padding: 15px var(--space-xl);
  border: none;
  border-right: 1px solid var(--surf-alpha-10);
  background: transparent;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-base) var(--transition-ease);
}

.tab-btn:last-child {
  border-right: none;
}

.tab-btn:hover {
  background: var(--primary-08);
  color: var(--color-primary);
}

.tab-btn.active {
  background: var(--color-bg);
  color: var(--color-primary-dark);
  font-weight: 700;
}

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 2px 2px 0 0;
}

.tab-container {
  padding: 0;
}

.tab-content {
  display: none;
  padding: var(--space-3xl);
  min-height: 200px;
  animation: fadeInTab 0.3s ease;
}

.tab-content.active {
  display: block;
}

/* Contenido de tabs: incluye / no-incluye */
.tab-content[data-name="incluye"] div,
.tab-content[data-name="no-incluye"] div {
  padding: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-sm);
  border-left: 4px solid var(--color-primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--color-bg-secondary);
  line-height: 1.6;
  transition: all var(--transition-fast) var(--transition-ease);
}

.tab-content[data-name="incluye"] div:hover,
.tab-content[data-name="no-incluye"] div:hover {
  background: var(--color-bg-tertiary);
  transform: translateX(6px);
  box-shadow: var(--shadow-sm);
}

.tab-content[data-name="incluye"] div:last-child,
.tab-content[data-name="no-incluye"] div:last-child {
  margin-bottom: 0;
}

/* Itinerario */
.tab-content[data-name="itinerario"] div {
  padding: 14px 18px;
  margin-bottom: var(--space-md);
  border-left: 4px solid var(--color-primary-dark);
  border-radius: 0 10px 10px 0;
  line-height: 1.7;
  background: linear-gradient(135deg, var(--color-bg-secondary), var(--bg-section-soft));
  box-shadow: 0 2px 6px var(--black-04);
  transition: all var(--transition-fast) var(--transition-ease);
}

.tab-content[data-name="itinerario"] div:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-sm);
}

/* Empty state */
#temporadasWrap>div[style*="padding"] {
  padding: var(--space-4xl) var(--space-xl) !important;
  margin: var(--space-3xl) 0;
  text-align: center;
  color: var(--color-text-muted);
  font-size: var(--font-size-lg);
  background: var(--color-bg-secondary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

/* Secciones de destino por temporada */
#temporadasWrap {
  display: grid;
  gap: 30px;
  margin: 30px 0;
}

.temporada-section {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 20px;
  border: 2px solid var(--blue-pale);
  background: linear-gradient(135deg, var(--bg-table-header-1) 0%, var(--color-bg) 100%);
  box-shadow: 0 8px 24px var(--table-blue-15);
  animation: fadeInUp 0.6s ease;
}

.temporada-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to top, var(--pale-alpha-20), transparent);
}

.temporada-section h3 {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue-table-1);
  border-bottom: 3px solid var(--blue-pale);
  text-shadow: 2px 2px 4px var(--table-blue-10);
}

.temporada-section table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-bg);
  box-shadow: 0 4px 16px var(--teal-btn-alpha-40);
}

.temporada-section table thead th {
  padding: 18px 14px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-bg);
  border: none;
  background: linear-gradient(135deg, var(--blue-table-2) 0%, var(--blue-table-1) 50%, var(--blue-table-4) 100%);
  text-shadow: 1px 1px 3px var(--black-30);
}

.temporada-section table tbody td {
  padding: 18px 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-table-1);
  border-bottom: 2px solid var(--bg-table-header-1);
  transition: all 0.3s ease;
}

.temporada-section table tbody td:nth-child(3) {
  color: var(--blue-teal);
  font-weight: 800;
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px var(--ocean-172);
}

.temporada-section table tbody tr:nth-child(odd) {
  background: var(--color-bg);
}

.temporada-section table tbody tr:nth-child(even) {
  background: linear-gradient(to right, var(--bg-table-even-from) 0%, var(--bg-light-1) 100%);
}

.temporada-section table tbody tr:hover {
  background: linear-gradient(135deg, var(--bg-table-hover-from) 0%, var(--bg-table-hover-to) 100%);
  transform: scale(1.01);
  cursor: pointer;
  box-shadow: 0 4px 12px var(--teal-btn-alpha-40);
}

/* Botones de tabla */
.btn-ver,
.btn-consultar {
  display: inline-block;
  padding: 10px 24px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--blue-table-3) 0%, var(--blue-season-2) 100%);
  color: var(--color-bg) !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 12px var(--mid-bright-30);
  transition: all 0.3s ease;
}

.btn-ver:hover,
.btn-consultar:hover {
  background: linear-gradient(135deg, var(--blue-season-2) 0%, var(--blue-table-1) 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px var(--table-blue-40);
}

/* Tariff table (tabla de tarifas genérica) */
.tariff-table {
  width: 100%;
  font-size: var(--font-size-sm);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 2px 8px var(--black-05);
}

.tariff-table thead {
  background: linear-gradient(135deg, var(--bg-table-header-1), var(--bg-table-header-2));
  color: var(--color-base);
}

.tariff-table th {
  padding: 14px 10px;
  text-align: center;
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 3px solid var(--color-primary);
}

.tariff-table th:first-child {
  text-align: left;
  padding-left: var(--space-lg);
}

.tariff-table th:last-child {
  text-align: left;
}

.tariff-table tbody tr {
  border-bottom: 1px solid var(--color-bg-tertiary);
  transition: all var(--transition-fast) var(--transition-ease);
}

.tariff-table tbody tr:hover {
  background: linear-gradient(135deg, var(--bg-footer-light), var(--bg-section-soft));
  box-shadow: 0 2px 8px var(--surf-alpha-08);
}

.tariff-table tbody tr:last-child {
  border-bottom: none;
}

.tariff-table td {
  padding: var(--space-lg) 10px;
  text-align: center;
  vertical-align: top;
}

.tariff-table td:first-child {
  text-align: left;
  font-weight: 500;
  padding-left: var(--space-lg);
}

.tariff-table td:last-child {
  text-align: left;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  padding-right: var(--space-lg);
}

.tariff-table td:nth-child(2),
.tariff-table td:nth-child(3),
.tariff-table td:nth-child(4),
.tariff-table td:nth-child(5) {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-primary-dark);
  white-space: nowrap;
}

/* CRÍTICO: tablas con overflow visible */
table,
td,
.tab-content,
.temporada-section {
  overflow: visible !important;
}

/* =====================================================
   22. COTIZADOR WHATSAPP
   ===================================================== */

.cotizador-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 600px;
  padding: 70px 20px;
  background: transparent;
}

.cotizador-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, var(--ocean-alpha-10), transparent);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.cotizador-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 50px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid var(--cyan-alpha-10);
  background: linear-gradient(145deg, var(--color-bg) 0%, var(--bg-light-1) 50%, var(--footer-text-hover) 100%);
  box-shadow:
    0 12px 35px var(--mid-alpha-20),
    0 0 0 1px var(--ocean-alpha-15),
    inset 0 1px 0 var(--white-80);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.cotizador-container::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 25% 35%, var(--cyan-alpha-08) 0%, transparent 60%),
    radial-gradient(circle at 75% 75%, var(--ocean-alpha-08) 0%, transparent 60%),
    radial-gradient(circle at 50% 10%, var(--bright-alpha-06) 0%, transparent 50%);
  animation: shimmerEnhanced 12s ease-in-out infinite;
}

.cotizador-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, var(--cyan-alpha-08), transparent);
  animation: waveTop 8s ease-in-out infinite;
}

.cotizador-container:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 20px 45px var(--mid-alpha-25),
    0 0 0 1px var(--cyan-alpha-25),
    inset 0 1px 0 var(--white-90);
}

/* Título del cotizador */
.cotizador-container h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--blue-season-dark) 0%, var(--blue-mid) 50%, var(--blue-bright) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px var(--mid-alpha-15));
  animation: titlePulse 4s ease-in-out infinite;
}

.cotizador-container h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin: 15px auto;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, var(--blue-mid), var(--blue-bright), var(--blue-bright-2), var(--blue-bright), var(--blue-mid), transparent);
  box-shadow: 0 2px 10px var(--cyan-alpha-40);
  animation: lineGrow 3s ease-in-out infinite;
}

.cotizador-container h2+p {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-ocean-1);
  opacity: 0.9;
  text-shadow: 0 1px 2px var(--white-80);
}

/* Campos del formulario */
.form-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 18px;
}

.form-group,
.form-group-full {
  text-align: left;
  animation: fadeInField 0.6s ease-out backwards;
}

.form-group:nth-child(1) {
  animation-delay: 0.1s;
}

.form-group:nth-child(2) {
  animation-delay: 0.15s;
}

.form-group:nth-child(3) {
  animation-delay: 0.2s;
}

.form-group:nth-child(4) {
  animation-delay: 0.25s;
}

.form-group-full {
  grid-column: 1 / -1;
}

.cotizador-container label {
  position: relative;
  display: block;
  padding-left: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--blue-deep);
  transition: color 0.3s ease;
}

.cotizador-container label::before {
  content: '🌊';
  position: absolute;
  left: -18px;
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.form-group:hover label::before,
.form-group-full:hover label::before {
  opacity: 1;
  transform: translateX(-2px);
}

.cotizador-container select,
.cotizador-container input {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--blue-border);
  border-radius: 15px;
  font-size: 15px;
  color: var(--text-ocean-2);
  background: linear-gradient(to bottom, var(--color-bg), var(--bg-section-pale));
  box-shadow: 0 2px 8px var(--mid-alpha-05);
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cotizador-container select:hover,
.cotizador-container input:hover {
  border-color: var(--blue-hover);
  background: var(--color-bg);
  box-shadow: 0 4px 12px var(--ocean-alpha-10);
}

.cotizador-container select:focus,
.cotizador-container input:focus {
  border-color: var(--blue-mid);
  background: var(--color-bg);
  text-align: left;
  outline: none;
  box-shadow:
    0 0 0 4px var(--ocean-alpha-10),
    0 4px 15px var(--ocean-alpha-20);
}

/* Select personalizado */
.cotizador-container select {
  cursor: pointer;
  appearance: none;
  padding-right: 40px;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23006d92' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.cotizador-container select:focus {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%2300a8cc' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
}

/* Input date */
.cotizador-container input[type="date"] {
  cursor: pointer;
}

.cotizador-container input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(35%) sepia(75%) saturate(1500%) hue-rotate(170deg);
  transition: filter 0.3s ease;
}

.cotizador-container input[type="date"]:hover::-webkit-calendar-picker-indicator {
  filter: invert(45%) sepia(85%) saturate(1800%) hue-rotate(170deg);
}

/* Input number */
.cotizador-container input[type="number"] {
  -moz-appearance: textfield;
}

.cotizador-container input[type="number"]::-webkit-inner-spin-button,
.cotizador-container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Validación */
.cotizador-container input:invalid:not(:placeholder-shown),
.cotizador-container select:invalid:not(:placeholder-shown) {
  border-color: var(--coral-accent);
  background: linear-gradient(to bottom, var(--color-bg)5f5, var(--bg-section-rose));
}

.cotizador-container input:valid:not(:placeholder-shown),
.cotizador-container select:valid {
  border-color: var(--blue-teal-2);
}

/* Botón enviar */
.cotizador-container button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin-top: 32px;
  padding: 16px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-accent) 0%, var(--blue-navy) 50%, var(--blue-dark-1) 100%);
  color: var(--color-bg);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 6px 20px var(--blue-navy-alpha-35),
    inset 0 1px 0 var(--white-30);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cotizador-container button::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, var(--cyan-alpha-20) 0%, transparent 100%);
  transition: opacity 0.4s ease;
}

.cotizador-container button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  opacity: 0;
  transform: skewX(-25deg);
  background: linear-gradient(110deg,
      transparent 0%,
      var(--white-40) 40%,
      var(--white-60) 50%,
      var(--white-40) 60%,
      transparent 100%);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cotizador-container button:hover::before {
  opacity: 1;
}

.cotizador-container button:hover::after {
  left: 140%;
  opacity: 1;
}

.cotizador-container button:hover {
  background: linear-gradient(135deg, var(--blue-navy) 0%, var(--blue-dark-1) 50%, var(--blue-dark-2) 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 12px 30px var(--blue-navy-alpha-45),
    inset 0 1px 0 var(--white-40);
}

.cotizador-container button:active {
  transform: scale(0.97);
  box-shadow:
    0 4px 15px var(--navy-alpha-30),
    inset 0 1px 0 var(--white-30);
}

/* Partículas oceánicas */
.cotizador-container .ocean-particle {
  position: absolute;
  z-index: 0;
  width: 4px;
  height: 4px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cyan-alpha-60), transparent);
  animation: floatParticle 15s linear infinite;
}


/* Meses — botones generados por JS */
#cot-months {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

#cot-months button {
  padding: 8px 16px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  border-radius: 20px;
  border: 2px solid var(--blue-border);
  background: var(--color-bg);
  color: var(--blue-deep);
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 0;
}

#cot-months button:hover {
  border-color: var(--ocean-mid);
  background: var(--ocean-surface);
  transform: none;
  box-shadow: none;
}

#cot-months button.active {
  background: linear-gradient(135deg, var(--blue-accent) 0%, var(--blue-navy) 100%);
  color: var(--color-bg);
  border-color: transparent;
  box-shadow: 0 4px 12px var(--ocean-alpha-30);
}

/* Autocomplete dropdown */
#cot-ac-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 200;
  border-radius: 12px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--blue-border);
  box-shadow: 0 8px 24px var(--mid-alpha-18);
  display: none;
  overflow: hidden;
}

#cot-ac-list .cot-item {
  padding: 11px 16px;
  font-size: var(--font-size-sm);
  color: var(--blue-deep);
  cursor: pointer;
  transition: background 0.2s ease;
}

#cot-ac-list .cot-item:hover {
  background: var(--ocean-surface);
  color: var(--ocean-mid);
}

/* Contador de personas */
.cot-pax-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

#cot-minus,
#cot-plus {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--blue-border);
  background: var(--color-bg);
  font-size: 20px;
  font-weight: 700;
  color: var(--blue-deep);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
  min-height: auto;
  min-width: auto;
  width: 38px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
}

#cot-minus:hover,
#cot-plus:hover {
  border-color: var(--ocean-mid);
  background: var(--ocean-surface);
  transform: none;
  box-shadow: none;
}

#cot-count {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  color: var(--blue-deep);
  min-width: 28px;
  text-align: center;
}

#cot-pax-label {
  font-size: var(--font-size-base);
  color: var(--text-ocean-1);
}

/* Asesores — cards generadas por JS */
#cot-asesores {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.asesor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 2px solid var(--blue-border);
  background: var(--color-bg);
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 100px;
}

.asesor-card:hover {
  border-color: var(--ocean-mid);
  background: var(--ocean-surface);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px var(--ocean-alpha-15);
}

.asesor-card.active {
  border-color: var(--ocean-mid);
  background: linear-gradient(135deg, var(--ocean-surface) 0%, var(--ocean-wave) 100%);
  box-shadow: 0 6px 20px var(--ocean-alpha-20);
}

.asesor-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--ocean-wave);
  transition: border-color 0.25s ease;
}

.asesor-card.active .asesor-img {
  border-color: var(--ocean-mid);
}

.asesor-card h4 {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--blue-deep);
  text-align: center;
  margin: 0;
}

.asesor-card p {
  font-size: var(--font-size-xs);
  color: var(--text-ocean-1);
  margin: 0;
}

/* Toast de validación */
#cot-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  padding: 12px 24px;
  border-radius: 30px;
  background: var(--blue-deep);
  color: var(--color-bg);
  font-size: var(--font-size-sm);
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 24px var(--mid-alpha-20);
}

#cot-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* =====================================================
   23a. SECCIÓN: PROMO DEL MES (Carrusel + Panel)
   Complementa la sección 23. Mismo bloque visual.
   ===================================================== */

.promociones-section {
  padding: 70px 20px 80px;
  position: relative;
  overflow: hidden;
}

/* Ondas decorativas de fondo */
.promociones-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ── Encabezado de sección ── */
.promociones-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.promociones-header .promo-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #a67c52;
  background: rgba(166,124,82,0.12);
  border: 1px solid rgba(166,124,82,0.3);
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.promociones-header h2 {
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 2px;
  color: #000000;
  margin: 0 0 10px;
  line-height: 1;
}

.promociones-header h2 span {
  color: #3a7dff;
}

.promociones-header p {
  font-size: 1rem;
  color: rgba(1, 60, 94, 0.65);
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Línea decorativa bajo el título */
.promociones-header::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3a7dff, #a67c52);
  border-radius: 3px;
  margin: 18px auto 0;
}

/* ── Layout principal: carrusel izquierda + texto derecha ── */
.promociones-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── CARRUSEL DE FLYERS ── */
.promo-carrusel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.promo-carrusel {
  position: relative;
  width: 100%;
  max-width: 1060px;
  aspect-ratio: 3/4;          /* proporción tipo flyer */
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.06);
  background: #0a1f33;        /* fallback mientras carga el GIF */
}

/* Cada slide */
.promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.promo-slide.activo {
  opacity: 1;
  pointer-events: auto;
}

.promo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge "OFERTA" animado sobre el flyer */
.promo-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #e53935, #ff6f00);
  color: #81b2f3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  box-shadow: 0 4px 14px rgba(229,57,53,0.45);
  animation: pulseBadge 2s ease-in-out infinite;
  z-index: 2;
}

@keyframes pulseBadge {
  0%, 100% { transform: scale(1);    box-shadow: 0 4px 14px rgba(229,57,53,0.45); }
  50%       { transform: scale(1.07); box-shadow: 0 6px 22px rgba(229,57,53,0.65); }
}

/* Indicadores de slide (puntos) */
.promo-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: rgba(255,255,255,0.25);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
  padding: 0;
}

.promo-dot.activo {
  background: #3a7dff;
  width: 24px; /* se estira el activo */
}

/* Flechas de navegación manual */
.promo-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.promo-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(1, 29, 105, 0.2);
  background: rgba(255,255,255,0.06);
  color: #130c01;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.promo-arrow:hover {
  background: rgba(58,125,255,0.25);
  border-color: rgba(58,125,255,0.5);
  transform: scale(1.08);
}

/* Botón CONSULTAR bajo el carrusel */
.btn-promo-consultar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 36px;
  border: none;
  border-radius: 100px;
  background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  box-shadow:
    0 8px 24px rgba(13,71,161,0.4),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
  width: 100%;
  max-width: 360px;
}

.btn-promo-consultar:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 36px rgba(13,71,161,0.55),
    inset 0 1px 0 rgba(255,255,255,0.15);
  background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
}

.btn-promo-consultar:active {
  transform: translateY(0);
}

.btn-promo-consultar svg {
  flex-shrink: 0;
}

/* Efecto pulso verde tipo WhatsApp en el ícono */
.btn-promo-consultar .wa-icon {
  width: 22px;
  height: 22px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  position: relative;
}

.btn-promo-consultar .wa-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: waRing 1.8s ease-in-out infinite;
}

@keyframes waRing {
  0%   { transform: scale(1);   opacity: 0.8; }
  70%  { transform: scale(1.5); opacity: 0;   }
  100% { transform: scale(1);   opacity: 0;   }
}

/* ── PANEL DERECHO: lista de promos ── */
.promo-info-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promo-info-panel .promo-panel-title {
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: #0b4780;
  letter-spacing: 1.5px;
  line-height: 1.1;
  margin: 0 0 6px;
}

.promo-info-panel .promo-panel-sub {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(2, 1, 0, 0.55);
  margin: 0 0 18px;
  line-height: 1.6;
}

/* Tarjetas de promo individual */
.promo-card {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  cursor: default;
}

.promo-card:hover {
  background: rgba(58,125,255,0.08);
  border-color: rgba(58,125,255,0.2);
  transform: translateX(5px);
}

.promo-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(58,125,255,0.2), rgba(30,91,184,0.3));
  border: 1px solid rgba(58,125,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.promo-card-body strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0c0902;
  margin-bottom: 3px;
}

.promo-card-body span {
  font-size: 0.82rem;
  color: rgba(2, 1, 1, 0.5);
  line-height: 1.5;
}

.promo-card-badge {
  align-items: center;
 
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(166,124,82,0.2);
  color: #c9a87c;
  border: 1px solid rgba(166,124,82,0.3);
  white-space: nowrap;
}

/* Nota de vigencia */
.promo-vigencia {
  font-size: 0.78rem;
  color: rgba(12, 1, 77, 0.35);
  text-align: center;
  margin-top: 4px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .promociones-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .promo-carrusel-wrap {
    order: -1; /* carrusel primero en móvil */
  }

  .promo-carrusel {
    max-width: 300px;
    margin: 0 auto;
  }

  .btn-promo-consultar {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .promociones-section {
    padding: 50px 16px 60px;
  }

  .promo-carrusel {
    max-width: 260px;
  }

  .btn-promo-consultar {
    max-width: 260px;
    font-size: 0.9rem;
    padding: 13px 24px;
  }

  .promo-card {
    padding: 14px 16px;
    gap: 12px;
  }
}


/* =====================================================
   23. BO FLYERS CAROUSEL
   ===================================================== */


/* ── Sección raíz ── */
.bo-flyers-section {
  position: relative;
  padding: var(--space-5xl) 0 0;
  overflow: hidden;
  background: var(--ocean-deep);              /* #0F2D4D */
}

/* Rejilla de líneas atmosférica */
.bo-flyers-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--white-03) 1px, transparent 1px),
    linear-gradient(90deg, var(--white-03) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* Glow radial central */
.bo-flyers-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 55% at 50% 35%,
    var(--ocean-alpha-20) 0%,
    transparent 70%
  );
}

/* ── Cabecera ── */
.bo-flyers-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 var(--space-5xl);
  margin-bottom: var(--space-4xl);
}

/* Eyebrow con líneas laterales */
.bo-flyers-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ocean-surf);
  margin-bottom: var(--space-md);
}

.bo-flyers-kicker::before,
.bo-flyers-kicker::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--ocean-surf);
  opacity: 0.5;
}

/* Título gigante con outline en la segunda palabra */
.bo-flyers-title {
  display: block;
  font-family: var(--font-serif);             /* Bebas Neue */
  font-size: clamp(3.2rem, 8vw, 6rem);
  font-weight: 400;                           /* Bebas no tiene bold real */
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-100);
  margin-bottom: 0;
}

/* La segunda línea del título en outline */
.bo-flyers-title-outline {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--white-30);
}

/* Sin el ::after decorativo anterior — el título ya es suficientemente potente */
.bo-flyers-title::after {
  display: none;
}

.bo-flyers-subtitle {
  margin-top: var(--space-lg);
  font-family: var(--font-primary);
  font-size: var(--font-size-sm);
  font-weight: 300;
  line-height: 1.65;
  color: var(--white-40);
  max-width: 380px;
  letter-spacing: 0.03em;
}

/* Contador de destinos — top-right del header */
.bo-flyers-head-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--space-2xl);
}

.bo-flyers-counter {
  text-align: right;
  flex-shrink: 0;
}

.bo-flyers-counter-num {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--font-size-hero);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--ocean-alpha-30);
  letter-spacing: 0.04em;
}

.bo-flyers-counter-label {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-20);
  margin-top: var(--space-xs);
}

/* ── Shell: flechas + viewport ── */
.bo-flyers-shell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  padding: 0 var(--space-3xl);
}

/* Flechas rediseñadas */
.bo-flyers-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  border: 1px solid var(--white-12);
  background: var(--white-06);
  color: var(--white-60);
  cursor: pointer;
  transition:
    background var(--transition-base) var(--transition-ease),
    border-color var(--transition-base) var(--transition-ease),
    color var(--transition-base) var(--transition-ease),
    transform var(--transition-base) var(--transition-ripple);
  z-index: 10;
}

.bo-flyers-arrow:hover {
  background: var(--ocean-alpha-30);
  border-color: var(--ocean-surf);
  color: var(--ocean-surf);
  transform: scale(1.1);
}

.bo-flyers-arrow:active {
  transform: scale(0.94);
}

.bo-flyers-arrow:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── Viewport — coverflow 3D ── */
.bo-flyers-viewport {
  flex: 1;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  perspective: 700px;
  perspective-origin: 50% 50%;
  padding: var(--space-5xl) 0 88px;
}

.bo-flyers-grabbing {
  cursor: grabbing !important;
}

/* ── Track ── */
.bo-flyers-track {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
  will-change: transform;
  transform-style: preserve-3d;
}

/* ── Item ── */
.bo-flyers-item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transform-origin: center center;
  transform-style: preserve-3d;
}

/* Imagen — bordes más refinados, fondo oscuro mientras carga */
.bo-flyers-image {
  width: 220px;
  height: 308px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);            /* 12px */
  pointer-events: none;
  background: var(--blue-dark-3);
  /* box-shadow controlado por JS en update3D() */
}

/* ── Badge de destino — rediseño premium ── */
.bo-flyers-meta {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px var(--space-lg) 5px 14px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--ocean-mid), var(--ocean-deep));
  border: 1px solid var(--ocean-alpha-30);
  color: var(--white-100);
  font-family: var(--font-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 16px var(--black-30), 0 1px 0 var(--white-10) inset;
  pointer-events: none;
}

/* ── Ticker inferior — destinos desfilando ── */
.bo-flyers-ticker {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--white-06);
  padding: var(--space-md) 0;
  overflow: hidden;
  margin-top: var(--space-xl);
}

.bo-flyers-ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: boFlyersTicker 20s linear infinite;
}

.bo-flyers-ticker-item {
  font-family: var(--font-primary);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-15);
  padding: 0 var(--space-3xl);
  flex-shrink: 0;
}

.bo-flyers-ticker-sep {
  color: var(--ocean-surf);
  opacity: 0.35;
}

@keyframes boFlyersTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Barra de controles inferior ── */
.bo-flyers-controls {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-xl) var(--space-5xl) var(--space-4xl);
  flex-wrap: wrap;
  gap: var(--space-lg);
}

/* Dots de progreso */
.bo-flyers-dots {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.bo-flyers-dot {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: var(--white-12);
  border: none;
  cursor: pointer;
  padding: 0;
  transition:
    width var(--transition-base) var(--transition-ease),
    background var(--transition-base) var(--transition-ease);
}

.bo-flyers-dot.active {
  width: 38px;
  background: var(--ocean-surf);
}

/* CTA link a salidas */
.bo-flyers-cta-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-xl);
  border: 1px solid var(--ocean-alpha-20);
  color: var(--ocean-surf);
  font-family: var(--font-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition-base) var(--transition-ease),
    border-color var(--transition-base) var(--transition-ease);
}

.bo-flyers-cta-link svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition-fast) var(--transition-ease);
}

.bo-flyers-cta-link:hover {
  background: var(--ocean-alpha-10);
  border-color: var(--ocean-surf);
}

.bo-flyers-cta-link:hover svg {
  transform: translateX(3px);
}

/* ── Slot oculto ── */
.bo-flyers-planned {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .bo-flyers-head {
    padding: 0 var(--space-4xl);
  }
  .bo-flyers-controls {
    padding: var(--space-lg) var(--space-4xl) var(--space-4xl);
  }
}

@media (max-width: 768px) {
  .bo-flyers-section {
    padding: var(--space-4xl) 0 0;
  }

  .bo-flyers-head {
    padding: 0 var(--space-2xl);
  }

  .bo-flyers-head-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-lg);
  }

  .bo-flyers-counter {
    text-align: left;
  }

  .bo-flyers-title {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .bo-flyers-viewport {
    padding: var(--space-4xl) 0 72px;
  }

  .bo-flyers-image {
    width: 160px;
    height: 224px;
  }

  .bo-flyers-shell {
    padding: 0 var(--space-xl);
  }

  .bo-flyers-controls {
    padding: var(--space-lg) var(--space-2xl) var(--space-4xl);
    justify-content: center;
  }

  .bo-flyers-cta-link {
    display: none;
  }
}

@media (max-width: 480px) {
  .bo-flyers-head {
    padding: 0 var(--space-lg);
  }

  .bo-flyers-viewport {
    padding: 36px 0 60px;
  }

  .bo-flyers-image {
    width: 130px;
    height: 182px;
    border-radius: var(--radius-sm);
  }

  .bo-flyers-arrow {
    width: 36px;
    height: 36px;
  }

  .bo-flyers-meta {
    font-size: 9px;
    padding: var(--space-xs) var(--space-md);
    bottom: -16px;
  }

  .bo-flyers-controls {
    padding: var(--space-md) var(--space-lg) var(--space-3xl);
  }
}

/* =====================================================
   24. PORTAFOLIO PREMIUM
   ===================================================== */
.portafolio {
  position: relative;
  padding: 110px 6%;
  background: linear-gradient(to bottom, var(--bg-portafolio-fr) 0%, var(--bg-portafolio-to2) 100%);
}

.portafolio-header {
  max-width: 1400px;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.portafolio-header h2 {
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ocean-mid);
  margin-bottom: 0.5rem;
}

.portafolio-header p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  color: var(--color-text-muted);
}

.portafolio-header::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ocean-surf), var(--ocean-mid));
}

.portafolio-grid-principal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  max-width: 1500px;
  margin: 4rem auto 0;
}

.portafolio-columna {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.portafolio-titulo {
  position: relative;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--ocean-mid);
  margin-bottom: 12px;
}

.portafolio-titulo::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ocean-surf), var(--ocean-mid));
}

.portafolio-grid-interno {
  display: grid;
  gap: 14px;
}

.portafolio-grid-interno.many {
  grid-template-columns: repeat(3, 1fr);
}

.portafolio-grid-interno.medium {
  grid-template-columns: repeat(2, 1fr);
}

.portafolio-grid-interno.large {
  grid-template-columns: 1fr;
}

.portafolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  border-radius: 18px;
  border: 1px solid var(--primary-06);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-ocean-sm);
  transition:
    transform var(--transition-base) var(--transition-bounce),
    box-shadow var(--transition-base) var(--transition-ease);
}

.portafolio-grid-interno.many .portafolio-card {
  aspect-ratio: 1 / 1;
}

.portafolio-grid-interno.medium .portafolio-card {
  aspect-ratio: 4.5 / 5;
}

.portafolio-grid-interno.large .portafolio-card {
  aspect-ratio: 3 / 4;
  border: 2px solid var(--primary-16);
  box-shadow: var(--shadow-ocean-md);
}

.portafolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(to top, var(--navy-alpha-52), transparent 60%);
  transition: opacity 0.35s ease;
}

.portafolio-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-ocean-lg);
}

.portafolio-card:hover::after {
  opacity: 1;
}

.portafolio-nombre {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 10px 8px;
  background: linear-gradient(to top, var(--navy-alpha-95), transparent);
  color: var(--color-bg);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* =====================================================
   25. QR DESTACADO
   ===================================================== */
.qr-destacado {
  margin: var(--space-4xl) 0;
  text-align: center;
}

.qr-destacado img {
  display: inline-block;
  width: 320px;
  max-width: 90%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}


/* =====================================================
   26. FILTROS & BÚSQUEDA
   ===================================================== */
.search-container {
  position: relative;
  max-width: 640px;
  margin: 0 auto var(--space-3xl);
}

.search-bar {
  width: 100%;
  padding: 14px 48px 14px 18px;
  border: 3px solid var(--color-primary);
  border-radius: var(--radius-full);
  font-size: var(--font-size-base);
  background: var(--color-bg);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base) var(--transition-ease);
}

.search-bar:focus {
  border-color: var(--color-primary-dark);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  outline: none;
}

.search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: var(--font-size-lg);
  color: var(--color-primary);
}

.destino-selector-wrap {
  max-width: 640px;
  margin: 0 auto var(--space-3xl);
  text-align: center;
}

.destino-selector-wrap label {
  display: block;
  margin-bottom: var(--space-md);
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--color-text);
}

#destinoSelect {
  width: 100%;
  padding: 14px var(--space-xl);
  border: 3px solid var(--color-primary);
  border-radius: var(--radius-md);
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-bg);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base) var(--transition-ease);
}

#destinoSelect:hover {
  border-color: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

#destinoSelect:focus {
  outline: none;
  border-color: var(--color-primary-dark);
  box-shadow: var(--shadow-md);
}

.filter-container {
  margin-bottom: var(--space-xl);
  text-align: center;
}

.filter-btn {
  padding: 10px var(--space-xl);
  margin: var(--space-xs);
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-full);
  background: var(--color-bg);
  color: var(--color-primary);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast) var(--transition-ease);
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-bg);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}


/* =====================================================
   29. FOOTER
   ===================================================== */
footer {
  position: relative;
  z-index: calc(var(--z-base) + 10);
  overflow: hidden;
  padding: 60px 40px 30px;
  color: var(--color-bg);
  background: linear-gradient(135deg, var(--blue-dark-5) 0%, var(--blue-dark-8) 100%);
  border-top: 5px solid transparent;
  border-image: linear-gradient(90deg, var(--blue-mid), var(--blue-bright), var(--blue-mid)) 1;
  box-shadow:
    0 -15px 50px var(--mid-alpha-30),
    inset 0 1px 0 var(--ocean-alpha-10);
}

/* Efecto olas superiores */
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 0%, var(--ocean-alpha-15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 0%, var(--cyan-alpha-10) 0%, transparent 50%);
}

/* Ondas animadas inferiores */
footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(to top, var(--ocean-alpha-05), transparent);
  animation: waveFooter 20s infinite linear;
}

.footer-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.footer-container h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color: var(--footer-accent);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-container h3::before {
  content: '⚓';
  display: inline-block;
  margin-right: 8px;
  font-size: 1.1rem;
  filter: drop-shadow(0 2px 4px var(--cyan-alpha-30));
  transition: transform 0.3s ease;
}

.footer-container h3:hover::before {
  transform: rotate(15deg) scale(1.1);
}

.footer-container h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue-bright), transparent);
  box-shadow: 0 1px 6px var(--cyan-alpha-40);
  transition: width 0.3s ease;
}

.footer-container h3:hover::after {
  width: 80px;
}

.footer-container p {
  margin: 10px 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--footer-text);
  transition: color 0.3s ease;
}

.footer-container p:hover {
  color: var(--footer-text-hover);
}

/* Secciones del container con brillo en hover */
.footer-container>div {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.footer-container>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 12px;
  opacity: 0;
  background: radial-gradient(circle at center, var(--ocean-alpha-05) 0%, transparent 70%);
  transition: opacity 0.3s ease;
}

.footer-container>div:hover::before {
  opacity: 1;
}

.footer-container>div:hover {
  background: var(--ocean-alpha-05);
  transform: translateY(-3px);
}

/* Enlaces */
footer a {
  position: relative;
  display: inline-block;
  color: var(--footer-text-hover);
  text-decoration: none;
  transition: all 0.3s ease;
}

footer a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-bright), var(--blue-mid));
  transition: width 0.3s ease;
}

footer a:hover {
  color: var(--blue-bright);
  text-decoration: none;
  transform: translateX(3px);
}

footer a:hover::after {
  width: 100%;
}

/* Listas */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  transition: all 0.3s ease;
}

footer ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--blue-bright);
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

footer ul li:hover {
  padding-left: 25px;
}

footer ul li:hover::before {
  color: var(--footer-accent);
  transform: translateX(3px);
}

/* Redes sociales */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--cyan-alpha-30);
  background: var(--ocean-alpha-15);
  transition: all 0.3s ease;
}

.footer-social a::after {
  display: none;
}

.footer-social a:hover {
  background: var(--cyan-alpha-18);
  border-color: var(--blue-bright);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px var(--cyan-alpha-40);
}

/* Footer bottom */
.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--ocean-alpha-20);
  text-align: center;
  color: var(--footer-text);
  font-size: 0.9rem;
}

.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--blue-bright), transparent);
  box-shadow: 0 0 10px var(--cyan-alpha-50);
}

.footer-bottom p {
  margin: 8px 0;
  color: var(--footer-text-dim);
}

/* Burbujas decorativas */
.footer-burbuja {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, var(--cyan-alpha-10) 0%, transparent 70%);
  animation: floatBubbleFooter 18s infinite ease-in-out;
}

.footer-burbuja:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.footer-burbuja:nth-child(2) {
  width: 80px;
  height: 80px;
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}

.footer-burbuja:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 15%;
  animation-delay: 8s;
}

.footer-burbuja:nth-child(4) {
  width: 90px;
  height: 90px;
  top: 30%;
  right: 20%;
  animation-delay: 12s;
}

/* ===============================
   BIG BRAND LETTERS ADDON
   =============================== */

.footer-big-brand {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 12px;
  color: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Luz dinámica */
.footer-light-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;

  background: linear-gradient(270deg,
      transparent 45%,
      rgba(255, 255, 255, 0.10) 50%,
      transparent 55%);

  background-size: 250% 100%;
  background-position: -150% 0;

  mix-blend-mode: overlay;

  animation: softSweep 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes softSweep {
  0% {
    background-position: -150% 0;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  70% {
    background-position: 150% 0;
    opacity: 0.8;
  }

  100% {
    background-position: 150% 0;
    opacity: 0;
  }
}

/* =====================================================
   30. FX LAYER & EFECTOS ESPECIALES
   ===================================================== */
#fx-layer {
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}


/* =====================================================
   31. FLYER PREVIEW
   ===================================================== */
.flyer-container {
  position: relative;
  display: inline-block;
}

.flyer-preview-box {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  z-index: 99999;
  display: none;
  width: 420px;
  height: 750px;
  transform: translateY(-50%);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-bg);
  box-shadow: 0 6px 18px var(--black-35);
  pointer-events: none;
}

.flyer-container:hover .flyer-preview-box {
  display: block;
}


/* =====================================================
   32. SOCIAL FLOAT
   ===================================================== */
/* Desktop social float */
.social-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: auto;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--white-08);
  background: var(--navy-alpha-55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: none;
}

.social-float-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--white-70);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

.social-float-link svg {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: var(--text-nav);
}

.social-float-link:hover svg {
  fill: var(--color-bg);
}

.social-float-link:hover {
  transform: translateY(-3px);
}


/* =====================================================
   33. SISTEMA ESTACIONAL — HEADER
   ===================================================== */

/* Navidad */
header.season-navidad {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--blue-table-5), var(--blue-table-6), var(--blue-table-7));
  box-shadow:
    inset 0 -20px 40px var(--foam-alpha-08),
    0 5px 30px var(--foam-alpha-15);
}

header.season-navidad::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--white-10b), transparent);
  animation: shimmer 8s infinite;
}

/* Fin de año */
header.season-fin-ano {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--blue-table-5), var(--blue-season-1), var(--blue-season-3));
  box-shadow:
    inset 0 -25px 50px var(--season-gold-12),
    0 5px 40px var(--season-gold-20);
}

header.season-fin-ano::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  background: radial-gradient(circle, var(--season-gold-10) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: sparkle 3s infinite;
}

/* Halloween */
header.season-halloween {
  position: relative;
  overflow: hidden;
  filter: brightness(.85) saturate(.9) contrast(1.1);
}

header.season-halloween::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at bottom, var(--season-purple-30) 0%, transparent 70%);
  animation: fogPulse 4s ease-in-out infinite;
}

/* San Valentín */
header.season-valentin {
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 -20px 40px var(--season-rose-12),
    0 3px 20px var(--season-rose-15);
}

header.season-valentin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, var(--season-rose-08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, var(--season-rose-08) 0%, transparent 50%);
  animation: heartbeat 3s ease-in-out infinite;
}

/* Semana Santa */
header.season-semana-santa {
  position: relative;
  overflow: hidden;
  filter: saturate(.8) brightness(1.05);
  box-shadow: inset 0 -20px 40px var(--grey-10);
}

header.season-semana-santa::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, var(--grey-05) 0%, transparent 100%);
}

/* Mes de los niños */
header.season-ninos {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--blue-table-5), var(--blue-season-1), var(--blue-season-3));
  box-shadow:
    inset 0 -20px 40px var(--season-gold-15),
    0 5px 40px var(--season-coral-20);
}

header.season-ninos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 30%, var(--season-coral-10) 0%, transparent 40%),
    radial-gradient(circle at 80% 50%, var(--season-teal-10) 0%, transparent 40%),
    radial-gradient(circle at 50% 70%, var(--season-yellow-10) 0%, transparent 40%);
  animation: colorPulse 6s ease-in-out infinite;
}

header.season-ninos::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 0;
  background: repeating-linear-gradient(45deg,
      transparent,
      transparent 50px,
      var(--white-03) 50px,
      var(--white-03) 100px);
  animation: stripeMove 20s linear infinite;
}

header.season-ninos nav a {
  position: relative;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header.season-ninos nav a:hover {
  transform: translateY(-3px) scale(1.05);
  text-shadow: 0 5px 15px var(--season-yellow-50);
}

/* Día de las madres */
header.season-madres {
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 -20px 40px var(--season-pink-12),
    0 3px 20px var(--season-pink-10);
}

header.season-madres::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 30%, var(--season-pink-06) 0%, transparent 40%),
    radial-gradient(circle at 70% 60%, var(--season-pink-05) 0%, transparent 40%);
  animation: bloom 4s ease-in-out infinite;
}

/* Día del padre */
header.season-padres {
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 -20px 40px var(--season-sky-10),
    0 3px 20px var(--primary-light-12);
}

header.season-padres::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(to top, var(--primary-light-08) 0%, transparent 100%);
  animation: waveMove 3s ease-in-out infinite;
}


/* =====================================================
   34. KEYFRAMES & ANIMACIONES GLOBALES
   ===================================================== */

/* Hero & Video */
@keyframes waveDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translate3d(30px, -20px, 0) scale(1.05);
    opacity: 1;
  }

  100% {
    transform: translate3d(-20px, 30px, 0) scale(1);
    opacity: 0.8;
  }
}

@keyframes sunlightPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translate3d(30px, 20px, 0) scale(1.1);
    opacity: 0.8;
  }
}

@keyframes fadeRise {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes floatLogo {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    box-shadow: 0 0 45px var(--surf-alpha-40);
  }

  50% {
    box-shadow: 0 0 80px var(--surf-alpha-80);
  }
}

@keyframes bubbleFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.2;
  }

  50% {
    transform: translate3d(30px, -100px, 0) scale(1.3);
    opacity: 0.5;
  }

  100% {
    transform: translate3d(-30px, -200px, 0) scale(0.8);
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Hero waves */
@keyframes waveMove {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 100%;
  }
}

@keyframes waveMoveReverse {
  from {
    background-position-x: 100%;
  }

  to {
    background-position-x: 0;
  }
}

/* Parallax */
@keyframes waveFooter {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  100% {
    transform: translateX(50%) rotate(2deg);
  }
}

/* Quiénes Somos */
@keyframes sectionFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes waveMovement {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  33% {
    transform: translate(5%, -5%) scale(1.05);
    opacity: 1;
  }

  66% {
    transform: translate(-5%, 5%) scale(1.02);
    opacity: 0.85;
  }
}

@keyframes topShimmer {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes titleGlowPulse {

  0%,
  100% {
    filter: drop-shadow(0 3px 6px var(--mid-alpha-20));
  }

  50% {
    filter: drop-shadow(0 5px 15px var(--cyan-alpha-45));
  }
}

@keyframes lineWave {

  0%,
  100% {
    width: 130px;
    opacity: 0.8;
  }

  50% {
    width: 180px;
    opacity: 1;
  }
}

@keyframes letterFloat {

  0%,
  100% {
    transform: translateY(-4px);
    filter: drop-shadow(0 2px 6px var(--ocean-alpha-30));
  }

  50% {
    transform: translateY(-9px);
    filter: drop-shadow(0 4px 12px var(--cyan-alpha-50));
  }
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Burbujas */
@keyframes floatBubble {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }

  33% {
    transform: translate(15px, -20px) scale(1.1);
    opacity: 0.6;
  }

  66% {
    transform: translate(-10px, -10px) scale(0.95);
    opacity: 0.5;
  }
}

@keyframes floatBubbleEnhanced {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }

  25% {
    transform: translate(20px, -20px) scale(1.15);
    opacity: 0.7;
  }

  50% {
    transform: translate(30px, -30px) scale(1.25);
    opacity: 0.85;
  }

  75% {
    transform: translate(15px, -15px) scale(1.1);
    opacity: 0.65;
  }
}

@keyframes floatBubbleFooter {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.1);
  }
}

/* Testimonios */
@keyframes starPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes waveRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Servicios */
@keyframes waveFloat {

  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  50% {
    transform: translateX(30px) rotate(3deg);
  }
}

/* Esencia */
@keyframes waveShimmer {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }

  50% {
    transform: translate(20px, 20px) rotate(45deg);
    opacity: 0.6;
  }
}

/* Tabs */
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contadores */
@keyframes countFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cards */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes bubbles {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 100%;
  }
}

/* Cotizador */
@keyframes shimmerEnhanced {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  33% {
    transform: translate(8%, 5%) scale(1.05);
    opacity: 1;
  }

  66% {
    transform: translate(-5%, 8%) scale(1.02);
    opacity: 0.85;
  }
}

@keyframes waveTop {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes titlePulse {

  0%,
  100% {
    filter: drop-shadow(0 2px 4px var(--mid-alpha-15));
  }

  50% {
    filter: drop-shadow(0 4px 12px var(--cyan-alpha-35));
  }
}

@keyframes lineGrow {

  0%,
  100% {
    width: 80px;
  }

  50% {
    width: 120px;
  }
}

@keyframes fadeInField {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatParticle {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translate(100px, -200px) scale(0);
    opacity: 0;
  }
}

/* Temporadas */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Destination FAQ */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Nav dropdown */
@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estacional - Header */
@keyframes shimmer {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 0.3;
    transform: rotate(0deg);
  }

  50% {
    opacity: 0.6;
    transform: rotate(180deg);
  }
}

@keyframes fogPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes heartbeat {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}

@keyframes bloom {

  0%,
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.05) rotate(5deg);
  }
}

@keyframes waveMove {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes colorPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@keyframes stripeMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(50px, 50px) rotate(360deg);
  }
}

@keyframes seasonFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =====================================================
   35. MEDIA QUERIES
   Organizadas: Desktop → Tablet → Móvil
   ===================================================== */

/* ---- Dark Mode ---- */
@media (prefers-color-scheme: dark) {
  .hero-brand-show {
    background: radial-gradient(circle at 30% 50%, var(--blue-dark-9), var(--blue-dark-10), var(--blue-dark-12));
  }

  header[class*="season-"] {
    box-shadow:
      inset 0 -20px 40px var(--black-20b),
      0 3px 20px var(--white-05b);
  }
}

/* ---- Movimiento reducido (Hero) ---- */
@media (prefers-reduced-motion: reduce) {
  .ocean-video-bg {
    transition: none;
  }

  .hero-brand-show::before,
  .hero-brand-show::after,
  .brand-show-content img {
    animation: none;
  }

  .brand-show-content {
    animation: none;
    opacity: 1;
    transform: none;
  }

  header[class*="season-"]::before,
  header[class*="season-"]::after {
    animation: none !important;
  }

  header.season-ninos nav a {
    transition: none !important;
  }

  header.season-ninos nav a:hover {
    transform: none !important;
  }
}

/* ---- Desktop grande: max 1200px ---- */
@media (max-width: 1200px) {
  .portafolio-grid-principal {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

/* ---- Tablet: max 1100px ---- */
@media (max-width: 1100px) {
  .portafolio-grid-principal {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
}

/* ---- Tablet: max 968px ---- */
@media (max-width: 968px) {
  section.quienes-somos {
    max-width: 75%;
  }
}

/* ---- Tablet: max 900px ---- */
@media (max-width: 900px) {
  .destination-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .destination-content h2 {
    grid-column: 1;
  }

  .esencia-mapa-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ---- Tablet / Móvil: max 768px ---- */
/* =====================================================================
   SISTEMA DE NAV MÓVIL — HAMBURGER DRAWER
   Patrón: visibilidad por visibility+opacity+transform (NO display:none→flex)
   porque display no se puede animar y rompe las transiciones en todos
   los navegadores (Chrome, Firefox, Safari, Edge).
   ===================================================================== */
@media (max-width: 768px) {

  /* ── 1. HEADER WRAPPER ── */
  header .container {
    display: flex;
    flex-direction: row;          /* hamburger | brand | [espacio] */
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 var(--space-md);
    position: relative;
    min-height: 56px;
    gap: 0;
  }

  /* ── 2. BRAND: centrado absoluto para no desplazar el hamburger ── */
  .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin: 0;
    pointer-events: none; /* el logo no debe interceptar el área del hamburger */
    z-index: 1;
  }

  /* El <a> o elemento hijo sí debe ser clickeable */
  .brand > * {
    pointer-events: auto;
  }

  /* ── 3. LOGO: escala fluida ── */
  .brand img {
    width: clamp(28px, 8vw, 40px);
    height: clamp(28px, 8vw, 40px);
    flex-shrink: 0;
    object-fit: cover;
  }

  .brand h1 {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45vw; /* evita que el texto largo toque el hamburger */
  }

  /* ── 4. HAMBURGER: visible, tamaño táctil correcto ── */
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;   /* mínimo táctil recomendado por Apple/Google */
    height: 44px;
    padding: 8px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(8px); /* Safari */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: background 0.25s ease;
    z-index: 1000001; /* encima del menú desplegado */
    order: 0;         /* primer elemento en el flex */
    flex-shrink: 0;
  }

  .hamburger-menu:hover,
  .hamburger-menu:focus {
    background: rgba(255, 255, 255, 0.18);
    outline: none;
  }

  .hamburger-menu.active {
    background: rgba(255, 255, 255, 0.15);
  }

  .hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-nav);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform-origin: center;
    margin: 2.5px 0;
  }

  /* Animación X al abrir */
  .hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ── 5. ICONOS SOCIALES: a la derecha del header ── */
  /* Ocultar el float fijo de escritorio */
  .social-float:not(nav[role="navigation"] .social-float) {
    display: none !important;
  }

  /* Social dentro del nav: posicionado a la derecha del header */
  nav[role="navigation"] .social-float {
    position: static !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    order: 1; /* último elemento en el flex del header */
    flex-shrink: 0;
    z-index: 1;
  }

  .social-float-link {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
  }

  .social-float-link:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.08);
  }

  /* ── 6. NAV CONTAINER ── */
  nav[role="navigation"] {
    /* El nav actúa como wrapper del social-float en el header */
    display: contents; /* los hijos del nav participan directo en el flex del header */
  }

  /* ── 7. MENÚ DESPLEGABLE — el drawer ──
     TÉCNICA: visibility + opacity + transform (NO display:none→flex)
     Así la transición funciona en Firefox, Safari y Edge.
     El JS solo necesita añadir/quitar la clase .menu-open al nav.       */
  nav[role="navigation"] ul {
    /* Posición: debajo del header, ancho completo */
    position: fixed;        /* fixed para que tape todo aunque haya scroll */
    top: 56px;              /* altura del header móvil */
    left: 0;
    right: 0;
    z-index: 999999;

    /* Layout de lista vertical */
    display: flex;          /* siempre flex, nunca se cambia a none */
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 12px;

    /* Fondo sólido oscuro — igual al header, coherente con la paleta */
    background: linear-gradient(180deg,
      var(--blue-dark-4) 0%,
      var(--blue-dark-6) 60%,
      var(--blue-dark-7) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);

    /* Estado CERRADO: invisible, no interactuable, empujado arriba */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;

    /* Transición suave — funciona en todos los navegadores */
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.28s ease;
  }

  /* Estado ABIERTO: clase .menu-open en el <nav> */
  nav[role="navigation"].menu-open ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* ── 8. ÍTEMS DEL MENÚ ── */
  nav[role="navigation"] ul > li {
    width: 100%;
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
  }

  nav[role="navigation"] ul > li.submenu {
    position: relative;
  }

  /* Links del menú: grandes, táctiles, centrados */
  nav[role="navigation"] ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    min-height: 48px;          /* táctil cómodo */
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-nav);
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: transparent; /* quita el flash azul en iOS */
  }

  nav[role="navigation"] ul > li > a:hover,
  nav[role="navigation"] ul > li > a:active,
  nav[role="navigation"] ul > li > a.active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.1);
    transform: none; /* en móvil no usar translateY en hover, molesta */
    box-shadow: none;
  }

  /* Sub-menús desplegables dentro del drawer */
  nav[role="navigation"] li ul,
  #nav-placeholder nav[role="navigation"] li ul {
    position: static;          /* deja de ser absolute dentro del drawer */
    display: none;             /* los sub-menús sí usan display:none porque no necesitan animar */
    max-height: none;
    background: rgba(0,0,0,0.2);
    border-radius: var(--radius-md);
    box-shadow: none;
    margin-top: 4px;
    padding: 4px;
    overflow: visible;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  nav[role="navigation"] li.submenu.open > ul {
    display: block; /* el JS añade .open al li para abrir el sub-menú */
  }

  /* Los social-float links dentro del ul (si los hay) no se ven como items */
  nav[role="navigation"] ul .social-float {
    display: none !important;
  }

  /* ── 9. TOUCH TARGETS generales ── */
  button,
  .btn,
  .btn-reservar,
  input[type="submit"],
  input[type="button"],
  a[role="button"] {
    min-height: 44px;
    min-width: 44px;
  }

  /* Ensure all interactive elements meet touch target requirements */
  button,
  .btn,
  .btn-reservar,
  input[type="submit"],
  input[type="button"],
  a[role="button"] {
    min-height: 44px;
    min-width: 44px;
  }

  /* Improve form elements */
  .cotizador-container select,
  .cotizador-container input {
    min-height: 44px;
    padding: 12px 14px;
  }

  /* Tab buttons */
  .tab-btn {
    min-height: 44px;
    padding: 12px 16px;
  }

  /* Social icons remain visible on mobile (centered at bottom) */

  /* Hero */
  .hero h2 {
    font-size: var(--font-size-2xl);
  }

  /* General Typography Improvements */
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: var(--font-size-xl);
  }

  h3 {
    font-size: var(--font-size-lg);
  }

  p {
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  /* General Spacing Improvements for Mobile */
  section {
    padding: var(--space-lg) 0;
  }

  .container {
    max-width: 100%;
    padding: 0 var(--space-md);
  }

  /* Content sections */
  .content-start {
    padding: var(--space-xl) var(--space-md);
  }

  /* Cards and grids */
  .salida-card,
  .legal-card {
    padding: var(--space-lg);
    margin-bottom: var(--space-md);
  }

  /* Lists and details */
  details {
    margin-bottom: var(--space-md);
  }

  summary {
    padding: var(--space-md);
  }

  /* Hero Brand Show */
  .hero-brand-show {
    min-height: 100svh;
  }

  .ocean-video-bg {
    object-position: center center;
    object-fit: cover;
  }

  .brand-show-content {
    padding: 1.5rem;
    gap: var(--space-lg);
    text-align: center;
    max-width: 100%;
  }

  .brand-show-content img {
    width: 120px;
    height: 120px;
    animation: floatLogo 8s ease-in-out infinite;
    margin: 0 auto;
  }

  .brand-show-content h1 {
    font-size: clamp(1.75rem, 6vw, 2.2rem);
    margin-bottom: 0.5rem;
  }

  .brand-show-content p {
    font-size: var(--font-size-base);
    max-width: 280px;
    margin: 0 auto;
  }

  .hero-brand-show::before,
  .hero-brand-show::after {
    animation-duration: 24s;
  }

  /* Grids de salidas */
  .salidas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    justify-content: center;
    justify-items: center;
    align-items: start;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 1200px;
  }

  .card-image-container {
    height: 280px;
  }

  .salidas-grid {
    gap: var(--space-xl);
    padding: var(--space-md);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 100%;
  }

  /* Destination content */
  .destination-content {
    max-width: 90%;
    padding: 60px 40px;
  }

  .destination-content h2 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .destination-content h3 {
    font-size: 1.375rem;
    margin-top: 3rem;
  }

  .destination-content h3:first-of-type {
    margin-top: 2rem;
  }

  .destination-content p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }

  .destination-content li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }

  .destination-content details {
    padding: 18px 20px;
  }

  .destination-content summary {
    font-size: 1rem;
  }

  .destination-content details p {
    font-size: 0.95rem;
  }

  /* Contadores */
  .counters-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Quiénes somos */
  section.quienes-somos {
    max-width: 90%;
    margin: 60px auto;
    padding: 50px 35px;
    border-radius: 25px;
  }

  section.quienes-somos h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }

  section.quienes-somos h2::after {
    width: 100px;
  }

  section.quienes-somos p {
    font-size: 1.05rem;
  }

  section.quienes-somos p:first-child::first-letter {
    font-size: 3rem;
    margin: 0 12px 0 0;
  }

  section.quienes-somos ul {
    max-width: 100%;
  }

  section.quienes-somos .burbuja {
    opacity: 0.3;
  }

  section.quienes-somos .btn-conocer {
    padding: 14px 35px;
    font-size: 1rem;
  }

  /* Testimonios */
  .testimonios {
    margin: 50px 20px;
    padding: 40px 20px;
  }

  .testimonios h2 {
    font-size: 2rem;
  }

  .testimonios h2::before {
    font-size: 2rem;
  }

  .testimonios>p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .testimonios-container {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .testimonios .burbuja-test {
    display: none;
  }

  .testimonios-quote {
    font-size: 3rem;
  }

  /* Servicios */
  .servicios {
    margin: 50px 20px;
    padding: 40px 20px;
  }

  .servicios h2 {
    font-size: 2rem;
  }

  .servicios>p {
    font-size: 1rem;
    margin-bottom: 35px;
  }

  .servicios .salidas-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .servicios .salida-card {
    padding: 25px 20px;
  }

  .servicios .salida-card h3 {
    font-size: 1.3rem;
  }

  .servicios .salida-card p {
    font-size: 0.95rem;
  }

  /* Esencia */
  .esencia {
    margin: 50px 20px;
    padding: 40px 20px;
  }

  .esencia h2 {
    font-size: 2rem;
  }

  .esencia .esencia-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .esencia .legal-card {
    padding: 30px 25px;
  }

  .esencia .legal-card h3 {
    font-size: 1.3rem;
  }

  .esencia .legal-card p {
    font-size: 0.95rem;
  }

  .esencia .burbuja-fondo {
    display: none;
  }

  /* Tabs */
  .tabs {
    flex-wrap: wrap;
  }

  .tab-btn {
    flex: 1 1 48%;
    font-size: var(--font-size-xs);
    padding: var(--space-md) 10px;
  }

  .season-title {
    font-size: var(--font-size-xl);
    padding: var(--space-xl);
  }

  .tab-content {
    padding: var(--space-xl) var(--space-lg);
  }

  /* Tariff table */
  .tariff-table {
    font-size: 0.8rem;
  }

  /* Scroll horizontal táctil suave en iOS Safari */
  .tab-content[data-name="tarifas"],
  .temporada-section {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tariff-table th,
  .tariff-table td {
    padding: 10px 6px;
  }

  .tariff-table th:first-child,
  .tariff-table td:first-child {
    padding-left: 10px;
  }

  .tariff-table td:last-child {
    font-size: 0.75rem;
    padding-right: 10px;
  }

  .tariff-table td:nth-child(2),
  .tariff-table td:nth-child(3),
  .tariff-table td:nth-child(4),
  .tariff-table td:nth-child(5) {
    font-size: 0.9rem;
  }

  /* Temporadas */
  .temporada-section {
    padding: 20px;
    overflow-x: auto;
  }

  .temporada-section table {
    min-width: 650px;
    font-size: 0.9rem;
  }

  .temporada-section table thead th,
  .temporada-section table tbody td {
    padding: 12px 10px;
  }

  .temporada-section h3 {
    font-size: 1.4rem;
  }

  .btn-ver,
  .btn-consultar {
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  #destinoSelect {
    min-width: 100%;
  }

  /* Filtros */
  #seasonFilters {
    gap: var(--space-sm);
    padding: var(--space-lg);
  }

  .season-filter {
    font-size: var(--font-size-xs);
    padding: 9px var(--space-lg);
  }

  /* Cotizador */
  .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cotizador-section {
    padding: 50px 20px;
  }

  .cotizador-container {
    padding: 40px 30px;
    border-radius: 25px;
  }

  .cotizador-container h2 {
    font-size: 2rem;
  }

  .cotizador-container button {
    padding: 15px;
    font-size: 16px;
  }

  /* BO Flyers */
  .bo-flyers-shell {
    gap: var(--space-sm);
    padding: 0 var(--space-md);
  }

  .bo-flyers-arrow {
    width: 34px;
    height: 34px;
  }

  .bo-flyers-image {
    width: 150px;
    height: 210px;
  }

  .bo-flyers-head {
    padding: 0 var(--space-xl);
  }

  /* Portafolio */
  .portafolio-grid-principal {
    grid-template-columns: 1fr;
  }

  .portafolio-grid-interno.many {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portafolio-grid-interno.medium {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portafolio-grid-interno.large {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* Instagram Grid */
  .instagram-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    padding: 0 var(--space-sm);
  }

  .insta-card {
    aspect-ratio: 1;
  }

  .instagram-btn {
    margin-top: var(--space-lg);
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  /* Footer */
  footer {
    padding: 40px 25px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-container h3 {
    font-size: 1.2rem;
  }

  .footer-container p {
    font-size: 0.9rem;
  }

  .footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    font-size: 0.85rem;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-burbuja {
    display: none;
  }

  /* Social Float */
  .social-float {
    bottom: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 6px 12px;
    gap: 6px;
  }

  /* Brand */
  .brand h1 {
    font-size: var(--font-size-xl);
  }

  /* Estacional */
  header.season-navidad::before,
  header.season-fin-ano::after,
  header.season-halloween::before,
  header.season-valentin::before,
  header.season-ninos::before,
  header.season-ninos::after,
  header.season-madres::after,
  header.season-padres::before {
    opacity: 0.5;
  }
}

/* Media query extraído fuera del bloque 768px para compatibilidad con Safari < 17.2 y Firefox < 117 */
@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  header.season-ninos::after {
    animation: none;
  }
}

/* ---- Móvil intermedio: max 600px ---- */
/* Cubre el rango entre tablet (768px) y teléfono pequeño (480px) */
@media (max-width: 600px) {
  /* El .container en 78% a 600px = 468px — demasiado estrecho */
  .container {
    max-width: 100%;
    padding: 0 var(--space-lg);
  }

  /* Imagen hero escala mejor con max-width en lugar de width fija */
  .brand-show-content img {
    width: min(130px, 35vw);
    height: min(130px, 35vw);
  }

  /* Salidas grid: columna única con margen lateral */
  .salidas-grid {
    grid-template-columns: 1fr;
    padding: 0 var(--space-md);
  }

  /* Portafolio a columna única */
  .portafolio-grid-interno.many,
  .portafolio-grid-interno.medium,
  .portafolio-grid-interno.large {
    grid-template-columns: 1fr;
  }
}

/* ---- Móvil: max 480px ---- */
@media (max-width: 480px) {

  /* Brand: en pantallas muy pequeñas, nombre más compacto */
  .brand h1 {
    font-size: clamp(0.75rem, 3vw, 0.95rem);
    max-width: 38vw;
  }

  /* Hamburger mantiene tamaño táctil mínimo */
  .hamburger-menu {
    width: 44px;
    height: 44px;
    padding: 8px;
  }

  .hamburger-line {
    width: 18px;
  }

  /* El menú desplegado ocupa pantalla completa en teléfonos pequeños */
  nav[role="navigation"] ul {
    top: 56px; /* igual que la altura del header */
    padding: 8px;
    gap: 3px;
  }

  nav[role="navigation"] ul > li > a {
    padding: 13px 16px;
    font-size: 0.95rem;
    min-height: 48px;
  }

  .social-float {
    right: 6px !important;
    gap: 4px !important;
    justify-content: flex-end !important;
    flex-direction: row !important;
    width: auto !important;
    height: auto !important;
    min-height: 32px !important;
  }

  .social-float-link {
    width: 32px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    position: relative;
  }

  .social-float-link:hover {
    background: rgba(255, 255, 255, 0.2) !important;
  }

  /* Hero Brand Show */
  .hero-brand-show {
    min-height: 90svh;
  }

  .brand-show-content {
    padding: 1rem;
    gap: var(--space-md);
  }

  .brand-show-content img {
    width: 100px;
    height: 100px;
    animation: floatLogo 6s ease-in-out infinite;
  }

  .brand-show-content h1 {
    font-size: 1.75rem;
    letter-spacing: 0.8px;
  }

  .brand-show-content p {
    font-size: 0.95rem;
    max-width: 250px;
  }

  /* Botón reservar */
  .btn-reservar {
    width: 100%;
    padding: 14px var(--space-lg);
    min-height: 48px;
  }

  /* Tabs */
  .tab-btn {
    flex: 1 1 100%;
  }

  .season-title {
    font-size: var(--font-size-lg);
    padding: var(--space-lg);
  }

  .tab-content {
    padding: var(--space-lg) var(--space-md);
  }

  .tab-content[data-name="tarifas"] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tariff-table {
    min-width: 700px;
    font-size: 0.75rem;
  }

  #seasonFilters {
    padding: var(--space-md);
  }

  input,
  select,
  button {
    font-size: 16px;
    min-height: 44px;
  }

  /* Ensure all interactive elements meet touch target requirements */
  button,
  .btn,
  .btn-reservar,
  input[type="submit"],
  input[type="button"],
  a[role="button"] {
    min-height: 44px;
    min-width: 44px;
  }

  /* Improve form elements */
  .cotizador-container select,
  .cotizador-container input {
    min-height: 44px;
    padding: 12px 14px;
  }

  /* Tab buttons */
  .tab-btn {
    min-height: 44px;
    padding: 12px 16px;
  }

  /* Destination */
  .destination-content {
    max-width: 95%;
    padding: 50px 30px;
  }

  .destination-content h2 {
    font-size: 1.625rem;
    margin-bottom: 2rem;
  }

  .destination-content h3 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }

  .destination-content h3:first-of-type {
    margin-top: 1.5rem;
  }

  .destination-content p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .destination-content li {
    font-size: 0.95rem;
    padding-left: 1.25rem;
  }

  /* Quiénes somos */
  section.quienes-somos {
    max-width: 95%;
    margin: 40px auto;
    padding: 40px 25px;
    border-radius: 20px;
  }

  section.quienes-somos h2 {
    font-size: 1.9rem;
  }

  section.quienes-somos p {
    font-size: 1rem;
  }

  section.quienes-somos p:first-child::first-letter {
    font-size: 2.5rem;
  }

  section.quienes-somos ul li {
    padding: 12px 0 12px 40px;
    font-size: 1rem;
  }

  section.quienes-somos .btn-conocer {
    padding: 13px 30px;
    font-size: 0.95rem;
  }

  section.quienes-somos .burbuja {
    display: none;
  }

  /* Testimonios */
  .testimonios h2 {
    font-size: 1.7rem;
  }

  .testimonios>p {
    font-size: 0.95rem;
  }

  .testimonios-container {
    padding: 25px 15px;
  }

  .testimonios-quote {
    display: none;
  }

  /* Servicios */
  .servicios h2 {
    font-size: 1.7rem;
  }

  .servicios .salida-card h3::before {
    font-size: 2rem;
  }

  /* Salidas grid for mobile */
  .salidas-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
    padding: var(--space-sm);
  }

  /* General Typography Improvements */
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.15;
    margin-bottom: 0.875rem;
  }

  h1 {
    font-size: var(--font-size-lg);
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  /* General Spacing Improvements for Small Screens */
  section {
    padding: var(--space-md) 0;
  }

  .container {
    padding: 0 var(--space-sm);
  }

  /* Content sections */
  .content-start {
    padding: var(--space-lg) var(--space-sm);
  }

  /* Cards and grids */
  .salida-card,
  .legal-card {
    padding: var(--space-md);
    margin-bottom: var(--space-sm);
  }

  /* Lists and details */
  details {
    margin-bottom: var(--space-sm);
  }

  summary {
    padding: var(--space-sm);
  }

  /* FAQ improvements */
  .destination-content {
    padding: 40px 20px;
  }

  /* Esencia */
  .esencia h2 {
    font-size: 1.7rem;
  }

  .esencia .legal-card {
    padding: 25px 20px;
  }

  .esencia .legal-card h3::before {
    font-size: 1.1rem;
  }

  /* BO Flyers */
  .bo-flyers-arrow {
    width: 30px;
    height: 30px;
  }

  .bo-flyers-image {
    width: 130px;
    height: 182px;
  }

  /* Portafolio */
  .portafolio-grid-principal {
    gap: 30px;
    margin: 2rem auto 0;
  }

  .portafolio-grid-interno.many {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portafolio-grid-interno.medium {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portafolio-grid-interno.large {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portafolio-card {
    min-height: 120px;
  }

  /* Instagram Grid */
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 var(--space-xs);
  }

  .insta-card {
    aspect-ratio: 1;
    border-radius: 8px;
  }

  .instagram-section h2 {
    font-size: 1.5rem;
    margin-bottom: var(--space-lg);
  }

  /* Counters */
  .counters-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
  }

  .counter-card {
    padding: var(--space-md);
  }

  .counter-num {
    font-size: 2rem;
  }

  .counter-plus {
    font-size: 1.1rem;
  }

  /* Cotizador */
  .cotizador-container {
    padding: 35px 25px;
  }

  .cotizador-container h2 {
    font-size: 1.8rem;
  }

  .cotizador-container label {
    font-size: 14px;
  }

  .cotizador-container select,
  .cotizador-container input {
    padding: 12px 14px;
    font-size: 14px;
  }

  /* Footer */
  footer {
    padding: 30px 20px 15px;
  }

  .footer-container h3 {
    font-size: 1.1rem;
  }

  .footer-social a {
    width: 35px;
    height: 35px;
  }

  /* Legal content */
  .legal-content h1 {
    font-size: 2.3rem;
  }

  .legal-content summary {
    font-size: 1rem;
  }
}


/* =====================================================
   36. ESTILOS DE IMPRESIÓN
   ===================================================== */
@media print {

  /* Hero Video */
  .hero-brand-show,
  .ocean-video-bg,
  .video-overlay,
  .hero-brand-show::before,
  .hero-brand-show::after {
    display: none !important;
  }

  .brand-show-content {
    position: static;
    padding: 2rem 0;
    color: var(--color-text);
    text-shadow: none;
  }

  /* Header estacional */
  header[class*="season-"]::before,
  header[class*="season-"]::after {
    display: none !important;
  }

  header[class*="season-"] {
    background: var(--blue-table-5) !important;
    box-shadow: none !important;
    filter: none !important;
  }

  /* Legal */
  .legal-content {
    max-width: 92%;
    padding: 40px 25px;
  }
}

/* =====================================================
   37. CORRECCIONES CROSS-BROWSER — Firefox / Safari / Edge
   Bloque separado para facilitar mantenimiento futuro.
   ===================================================== */

/* ── Firefox: scrollbar delgada coherente con el diseño ── */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--ocean-mid) transparent;
  }
  body {
    font-smooth: always;
  }
  nav[role="navigation"] ul > li {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ── Safari: bug de overflow+border-radius en flex containers ──
   isolation: isolate crea stacking context y fuerza el recorte correcto. */
.salida-card,
.legal-card,
.portafolio-card,
.testimonios-container,
.cotizador-container {
  isolation: isolate;
}

/* ── Fallback para navegadores sin gap en flexbox (Edge < 84) ── */
@supports not (gap: 1px) {
  nav[role="navigation"] ul > li + li {
    margin-top: 4px;
  }
  .salidas-grid > * + * {
    margin-top: var(--space-lg);
  }
}

/* ── iOS Safari: evita zoom automático en inputs con font-size < 16px ── */
input,
select,
textarea {
  font-size: max(16px, 1rem);
  font-family: var(--font-primary);
}

/* ── Safari/iOS: elimina el tap highlight azul en links y botones ── */
a,
button,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

/* ── Firefox/Chrome: normaliza el triángulo nativo de <summary> ── */
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

/* ── Fallback height para navegadores sin soporte de aspect-ratio (Safari < 15) ── */
@supports not (aspect-ratio: 1) {
  .insta-card {
    height: 200px;
  }
  .portafolio-card {
    min-height: 150px;
  }
}

/* ── Firefox: backdrop-filter requiere background no 100% transparente para activarse ── */
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  @media (max-width: 768px) {
    nav[role="navigation"] ul {
      background: linear-gradient(180deg,
        rgba(17, 40, 72, 0.97) 0%,
        rgba(11, 30, 56, 0.98) 60%,
        rgba(9, 24, 48, 0.99) 100%);
    }
  }
}



/* =====================================================
   38. BO FLYERS — PROMO DEL MES
   Layout: texto izquierda | carrusel derecha
   El carrusel usa las clases existentes del CSS:
   .bo-flyers-shell, .bo-flyers-arrow, .bo-flyers-viewport,
   .bo-flyers-track, .bo-flyers-item, .bo-flyers-image, .bo-flyers-meta
   Solo se añaden clases para el wrapper y la columna de texto.
   ===================================================== */

/* Wrapper que divide en 2 columnas iguales */
.bo-flyers-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;   /* texto | carrusel */
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
}

/* Columna izquierda — texto */
.bo-flyers-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.bo-flyers-texto .bo-flyers-subtitle {
  text-align: left;
  max-width: 100%;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0;
}

/* Lista de puntos clave */
.bo-flyers-puntos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.bo-flyers-puntos li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.5;
}

.bo-flyers-puntos li::before {
  content: '✦';
  color: var(--ocean-mid);
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Botón */
.bo-flyers-cta {
  margin-top: 8px;
}

.bo-flyers-cta .btn-consultar {
  padding: 14px 38px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Columna derecha — el .bo-flyers-shell ya tiene su propio CSS,
   solo necesita no tener padding extra aquí */
.bo-flyers-layout > .bo-flyers-shell {
  padding: 0;          /* anula el padding: 0 var(--space-xl) del shell global */
  width: 100%;
  justify-content: center;
}

/* ── Responsive ── */
@media (max-width: 1000px) {
  .bo-flyers-layout {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .bo-flyers-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .bo-flyers-texto {
    align-items: center;
    text-align: center;
  }

  .bo-flyers-texto .bo-flyers-subtitle {
    text-align: center;
  }

  .bo-flyers-puntos li {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .bo-flyers-layout {
    padding: 0 16px;
    gap: 28px;
  }
}