/* =========================================================
   INTOUR — ULTRA LUXURY PREMIUM CSS
   Final Elite Edition
========================================================= */

/* ===================== RESET ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.12), transparent 20%),
        radial-gradient(circle at top right, rgba(6, 182, 212, 0.10), transparent 22%),
        radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.08), transparent 20%),
        linear-gradient(180deg, #eef4fb 0%, #e7eef8 42%, #dde7f4 100%);
    color: #0f172a;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

button,
input,
textarea,
select {
    font: inherit;
}

ul {
    list-style: none;
}

::selection {
    background: rgba(99, 102, 241, 0.18);
    color: #0f172a;
}

/* ===================== ROOT ===================== */
:root {
    --bg-main: #eef4fb;
    --bg-soft: #f8fbff;
    --bg-card: rgba(255, 255, 255, 0.76);
    --bg-card-2: rgba(255, 255, 255, 0.66);
    --bg-dark: rgba(15, 23, 42, 0.84);

    --text: #0f172a;
    --text-soft: #334155;
    --muted: #64748b;
    --muted-2: #94a3b8;

    --white: #ffffff;

    --primary: #6366f1;
    --primary-2: #4f46e5;
    --primary-3: #4338ca;

    --accent: #06b6d4;
    --accent-2: #0891b2;

    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;

    --primary-soft: rgba(99, 102, 241, 0.12);
    --accent-soft: rgba(6, 182, 212, 0.12);
    --success-soft: rgba(16, 185, 129, 0.12);
    --warning-soft: rgba(245, 158, 11, 0.14);
    --danger-soft: rgba(239, 68, 68, 0.12);

    --glass-border: rgba(255, 255, 255, 0.26);
    --glass-border-dark: rgba(15, 23, 42, 0.06);

    --shadow-xs: 0 6px 18px rgba(15, 23, 42, 0.05);
    --shadow-sm: 0 12px 30px rgba(15, 23, 42, 0.08);
    --shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.14);
    --shadow-xl: 0 36px 95px rgba(15, 23, 42, 0.18);

    --radius-sm: 14px;
    --radius: 22px;
    --radius-md: 26px;
    --radius-lg: 30px;
    --radius-xl: 36px;

    --transition: all 0.32s ease;
}

/* ===================== GLOBAL ===================== */
.container {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 20px;
}

.main-content {
    min-height: 75vh;
    padding: 125px 0 55px;
}

section {
    padding: 82px 0;
}

.home-section,
.featured,
.gallery-section,
.activities-section,
.activity-history-section,
.history-section,
.profile-section,
.success-section,
.booking-page {
    padding: 24px 0 58px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

p {
    line-height: 1.82;
    color: var(--text-soft);
}

.page-title,
.section-title,
.page-header h1,
.section-head h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
}

.page-subtitle,
.section-head p {
    font-size: 15px;
    color: var(--muted);
    max-width: 760px;
    line-height: 1.9;
}

.center {
    text-align: center;
}

.section-head,
.page-header {
    text-align: center;
    margin-bottom: 30px;
}

/* ===================== ULTRA GLASS CARD ===================== */
.page-card,
.resort-card,
.activity-card,
.room-card,
.profile-card,
.profile-form-card,
.booking-form-card,
.booking-summary-card,
.activity-booking-card,
.success-card,
.history-table-card,
.empty-booking-card,
.gallery-container,
.policy-item,
.contact-info-card,
.contact-help-box,
.success-activities-box,
.search-info,
.avg-rating-box,
.amenity-card,
.sticky-book,
.booking-box,
.review-form,
.success-info-box,
.why-card,
.why-mini-box {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.68));
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 30px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: var(--shadow);
    transition: all 0.38s ease;
}

.page-card::before,
.resort-card::before,
.activity-card::before,
.room-card::before,
.profile-card::before,
.profile-form-card::before,
.booking-form-card::before,
.booking-summary-card::before,
.activity-booking-card::before,
.success-card::before,
.history-table-card::before,
.gallery-container::before,
.contact-info-card::before,
.contact-help-box::before,
.sticky-book::before,
.booking-box::before,
.review-form::before,
.amenity-card::before,
.policy-item::before,
.why-card::before,
.why-mini-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(255,255,255,0.30), transparent 28%, transparent 72%, rgba(255,255,255,0.16));
    pointer-events: none;
    opacity: 0.8;
}

