/* ============================================================
   DOMINICAN TRANSFERS P.U.J — Tropical Paradise Theme 2026
   Paleta Tropical Premium · Playfair Display + Plus Jakarta Sans
   Navbar blanca intacta · Animaciones premium
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    /* ── Fondos ── */
    --bg:          #FAFDF9;
    --bg-sand:     #FFF7ED;
    --bg-alt:      #FFFFFF;
    --bg-dark:     #05141F;

    /* ── Texto ── */
    --text:        #0E1F2F;
    --text-muted:  #3D5166;
    --text-light:  #6E8799;

    /* ── Paleta Tropical Premium ── */
    --ocean:       #0096C7;
    --ocean-deep:  #00719A;
    --ocean-light: #48CAE4;
    --ocean-glow:  rgba(0, 150, 199, 0.14);

    --coral:       #FF5C5C;
    --coral-dark:  #E03E3E;
    --coral-light: #FF8080;

    --mango:       #FF9A3C;
    --mango-dark:  #E07A20;

    --palm:        #06B67A;
    --palm-dark:   #047A52;
    --palm-light:  #34D399;

    --sunset:      #FF6B6B;
    --sand:        #FFBE76;
    --hibiscus:    #FF4088;
    --aqua:        #00E5CF;

    /* ── Gradientes ── */
    --grad-ocean:   linear-gradient(135deg, #0096C7, #48CAE4);
    --grad-sunset:  linear-gradient(135deg, #FF5C5C, #FF9A3C);
    --grad-tropical:linear-gradient(135deg, #0096C7, #06B67A);
    --grad-dark:    linear-gradient(160deg, #05141F 0%, #0A2C45 50%, #05141F 100%);
    --grad-rainbow: linear-gradient(90deg, #48CAE4, #06B67A, #FF9A3C, #FF5C5C, #FF4088, #48CAE4);

    /* ── Superficies ── */
    --card-bg:      #FFFFFF;
    --glass-bg:     rgba(255,255,255,0.85);
    --glass-border: rgba(0,150,199,0.15);
    --border:       rgba(14,31,47,0.08);

    /* ── Sombras ── */
    --shadow-sm:  0 4px 14px rgba(0,150,199,0.08);
    --shadow-md:  0 10px 32px rgba(14,31,47,0.09);
    --shadow-lg:  0 22px 56px rgba(0,150,199,0.14);
    --shadow-xl:  0 30px 80px rgba(14,31,47,0.18);

    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --radius:     22px;
    --radius-sm:  14px;
    --radius-xs:  8px;
    --maxw:       1280px;
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
    zoom: 0.72;
}
@media (max-width: 768px) { html { zoom: 1; } }

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.75;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--text);
    line-height: 1.15;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;
    margin-bottom: 0.8rem;
    letter-spacing: -0.5px;
}

.section-eyebrow {
    display: block;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--ocean);
    margin-bottom: 0.75rem;
    position: relative;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '—';
    margin: 0 0.6rem;
    opacity: 0.4;
}

.section-sub {
    text-align: center;
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto 3.5rem;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.85;
}

a { color: inherit; }

/* ============================================================
   NAVBAR — BLANCA (logo resalta)
   ============================================================ */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #FFFFFF;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,150,199,0.10);
    transition: var(--transition);
    box-shadow: 0 2px 24px rgba(0,0,0,0.05);
}

.navbar.scrolled {
    padding: 0.6rem 5%;
    background: #FFFFFF;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,150,199,0.18);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 4px 16px rgba(0,150,199,0.15);
    border: 2px solid rgba(0,150,199,0.18);
    transition: var(--transition);
}

.logo:hover {
    border-color: var(--ocean);
    box-shadow: 0 4px 22px rgba(0,150,199,0.3);
    transform: scale(1.05);
}

.logo-main {
    height: 52px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    transition: var(--transition);
}

.logo-main:hover { transform: scale(1.03); }

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.2px;
}

.brand-sub {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    color: var(--ocean-deep);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: -2px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: rgba(14,31,47,0.72);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.87rem;
    position: relative;
    padding-bottom: 4px;
    transition: var(--transition);
    letter-spacing: 0.2px;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--grad-sunset);
    transition: width 0.35s cubic-bezier(0.4,0,0.2,1);
    border-radius: 2px;
}

.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
    background: var(--grad-sunset) !important;
    color: #fff !important;
    padding: 0.58rem 1.5rem;
    border-radius: 50px;
    font-weight: 700 !important;
    box-shadow: 0 4px 18px rgba(255,92,92,0.35);
    letter-spacing: 0.4px;
    transition: var(--transition) !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 26px rgba(255,92,92,0.5) !important;
}

.nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 0.84rem !important;
    background: linear-gradient(135deg, #25D366, #128C7E);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(37,211,102,0.35);
    transition: var(--transition);
}
.nav-phone::after { display: none !important; }
.nav-phone i { color: #fff; font-size: 1.1rem; }
.nav-phone:hover {
    box-shadow: 0 8px 22px rgba(37,211,102,0.55) !important;
    transform: translateY(-2px) !important;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.4rem;
    color: var(--text);
    background: rgba(0,150,199,0.08);
    width: 44px; height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,150,199,0.18);
    transition: var(--transition);
}

