  
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {

                --primary: #03bfac;
    --secondary: #2a3c54;
    --accent: #066aab;
    --dark: #1a2332;
    --light: #f8f9fa;
            --lime: #b1e314;
            --teal: #04b0ac;
            --navy: #2a3c54;
            --navy-dark: #1e2d40;
            --navy-light: #3a5070;
            --dark-green: #1b3c2a;
            --medium-green: #2d5a3f;
            --accent-green: #2e7d32;
            --bg-cream: #f4f1ea;
            --bg-light: #faf9f6;
            --white: #ffffff;
            --text-dark: #2a3c54;
            --text-medium: #333333;
            --text-light: #666666;
            --text-muted: #999999;
            --border-color: #e2dfd8;
            --border-light: #eceae4;
            --gradient-navy: linear-gradient(135deg, #2a3c54 0%, #1e2d40 100%);
            --gradient-teal: linear-gradient(135deg, #04b0ac 0%, #038d8a 100%);
            --gradient-mix: linear-gradient(135deg, #2a3c54 0%, #04b0ac 100%);
        }
        /* ==================== VARIABLES ==================== */


        body {
            font-family: 'Barlow', sans-serif;
            background-color: var(--bg-cream);
            color: var(--text-medium);
            line-height: 1.6;
        }

        h1, h2, h3, h4, h5, h6 {
            margin-block-start: 0;
            margin-block-end: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            line-height: 1.2;
            color: inherit;
        }

        /* ===== CONTAINER ===== */
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

    
        /* ===== HERO SECTION ===== */
        .hero {
            position: relative;
            min-height: 480px;
            background: linear-gradient(to right, rgba(42, 60, 84, 0.92) 35%, rgba(42, 60, 84, 0.15) 100%),
                        url('https://heartfelt-gingersnap-8dd232.netlify.app/fotos-cadejo/Arenal_LaFortuna_9_11zon.webp') center/cover no-repeat;
            display: flex;
            align-items: center;
            padding: 60px 40px;
            height: 1047px;
        }

        .hero-content {
            max-width: 540px;
            color: var(--white);
        }

        .hero-location {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: 'Barlow', sans-serif;
            font-size: 0.75rem;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            opacity: 0.9;
        }

        .hero-title {
            font-family: 'Roboto', sans-serif;
            font-size: 4.1rem;
            font-weight: 600;
            text-transform: none;
            line-height: 1.16em;
            color: #FAFAFA;
            margin-bottom: 14px;
        }

        .hero-subtitle {
            font-family: 'Barlow', sans-serif;
            font-size: 1.05rem;
            opacity: 0.85;
            margin-bottom: 25px;
            font-weight: 300;
        }

        .hero-badges {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .hero-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.75rem;
            font-family: 'Barlow', sans-serif;
            border-right: 1px solid rgba(255,255,255,0.3);
            padding-right: 20px;
        }

        .hero-badge:last-child {
            border-right: none;
            padding-right: 0;
        }

        .hero-badge-icon {
            font-size: 1.1rem;
        }

        .hero-pricing {
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 10px;
            padding: 18px 25px;
            display: inline-flex;
            align-items: center;
            gap: 20px;
        }

        .hero-price {
            display: flex;
            flex-direction: column;
        }

        .hero-price-label {
            font-size: 0.7rem;
            opacity: 0.75;
            font-family: 'Barlow', sans-serif;
        }

        .hero-price-amount {
            font-family: 'Roboto', sans-serif;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .hero-price-amount span {
            font-size: 0.9rem;
            font-weight: 400;
        }

        .hero-price-per {
            font-size: 0.75rem;
            opacity: 0.75;
            font-family: 'Barlow', sans-serif;
        }

        .btn-book-hero {
            background: var(--navy);
            color: var(--white);
            border: 2px solid var(--white);
            padding: 14px 28px;
            font-family: 'Barlow', sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s;
        }

        .btn-book-hero:hover {
            background: var(--primary);
            color: var(--white);
        }

        .hero-cancel {
            font-size: 0.68rem;
            opacity: 0.65;
            margin-top: 10px;
            font-family: 'Barlow', sans-serif;
        }

        /* ===== INFO BAR ===== */
        .info-bar-wrapper {
            position: relative;
            z-index: 10;
            margin-top: -35px;
        }

        .info-bar {
            background: var(--gradient-navy);
            padding: 22px 35px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 14px;
            flex-wrap: wrap;
            gap: 15px;
            box-shadow: 0 8px 30px rgba(42, 60, 84, 0.3);
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--white);
        }

        .info-icon {
            width: 44px;
            height: 44px;
            border: 1.5px solid var(--teal);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
        }

        .info-text h4 {
            font-family: 'Barlow', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
        }

        .info-text p {
            font-family: 'Barlow', sans-serif;
            font-size: 0.68rem;
            opacity: 0.75;
            line-height: 1.4;
        }

        /* ===== WHY CHOOSE SECTION ===== */
        .why-choose {
            padding: 65px 0;
            text-align: center;
        }

        .section-label {
            color: var(--teal);
            font-family: 'Barlow', sans-serif;
            font-size: 0.72rem;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section-title {
            font-family: 'Roboto', sans-serif;
            font-size: 2.2rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 45px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .feature-card {
            text-align: center;
            padding: 15px;
        }

        .feature-icon {
            width: 74px;
            height: 74px;
            margin: 0 auto 15px;
            background: var(--bg-light);
            border: 2px solid var(--border-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            transition: all 0.3s;
        }

        .feature-card:hover .feature-icon {
            border-color: var(--teal);
            box-shadow: 0 4px 15px rgba(4, 176, 172, 0.15);
        }

        .feature-card h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 0.92rem;
            color: var(--navy);
            margin-bottom: 8px;
            font-weight: 600;
        }

        .feature-card p {
            font-family: 'Barlow', sans-serif;
            font-size: 0.75rem;
            color: var(--text-light);
            line-height: 1.5;
        }

        /* ===== TABS SECTION ===== */
       /* ===== TABS SECTION ===== */
.tabs-section {
    padding: 0 0 60px;
}

.tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 12px 22px;
    border: none;
    background: var(--bg-cream);
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-light);
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.tab-btn.active {
    background: var(--navy);
    color: var(--lime);
    border-color: var(--navy);
}

.tab-btn:hover:not(.active) {
    background: #e8e5de;
    border-color: var(--teal);
}

.tab-content {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 40px;
    margin-top: 20px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.tab-content.active {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.tab-text {
    flex: 1;
}

.tab-text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    color: var(--navy);
    margin-bottom: 20px;
    font-weight: 600;
}

.tab-list {
    list-style: none;
    padding: 0;
}

.tab-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Barlow', sans-serif;
    font-size: 0.88rem;
    color: var(--text-medium);
}

.tab-list li::before {
    content: "✓";
    background: var(--teal);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
}

.tab-image {
    flex: 0.8;
    border-radius: 12px;
    overflow: hidden;
}

.tab-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    .tab-content.active {
        flex-direction: column;
    }

    .tab-image {
        max-width: 100%;
        flex: 1;
    }

    .tab-image img {
        height: 220px;
    }
}

/* ===== MOBILE - TABS SCROLL HORIZONTAL ===== */
@media (max-width: 768px) {
    .tabs-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 12px;
        margin-bottom: 0;
        gap: 8px;
        /* Scroll snap para mejor UX */
        scroll-snap-type: x mandatory;
        /* Mostrar que hay scroll */
        position: relative;
    }

    /* Scrollbar personalizado visible */
    .tabs-nav::-webkit-scrollbar {
        height: 4px;
    }

    .tabs-nav::-webkit-scrollbar-track {
        background: var(--border-color);
        border-radius: 10px;
    }

    .tabs-nav::-webkit-scrollbar-thumb {
        background: var(--teal);
        border-radius: 10px;
    }

    .tab-btn {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 0.75rem;
        padding: 10px 16px;
        gap: 6px;
        scroll-snap-align: start;
    }

    .tab-content {
        padding: 25px 20px;
        margin-top: 15px;
    }

    .tab-content.active {
        flex-direction: column;
        gap: 20px;
    }

    .tab-text h2 {
        font-size: 1.3rem;
    }

    .tab-list li {
        font-size: 0.82rem;
    }

    .tab-image img {
        height: 180px;
    }
}

/* ===== MOBILE PEQUEÑO - TABS EN GRID 2x2 ===== */
@media (max-width: 480px) {
    .tabs-nav {
        flex-wrap: wrap;
        overflow-x: visible;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding-bottom: 0;
    }

    .tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        white-space: normal;
        text-align: center;
        justify-content: center;
        font-size: 0.7rem;
        padding: 10px 12px;
        border-radius: 10px;
        line-height: 1.3;
    }

    .tab-content {
        padding: 20px 15px;
    }

    .tab-text h2 {
        font-size: 1.2rem;
    }

    .tab-list li {
        font-size: 0.78rem;
        gap: 8px;
    }

    .tab-list li::before {
        width: 16px;
        height: 16px;
        font-size: 0.55rem;
    }

    .tab-image img {
        height: 150px;
    }
}


        /* ===== GALLERY ===== */
        .gallery-section {
            padding: 40px 0;
        }

        .gallery-title {
            font-family: 'Roboto', sans-serif;
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--navy);
            text-align: center;
            margin-bottom: 20px;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 12px;
            border: 2px solid var(--teal);
            border-radius: 12px;
            padding: 12px;
            background: var(--bg-light);
        }

        .gallery-item {
            border-radius: 8px;
            overflow: hidden;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            min-height: 160px;
            object-fit: cover;
            transition: transform 0.3s;
            display: block;
        }

        .gallery-item img:hover {
            transform: scale(1.05);
        }

        .gallery-item:first-child {
            grid-row: span 2;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            margin: 40px auto;
            background: var(--gradient-navy);
            border-radius: 14px;
            padding: 35px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            box-shadow: 0 8px 30px rgba(42, 60, 84, 0.3);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(4, 176, 172, 0.15) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-left {
            display: flex;
            align-items: center;
            gap: 18px;
            color: var(--white);
            position: relative;
            z-index: 1;
        }

        .cta-icon {
            width: 52px;
            height: 52px;
            border: 1.5px solid var(--teal);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            flex-shrink: 0;
            background: rgba(4, 176, 172, 0.1);
        }

        .cta-left h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .cta-left p {
            font-family: 'Barlow', sans-serif;
            font-size: 0.78rem;
            opacity: 0.75;
            max-width: 380px;
        }

        .cta-right {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .btn-cta {
            background: transparent;
            color: var(--lime);
            border: 2px solid var(--lime);
            padding: 14px 28px;
            font-family: 'Barlow', sans-serif;
            font-weight: 700;
            font-size: 0.82rem;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s;
        }

        .btn-cta:hover {
            background: var(--lime);
            color: var(--navy);
        }

        .cta-right p {
            color: var(--white);
            font-family: 'Barlow', sans-serif;
            font-size: 0.7rem;
            margin-top: 8px;
            opacity: 0.6;
        }

        /* ===== SERVICES BAR ===== */
        .services-bar {
            padding: 22px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid var(--border-color);
            border-radius: 10px;
            margin-bottom: 40px;
            flex-wrap: wrap;
            gap: 15px;
            background: var(--white);
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        }

        .service-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .service-icon {
            font-size: 1.3rem;
        }

        .service-item h4 {
            font-family: 'Barlow', sans-serif;
            font-size: 0.82rem;
            color: var(--navy);
            font-weight: 700;
        }

        .service-item p {
            font-family: 'Barlow', sans-serif;
            font-size: 0.68rem;
            color: var(--text-light);
            line-height: 1.4;
        }

        /* ===== RESERVATION SECTION ===== */
        .reservation-section {
            padding: 0 0 60px;
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            gap: 25px;
        }

        .reservation-form {
            background: var(--white);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 35px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.03);
        }

        .reservation-form h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 25px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 15px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group label {
            font-family: 'Barlow', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            margin-bottom: 6px;
            color: var(--navy);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            padding: 11px 14px;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            font-size: 0.82rem;
            font-family: 'Barlow', sans-serif;
            background: var(--bg-cream);
            color: var(--text-medium);
            transition: all 0.3s;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--teal);
            box-shadow: 0 0 0 3px rgba(4, 176, 172, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 70px;
        }

        .form-group-full {
            grid-column: span 2;
        }

        .radio-group {
            display: flex;
            gap: 25px;
            margin-top: 6px;
        }

        .radio-group label {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 400;
            font-size: 0.78rem;
            cursor: pointer;
        }

        .radio-group input[type="radio"] {
            accent-color: var(--teal);
        }

        .btn-payment {
            width: 100%;
            background: var(--gradient-mix);
            color: var(--white);
            border: none;
            padding: 16px;
            border-radius: 25px;
            font-family: 'Barlow', sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(42, 60, 84, 0.3);
        }

        .btn-payment:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(42, 60, 84, 0.4);
        }

        .form-secure {
            text-align: center;
            font-family: 'Barlow', sans-serif;
            font-size: 0.7rem;
            color: var(--text-muted);
            margin-top: 12px;
        }

        /* ===== BOOKING SUMMARY ===== */
        .booking-summary {
            background: var(--white);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 30px;
            height: fit-content;
            position: sticky;
            top: 80px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.03);
        }

        .booking-summary h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 20px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            padding: 9px 0;
            font-family: 'Barlow', sans-serif;
            font-size: 0.82rem;
            border-bottom: 1px solid var(--border-light);
        }

        .summary-row:last-of-type {
            border-bottom: none;
        }

        .summary-row.total {
            font-weight: 700;
            font-size: 1.05rem;
            border-top: 2px solid var(--navy);
            border-bottom: none;
            margin-top: 10px;
            padding-top: 15px;
            color: var(--navy);
        }

        .summary-row .label {
            color: var(--text-light);
        }

        .summary-row .value {
            font-weight: 600;
            color: var(--navy);
        }

        .payment-section {
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid var(--border-color);
        }

        .payment-section h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 4px;
            color: var(--navy);
        }

        .payment-section .secure-text {
            font-family: 'Barlow', sans-serif;
            font-size: 0.68rem;
            color: var(--text-muted);
            margin-bottom: 12px;
        }

        .payment-icons {
            display: flex;
            gap: 6px;
            margin-bottom: 15px;
        }

        .payment-icon {
            width: 42px;
            height: 26px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.55rem;
            font-weight: 800;
            letter-spacing: 0.5px;
        }

        .btn-proceed {
            width: 100%;
            background: transparent;
            color: var(--teal);
            border: 2px solid var(--teal);
            padding: 13px;
            border-radius: 5px;
            font-family: 'Barlow', sans-serif;
            font-weight: 700;
            font-size: 0.8rem;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s;
        }

        .btn-proceed:hover {
            background: var(--teal);
            color: var(--white);
        }

        .reservation-note {
            text-align: center;
            font-family: 'Barlow', sans-serif;
            font-size: 0.68rem;
            color: var(--text-muted);
            margin-top: 10px;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .reservation-section {
                grid-template-columns: 1fr;
            }

            .tab-content.active {
                flex-direction: column;
            }

            .tab-image {
                max-width: 100%;
                flex: 1;
            }

            .gallery-grid {
                grid-template-columns: 1fr 1fr;
            }

            .gallery-item:first-child {
                grid-row: span 1;
            }

            .gallery-item img {
                min-height: 150px;
                height: 180px;
            }

            .info-bar {
                justify-content: center;
                gap: 20px;
            }

            .cta-section {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
          

            .btn-book-nav {
                display: none;
            }

            .hero {
                padding: 40px 20px;
                min-height: 380px;
            }

            .hero-title {
                font-size: 2.2rem;
            }

            .info-bar {
                padding: 20px;
                flex-direction: column;
                gap: 18px;
                border-radius: 10px;
            }

            .info-bar-wrapper {
                margin-top: -25px;
            }

            .why-choose {
                padding: 40px 0;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .tabs-nav {
                overflow-x: auto;
                flex-wrap: nowrap;
                gap: 8px;
                padding-bottom: 10px;
            }

            .tab-btn {
                white-space: nowrap;
                font-size: 0.72rem;
                padding: 10px 14px;
            }

            .tab-content.active {
                padding: 20px;
                gap: 20px;
            }

            .tab-text h2 {
                font-size: 1.4rem;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .gallery-item img {
                height: 180px;
            }

            .cta-section {
                padding: 30px 20px;
                flex-direction: column;
                text-align: center;
            }

            .cta-left {
                flex-direction: column;
                text-align: center;
            }

            .cta-left p {
                max-width: 100%;
            }

            .services-bar {
                flex-direction: column;
                text-align: center;
                padding: 20px;
            }

            .service-item {
                flex-direction: column;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .form-group-full {
                grid-column: span 1;
            }

            .hero-badges {
                flex-direction: column;
                gap: 10px;
            }

            .hero-badge {
                border-right: none;
                padding-right: 0;
            }

            .hero-pricing {
                flex-direction: column;
                gap: 15px;
                width: 100%;
            }

            .section-title {
                font-size: 1.6rem;
            }

            .gallery-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 1.8rem;
            }

            .hero-subtitle {
                font-size: 0.9rem;
            }

            .section-title {
                font-size: 1.4rem;
            }

            .cta-left h3 {
                font-size: 1.2rem;
            }

            .reservation-form {
                padding: 25px 20px;
            }

            .booking-summary {
                padding: 25px 20px;
            }

            .container {
                padding-left: 15px;
                padding-right: 15px;
            }
        }






        @media (max-width: 768px) {

    .info-bar {
        padding: 25px 20px;
        flex-direction: column;
        gap: 0;
        border-radius: 10px;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 14px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        /* Alinear a la izquierda */
        justify-content: flex-start;
    }

    .info-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .info-item:first-child {
        padding-top: 0;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        min-width: 40px; /* Evita que se comprima */
        font-size: 1rem;
    }

    .info-text {
        text-align: left;
    }

    .info-text h4 {
        font-size: 0.8rem;
    }

    .info-text p {
        font-size: 0.7rem;
    }
}

   










/* ==================== BOTÓN FREE TRIP PLANNING ==================== */
.btn-trip-planning {
    background: #C0392B;
    color: #fff !important;
    font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(232, 87, 62, 0.3);
}

.btn-trip-planning:hover {
    background: #d14a33;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 87, 62, 0.5);
    color: #fff !important;
}

.btn-trip-planning:active {
    transform: translateY(0);
}

.btn-trip-planning i {
    font-size: 16px;
    transform: rotate(-15deg);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991px) {
    .btn-trip-planning {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

   
}















/* thanks */

.thankyou-wrapper {
  background: #0E1C26;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.thankyou-card {
  background: #152731;
  padding: 50px 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  animation: fadeIn 0.6s ease-out;
}

.thankyou-icon {
  font-size: 70px;
  color: #4FD1C5;
  margin-bottom: 20px;
}

.thankyou-title {
  font-size: 36px;
  color: #E2E8F0;
  margin-bottom: 10px;
  font-weight: bold;
}

.thankyou-subtitle {
  font-size: 18px;
  color: #A0AEC0;
  line-height: 1.6;
  margin-bottom: 30px;
}

.thankyou-btn {
  display: inline-block;
  background: #4FD1C5;
  color: #0E1C26;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
  box-shadow: 0 0 20px rgba(79, 209, 197, 0.4);
}

.thankyou-btn:hover {
  background: #6FE6DA;
  box-shadow: 0 0 30px rgba(79, 209, 197, 0.6);
  transform: translateY(-3px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