.resort-card:hover,
.activity-card:hover,
.room-card:hover,
.contact-info-card:hover,
.amenity-card:hover,
.policy-item:hover,
.profile-link-card:hover,
.why-card:hover,
.why-mini-box:hover {
    transform: translateY(-9px) scale(1.012);
    box-shadow: var(--shadow-xl);
}

.page-card {
    padding: 30px;
    margin-bottom: 24px;
}

/* ===================== LOADER ===================== */
#page-loader,
.page-loader {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(91, 92, 240, 0.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.12), transparent 28%),
        linear-gradient(135deg, #020617, #0f172a, #111827);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.hide,
#page-loader.hidden,
.page-loader.hide,
.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-ring {
    width: 74px;
    height: 74px;
    border: 4px solid rgba(255,255,255,0.10);
    border-top: 4px solid #38bdf8;
    border-right: 4px solid #5b5cf0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 40px rgba(56, 189, 248, 0.18);
}

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

/* ===================== NAVBAR ===================== */
.navbar {
    position: fixed;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 12px);
    max-width: 100%;
    z-index: 9999;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 0 0 30px 30px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    transition: all 0.35s ease;
}

.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent 40%, rgba(255,255,255,0.02));
    pointer-events: none;
}

.navbar.scrolled {
    background: rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}

.nav-container {
    max-width: 1280px;
    min-height: 82px;
    margin: auto;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    height: 95px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.04);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-links a,
.user-dropdown-btn {
    position: relative;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.nav-links a::before,
.user-dropdown-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent);
    opacity: 0;
    transition: 0.3s ease;
}

.nav-links a::after,
.user-dropdown-btn::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #8b5cf6, #5b5cf0);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-links a:hover::before,
.user-dropdown-btn:hover::before {
    opacity: 1;
}

.nav-links a:hover::after,
.user-dropdown-btn:hover::after {
    transform: scaleX(1);
}

.menu-btn {
    display: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-btn:hover {
    background: rgba(255,255,255,0.14);
    transform: scale(1.04);
}

/* ===================== USER DROPDOWN ===================== */
.user-dropdown {
    position: relative;
}

.user-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 8px 14px;
    border-radius: 16px;
    min-height: 48px;
}

.user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #5b5cf0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 10px 22px rgba(91, 92, 240, 0.26);
}

.user-name {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-arrow {
    font-size: 12px;
    opacity: 0.9;
    color: #fff;
    transition: transform 0.25s ease;
}

.user-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 255px;
    background: rgba(15, 23, 42, 0.96);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.30);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.28s ease;
    z-index: 999;
}

.user-dropdown-menu.show-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
}

.user-dropdown-menu a:hover {
    background: rgba(255,255,255,0.08);
    transform: translateX(4px);
}

.logout-link {
    color: #ffb4b4 !important;
}

.logout-link:hover {
    background: rgba(239, 68, 68, 0.10) !important;
}

/* ===================== BUTTON SYSTEM ===================== */
.btn-primary,
.book-btn,
.view-btn,
.explore-btn,
.cta-btn,
.activity-booking-btn,
.load-more-btn,
.clear-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 18px;
    border: none;
    background: linear-gradient(135deg, #6366f1, #4f46e5 50%, #4338ca);
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.32s ease;
    box-shadow: 0 16px 32px rgba(79, 70, 229, 0.26);
}

.btn-primary::before,
.book-btn::before,
.view-btn::before,
.explore-btn::before,
.cta-btn::before,
.activity-booking-btn::before,
.load-more-btn::before,
.clear-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
    transform: skewX(-20deg);
    transition: 0.7s ease;
}

.btn-primary:hover::before,
.book-btn:hover::before,
.view-btn:hover::before,
.explore-btn:hover::before,
.cta-btn:hover::before,
.activity-booking-btn:hover::before,
.load-more-btn:hover::before,
.clear-btn:hover::before {
    left: 130%;
}

.btn-primary:hover,
.book-btn:hover,
.view-btn:hover,
.explore-btn:hover,
.cta-btn:hover,
.activity-booking-btn:hover,
.load-more-btn:hover,
.clear-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 22px 40px rgba(79, 70, 229, 0.34);
}

.btn-primary {
    width: 100%;
}