.menu-toggle:hover { background: rgba(0,150,199,0.15); }

/* ============================================================
   HERO — FULLSCREEN VIDEO BACKGROUND
   ============================================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 5% 80px;
    overflow: hidden;
    background: #0A2C45;
}

/* Fallback background image */
.hero-bg {
    position: absolute;
    inset: 0;
    background: url('assets/destinations/punta-cana.jpg') center center / cover no-repeat;
    z-index: 0;
}

/* Fullscreen video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay for text readability */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(5, 20, 31, 0.55) 0%,
        rgba(5, 20, 31, 0.40) 40%,
        rgba(5, 20, 31, 0.65) 100%
    );
    z-index: 2;
}

/* Centered hero content */
.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 800px;
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #E6FFFA;
    background: linear-gradient(135deg, rgba(0,229,207,0.30), rgba(255,107,92,0.20));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0,229,207,0.42);
    padding: 0.48rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.6rem;
    animation: fadeUp 1s 0.2s cubic-bezier(0.22,1,0.36,1) both;
}

.hero-eyebrow::before { content: '🌴'; font-size: 1rem; }

.hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.8rem);
    color: #fff;
    margin-bottom: 1.4rem;
    text-shadow: 0 4px 40px rgba(0,0,0,0.35);
    letter-spacing: -1.8px;
    line-height: 1.08;
    animation: fadeUp 1s 0.35s cubic-bezier(0.22,1,0.36,1) both;
}

.hero h1 .accent {
    background: linear-gradient(90deg, #00FFEF, #2DE6D6, #00E5CF, #5CFFF0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
    filter: drop-shadow(0 2px 24px rgba(0,229,207,0.55));
}

.hero p {
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    color: rgba(255,255,255,0.88);
    max-width: 620px;
    margin: 0 auto 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    animation: fadeUp 1s 0.5s cubic-bezier(0.22,1,0.36,1) both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeUp 1s 0.65s cubic-bezier(0.22,1,0.36,1) both;
}

/* ===== Flying Airplanes ===== */
.flying-airplane {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

.flying-airplane svg {
    width: 48px;
    height: 48px;
}

.flying-airplane.top {
    top: 15%;
    left: -60px;
    animation: flyAirplaneTop 18s linear infinite;
}

.flying-airplane.bottom {
    bottom: 20%;
    right: -60px;
    animation: flyAirplaneBottom 22s linear infinite;
    animation-delay: -8s;
}

@keyframes flyAirplaneTop {
    0%   { transform: translate(0, 0) rotate(-5deg); opacity: 0; }
    5%   { opacity: 0.7; }
    90%  { opacity: 0.7; }
    100% { transform: translate(calc(100vw + 120px), -80px) rotate(-5deg); opacity: 0; }
}

@keyframes flyAirplaneBottom {
    0%   { transform: translate(0, 0) rotate(8deg); opacity: 0; }
    5%   { opacity: 0.5; }
    90%  { opacity: 0.5; }
    100% { transform: translate(calc(-100vw - 120px), -60px) rotate(8deg); opacity: 0; }
}

/* ===== Surfer in Hero ===== */
.surfer-container {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.surfer-hero {
    bottom: 8%;
    right: 6%;
    width: 140px;
    height: 112px;
    animation: surferHeroFloat 4s ease-in-out infinite;
}

.surfer-hero svg {
    width: 100%;
    height: 100%;
}

@keyframes surferHeroFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50%      { transform: translateY(-12px) rotate(2deg); }
}

/* Hero responsive */
@media (max-width: 980px) {
    .hero { padding: 110px 5% 60px; }
    .surfer-hero { width: 110px; height: 88px; right: 4%; bottom: 6%; }
    .flying-airplane svg { width: 36px; height: 36px; }
}

@media (max-width: 768px) {
    .hero { padding-top: 100px; min-height: auto; padding-bottom: 50px; }
    .hero-video { display: block; }
    .hero-content { max-width: 95%; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .cta-button { width: 100%; max-width: 320px; justify-content: center; }
    .surfer-hero { width: 90px; height: 72px; bottom: 4%; right: 3%; }
    .flying-airplane.top { top: 12%; }
    .flying-airplane svg { width: 28px; height: 28px; }
}

@media (max-width: 480px) {
    .hero h1 { letter-spacing: -1px; }
    .surfer-hero { width: 70px; height: 56px; }
}

/* ===== Stats bar ===== */
.hero-stats-wrapper {
    background: var(--bg-sand);
    border-bottom: 1.5px solid var(--border);
    padding: 2rem 5%;
    position: relative;
    z-index: 10;
    box-shadow: var(--shadow-sm);
}

.hero-stats {
    display: flex;
    justify-content: center;
    max-width: var(--maxw);
    margin: 0 auto;
    gap: 1.5rem;
}

.hero-stat {
    flex: 1;
    text-align: center;
    padding: 1rem;
    background: #FFFFFF;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.hero-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 150, 199, 0.2);
}

.hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--ocean-deep);
    line-height: 1.1;
    display: block;
}

.hero-stat-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 0.4rem;
    display: block;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Buttons ── */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2.4rem;
    background: linear-gradient(135deg, #FF6B5C, #FF7A4D, #FF8C42);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.6px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(255,107,92,0.45);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    transition: left 0.5s ease;
    transform: skewX(-20deg);
}

.cta-button:hover::before { left: 140%; }
.cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 38px rgba(255,107,92,0.6);
}
.cta-button:active { transform: translateY(-1px) scale(0.98); }