.register-btn {
    background: linear-gradient(135deg, #38bdf8, #5b5cf0) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(91, 92, 240, 0.28);
    border-radius: 16px;
    padding: 12px 20px !important;
}

.register-btn::after,
.register-btn::before {
    display: none !important;
}

.cancel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    background: var(--danger-soft);
    color: var(--danger);
    border: 1px solid rgba(239, 68, 68, 0.16);
}

.cancel-btn:hover {
    background: rgba(239, 68, 68, 0.18);
    transform: translateY(-2px);
}

.sold-out-btn {
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    border: 1px solid rgba(15,23,42,0.08);
    background: rgba(15, 23, 42, 0.04);
    color: var(--muted);
    font-weight: 600;
    cursor: not-allowed;
}

.no-action {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

/* ===================== INPUTS ===================== */
input,
select,
textarea {
    width: 100%;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.88);
    color: var(--text);
    transition: 0.25s ease;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

input::placeholder,
textarea::placeholder {
    color: var(--muted-2);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.34);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.10);
    background: rgba(255, 255, 255, 0.96);
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-soft);
    font-weight: 600;
}

.form-row,
.two-col {
    display: grid;
    gap: 14px;
}

.form-row.two-col,
.two-col {
    grid-template-columns: 1fr 1fr;
}

.child-age-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.child-age-input {
    width: 100%;
    padding: 11px 12px;
    border-radius: 14px;
}

.booking-warning,
.guest-rule-box {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--warning-soft);
    color: #b45309;
    font-size: 14px;
    border: 1px solid rgba(245, 158, 11, 0.18);
}

.booking-warning.success {
    background: rgba(16,185,129,0.12);
    color: #047857;
    border-color: rgba(16,185,129,0.18);
}

/* ===================== FLASH ===================== */
.flash-wrapper {
    max-width: 1280px;
    margin: 18px auto 0;
    padding: 0 20px;
}

.flash-message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(15,23,42,0.08);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-sm);
}

.flash-message.success {
    background: rgba(16, 185, 129, 0.10);
    color: #047857;
}

.flash-message.danger,
.flash-message.error {
    background: rgba(239, 68, 68, 0.10);
    color: #b91c1c;
}

.flash-message.warning {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.flash-message.info {
    background: rgba(59, 130, 246, 0.10);
    color: #1d4ed8;
}

/* ===================== FLOAT BUTTONS ===================== */
#scrollTopBtn {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(67, 56, 202, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 999;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    transform: translateY(-4px);
}

.contact-sticky,
.whatsapp-sticky {
    position: fixed;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 22px;
    transition: all 0.28s ease;
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* LEFT CALL */
.contact-sticky {
    left: 28px;
    right: auto;
    top: auto;
    bottom: 92px;
    transform: none;
    background: linear-gradient(135deg, #2196f3, #2563eb);
    box-shadow:
        0 0 0 0 rgba(33, 150, 243, 0.55),
        0 0 20px rgba(33, 150, 243, 0.45),
        0 0 40px rgba(33, 150, 243, 0.28),
        0 12px 30px rgba(37, 99, 235, 0.28);
    animation: callGlowPulse 2s infinite ease-in-out;
}

/* RIGHT WHATSAPP */
.whatsapp-sticky {
    right: 28px;
    left: auto;
    top: auto;
    bottom: 92px;
    transform: none;
    background: linear-gradient(135deg, #25d366, #16a34a);
    box-shadow:
        0 0 0 0 rgba(37, 211, 102, 0.55),
        0 0 20px rgba(37, 211, 102, 0.45),
        0 0 40px rgba(37, 211, 102, 0.28),
        0 12px 30px rgba(22, 163, 74, 0.28);
    animation: whatsappGlowPulse 2s infinite ease-in-out;
}

.contact-sticky:hover,
.whatsapp-sticky:hover {
    transform: scale(1.08);
}

/* CONTINUOUS GLOW ANIMATION */
@keyframes callGlowPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(33, 150, 243, 0.55),
            0 0 20px rgba(33, 150, 243, 0.45),
            0 0 40px rgba(33, 150, 243, 0.28),
            0 12px 30px rgba(37, 99, 235, 0.28);
    }
    50% {
        box-shadow:
            0 0 0 12px rgba(33, 150, 243, 0.08),
            0 0 28px rgba(33, 150, 243, 0.65),
            0 0 55px rgba(33, 150, 243, 0.38),
            0 14px 34px rgba(37, 99, 235, 0.34);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(33, 150, 243, 0.00),
            0 0 20px rgba(33, 150, 243, 0.45),
            0 0 40px rgba(33, 150, 243, 0.28),
            0 12px 30px rgba(37, 99, 235, 0.28);
    }
}

@keyframes whatsappGlowPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0.55),
            0 0 20px rgba(37, 211, 102, 0.45),
            0 0 40px rgba(37, 211, 102, 0.28),
            0 12px 30px rgba(22, 163, 74, 0.28);
    }
    50% {
        box-shadow:
            0 0 0 12px rgba(37, 211, 102, 0.08),
            0 0 28px rgba(37, 211, 102, 0.65),
            0 0 55px rgba(37, 211, 102, 0.38),
            0 14px 34px rgba(22, 163, 74, 0.34);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0.00),
            0 0 20px rgba(37, 211, 102, 0.45),
            0 0 40px rgba(37, 211, 102, 0.28),
            0 12px 30px rgba(22, 163, 74, 0.28);
    }
}
/* ===================== HERO ===================== */
.hero-video {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0 0 42px 42px;
    text-align: center;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.74) saturate(1.08);
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.58)),
        radial-gradient(circle at top center, rgba(99,102,241,0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(6,182,212,0.12), transparent 26%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 920px;
    padding: 24px 20px;
}

.hero-content h1 {
    font-size: 74px;
    font-weight: 800;
    line-height: 1.03;
    color: #fff;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
    text-shadow: 0 10px 34px rgba(0,0,0,0.26);
}

.hero-content p {
    font-size: 18px;
    color: rgba(255,255,255,0.94);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.9;
}

.hero-floating-bar {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

/* ===================== STATS ===================== */
.stats-section {
    margin-top: -58px;
    position: relative;
    z-index: 5;
}

.stats-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.70));
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.42);
    box-shadow: var(--shadow-lg);
}

.stat-box {
    text-align: center;
    padding: 24px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.60);
    border: 1px solid rgba(15,23,42,0.05);
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.76);
}

.stat-box h3,
.stat-box .count {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-2);
    margin-bottom: 8px;
}

.stat-box span,
.stat-box p {
    display: block;
    font-size: 14px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.6;
}

/* ===================== GALLERY ===================== */
.gallery-section {
    padding-top: 90px;
}

.gallery-slider-box {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.70));
    border: 1px solid rgba(255,255,255,0.42);
    box-shadow: var(--shadow-lg);
}

.gallery-slide {
    display: none;
    position: relative;
}

.gallery-slide.active {
    display: block;
    animation: fadeSlide 0.8s ease;
}

.gallery-slide img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    filter: brightness(0.90);
}

.gallery-overlay-content {
    position: absolute;
    left: 34px;
    bottom: 34px;
    max-width: 590px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(15, 23, 42, 0.34);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
}

.gallery-overlay-content h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}

.gallery-overlay-content p {
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.8;
}

.gallery-cta {
    text-align: center;
    margin-top: 26px;
}

/* ===================== GRIDS ===================== */
.resort-grid,
.activities-grid,
.room-grid,
.why-grid,
.amenity-grid,
.activity-booking-grid {
    display: grid;
    gap: 24px;
    margin-top: 30px;
}

.resort-grid,
.activities-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.room-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.why-grid,
.amenity-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.activity-booking-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* ===================== RESORT / ACTIVITY / ROOM CARDS ===================== */
.resort-card,
.activity-card,
.room-card {
    overflow: hidden;
}

.resort-card::after,
.activity-card::after,
.room-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(15,23,42,0.04));
    opacity: 0;
    transition: 0.35s ease;
    pointer-events: none;
}

.resort-card:hover::after,
.activity-card:hover::after,
.room-card:hover::after {
    opacity: 1;
}

.premium-resort-card {
    overflow: hidden;
}

.resort-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    background: rgba(15, 23, 42, 0.78);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
}

.resort-image,
.activity-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.resort-image::after,
.activity-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(15,23,42,0.14));
    pointer-events: none;
}

.resort-image img,
.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s ease;
}

.resort-card:hover img,
.activity-card:hover img {
    transform: scale(1.12);
}

.resort-info,
.activity-content {
    padding: 22px;
}

.resort-info h3,
.activity-content h3,
.room-card-header h3 {
    font-size: 22px;
    color: var(--text);
    margin-bottom: 8px;
}

.location,
.activity-desc,
.capacity,
.room-note,
.available-today,
.inventory-status,
.booking-date,
.contact-note,
.no-activities {
    font-size: 14px;
    color: var(--muted);
}