.cta-button.secondary {
    background: rgba(0,229,207,0.08);
    backdrop-filter: blur(14px);
    border: 2px solid rgba(0,229,207,0.55);
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}
.cta-button.secondary::before { display: none; }
.cta-button.secondary:hover {
    background: rgba(0,229,207,0.95);
    color: #06302C;
    border-color: #00E5CF;
    box-shadow: 0 10px 28px rgba(0,229,207,0.35);
}

/* ============================================================
   SECTION GENERALS
   ============================================================ */
section { padding: 6.5rem 5%; }

/* ── Decorative wave divider ── */
.wave-divider {
    height: 4px;
    background: var(--grad-rainbow);
    background-size: 300% 100%;
    animation: rainbowFlow 5s linear infinite;
}

@keyframes rainbowFlow {
    0%   { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '';
    position: absolute;
    top: -200px; right: -150px;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,150,199,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.why-section::after {
    content: '';
    position: absolute;
    bottom: -150px; left: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6,182,122,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
    max-width: var(--maxw);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.why-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 2.6rem 2rem 2.4rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 5px;
    background: var(--grad-tropical);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}

/* Glow blob on hover */
.why-card::after {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,150,199,0.1) 0%, transparent 70%);
    transition: transform 0.5s ease, opacity 0.4s ease;
    opacity: 0;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,150,199,0.14);
    border-color: rgba(0,150,199,0.22);
}

.why-card:hover::before { transform: scaleX(1); }
.why-card:hover::after  { opacity: 1; transform: scale(1.4); }

.why-card .icon-wrap {
    width: 72px; height: 72px;
    margin: 0 auto 1.6rem;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--ocean-glow), rgba(6,182,122,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.why-card:hover .icon-wrap {
    background: var(--grad-tropical);
    transform: rotate(-8deg) scale(1.12);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,150,199,0.35);
}

.why-card i {
    font-size: 1.75rem;
    color: var(--ocean);
    transition: var(--transition);
}

.why-card:hover i { color: #fff; }

.why-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
    color: var(--text);
    position: relative; z-index: 1;
}

.why-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.75;
    font-weight: 400;
    position: relative; z-index: 1;
}

/* ============================================================
   DESTINATIONS / TOURS
   ============================================================ */
.destinations-section {
    background: var(--bg-sand);
    position: relative;
    overflow: hidden;
}

.destinations-section::before {
    content: '🌴';
    position: absolute;
    font-size: 18rem;
    opacity: 0.025;
    top: -3rem; right: -3rem;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 2rem;
    max-width: var(--maxw);
    margin: 0 auto;
}

.dest-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    text-align: left;
    transition: var(--transition);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--shadow-sm);
}

.dest-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--grad-tropical);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
    z-index: 2;
}

.dest-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 56px rgba(0,150,199,0.14);
    border-color: rgba(0,150,199,0.18);
}

.dest-card:hover::after { transform: scaleX(1); }

.dest-image {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.dest-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25,0.8,0.25,1);
}

.dest-card:hover .dest-image img { transform: scale(1.12); }

/* Image overlay gradient */
.dest-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(5,20,31,0.25) 100%);
    transition: opacity 0.4s;
    opacity: 0;
}

.dest-card:hover .dest-image::after { opacity: 1; }

.dest-tag {
    position: absolute;
    top: 1rem; left: 1rem;
    background: linear-gradient(135deg, rgba(0,150,199,0.92), rgba(6,182,122,0.88));
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 0.35rem 0.95rem;
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 4px 14px rgba(0,150,199,0.4);
    z-index: 2;
}