.activity-desc {
    line-height: 1.8;
    min-height: 72px;
    margin-bottom: 18px;
}

.activity-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.activity-price,
.room-price,
.price-big {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-2);
    margin-top: 12px;
}

.activity-price span,
.room-price span,
.price-big span {
    font-size: 13px;
    color: var(--muted);
    font-weight: 500;
}

.select-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.12);
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-2);
}

.select-box input {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
}

/* ===================== WHY SECTION ===================== */
.why-simple-section {
    padding-top: 75px;
}

.why-simple-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
}

.why-simple-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 28px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.70));
    border: 1px solid rgba(255,255,255,0.42);
    box-shadow: var(--shadow);
}

.why-mini-box,
.why-card,
.amenity-card {
    text-align: center;
    padding: 24px 18px;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.why-mini-box .emoji,
.why-icon,
.icon {
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.why-mini-box h3,
.why-card h3,
.amenity-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
}

/* ===================== ACTIVITY SLIDER ===================== */
.activity-slider-wrap {
    overflow: hidden;
    border-radius: 30px;
    padding: 6px;
}

.activity-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

.activity-slider-track .activity-card {
    min-width: calc((100% - 48px) / 3);
    flex: 0 0 calc((100% - 48px) / 3);
}

/* ===================== RESORT SEARCH ===================== */
.resorts-search-section {
    padding: 20px 0 10px;
}

.resorts-list-section {
    padding: 10px 0 50px;
}

.section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.booking-count {
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-2);
    font-size: 13px;
    font-weight: 700;
}

.premium-search {
    margin: 25px auto 0;
    max-width: 720px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 24px;
    padding: 17px 18px;
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-sm);
}

.search-icon {
    color: var(--muted);
    font-size: 15px;
    margin-right: 12px;
}

.search-wrapper input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text);
    font-size: 15px;
    box-shadow: none;
    padding: 0;
}

.clear-icon {
    color: var(--muted);
    font-size: 24px;
    margin-left: 10px;
}

.search-info {
    margin-bottom: 22px;
    padding: 18px 20px;
}

.search-info strong {
    color: var(--text);
}

/* ===================== RESORT DETAILS ===================== */
.resort-header {
    padding: 22px 0 30px;
}

.resort-header-grid,
.rooms-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: start;
}

.resort-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-2);
    font-size: 12px;
    font-weight: 700;
}

.resort-info h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.rating-box {
    display: flex;
    gap: 10px;
    margin: 14px 0;
    flex-wrap: wrap;
}

.rating-score,
.rating-label {
    padding: 8px 12px;
    border-radius: 12px;
    font-weight: 700;
}

.rating-score {
    background: var(--primary-soft);
    color: var(--primary-2);
}

.rating-label {
    background: rgba(15, 23, 42, 0.04);
    color: var(--muted);
}

.resort-desc {
    margin-top: 10px;
    line-height: 1.9;
}

.resort-highlight {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(6,182,212,0.08);
    color: #0f766e;
    border: 1px solid rgba(6,182,212,0.12);
    font-size: 14px;
    font-weight: 500;
}

.gallery-container {
    padding: 16px;
}

.main-gallery,
.main-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.main-gallery img,
.main-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 24px;
}

.gallery-arrow,
.room-arrow,
.fs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    background: rgba(15,23,42,0.48);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
    z-index: 2;
}

.gallery-arrow:hover,
.room-arrow:hover,
.fs-arrow:hover {
    background: rgba(15,23,42,0.72);
}

.gallery-arrow.left,
.room-arrow.left,
.fs-arrow.left {
    left: 14px;
}

.gallery-arrow.right,
.room-arrow.right,
.fs-arrow.right {
    right: 14px;
}

.gallery-counter,
.room-counter,
.fs-counter {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(15,23,42,0.62);
    color: white;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 999px;
    backdrop-filter: blur(12px);
}

.gallery-expand-btn,
.close-gallery {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15,23,42,0.62);
    color: white;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.fullscreen-gallery {
    position: fixed;
    inset: 0;
    background: rgba(2,6,23,0.95);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.fullscreen-gallery.active {
    display: flex;
}

.room-slider {
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
}

.room-slide,
.room-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-slider img {
    display: none;
}

.room-slider img.active,
.room-slide.active {
    display: block;
}

.room-card-header {
    padding: 18px 20px 8px;
}

.room-details {
    padding: 0 20px 16px;
}

.room-action {
    padding: 0 20px 20px;
}

.room-note,
.available-today {
    margin-top: 8px;
}

.sticky-book-wrapper {
    position: sticky;
    top: 110px;
}

.sticky-book {
    padding: 24px;
}

.mini-note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 6px;
}