.dest-tag i { color: #fff; font-size: 0.78rem; }

.dest-content {
    padding: 1.6rem 1.6rem 1.8rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dest-card h3 {
    font-size: 1.28rem;
    margin-bottom: 0.4rem;
    transition: color 0.3s;
}

.dest-card:hover h3 { color: var(--ocean-deep); }

.dest-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

.tour-price {
    color: var(--coral);
    font-weight: 700;
    font-size: 1.05rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tour-duration {
    color: var(--text-light);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.tour-desc {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.3rem;
    line-height: 1.72;
    flex-grow: 1;
    font-weight: 400;
}

.dest-btn {
    padding: 0.85rem 1.2rem;
    background: transparent;
    color: var(--ocean-deep);
    border: 2px solid var(--ocean);
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    letter-spacing: 1.2px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.dest-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--grad-tropical);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.dest-btn:hover::before { opacity: 1; }
.dest-btn:hover {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 26px rgba(0,150,199,0.38);
    transform: translateY(-3px);
}

.dest-btn span, .dest-btn i { position: relative; z-index: 1; }
.dest-btn i { transition: transform 0.3s ease; }
.dest-btn:hover i { transform: translateX(5px); }

/* ============================================================
   FLEET
   ============================================================ */
.fleet-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fleet-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(0,150,199,0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(6,182,122,0.04) 0%, transparent 60%);
    pointer-events: none;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: var(--maxw);
    margin: 0 auto;
    position: relative; z-index: 1;
}

.fleet-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    position: relative;
}

.fleet-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--grad-tropical);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 2;
}

.fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(0,150,199,0.18);
}

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

.fleet-card .fleet-image {
    width: 100%; height: 220px;
    overflow: hidden;
    background: var(--bg-sand);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fleet-card .fleet-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}

.fleet-card:hover .fleet-image img { transform: scale(1.07); }

.card-content { padding: 1.8rem; }

.fleet-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--ocean-glow), rgba(6,182,122,0.1));
    color: var(--ocean-deep);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.95rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0,150,199,0.18);
}

.card-content h3 { font-size: 1.22rem; margin-bottom: 0.5rem; }

.card-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.68;
    margin-bottom: 1rem;
    font-weight: 400;
}

.fleet-specs {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.fleet-spec {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.fleet-spec i { color: var(--palm); }

.quote-btn {
    padding: 0.9rem 1.5rem;
    background: var(--grad-ocean);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 6px 20px rgba(0,150,199,0.35);
    position: relative;
    overflow: hidden;
}

.quote-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.55s ease;
}

.quote-btn:hover::before { left: 100%; }
.quote-btn span, .quote-btn i { position: relative; z-index: 1; }

.quote-btn:hover {
    background: linear-gradient(135deg, var(--ocean-light), var(--ocean));
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,150,199,0.5);
}

.quote-btn:active { transform: translateY(-1px) scale(0.97); }

/* ============================================================
   BOOKING
   ============================================================ */
.booking-section {
    background: url("fondo final.jpg") center/cover no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Overlay overlay */
.booking-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 31, 0.65); /* Semi-transparent dark overlay to make content readable */
    pointer-events: none;
}

/* Animated tropical particles */
.booking-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(0,229,207,0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 80% 20%, rgba(255,154,60,0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 50% 70%, rgba(6,182,122,0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 10% 80%, rgba(0,150,199,0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 90% 60%, rgba(255,92,92,0.4) 0%, transparent 100%);
    pointer-events: none;
    animation: particleDrift 8s ease-in-out infinite alternate;
}

@keyframes particleDrift {
    from { transform: translateY(0); }
    to   { transform: translateY(-20px); }
}

.booking-container {
    width: 100%;
    max-width: 880px;
    background: rgba(255,255,255,0.97);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 3rem;
    box-shadow: 0 40px 100px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.booking-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 6px;
    background: var(--grad-rainbow);
    background-size: 300% 100%;
    animation: rainbowFlow 4s linear infinite;
}

.booking-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.booking-option-card {
    background: var(--card-bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-decoration: none;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.booking-option-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--grad-tropical);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.booking-option-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 38px rgba(0,150,199,0.16);
    border-color: rgba(0,150,199,0.22);
}

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

.booking-option-icon {
    width: 62px; height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--ocean-glow), rgba(6,182,122,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transition: var(--transition);
    border: 1px solid rgba(0,150,199,0.15);
}

.booking-option-card:hover .booking-option-icon {
    background: var(--grad-tropical);
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,150,199,0.35);
    transform: rotate(-6deg) scale(1.08);
}

.booking-option-icon i {
    font-size: 1.5rem;
    color: var(--ocean);
    transition: var(--transition);
}

.booking-option-card:hover .booking-option-icon i { color: #fff; }

.booking-option-card h3 { font-size: 1.12rem; margin-bottom: 0.5rem; }

.booking-option-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.booking-option-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--ocean-deep);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.booking-option-card:hover .booking-option-cta { color: var(--coral); }
.booking-option-cta i { transition: transform 0.3s ease; }
.booking-option-card:hover .booking-option-cta i { transform: translateX(5px); }

@keyframes gradientShift {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* ── Form fields ── */
.form-group { margin-bottom: 1.5rem; }
.form-row { display: flex; gap: 1.5rem; }
.form-group.half { flex: 1; }

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--text);
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

label i { margin-left: 5px; color: var(--ocean); }

input, select, textarea {
    width: 100%;
    padding: 0.9rem 1.2rem;
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
    font-weight: 400;
}

input::placeholder, textarea::placeholder { color: var(--text-light); }

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--ocean);
    box-shadow: 0 0 0 4px var(--ocean-glow);
    background: #fff;
}