.booking-fields {
    margin-top: 20px;
}

.live-total-box {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(99,102,241,0.08);
    border: 1px solid rgba(99,102,241,0.12);
}

.final-total {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-2);
}

.reviews-section {
    margin-top: 40px;
}

.avg-rating-box {
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.review-form {
    padding: 24px;
    margin-top: 20px;
}

.login-warning {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(245,158,11,0.14);
    color: #b45309;
    border: 1px solid rgba(245,158,11,0.18);
}

.map-section,
.contact-map-section {
    margin-top: 40px;
}

.map-box,
.contact-map-box {
    margin-top: 18px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 100%;
}

.map-box iframe,
.contact-map-box iframe {
    width: 100%;
    height: 350px;
    display: block;
    border: 0;
}

.booking-modal {
    position: fixed;
    inset: 0;
    background: rgba(2,6,23,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.booking-modal.active {
    display: flex;
}

.booking-box {
    width: 100%;
    max-width: 520px;
    padding: 28px;
}

.booking-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* ===================== BOOKING PAGES ===================== */
.booking-layout {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 25px;
    align-items: flex-start;
}

.booking-form-card,
.booking-summary-card {
    padding: 28px;
}

.booking-summary-card {
    position: sticky;
    top: 110px;
}

.summary-item,
.summary-meta p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    gap: 12px;
}

.summary-item span,
.summary-meta span {
    color: var(--muted);
}

.summary-item strong,
.summary-meta strong {
    color: var(--text);
}

.summary-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.summary-total h3 {
    color: var(--primary-2);
    font-size: 26px;
}

.summary-list {
    padding: 0;
    margin: 18px 0;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--text-soft);
}

.pricing-rules {
    margin-top: 22px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(15,23,42,0.03);
    border: 1px solid rgba(15,23,42,0.05);
}

.pricing-rules h4 {
    margin-bottom: 12px;
    font-size: 17px;
}

.pricing-rules ul {
    padding-left: 18px;
    list-style: disc;
}

.pricing-rules li {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.booking-btn-wrapper {
    text-align: center;
    margin-top: 28px;
}

/* ===================== SUCCESS ===================== */
.success-card {
    max-width: 950px;
    margin: auto;
    padding: 42px 30px;
    text-align: center;
}

.success-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 22px;
    border-radius: 30px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: white;
    box-shadow: 0 16px 30px rgba(34,197,94,0.25);
}

.success-card h2 {
    font-size: 38px;
    margin-bottom: 10px;
}

.success-subtext {
    color: var(--muted);
    font-size: 15px;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.success-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.success-detail-item {
    background: rgba(15,23,42,0.03);
    border-radius: 20px;
    padding: 18px;
    text-align: left;
    border: 1px solid rgba(15,23,42,0.05);
}

.success-detail-item span {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}

.success-detail-item strong {
    font-size: 16px;
    color: var(--text);
}

.highlight-total {
    background: rgba(99,102,241,0.10);
    border-color: rgba(99,102,241,0.14);
}

.success-info-box {
    padding: 18px;
    margin-bottom: 24px;
}

.success-activities-box {
    padding: 24px;
    margin-bottom: 24px;
    text-align: left;
}

.success-activities-box h3 {
    margin-bottom: 16px;
}

.success-activity-list li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(15,23,42,0.08);
    color: var(--text-soft);
}

.success-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ===================== HISTORY ===================== */
.history-table-card {
    padding: 24px;
}

.history-table-header,
.booking-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.history-table-header h3 {
    font-size: 22px;
}

.history-table-wrapper {
    overflow-x: auto;
    border-radius: 18px;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
    overflow: hidden;
}

.history-table thead {
    background: rgba(15, 23, 42, 0.03);
}

.history-table th {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    color: var(--text-soft);
    font-weight: 700;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.history-table td {
    padding: 18px 16px;
    color: var(--text-soft);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    vertical-align: middle;
}

.history-table tbody tr:hover {
    background: rgba(99, 102, 241, 0.04);
}

.booking-id {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.04);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
}

.status,
.booking-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    min-width: 95px;
}

.status.confirmed,
.booking-status.confirmed {
    background: rgba(16,185,129,0.12);
    color: #047857;
}

.status.pending,
.booking-status.pending {
    background: rgba(245,158,11,0.14);
    color: #b45309;
}

.status.cancelled,
.booking-status.cancelled {
    background: rgba(239,68,68,0.12);
    color: #b91c1c;
}

.activity-booking-card {
    padding: 24px;
}

.booking-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 20px 0;
}

.meta-item {
    background: rgba(15,23,42,0.03);
    border-radius: 18px;
    padding: 16px;
    border: 1px solid rgba(15,23,42,0.05);
}

.meta-item span {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}

.meta-item strong {
    color: var(--text);
    font-size: 16px;
}

.booking-activities h4 {
    margin-bottom: 14px;
}

.booking-activities ul li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(15,23,42,0.08);
    color: var(--text-soft);
}

/* ===================== EMPTY ===================== */
.empty-booking-card,
.empty-activity-card {
    padding: 50px 25px;
    text-align: center;
}

.empty-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 18px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    box-shadow: 0 16px 30px rgba(67, 56, 202, 0.20);
}

.empty-booking-card h3,
.empty-activity-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.empty-booking-card p,
.empty-activity-card p {
    max-width: 620px;
    margin: 0 auto 18px;
}

/* ===================== PROFILE ===================== */
.profile-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 25px;
}

.profile-card,
.profile-form-card {
    padding: 28px;
}

.profile-card {
    text-align: center;
}

.profile-avatar {
    width: 94px;
    height: 94px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    box-shadow: 0 16px 30px rgba(67, 56, 202, 0.22);
}

.profile-card h2 {
    margin-bottom: 6px;
    font-size: 24px;
}

.profile-email,
.profile-mobile {
    font-size: 14px;
    color: var(--muted);
}

.member-badge {
    display: inline-block;
    margin-top: 12px;
    padding: 7px 14px;
    background: var(--primary-soft);
    color: var(--primary-2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.profile-shortcuts {
    margin-top: 24px;
}

.profile-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15, 23, 42, 0.03);
    padding: 14px;
    border-radius: 16px;
    margin-bottom: 12px;
    color: var(--text-soft);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.logout-card {
    background: rgba(239,68,68,0.08);
}

.logout-card:hover {
    background: rgba(239,68,68,0.12);
}

.profile-right-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-form {
    margin-top: 16px;
}

.forgot-password-card {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(6, 182, 212, 0.06));
}

.forgot-password-actions {
    margin-top: 18px;
}

/* ===================== CONTACT ===================== */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.contact-info-card {
    padding: 24px;
}

.contact-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(99,102,241,0.12), rgba(6,182,212,0.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.contact-info-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-info-card p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 15px;
}

.contact-info-card a {
    color: var(--primary-2);
    font-weight: 600;
}

.contact-help-box {
    margin-top: 35px;
    padding: 28px;
    text-align: center;
}

.contact-action-buttons,
.contact-map-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 18px;
}

/* ===================== LEGAL ===================== */
.legal-block {
    margin-bottom: 30px;
}

.legal-block h2 {
    margin-bottom: 12px;
    font-size: 24px;
}

.legal-list {
    padding-left: 22px;
    list-style: disc;
}

.legal-list li {
    margin-bottom: 10px;
    color: var(--text-soft);
    line-height: 1.8;
}

.pricing-policy-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.policy-item {
    padding: 22px;
}

.policy-item h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

/* ===================== FOOTER ===================== */
.footer {
    margin-top: 90px;
    padding: 90px 20px 26px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(91, 92, 240, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.16), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #111827 45%, #1e1b4b 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.footer::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(91, 92, 240, 0.22);
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -140px;
    width: 340px;
    height: 340px;
    background: rgba(6, 182, 212, 0.16);
    filter: blur(110px);
    border-radius: 50%;
    z-index: 0;
}

.footer-container {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 36px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.footer-col h4::after,
.footer-col h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    margin-top: 10px;
    background: linear-gradient(90deg, #38bdf8, #5b5cf0);
}

.footer-col p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.95;
    max-width: 420px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.footer-contact-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}

.footer-contact-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.footer-contact-links a i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.28s ease;
    flex-shrink: 0;
}