.submit-button {
    width: 100%;
    padding: 1.1rem;
    background: #25D366;
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-shadow: 0 6px 22px rgba(37,211,102,0.32);
}

.submit-button:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37,211,102,0.4);
}

.submit-button i { font-size: 1.2rem; }

/* ============================================================
   VEHICLE BOOKING MODAL
   ============================================================ */
.vehicle-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(5,20,31,0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    overflow-y: auto;
}

.vehicle-modal-overlay.open { opacity: 1; visibility: visible; }

.vehicle-modal {
    width: 100%;
    max-width: 720px;
    background: rgba(255,255,255,0.98);
    border-radius: 26px;
    box-shadow: var(--shadow-xl);
    position: relative;
    transform: translateY(36px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    overflow: hidden;
}

.vehicle-modal-overlay.open .vehicle-modal { transform: translateY(0) scale(1); }

.vehicle-modal::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 6px;
    background: var(--grad-rainbow);
    background-size: 300% 100%;
    animation: rainbowFlow 4s linear infinite;
    z-index: 2;
}

.vehicle-modal-close {
    position: absolute;
    top: 14px; right: 14px;
    width: 42px; height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(14,31,47,0.08);
    color: var(--text);
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: var(--transition);
}

.vehicle-modal-close:hover {
    background: var(--coral);
    color: #fff;
    transform: rotate(90deg);
}

.vehicle-modal-scroll {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 2.5rem 2.5rem 2rem;
}

.vehicle-modal-scroll::-webkit-scrollbar { width: 7px; }
.vehicle-modal-scroll::-webkit-scrollbar-thumb { background: var(--ocean-glow); border-radius: 8px; }

.vehicle-modal-header { margin-bottom: 0.5rem; padding-right: 40px; }
.vehicle-modal-header h2 { text-align: left; font-size: clamp(1.6rem,3vw,2.1rem); margin-bottom: 0.5rem; }
.vehicle-modal-sub { color: var(--text-muted); font-size: 0.92rem; font-weight: 400; line-height: 1.65; margin-bottom: 1rem; }

.vehicle-modal-vehicle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--ocean-glow), rgba(6,182,122,0.1));
    color: var(--ocean-deep);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    border: 1px solid rgba(0,150,199,0.22);
}

.vehicle-modal-vehicle i { color: var(--coral); }

.vehicle-modal-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0.5rem 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.vehicle-modal-note i { color: var(--ocean); }
.vehicle-booking-form .submit-button { margin-top: 0.5rem; }