.footer-contact-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.footer-contact-links a:hover i {
    background: rgba(255, 255, 255, 0.16);
    transform: scale(1.05);
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.footer-socials a {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.06);
}

.footer-socials a:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.footer-bottom {
    text-align: center;
    margin-top: 42px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 22px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.2px;
}

/* ===================== REVEAL ANIMATION ===================== */
.reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.98);
    transition: opacity 0.9s ease, transform 0.9s ease;
    will-change: transform, opacity;
}

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

.reveal-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-zoom {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}

.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.16s; }
.stagger-3 { transition-delay: 0.24s; }
.stagger-4 { transition-delay: 0.32s; }
.stagger-5 { transition-delay: 0.40s; }
.stagger-6 { transition-delay: 0.48s; }

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: scale(1.02);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px) {
    .hero-content h1 {
        font-size: 58px;
    }

    .stats-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .activity-slider-track .activity-card {
        min-width: calc((100% - 24px) / 2);
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .why-simple-item {
        grid-template-columns: repeat(2, 1fr);
    }

    .success-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .profile-layout,
    .booking-layout,
    .resort-header-grid,
    .rooms-layout,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .booking-summary-card,
    .sticky-book-wrapper {
        position: static;
        top: unset;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-container {
        padding: 14px 18px;
    }

    .logo img {
        height: clamp(82px, 12vw, 110px);
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        background: rgba(15, 23, 42, 0.97);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 24px;
        box-shadow: 0 24px 55px rgba(0, 0, 0, 0.30);
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px);
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: flex;
        pointer-events: auto;
    }

    .nav-links a,
    .register-btn,
    .user-dropdown-btn {
        width: 100%;
        justify-content: flex-start;
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255,255,255,0.04);
        color: #fff !important;
    }

    .nav-links a::after,
    .nav-links a::before,
    .user-dropdown-btn::after,
    .user-dropdown-btn::before {
        display: none;
    }

    .user-dropdown {
        width: 100%;
    }

    .user-name,
    .dropdown-arrow {
        color: #fff !important;
    }

    .user-dropdown-menu {
        position: static;
        margin-top: 10px;
        width: 100%;
        min-width: unset;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.06);
        box-shadow: none;
        padding: 10px;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .user-dropdown-menu.show-dropdown {
        display: block;
    }

    .booking-meta {
        grid-template-columns: 1fr;
    }

    .pricing-policy-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .main-content {
        padding: 102px 0 36px;
    }

    section {
        padding: 56px 0;
    }

    .page-title,
    .page-header h1,
    .section-title,
    .section-head h2 {
        font-size: 28px;
    }

    .page-card {
        padding: 20px;
        border-radius: 24px;
    }

    .hero-video {
        min-height: 80vh;
        border-radius: 0 0 30px 30px;
    }

    .hero-content {
        padding: 20px 16px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-floating-bar {
        margin-top: 22px;
        padding: 10px;
        border-radius: 18px;
    }

    .stats-section {
        margin-top: -28px;
    }

    .stats-card {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 24px;
    }

    .stat-box {
        padding: 18px 12px;
        border-radius: 18px;
    }

    .stat-box h3,
    .stat-box .count {
        font-size: 26px;
    }

    .gallery-slider-box {
        border-radius: 24px;
    }

    .gallery-slide img {
        height: 300px;
    }

    .gallery-overlay-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: unset;
        padding: 18px;
        border-radius: 18px;
    }

    .gallery-overlay-content h3 {
        font-size: 22px;
    }

    .gallery-overlay-content p {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .why-simple-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .why-mini-box,
    .why-card,
    .amenity-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .why-mini-box .emoji,
    .why-icon,
    .icon {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .why-mini-box h3,
    .why-card h3,
    .amenity-card h4 {
        font-size: 15px;
    }

    .activity-slider-track {
        gap: 18px;
    }

    .activity-slider-track .activity-card {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .activity-card .activity-content,
    .resort-info {
        padding: 20px;
    }

    .activity-card h3,
    .resort-info h3 {
        font-size: 20px;
    }

    .activity-desc {
        min-height: auto;
        margin-bottom: 16px;
    }

    .resort-badge {
        top: 14px;
        left: 14px;
        font-size: 11px;
        padding: 7px 10px;
    }

    .success-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-sticky {
        left: 16px;
        bottom: 86px;
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .whatsapp-sticky {
        right: 16px;
        bottom: 86px;
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .logo img {
        height: 90px;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }
}