@media (max-width: 600px) {
    .vehicle-modal-overlay { padding: 0; align-items: stretch; }
    .vehicle-modal { max-width: 100%; border-radius: 0; min-height: 100vh; }
    .vehicle-modal-scroll { padding: 2rem 1.25rem 1.5rem; max-height: none; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: linear-gradient(160deg, #051420 0%, #071B2E 100%);
    color: #c8d8e4;
    padding: 5rem 5% 2.5rem;
    border-top: 3px solid transparent;
    border-image: var(--grad-rainbow) 1;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(0,150,199,0.06) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(6,182,122,0.05) 0%, transparent 60%);
    pointer-events: none;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    max-width: var(--maxw);
    margin: 0 auto;
    position: relative; z-index: 1;
}

.footer-logo { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.footer-logo-img { height: 44px; width: auto; object-fit: contain; }
.footer-logo h3 { color: #fff; font-size: 1.25rem; font-family: 'Playfair Display', serif; }

.footer-about p {
    color: #8fa8bc;
    font-size: 0.9rem;
    line-height: 1.8;
    max-width: 360px;
    font-weight: 400;
}

.footer-contact h4, .footer-social h4 {
    color: #fff;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.78rem;
}

.footer-contact p {
    color: #8fa8bc;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-contact p:hover { color: var(--ocean-light); }
.footer-contact i { color: var(--ocean-light); width: 18px; }

.social-links { display: flex; flex-direction: column; gap: 0.85rem; }

.social-wrapper {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    transition: var(--transition);
}

.social-wrapper:hover { transform: translateX(5px); }

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    color: #fff;
    font-size: 1.2rem;
    transition: var(--transition);
}

.social-wrapper .fa-whatsapp { color: #25D366; }
.social-icon:has(.fa-whatsapp) {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}

.social-icon:has(.fa-envelope) {
    background: var(--grad-sunset);
    box-shadow: 0 4px 16px rgba(255,92,92,0.25);
}

.social-wrapper:hover .social-icon {
    background: var(--grad-tropical);
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 6px 18px rgba(0,150,199,0.45);
}

.social-text { color: #c8d8e4; font-size: 0.9rem; font-weight: 500; }

.copyright {
    grid-column: 1 / -1;
    text-align: center;
    color: #557080;
    margin-top: 2.5rem;
    font-size: 0.82rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 2.2rem;
    font-weight: 400;
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 28px; right: 28px;
    width: 60px; height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    box-shadow: 0 6px 22px rgba(37,211,102,0.5);
    z-index: 1000;
    text-decoration: none;
    transition: var(--transition);
    animation: pulseRing 2.8s infinite;
}

@keyframes pulseRing {
    0%   { box-shadow: 0 6px 22px rgba(37,211,102,0.55), 0 0 0 0 rgba(37,211,102,0.55); }
    70%  { box-shadow: 0 6px 22px rgba(37,211,102,0.55), 0 0 0 22px rgba(37,211,102,0); }
    100% { box-shadow: 0 6px 22px rgba(37,211,102,0.55), 0 0 0 0 rgba(37,211,102,0); }
}

.whatsapp-float:hover {
    transform: scale(1.12) rotate(10deg);
    box-shadow: 0 12px 32px rgba(37,211,102,0.65);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.why-grid .why-card:nth-child(1) { transition-delay: 0.05s; }
.why-grid .why-card:nth-child(2) { transition-delay: 0.15s; }
.why-grid .why-card:nth-child(3) { transition-delay: 0.25s; }
.why-grid .why-card:nth-child(4) { transition-delay: 0.35s; }

.fleet-grid .fleet-card:nth-child(1) { transition-delay: 0.05s; }
.fleet-grid .fleet-card:nth-child(2) { transition-delay: 0.12s; }
.fleet-grid .fleet-card:nth-child(3) { transition-delay: 0.19s; }
.fleet-grid .fleet-card:nth-child(4) { transition-delay: 0.26s; }
.fleet-grid .fleet-card:nth-child(5) { transition-delay: 0.33s; }
.fleet-grid .fleet-card:nth-child(6) { transition-delay: 0.40s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .footer-content { grid-template-columns: 1fr 1fr; }
    .footer-about { grid-column: 1 / -1; }
    .hero-stats { flex-wrap: wrap; gap: 1rem; }
    .hero-stat { min-width: calc(50% - 1rem); }

    /* Fleet grid 2 columns on tablet */
    .fleet-grid { grid-template-columns: repeat(2, 1fr); }

    /* Destinations grid 2 columns on tablet */
    .destinations-grid { grid-template-columns: repeat(2, 1fr); }

    /* Why grid 2 columns on tablet */
    .why-grid { grid-template-columns: repeat(2, 1fr); }

    /* Booking options 2 columns on tablet */
    .booking-options-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    section { padding: 4.5rem 5%; }

    .navbar { padding: 0.8rem 5%; }
    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 5%; right: 5%;
        width: auto;
        flex-direction: column;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 1.5rem;
        gap: 1rem;
        border-radius: var(--radius);
        box-shadow: 0 18px 50px rgba(0,0,0,0.14);
        border: 1px solid rgba(0,150,199,0.18);
    }
    .nav-links.active { display: flex; }
    .nav-links a { width: 100%; color: var(--text); }
    .nav-cta { text-align: center; }
    .nav-phone { color: var(--text) !important; background: linear-gradient(135deg, #25D366, #128C7E) !important; }
    .menu-toggle { display: flex; }
    .brand-name { font-size: 1.05rem; }
    .brand-sub { font-size: 0.55rem; letter-spacing: 2px; }
    .logo { width: 46px; height: 46px; }

    .cta-button { width: 100%; max-width: 320px; justify-content: center; }

    .form-row { flex-direction: column; gap: 0; }
    .booking-container { padding: 2rem 1.25rem; border-radius: 20px; }
    .booking-options-grid { grid-template-columns: 1fr; }

    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-logo { justify-content: center; }
    .footer-contact p { justify-content: center; }
    .footer-about p { margin: 0 auto; }
    .social-wrapper { justify-content: center; }

    .hero-stats-wrapper { padding: 1.5rem 5%; }
    .hero-stats { flex-direction: column; gap: 1rem; }
    .hero-stat { width: 100%; }

    /* Why cards stack better */
    .why-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .why-card { padding: 2rem 1.5rem; }

    /* Fleet cards */
    .fleet-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .fleet-card .fleet-image { height: 200px; }

    /* Destinations cards */
    .destinations-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .dest-image { height: 200px; }

    /* Logo smaller on mobile */
    .logo-main { height: 40px; }

    /* Rates section */
    .rates-header { padding: 1.5rem 1rem; }

    /* Footer padding */
    footer { padding: 3.5rem 5% 2rem; }
}

@media (max-width: 480px) {
    .logo { width: 42px; height: 42px; border-radius: 12px; }
    .logo-main { height: 36px; max-width: 200px; }
    .dest-image, .fleet-image { height: 180px; }
    .brand-name { font-size: 0.95rem; }

    section { padding: 3.5rem 4%; }
    h2 { font-size: 1.6rem; }
    .section-eyebrow { font-size: 0.65rem; letter-spacing: 3px; }
    .section-sub { font-size: 0.92rem; margin-bottom: 2.5rem; }

    .why-card { padding: 1.5rem 1.25rem; }
    .why-card .icon-wrap { width: 56px; height: 56px; margin-bottom: 1rem; }
    .why-card i { font-size: 1.4rem; }
    .why-card h3 { font-size: 1.05rem; }

    .card-content { padding: 1.3rem; }
    .card-content h3 { font-size: 1.08rem; }

    .dest-content { padding: 1.2rem; }
    .dest-card h3 { font-size: 1.1rem; }

    .booking-container { padding: 1.5rem 1rem; }

    .hero-stats-wrapper { padding: 1rem 4%; }
    .hero-stat { padding: 0.75rem; }
    .hero-stat-num { font-size: 1.8rem; }

    .footer-about p { font-size: 0.82rem; }
    .whatsapp-float { width: 52px; height: 52px; font-size: 24px; bottom: 20px; right: 20px; }
}

/* ============================================================
   FORM BLOCKS
   ============================================================ */
.form-block {
    border: none;
    border-top: 2px dashed var(--border);
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0.5rem;
}

.form-block:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }

.form-block legend {
    font-family: 'Playfair Display', serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--text);
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.form-block legend i { color: var(--ocean); }

.block-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0.5rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.block-note i { color: var(--ocean); }

/* ============================================================
   PEOPLE COUNTER
   ============================================================ */
.people-counter {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.people-counter input#passengers {
    width: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--text);
    background: var(--bg);
    -moz-appearance: textfield;
}

.people-counter input#passengers::-webkit-outer-spin-button,
.people-counter input#passengers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pax-btn {
    width: 44px; height: 44px;
    flex-shrink: 0;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    background: var(--bg);
    color: var(--ocean);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.pax-btn:hover {
    background: var(--ocean);
    color: #fff;
    border-color: var(--ocean);
    transform: scale(1.1);
}

.pax-btn:active { transform: scale(0.92); }

/* ============================================================
   LIVE PRICE SUMMARY
   ============================================================ */
.price-summary {
    margin-top: 1.25rem;
    background: linear-gradient(135deg, rgba(0,150,199,0.07), rgba(6,182,122,0.05));
    border: 1.5px solid rgba(0,150,199,0.28);
    border-radius: var(--radius-sm);
    padding: 1rem 1.25rem;
}

.price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.price-line .price-label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.76rem;
}

.price-line .price-value { font-weight: 600; color: var(--text); }

.price-line.total {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1.5px solid var(--border);
}

.price-line.total .price-label { font-size: 1rem; color: var(--text); }

.price-line.total .price-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--ocean);
}

.price-summary.has-total .price-line.total .price-value { animation: totalPulse 0.4s ease; }

@keyframes totalPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.price-foot {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin: 0.65rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.price-foot i { color: var(--ocean); }

@media (max-width: 600px) {
    .price-line.total .price-value { font-size: 1.35rem; }
}

/* ============================================================
   RATES TABLE SECTION
   ============================================================ */
.rates-section {
    padding: 5.5rem 1.5rem;
    background: url("fondo playita.jpg") center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.rates-section::before {
    content: '';
    position: absolute;
    top: -80px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(0,229,207,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.rates-section::after {
    content: '';
    position: absolute;
    bottom: -100px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,154,60,0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* Rates section title override — dark text on white bg */
.rates-section .section-eyebrow { color: var(--ocean); }
.rates-section h2 { color: var(--text); }
.rates-section .section-sub { color: var(--text-muted); }

.rates-header {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.rates-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2rem auto 0;
    max-width: 1100px;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    background: #fff;
}

.rates-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background: transparent;
}

.rates-table thead {
    background: var(--grad-tropical);
    position: sticky;
    top: 0;
    z-index: 2;
}

.rates-table th {
    padding: 1rem 0.9rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}

.rates-table td {
    padding: 0.88rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
    transition: background 0.25s;
}

.rates-table tbody tr:hover { background: rgba(0,150,199,0.05); }

.rates-table td:nth-child(4),
.rates-table td:nth-child(5) {
    font-weight: 700;
    color: var(--ocean-deep);
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.rates-table td:nth-child(3) {
    color: var(--text-light);
    font-size: 0.82rem;
    white-space: nowrap;
}

.rate-book-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 1.05rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #fff;
    background: var(--grad-tropical);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rate-book-btn:hover {
    background: var(--grad-sunset);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,92,92,0.35);
}

.rate-book-btn:active { transform: scale(0.96); }

.rates-note {
    max-width: 1100px;
    margin: 1.25rem auto 0;
    padding: 0.85rem 1.1rem;
    font-size: 0.78rem;
    color: var(--text-light);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.rates-note i { color: var(--ocean); margin-top: 2px; flex-shrink: 0; }

@media (max-width: 768px) {
    .rates-table thead { display: none; }

    .rates-table tbody tr {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "dest time"
            "prices prices"
            "btn btn";
        gap: 0.35rem 1rem;
        padding: 1rem 1.1rem;
        margin-bottom: 0.75rem;
        border-radius: 12px;
        border: 1px solid var(--border);
        background: #fff;
        box-shadow: var(--shadow-sm);
    }

    /* Every cell drops table padding & border */
    .rates-table td {
        padding: 0;
        border-bottom: none;
        font-size: 0.9rem;
    }

    /* Hide the redundant "From" column (always SDQ) */
    .rates-table td[data-label="From"] { display: none; }

    /* Destination -> top-left */
    .rates-table td[data-label="To"] {
        grid-area: dest;
        font-weight: 700;
        color: var(--text);
        font-size: 0.95rem;
        line-height: 1.3;
    }

    /* Time -> top-right pill */
    .rates-table td[data-label="Time"] {
        grid-area: time;
        align-self: start;
        justify-self: end;
        font-size: 0.72rem;
        color: var(--text-muted);
        background: rgba(0,150,199,0.08);
        padding: 0.28rem 0.6rem;
        border-radius: 999px;
        white-space: nowrap;
    }

    /* Prices row */
    .rates-table td[data-label="One Way"],
    .rates-table td[data-label="Round Trip"] {
        grid-area: prices;
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        padding-top: 0.45rem;
        border-top: 1px solid var(--border);
    }

    .rates-table td[data-label="One Way"] {
        grid-row: prices;
        grid-column: 1;
    }
    .rates-table td[data-label="Round Trip"] {
        grid-row: prices;
        grid-column: 2;
        text-align: right;
    }

    /* Price label + value, no ::before needed */
    .rates-table td[data-label="One Way"]::before,
    .rates-table td[data-label="Round Trip"]::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        font-size: 0.66rem;
        text-transform: uppercase;
        color: var(--text-light);
        letter-spacing: 0.04em;
        margin-right: 0;
    }
    .rates-table td[data-label="One Way"],
    .rates-table td[data-label="Round Trip"] {
        font-weight: 700;
        color: var(--ocean-deep);
        font-size: 1.02rem;
    }

    /* Book button full-width */
    .rates-table td:last-child {
        grid-area: btn;
        justify-content: stretch;
        margin-top: 0.35rem;
    }
    .rates-table td:last-child::before { display: none; }
    .rates-table .rate-book-btn {
        width: 100%;
        justify-content: center;
        padding: 0.65rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .rates-section { padding: 4rem 0.9rem; }
    .rates-header { padding: 1.5rem 1.1rem; margin-bottom: 0; }
    .rates-table-wrap {
        margin-top: 1.5rem;
        border-radius: 12px;
        box-shadow: var(--shadow-sm);
    }
    .rates-table tbody tr {
        padding: 0.9rem;
        gap: 0.3rem 0.75rem;
    }
    .rates-table td[data-label="To"] { font-size: 0.9rem; }
    .rates-table td[data-label="Time"] {
        font-size: 0.68rem;
        padding: 0.22rem 0.5rem;
    }
    .rates-table td[data-label="One Way"],
    .rates-table td[data-label="Round Trip"] { font-size: 0.95rem; }
    .rates-note { font-size: 0.74rem; }
}

/* ============================================================
   🏄 FIXED SURFER (STAYS ON SCROLL)
   ============================================================ */
.fixed-surfer {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 100px;
    height: 80px;
    z-index: 999;
    pointer-events: none;
    animation: floatingSurfer 3.5s ease-in-out infinite;
    filter: drop-shadow(0 6px 12px rgba(14, 31, 47, 0.15));
}

@keyframes floatingSurfer {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50% { transform: translateY(-6px) rotate(1.5deg); }
}

.surfer-wave {
    animation: waveMove 3s ease-in-out infinite;
}

@keyframes waveMove {
    0%, 100% { transform: translateX(0) scaleY(1); }
    50% { transform: translateX(6px) scaleY(1.05); }
}

/* Ocultar en pantallas muy pequeñas para evitar obstruir el contenido */
@media (max-width: 768px) {
    .fixed-surfer {
        width: 80px;
        height: 64px;
        bottom: 20px;
        left: 15px;
    }
}

@media (max-width: 480px) {
    .fixed-surfer {
        display: none !important;
    }
}

/* ============================================================
   MICRO-ANIMATIONS EXTRAS
   ============================================================ */

/* Shimmer on section eyebrow */
@keyframes shimmer {
    0%,100% { opacity: 1; }
    50%      { opacity: 0.7; }
}

.section-eyebrow { animation: shimmer 3s ease-in-out infinite; }

/* Smooth number counting via JS class */
.counting { transition: all 0.6s ease; }

/* Card icon bounce on first appear */
@keyframes iconBounce {
    0%   { transform: scale(0.6) rotate(-12deg); opacity: 0; }
    60%  { transform: scale(1.1) rotate(4deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.why-card.visible .icon-wrap { animation: iconBounce 0.6s cubic-bezier(0.22,1,0.36,1) both; }
.why-card:nth-child(2).visible .icon-wrap { animation-delay: 0.1s; }
.why-card:nth-child(3).visible .icon-wrap { animation-delay: 0.2s; }
.why-card:nth-child(4).visible .icon-wrap { animation-delay: 0.3s; }

/* Tropical floating palm decoration for destinations */
@keyframes palmSway {
    0%,100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
}
