:root {
    --bg: #060812;
    --bg-soft: #0b1020;
    --panel: rgba(16, 24, 48, 0.78);
    --panel-solid: #111a33;
    --text: #f8fafc;
    --muted: #aab4cc;
    --line: rgba(255, 255, 255, 0.12);
    --primary: #24d3ee;
    --primary-dark: #1099c8;
    --secondary: #8b5cf6;
    --green: #22c55e;
    --warning: #facc15;
    --danger: #ef4444;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top right, rgba(36, 211, 238, 0.22), transparent 34rem),
        radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.18), transparent 28rem),
        linear-gradient(180deg, #050713 0%, #090d1c 46%, #050713 100%);
    color: var(--text);
    font-family: "Times New Roman", Times, serif;
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 85%);
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: linear-gradient(90deg, #f3ecff 0%, #eadfff 45%, #f7f2ff 100%);
    border-bottom: 1px solid rgba(109, 40, 217, 0.18);
    box-shadow: 0 14px 36px rgba(88, 28, 135, 0.12);
}

.navbar {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.brand-logo-wrap {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 4px;
    background:
        linear-gradient(135deg, rgba(36, 211, 238, 0.78), rgba(139, 92, 246, 0.7)),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 34px rgba(36, 211, 238, 0.42);
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.brand-text {
    font-size: 27px;
    color: #050713;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #111827;
    font-size: 17px;
}

.nav-links a {
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
    color: #0891b2;
    transform: translateY(-1px);
}

.nav-actions,
.hero-actions,
.booking-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    border: 1px solid transparent;
    border-radius: 999px;
    min-height: 42px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #03111f;
    background: linear-gradient(135deg, var(--primary), #7dd3fc);
    box-shadow: 0 14px 34px rgba(36, 211, 238, 0.24);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #67e8f9, var(--green));
}

.btn-secondary {
    color: var(--text);
    background: linear-gradient(135deg, var(--secondary), #3b82f6);
    box-shadow: 0 14px 34px rgba(139, 92, 246, 0.22);
}

.btn-ghost,
.btn-ghost-light {
    border-color: var(--line);
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover,
.btn-ghost-light:hover {
    border-color: rgba(36, 211, 238, 0.58);
    background: rgba(36, 211, 238, 0.1);
}

.btn-large {
    min-height: 52px;
    padding-inline: 28px;
    font-size: 20px;
}

.nav-toggle,
.nav-toggle-label {
    display: none;
}

.section-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    scroll-margin-top: 92px;
}

.hero {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 50px;
    padding: clamp(38px, 6vh, 64px) 0 clamp(42px, 7vh, 72px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero h1,
.section-heading h2,
.offer-panel h2,
.booking-card h2,
.contact-card h2 {
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(42px, 6.2vw, 76px);
}

.hero-text {
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(19px, 2vw, 22px);
    line-height: 1.75;
    margin: 20px 0 26px;
}

.hero-stats {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 720px;
}

.hero-stats div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.hero-stats strong {
    display: block;
    font-size: 30px;
    color: var(--text);
}

.hero-stats span {
    color: var(--muted);
    font-size: 15px;
}

.hero-card {
    min-height: 580px;
    border: 1px solid rgba(36, 211, 238, 0.22);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(17, 24, 39, 0.7), rgba(15, 23, 42, 0.32)),
        radial-gradient(circle at 50% 40%, rgba(36, 211, 238, 0.26), transparent 17rem),
        radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.28), transparent 15rem);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
}

.gaming-visual-inner {
    position: absolute;
    inset: 42px 32px 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-orb {
    position: absolute;
    width: min(430px, 82%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 32%, rgba(36, 211, 238, 0.42), transparent 0 22%, rgba(36, 211, 238, 0.12) 23%, transparent 58%),
        radial-gradient(circle at 68% 68%, rgba(139, 92, 246, 0.34), transparent 0 24%, rgba(239, 68, 68, 0.10) 25%, transparent 62%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 100px rgba(36, 211, 238, 0.22),
        inset 0 0 70px rgba(139, 92, 246, 0.16);
}

.screen-frame {
    position: relative;
    z-index: 2;
    width: min(360px, 72%);
    min-height: 235px;
    border-radius: 32px;
    padding: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03)),
        rgba(5, 7, 19, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(36, 211, 238, 0.18);
    overflow: hidden;
}

.screen-frame::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(36, 211, 238, 0.24), transparent 42%),
        linear-gradient(315deg, rgba(139, 92, 246, 0.24), transparent 44%),
        rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.screen-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    left: -40px;
    bottom: -40px;
    background: rgba(239, 68, 68, 0.28);
    filter: blur(36px);
}

.screen-content {
    position: relative;
    z-index: 3;
    min-height: 199px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.play-symbol {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #03111f;
    background: linear-gradient(135deg, var(--primary), #a78bfa);
    box-shadow: 0 0 44px rgba(36, 211, 238, 0.38);
    font-size: 21px;
    padding-left: 4px;
}

.screen-content strong {
    font-size: 27px;
}

.screen-content small {
    color: var(--muted);
    font-size: 17px;
    letter-spacing: 0.05em;
}

.experience-chip {
    position: absolute;
    z-index: 4;
    min-width: 96px;
    text-align: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.09);
    font-weight: 900;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
}

.chip-top { top: 4%; right: 16%; }
.chip-right { top: 35%; right: 5%; }
.chip-left { top: 36%; left: 4%; }
.chip-bottom { bottom: 6%; left: 18%; }

.hero-card-footer {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 20px;
    background: rgba(2, 6, 23, 0.48);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.hero-card-footer span {
    color: var(--muted);
}

.hero-card-footer strong {
    color: var(--primary);
    font-size: 20px;
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 34px;
    color: var(--muted);
    font-size: 18px;
    font-weight: 800;
}

.section-block {
    padding: clamp(48px, 7vh, 72px) 0;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 26px;
    text-align: center;
}

.section-heading.align-start {
    text-align: right;
    margin: 0;
}

.section-heading h2,
.offer-panel h2,
.booking-card h2,
.contact-card h2 {
    font-size: clamp(32px, 3.5vw, 50px);
}

.section-heading p:not(.eyebrow),
.offer-panel p,
.booking-card p,
.contact-card p {
    color: var(--muted);
    font-size: clamp(18px, 1.8vw, 20px);
    line-height: 1.72;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card,
.price-card,
.room-card,
.booking-card,
.contact-card,
.offer-panel {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.feature-card {
    border-radius: 26px;
    padding: 26px;
    min-height: 236px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(36, 211, 238, 0.38);
}

.card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(36, 211, 238, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.feature-card h3,
.room-card h3,
.price-card h3 {
    margin: 0 0 10px;
    font-size: 27px;
}

.feature-card p,
.room-card p,
.price-card p {
    margin: 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.65;
}

.split-section {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 36px;
    align-items: start;
}

.room-list {
    display: grid;
    gap: 16px;
}

.room-card {
    border-radius: 24px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.room-card span {
    color: #020617;
    background: var(--primary);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 900;
    white-space: nowrap;
}

.featured-room {
    border-color: rgba(36, 211, 238, 0.52);
    background: linear-gradient(135deg, rgba(36, 211, 238, 0.14), rgba(139, 92, 246, 0.12));
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.price-card {
    border-radius: 28px;
    padding: 28px;
}

.price-card a {
    margin-top: 24px;
    color: var(--primary);
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.highlighted-price {
    transform: translateY(-10px);
    border-color: rgba(139, 92, 246, 0.52);
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.22), rgba(36, 211, 238, 0.12));
}

.pricing-action-panel {
    border: 1px solid rgba(36, 211, 238, 0.32);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 42px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background:
        linear-gradient(135deg, rgba(36, 211, 238, 0.12), rgba(139, 92, 246, 0.12)),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.pricing-action-panel h3 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 40px);
}

.pricing-action-panel p {
    margin: 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.7;
}

.pricing-action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .pricing-action-panel {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .pricing-action-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.offer-panel,
.booking-card,
.contact-card {
    border-radius: 34px;
    padding: clamp(28px, 5vw, 54px);
}

.offer-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background:
        linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(36, 211, 238, 0.1)),
        rgba(255, 255, 255, 0.05);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 190px;
    gap: 16px;
}

.gallery-item {
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(36, 211, 238, 0.16), rgba(139, 92, 246, 0.14)),
        rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    font-size: 24px;
    font-weight: 900;
    overflow: hidden;
    position: relative;
}

.gallery-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(36, 211, 238, 0.17);
    top: -58px;
    left: -40px;
}

.large-item {
    grid-column: span 2;
    grid-row: span 2;
}

.wide-item {
    grid-column: span 2;
}

.booking-card {
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(36, 211, 238, 0.19), transparent 28rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.booking-card p {
    max-width: 720px;
    margin: 18px auto 28px;
}

.booking-actions {
    justify-content: center;
}

.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.contact-methods a {
    min-height: 76px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    direction: ltr;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.contact-methods a:hover {
    transform: translateY(-3px);
    border-color: rgba(36, 211, 238, 0.5);
    background: rgba(36, 211, 238, 0.1);
}

.contact-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon,
.floating-whatsapp-icon {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    background: #25d366;
    position: relative;
    box-shadow: 0 0 24px rgba(37, 211, 102, 0.28);
}

.whatsapp-icon::before,
.floating-whatsapp-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 2px solid white;
    border-radius: 50%;
}

.whatsapp-icon::after,
.floating-whatsapp-icon::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    background: #25d366;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-18deg);
}

.whatsapp-contact-link {
    border-color: rgba(37, 211, 102, 0.26) !important;
}

.whatsapp-contact-link:hover {
    border-color: rgba(37, 211, 102, 0.58) !important;
    background: rgba(37, 211, 102, 0.10) !important;
}

.site-footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 46px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 18px;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    text-decoration: none;
    color: #03111f;
    background: linear-gradient(135deg, #25d366, #86efac);
    border-radius: 999px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(34, 197, 94, 0.28);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    direction: ltr;
}

@media (min-width: 821px) and (max-height: 760px) {
    html {
        scroll-padding-top: 82px;
    }

    .section-shell {
        scroll-margin-top: 82px;
    }

    .navbar {
        min-height: 64px;
    }

    .brand-logo-wrap {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .brand-text {
        font-size: 24px;
    }

    .nav-links {
        gap: 12px;
        font-size: 16px;
    }

    .btn {
        min-height: 38px;
        padding: 8px 16px;
        font-size: 16px;
    }

    .hero {
        padding: 34px 0 42px;
        gap: 34px;
    }

    .hero-stats {
        margin-top: 22px;
    }

    .hero-stats div {
        padding: 14px;
    }

    .section-block {
        padding: 44px 0;
    }
}

.floating-whatsapp-icon {
    width: 25px;
    height: 25px;
    background: #03111f;
    box-shadow: none;
}

.floating-whatsapp-icon::after {
    background: #03111f;
}

@media (max-width: 1040px) {
    .nav-links {
        display: none;
    }

    .hero,
    .split-section,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 36px;
        gap: 34px;
    }

    .hero-card {
        min-height: 460px;
    }
}

@media (max-width: 820px) {
    .navbar {
        min-height: auto;
        padding: 14px 0;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav-toggle-label {
        display: inline-flex;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        border-radius: 14px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .nav-toggle-label span {
        width: 20px;
        height: 2px;
        background: var(--text);
        border-radius: 999px;
    }

    .nav-actions,
    .nav-links {
        width: 100%;
        display: none;
    }

    .nav-toggle:checked ~ .nav-links,
    .nav-toggle:checked ~ .nav-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nav-links {
        gap: 0;
        padding-top: 12px;
    }

    .nav-links a {
        border-top: 1px solid var(--line);
        padding: 13px 0;
    }

    .cards-grid,
    .pricing-grid,
    .hero-stats,
    .contact-methods {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 170px;
    }

    .large-item,
    .wide-item {
        grid-column: span 1;
        grid-row: span 1;
    }

    .offer-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .section-shell,
    .navbar,
    .site-footer {
        width: min(100% - 22px, 1180px);
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-text,
    .section-heading p:not(.eyebrow),
    .offer-panel p,
    .booking-card p,
    .contact-card p {
        font-size: 19px;
    }

    .hero-card-footer,
    .room-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-detail-item {
        grid-template-columns: 1fr;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
    }
}



.visitor-dropdown,
.login-dropdown {
    position: relative;
    display: inline-block;
    direction: rtl;
}

.visitor-dropdown summary,
.login-dropdown summary {
    list-style: none;
}

.visitor-dropdown summary::-webkit-details-marker,
.login-dropdown summary::-webkit-details-marker {
    display: none;
}

.visitor-welcome {
    color: #050713;
    font-size: 18px;
    font-weight: 800;
    padding: 9px 14px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.visitor-welcome:hover {
    border-color: rgba(8, 145, 178, 0.44);
    background: rgba(224, 247, 255, 0.95);
}

.login-dropdown-toggle {
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 150px;
}

.dropdown-arrow {
    font-size: 14px;
    line-height: 1;
    transition: transform 0.18s ease;
}

.login-dropdown[open] .dropdown-arrow,
.visitor-dropdown[open] .dropdown-arrow {
    transform: rotate(180deg);
}

.login-dropdown-menu,
.visitor-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 235px;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
    z-index: 999;
}

.visitor-dropdown-menu {
    min-width: 170px;
}

.login-dropdown:not([open]) .login-dropdown-menu,
.visitor-dropdown:not([open]) .visitor-dropdown-menu {
    display: none;
}

.login-dropdown-menu a,
.visitor-dropdown-menu a {
    display: block;
    padding: 13px 14px;
    border-radius: 12px;
    color: #050713;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
    text-align: right;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.login-dropdown-menu a + a,
.visitor-dropdown-menu a + a {
    margin-top: 4px;
}

.login-dropdown-menu a:hover,
.visitor-dropdown-menu a:hover {
    background: rgba(36, 211, 238, 0.14);
    color: #0891b2;
    transform: translateX(-3px);
}

@media (max-width: 820px) {
    .visitor-welcome {
        width: 100%;
        text-align: center;
    }

    .login-dropdown,
    .visitor-dropdown,
    .login-dropdown-toggle,
    .visitor-welcome {
        width: 100%;
    }

    .login-dropdown-menu,
    .visitor-dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 8px;
    }
}

/* White header update */
.site-header .brand,
.site-header .brand-text,
.site-header .nav-links,
.site-header .nav-links a {
    color: #050713;
}

.site-header .nav-toggle-label span {
    background: #050713;
}


/* Light purple main website header - final override */
html body .site-header,
html body header.site-header,
html body .site-header#top {
    background: linear-gradient(90deg, #f3ecff 0%, #eadfff 45%, #f7f2ff 100%) !important;
    color: #050713 !important;
    border-bottom: 1px solid rgba(109, 40, 217, 0.18) !important;
    box-shadow: 0 14px 36px rgba(88, 28, 135, 0.12) !important;
    backdrop-filter: blur(18px) !important;
}

html body .site-header .navbar,
html body .site-header .brand,
html body .site-header .brand-text,
html body .site-header .nav-links,
html body .site-header .nav-links a,
html body .site-header .nav-actions,
html body .site-header .visitor-welcome,
html body .site-header .login-dropdown-toggle {
    color: #050713 !important;
}

html body .site-header .nav-links a:hover {
    color: #4c1d95 !important;
    background: rgba(109, 40, 217, 0.08) !important;
}

html body .site-header .login-dropdown-toggle,
html body .site-header .visitor-welcome {
    border-color: rgba(76, 29, 149, 0.18) !important;
    box-shadow: 0 10px 24px rgba(88, 28, 135, 0.12) !important;
}

html body .site-header .visitor-welcome {
    background: rgba(255, 255, 255, 0.52) !important;
}

html body .site-header .login-dropdown-toggle {
    background: #ffffff !important;
    color: #050713 !important;
}

html body .site-header .login-dropdown-toggle:hover {
    background: #ffffff !important;
    color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, 0.28) !important;
}

html body .site-header .brand-logo-wrap {
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(76, 29, 149, 0.18) !important;
    box-shadow: 0 0 24px rgba(109, 40, 217, 0.16) !important;
}

html body .site-header .nav-toggle-label span {
    background: #050713 !important;
}

html body .login-dropdown-menu,
html body .visitor-dropdown-menu {
    background: #ffffff !important;
    color: #050713 !important;
    border: 1px solid rgba(76, 29, 149, 0.14) !important;
    box-shadow: 0 18px 42px rgba(88, 28, 135, 0.18) !important;
}

html body .login-dropdown-menu a,
html body .visitor-dropdown-menu a {
    color: #050713 !important;
}

html body .login-dropdown-menu a:hover,
html body .visitor-dropdown-menu a:hover {
    background: rgba(15, 23, 42, 0.06) !important;
}

/* Language switcher update */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(76, 29, 149, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 10px 24px rgba(88, 28, 135, 0.08);
}

.language-switcher button {
    border: 0;
    min-width: 42px;
    height: 34px;
    border-radius: 999px;
    background: transparent;
    color: #050713;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 900;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.language-switcher button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.72);
}

.language-switcher button.active {
    background: #ffffff;
    color: #4c1d95;
    box-shadow: 0 8px 20px rgba(88, 28, 135, 0.14);
}

html[dir="ltr"] body {
    direction: ltr;
}

html[dir="ltr"] .section-heading.align-start {
    text-align: left;
}

html[dir="ltr"] .login-dropdown,
html[dir="ltr"] .visitor-dropdown {
    direction: ltr;
}

html[dir="ltr"] .login-dropdown-menu,
html[dir="ltr"] .visitor-dropdown-menu {
    left: auto;
    right: 0;
}

html[dir="ltr"] .login-dropdown-menu a,
html[dir="ltr"] .visitor-dropdown-menu a {
    text-align: left;
}

html[dir="ltr"] .login-dropdown-menu a:hover,
html[dir="ltr"] .visitor-dropdown-menu a:hover {
    transform: translateX(3px);
}

html[dir="ltr"] .contact-detail-item,
html[dir="ltr"] .contact-methods a,
html[dir="ltr"] .floating-whatsapp {
    direction: ltr;
}

html[dir="ltr"] .play-symbol {
    padding-left: 0;
    padding-right: 4px;
}

@media (max-width: 820px) {
    .language-switcher {
        width: 100%;
        justify-content: center;
    }
}

/* Final website navigation and online booking polish */
html body .site-header {
    background: linear-gradient(90deg, #f4e9ff 0%, #efe2ff 42%, #edf4ff 100%) !important;
    border-bottom: 1px solid rgba(124, 58, 237, 0.18) !important;
    box-shadow: 0 12px 34px rgba(76, 29, 149, 0.10) !important;
}

html body .site-header .navbar {
    min-height: 74px;
}

html body .site-header .nav-links {
    gap: 12px;
}

html body .site-header .nav-links a {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0.1px;
    padding: 11px 16px !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(124, 58, 237, 0.10);
    box-shadow: 0 10px 24px rgba(76, 29, 149, 0.08);
    text-decoration: none !important;
}

html body .site-header .nav-links a:hover {
    background: #ffffff !important;
    color: #4c1d95 !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(76, 29, 149, 0.16);
}

html body .site-header .brand-text {
    color: #111827 !important;
    font-size: 30px !important;
}

html body .site-header .login-dropdown-toggle,
html body .site-header .visitor-welcome {
    background: #ffffff !important;
    color: #050713 !important;
    border-color: rgba(124, 58, 237, 0.18) !important;
    box-shadow: 0 12px 26px rgba(76, 29, 149, 0.12) !important;
}

.online-booking-section {
    margin-top: 10px;
}

.game-booking-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.game-booking-card {
    --game-card-image: none;
    position: relative;
    min-height: 128px;
    padding: 14px 14px;
    border-radius: 20px;
    border: 1px solid rgba(34, 211, 238, 0.28);
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.20), transparent 32%),
        linear-gradient(145deg, rgba(28, 36, 62, 0.96), rgba(19, 21, 38, 0.92));
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    isolation: isolate;
}

.game-booking-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 13, 28, 0.10) 0%, rgba(8, 13, 28, 0.18) 35%, rgba(8, 13, 28, 0.84) 100%),
        radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.22), transparent 34%);
    z-index: 1;
}

.game-booking-card::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.22);
    inset-inline-end: -30px;
    bottom: -30px;
    z-index: 1;
}

.game-card-cover {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--game-card-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.game-booking-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.7);
    box-shadow: 0 30px 60px rgba(34, 211, 238, 0.18);
}

.game-card-icon {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(3px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border: 1px solid rgba(34, 211, 238, 0.35);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.game-booking-card strong {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 1.15;
    margin-top: 10px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
}

.game-booking-card small {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 900;
    color: #67e8f9;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
}

.game-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 18px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1080px) {
  .game-booking-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
  .game-booking-grid {
        grid-template-columns: 1fr;
    }

    html body .site-header .nav-links a {
        width: 100%;
        text-align: center;
    }
}


/* Compact website booking cards */
@media (max-width: 1100px) {
    .game-booking-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .game-booking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-booking-card {
        min-height: 104px;
        padding: 12px;
    }
}

/* Visitor booking response alerts */
.website-response-panel {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.website-response-alert {
    position: relative;
    border-radius: 22px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.website-response-alert::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    inset-inline-start: -55px;
    top: -70px;
    opacity: 0.22;
}

.website-response-alert.accepted {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(15, 23, 42, 0.94));
    border-color: rgba(52, 211, 153, 0.42);
}

.website-response-alert.accepted::before {
    background: #34d399;
}

.website-response-alert.rejected {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.22), rgba(15, 23, 42, 0.94));
    border-color: rgba(248, 113, 113, 0.42);
}

.website-response-alert.rejected::before {
    background: #fb7185;
}

.website-response-alert strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: clamp(22px, 2.2vw, 32px);
    color: #ffffff;
    margin-bottom: 6px;
}

.website-response-alert p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #dbeafe;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 800;
}


/* Modern booking response modal */
.website-response-panel {
    display: none !important;
}

.booking-response-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 96px 20px 28px;
    background: radial-gradient(circle at top, rgba(124, 58, 237, 0.26), rgba(2, 6, 23, 0.72));
    backdrop-filter: blur(8px);
    animation: responseOverlayFade 0.25s ease both;
}

.booking-response-modal-overlay.is-hidden {
    animation: responseOverlayOut 0.22s ease both;
}

.booking-response-modal {
    width: min(720px, 96vw);
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 255, 0.96));
    border: 1px solid rgba(139, 92, 246, 0.24);
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    color: #111827;
    animation: responseModalIn 0.28s ease both;
}

.booking-response-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    inset-inline-start: -110px;
    top: -130px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.38), transparent 68%);
    pointer-events: none;
}

.booking-response-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.booking-response-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #22c55e, #22d3ee);
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    box-shadow: 0 16px 35px rgba(34, 197, 94, 0.28);
}

.booking-response-eyebrow {
    margin: 0 0 4px;
    color: #7c3aed;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.booking-response-modal h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.15;
}

.booking-response-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-height: min(48vh, 420px);
    overflow: auto;
    padding-inline-end: 4px;
}

.booking-response-card {
    border-radius: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.booking-response-card.accepted {
    border-color: rgba(34, 197, 94, 0.34);
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), #ffffff);
}

.booking-response-card.rejected {
    border-color: rgba(248, 113, 113, 0.38);
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.98), #ffffff);
}

.booking-response-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 900;
}

.booking-response-card.accepted strong {
    color: #047857;
}

.booking-response-card.rejected strong {
    color: #b91c1c;
}

.booking-response-card p {
    margin: 0;
    color: #334155;
    font-size: 19px;
    line-height: 1.8;
    font-weight: 800;
}

.booking-response-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.booking-response-details span {
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.booking-response-ok {
    position: relative;
    z-index: 1;
    margin: 22px auto 0;
    display: block;
    min-width: 180px;
    border: 0;
    border-radius: 999px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #7c3aed, #22d3ee);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(124, 58, 237, 0.25);
    font-family: inherit;
}

.booking-response-ok:hover {
    transform: translateY(-1px);
}

@keyframes responseOverlayFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes responseOverlayOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes responseModalIn {
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
    .booking-response-modal-overlay {
        padding-top: 76px;
    }

    .booking-response-modal {
        padding: 20px;
        border-radius: 26px;
    }

    .booking-response-header {
        align-items: flex-start;
    }

    .booking-response-icon {
        width: 52px;
        height: 52px;
        border-radius: 18px;
        font-size: 28px;
    }
}

/* Force visitor booking notifications to show as popup only */
.website-response-panel,
.website-response-alert,
.visitor-response-messages,
.booking-response-inline,
.booking-response-text-list {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

#bookingResponseModal.booking-response-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    background: rgba(2, 6, 23, 0.76) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

#bookingResponseModal .booking-response-modal {
    width: min(760px, 94vw) !important;
    max-height: 86vh !important;
    overflow: auto !important;
    border-radius: 34px !important;
    padding: 30px !important;
    background: radial-gradient(circle at 15% 0%, rgba(34, 211, 238, 0.20), transparent 34%), radial-gradient(circle at 85% 10%, rgba(124, 58, 237, 0.18), transparent 35%), linear-gradient(145deg, #ffffff, #f7f1ff) !important;
    color: #111827 !important;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.44) !important;
}

/* Visitor booking response details and per-message close button */
.booking-response-card {
    position: relative;
    padding-inline-start: 68px;
}

.booking-response-card.is-closing {
    opacity: 0;
    transform: scale(0.96) translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.booking-response-card-close {
    position: absolute;
    inset-inline-start: 18px;
    top: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.booking-response-card-close:hover {
    background: #0f172a;
    color: #ffffff;
}

.booking-response-summary {
    margin: 12px 0 14px;
    border-radius: 18px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 900;
}

.accepted-summary {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.rejected-summary {
    background: rgba(239, 68, 68, 0.10);
    color: #b91c1c;
}

.response-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.response-details-grid span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 16px;
    white-space: normal;
}

.booking-response-reason {
    margin-top: 14px !important;
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(239, 68, 68, 0.08);
    color: #7f1d1d !important;
}

@media (max-width: 700px) {
    .response-details-grid {
        grid-template-columns: 1fr;
    }

    .booking-response-card {
        padding-inline-start: 20px;
        padding-top: 62px;
    }
}


/* Restored real photos slideshow and gallery */
.hero-photo-slider {
    border: 1px solid rgba(36, 211, 238, 0.36);
    border-radius: 34px;
    padding: 14px;
    min-height: clamp(390px, 58vh, 500px);
    background:
        radial-gradient(circle at 20% 15%, rgba(36, 211, 238, 0.22), transparent 38%),
        radial-gradient(circle at 84% 78%, rgba(139, 92, 246, 0.30), transparent 38%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-photo-frame {
    position: relative;
    height: 100%;
    min-height: clamp(360px, 54vh, 472px);
    overflow: hidden;
    border-radius: 26px;
    background: #080d1a;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.85s ease, transform 3.2s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-photo-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 9, 20, 0.12), rgba(6, 9, 20, 0.66)),
        linear-gradient(90deg, rgba(6, 9, 20, 0.72), rgba(6, 9, 20, 0.18));
    pointer-events: none;
}

.hero-photo-caption {
    position: absolute;
    right: 24px;
    left: 24px;
    bottom: 28px;
    z-index: 3;
    display: grid;
    gap: 9px;
    max-width: 430px;
    color: #fff;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

.hero-photo-caption span {
    color: #24d3ee;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.hero-photo-caption strong {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
}

.hero-photo-caption small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.8;
}

.hero-slider-dots {
    position: absolute;
    z-index: 5;
    left: 22px;
    bottom: 24px;
    display: flex;
    gap: 8px;
}

.hero-slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.52);
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-slider-dots button.is-active {
    width: 28px;
    background: #24d3ee;
}

.gallery-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 180px;
    gap: 16px;
}

.gallery-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.gallery-photo:hover {
    transform: translateY(-5px) scale(1.015);
    filter: brightness(1.08);
    box-shadow: 0 28px 80px rgba(36, 211, 238, 0.16);
}

.gallery-photo.large-photo {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-photo.wide-photo {
    grid-column: span 2;
}

@media (max-width: 980px) {
    .hero-photo-slider { min-height: 380px; }
    .hero-photo-frame { min-height: 352px; }
    .gallery-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .hero-photo-slider { min-height: 360px; padding: 10px; }
    .hero-photo-frame { min-height: 340px; }
    .gallery-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
    .gallery-photo.large-photo,
    .gallery-photo.wide-photo { grid-column: span 1; grid-row: span 1; }
}

/* Modern buffet menu section */
.menu-section {
    position: relative;
    overflow: hidden;
}

.menu-section::before {
    content: "";
    position: absolute;
    inset: 24px auto auto 24px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.20), transparent 68%);
    pointer-events: none;
}

.buffet-menu-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.buffet-menu-category {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 24px;
    background:
        radial-gradient(circle at 10% 0%, rgba(34, 211, 238, 0.16), transparent 38%),
        radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.16), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.buffet-menu-category::after {
    content: "";
    position: absolute;
    inset-inline-end: -60px;
    top: -80px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.10);
    pointer-events: none;
}

.buffet-category-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.buffet-category-icon {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #22d3ee, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(34, 211, 238, 0.16);
}

.buffet-category-head h3 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    color: #ffffff;
    letter-spacing: -0.02em;
}

.buffet-menu-items {
    display: grid;
    gap: 12px;
}

.buffet-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.buffet-menu-item:hover {
    transform: translateY(-3px);
    background: rgba(34, 211, 238, 0.10);
    border-color: rgba(34, 211, 238, 0.28);
}

.buffet-item-main {
    display: grid;
    gap: 4px;
}

.buffet-item-main strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
}

.buffet-item-main small {
    color: rgba(229, 231, 235, 0.55);
    font-size: 13px;
}

.buffet-item-price {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.12);
    border: 1px solid rgba(34, 211, 238, 0.22);
    color: #22d3ee;
    font-weight: 900;
    white-space: nowrap;
}

.buffet-item-price small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.menu-empty-state {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 220px;
    border-radius: 30px;
    padding: 34px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px dashed rgba(255, 255, 255, 0.20);
}

.menu-empty-state span {
    width: 68px;
    height: 68px;
    display: inline-grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.20), rgba(124, 58, 237, 0.22));
    font-size: 30px;
}

.menu-empty-state strong {
    color: #ffffff;
    font-size: 26px;
}

.menu-empty-state p {
    margin: 0;
    max-width: 620px;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.9;
}

html[dir="ltr"] .buffet-menu-item {
    direction: ltr;
}

@media (max-width: 900px) {
    .buffet-menu-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .buffet-menu-category {
        padding: 18px;
        border-radius: 24px;
    }

    .buffet-menu-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Point9 menu pop-out window */
.site-nav-menu-button {
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    background: rgba(255, 255, 255, 0.55);
    padding: 12px 22px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.10);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-nav-menu-button:hover {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(124, 58, 237, 0.18);
}

body.menu-popout-open {
    overflow: hidden;
}

.menu-popout-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(2, 6, 23, 0.76);
    backdrop-filter: blur(14px);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.menu-popout-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.menu-popout-window {
    width: min(1120px, 94vw);
    max-height: 88vh;
    overflow: hidden;
    position: relative;
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.18), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(168, 85, 247, 0.20), transparent 34%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 36px 120px rgba(0, 0, 0, 0.55);
    transform: translateY(0) scale(1);
    transition: transform 0.24s ease;
}

.menu-popout-overlay.is-hidden .menu-popout-window {
    transform: translateY(18px) scale(0.98);
}

.menu-popout-close {
    position: absolute;
    top: 22px;
    inset-inline-end: 22px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
    z-index: 3;
}

.menu-popout-head {
    padding: 38px 84px 22px;
    text-align: center;
}

.menu-popout-head h2 {
    margin: 6px 0 10px;
    font-size: clamp(34px, 4vw, 58px);
    color: #ffffff;
    letter-spacing: -0.04em;
}

.menu-popout-head p:not(.eyebrow) {
    margin: 0 auto;
    max-width: 780px;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.9;
}

.menu-popout-body {
    max-height: calc(88vh - 190px);
    overflow: auto;
    padding: 10px 28px 34px;
}

.menu-popout-body::-webkit-scrollbar {
    width: 9px;
}

.menu-popout-body::-webkit-scrollbar-thumb {
    background: rgba(34, 211, 238, 0.36);
    border-radius: 999px;
}

.popout-menu-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.popout-menu-category {
    padding: 20px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.20), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045));
}

.popout-menu-item {
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.09);
}

.buffet-item-with-image {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.buffet-item-image {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
    background: rgba(255, 255, 255, 0.92);
}

.popout-menu-item .buffet-item-main strong {
    font-size: 17px;
}

.popout-menu-item .buffet-item-price {
    padding: 8px 12px;
}

.popout-empty-state {
    margin: 0 auto;
    max-width: 720px;
}

html[dir="ltr"] .buffet-item-with-image,
html[dir="ltr"] .popout-menu-item {
    direction: ltr;
}

@media (max-width: 900px) {
    .menu-popout-window {
        max-height: 90vh;
        border-radius: 26px;
    }

    .menu-popout-head {
        padding: 34px 62px 18px;
    }

    .popout-menu-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .menu-popout-overlay {
        padding: 14px;
    }

    .menu-popout-head {
        padding: 34px 54px 16px;
    }

    .menu-popout-body {
        padding: 8px 14px 24px;
    }

    .popout-menu-item {
        flex-direction: row;
        align-items: center;
    }

    .buffet-item-price {
        font-size: 13px;
    }
}

/* Previous bookings pop-out restored and unified with main website tabs */
.previous-bookings-nav-button {
    font: inherit;
    font-weight: 800;
}

body.previous-bookings-open {
    overflow: hidden;
}

.previous-bookings-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147482500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.previous-bookings-overlay.is-hidden {
    display: none;
}

.previous-bookings-window {
    width: min(980px, 96vw);
    max-height: 86vh;
    overflow: hidden;
    direction: rtl;
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 0%, rgba(34, 211, 238, 0.16), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(124, 58, 237, 0.16), transparent 36%),
        linear-gradient(145deg, #ffffff, #f7f1ff);
    border: 1px solid rgba(139, 92, 246, 0.28);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.44);
    color: #111827;
}

.previous-bookings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.previous-bookings-title p {
    margin: 0 0 6px;
    color: #7c3aed;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 900;
}

.previous-bookings-title h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    font-weight: 900;
}

.previous-bookings-close {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.previous-bookings-close:hover {
    background: #0f172a;
    color: #ffffff;
}

.previous-bookings-body {
    padding: 24px 30px 30px;
    max-height: calc(86vh - 120px);
    overflow: auto;
}

.previous-bookings-table-wrap {
    overflow: auto;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: #ffffff;
}

.previous-bookings-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.previous-bookings-table th,
.previous-bookings-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-align: center;
    color: #111827;
    font-weight: 800;
}

.previous-bookings-table th {
    background: linear-gradient(135deg, #ede9fe, #ecfeff);
    color: #312e81;
    font-size: 16px;
    font-weight: 900;
}

.previous-bookings-table tr:last-child td {
    border-bottom: 0;
}

.previous-bookings-empty {
    margin: 0;
    padding: 28px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.06);
    color: #334155;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 700px) {
    .previous-bookings-header,
    .previous-bookings-body {
        padding-inline: 18px;
    }
}


/* Compact buffet menu pop-out - reduces card width/height so the menu is not too long vertically */
.menu-popout-window {
    width: min(980px, 92vw) !important;
    max-height: 84vh !important;
    border-radius: 28px !important;
}

.menu-popout-head {
    padding: 26px 72px 14px !important;
}

.menu-popout-head h2 {
    margin: 4px 0 6px !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
}

.menu-popout-head p:not(.eyebrow) {
    max-width: 680px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.menu-popout-body {
    max-height: calc(84vh - 145px) !important;
    padding: 8px 22px 26px !important;
}

.popout-menu-layout {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: start !important;
}

.popout-menu-category {
    padding: 14px !important;
    border-radius: 22px !important;
}

.popout-menu-category .category-title,
.popout-menu-category h3 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
}

.buffet-menu-items {
    gap: 9px !important;
}

.popout-menu-item {
    padding: 8px 10px !important;
    border-radius: 18px !important;
    min-height: 58px !important;
}

.buffet-item-with-image {
    gap: 9px !important;
}

.buffet-item-image {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
    border-radius: 12px !important;
}

.popout-menu-item .buffet-item-main strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
}

.popout-menu-item .buffet-item-code,
.popout-menu-item .buffet-item-main span {
    font-size: 11px !important;
}

.popout-menu-item .buffet-item-price {
    padding: 6px 9px !important;
    font-size: 12px !important;
    min-width: 58px !important;
}

.menu-popout-close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    font-size: 28px !important;
}

@media (max-width: 1100px) {
    .popout-menu-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .menu-popout-window {
        width: 96vw !important;
        max-height: 88vh !important;
    }

    .menu-popout-head {
        padding: 26px 56px 12px !important;
    }

    .menu-popout-body {
        max-height: calc(88vh - 140px) !important;
        padding: 8px 12px 20px !important;
    }

    .popout-menu-layout {
        grid-template-columns: 1fr !important;
    }
}


/* Point9 final header tabs spread fix */
html body .site-header .navbar {
    width: min(1240px, calc(100% - 28px)) !important;
    display: grid !important;
    grid-template-columns: auto minmax(420px, 1fr) auto !important;
    grid-template-areas: "actions links brand" !important;
    align-items: center !important;
    gap: 18px !important;
}

html body .site-header .brand {
    grid-area: brand !important;
    justify-self: end !important;
    white-space: nowrap !important;
}

html body .site-header .nav-actions {
    grid-area: actions !important;
    justify-self: start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
}

html body .site-header .nav-links {
    grid-area: links !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
}

html body .site-header .nav-links a,
html body .site-header .nav-links .site-nav-menu-button,
html body .site-header .nav-links button.site-nav-menu-button,
html body .site-header .nav-links .previous-bookings-nav-button {
    flex: 1 1 0 !important;
    max-width: 150px !important;
    min-width: 92px !important;
    height: 48px !important;
    padding: 9px 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

html body[dir="ltr"] .site-header .navbar {
    grid-template-areas: "brand links actions" !important;
}

html body[dir="ltr"] .site-header .brand {
    justify-self: start !important;
}

html body[dir="ltr"] .site-header .nav-actions {
    justify-self: end !important;
}

@media (max-width: 1120px) {
    html body .site-header .navbar {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "brand"
            "actions"
            "links" !important;
        gap: 12px !important;
        padding: 12px 0 !important;
    }

    html body .site-header .brand,
    html body .site-header .nav-actions,
    html body .site-header .nav-links {
        justify-self: center !important;
    }

    html body .site-header .nav-links {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    html body .site-header .nav-links a,
    html body .site-header .nav-links .site-nav-menu-button,
    html body .site-header .nav-links button.site-nav-menu-button,
    html body .site-header .nav-links .previous-bookings-nav-button {
        flex: 0 1 auto !important;
        min-width: 110px !important;
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    html body .site-header .nav-actions {
        width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    html body .site-header .nav-links a,
    html body .site-header .nav-links .site-nav-menu-button,
    html body .site-header .nav-links button.site-nav-menu-button,
    html body .site-header .nav-links .previous-bookings-nav-button {
        min-width: 132px !important;
        height: 46px !important;
        font-size: 16px !important;
    }
}

/* Visitor account dropdown and password change modal */
.visitor-account-menu {
    min-width: 240px;
}

.visitor-dropdown-action {
    width: 100%;
    border: 0;
    background: transparent;
    display: block;
    padding: 13px 14px;
    border-radius: 12px;
    color: #050713;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.visitor-dropdown-action:hover {
    background: rgba(36, 211, 238, 0.14);
    color: #0891b2;
    transform: translateX(-3px);
}

.visitor-dropdown-action + a,
.visitor-account-menu a + a {
    margin-top: 4px;
}

.visitor-password-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(3, 7, 18, 0.72);
    backdrop-filter: blur(10px);
}

.visitor-password-modal-overlay.is-hidden {
    display: none;
}

.visitor-password-modal {
    position: relative;
    width: min(560px, 96vw);
    border-radius: 30px;
    padding: 32px 30px 28px;
    color: #0f172a;
    background:
        radial-gradient(circle at top right, rgba(36, 211, 238, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(244, 238, 255, 0.98));
    border: 1px solid rgba(124, 58, 237, 0.18);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
    direction: rtl;
    text-align: right;
}

.visitor-password-close {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.visitor-password-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    margin: 0 auto 10px;
    font-size: 28px;
    background: linear-gradient(135deg, #6d5dfc, #24d3ee);
    color: #fff;
    box-shadow: 0 18px 36px rgba(36, 211, 238, 0.26);
}

.visitor-password-kicker {
    margin: 0;
    color: #6d5dfc;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.visitor-password-modal h2 {
    margin: 6px 0 8px;
    text-align: center;
    font-size: 34px;
    color: #0f172a;
}

.visitor-password-subtitle {
    margin: 0 auto 22px;
    max-width: 430px;
    text-align: center;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

.visitor-password-modal label {
    display: block;
    margin: 12px 0 7px;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.visitor-password-modal input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(100, 116, 139, 0.35);
    border-radius: 14px;
    padding: 0 16px;
    background: #fff;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    outline: none;
}

.visitor-password-modal input:focus {
    border-color: #24d3ee;
    box-shadow: 0 0 0 4px rgba(36, 211, 238, 0.18);
}

.visitor-password-modal input[readonly] {
    background: #eaf3ff;
}

.visitor-password-input-wrap {
    position: relative;
}

.visitor-password-input-wrap input {
    padding-left: 54px;
}

.password-eye-toggle {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 38px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #eef2ff;
    cursor: pointer;
}

.visitor-password-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    text-align: center;
    font-weight: 900;
}

.visitor-password-message.is-success {
    color: #065f46;
    background: #d1fae5;
}

.visitor-password-message.is-error {
    color: #991b1b;
    background: #fee2e2;
}

.visitor-password-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.visitor-password-cancel,
.visitor-password-submit {
    border: 0;
    border-radius: 15px;
    padding: 14px 16px;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.visitor-password-cancel {
    color: #fff;
    background: #020617;
}

.visitor-password-submit {
    color: #fff;
    background: linear-gradient(135deg, #6d5dfc, #24d3ee);
}

.visitor-password-submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

@media (max-width: 560px) {
    .visitor-password-actions {
        grid-template-columns: 1fr;
    }

    .visitor-password-modal {
        padding: 28px 18px 22px;
    }
}

/* Force visible illustration inside each website booking card */
.game-booking-card.has-cover {
    min-height: 150px !important;
    padding: 12px 14px !important;
    background: linear-gradient(145deg, rgba(16, 24, 48, 0.98), rgba(9, 12, 28, 0.96)) !important;
}

.game-booking-card .game-card-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.86;
    z-index: 0;
    pointer-events: none;
}

.game-booking-card.has-cover::before {
    background:
        linear-gradient(90deg, rgba(5, 7, 18, 0.82) 0%, rgba(5, 7, 18, 0.48) 45%, rgba(5, 7, 18, 0.30) 100%),
        linear-gradient(180deg, rgba(5, 7, 18, 0.08) 0%, rgba(5, 7, 18, 0.72) 100%) !important;
    z-index: 1 !important;
}

.game-booking-card.has-cover::after {
    z-index: 1 !important;
}

.game-booking-card.has-cover .game-card-icon,
.game-booking-card.has-cover strong,
.game-booking-card.has-cover small {
    z-index: 2 !important;
}

.game-booking-card.has-cover strong {
    background: rgba(6, 10, 24, 0.38);
    padding: 5px 10px;
    border-radius: 12px;
}

/* Compact mobile menu icon */
@media (max-width: 820px) {
    html body {
        padding-bottom: 78px;
    }

    html body .site-header .navbar {
        grid-template-columns: 1fr auto !important;
        grid-template-areas: "brand toggle" !important;
        gap: 10px !important;
        padding: 10px 0 !important;
    }

    html body .site-header .brand {
        grid-area: brand !important;
        justify-self: start !important;
    }

    html body .site-header .nav-toggle-label {
        grid-area: toggle !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 30px !important;
        padding: 6px !important;
        border-radius: 10px !important;
        gap: 4px !important;
    }

    html body .site-header .nav-toggle-label span {
        width: 18px !important;
        height: 2px !important;
        border-radius: 999px !important;
    }

    html body:not(.point9-mobile-menu-open) .site-header .nav-links,
    html body:not(.point9-mobile-menu-open) .site-header .nav-actions {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body.point9-mobile-menu-open .site-header .nav-links,
    html body.point9-mobile-menu-open .site-header .nav-actions {
        grid-column: 1 / -1 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 8px !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    html body.point9-mobile-menu-open .site-header .nav-links a,
    html body.point9-mobile-menu-open .site-header .nav-links .site-nav-menu-button,
    html body.point9-mobile-menu-open .site-header .nav-links button.site-nav-menu-button,
    html body.point9-mobile-menu-open .site-header .nav-links .previous-bookings-nav-button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 40px !important;
        padding: 7px 12px !important;
        font-size: 14px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.9) !important;
        box-shadow: none !important;
    }

    html body.point9-mobile-menu-open .site-header .nav-actions .login-dropdown-toggle,
    html body.point9-mobile-menu-open .site-header .nav-actions .visitor-welcome,
    html body.point9-mobile-menu-open .site-header .nav-actions .language-switcher {
        min-height: 40px !important;
        font-size: 14px !important;
        padding: 7px 12px !important;
        border-radius: 14px !important;
        box-shadow: none !important;
    }
}

.mobile-sticky-cta {
    display: none;
}

@media (max-width: 820px) {
    .floating-whatsapp {
        display: none !important;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 10px;
        z-index: 2200;
        display: grid;
        grid-template-columns: 1fr 0.72fr;
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 18px;
        background: rgba(5, 7, 19, 0.9);
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
        backdrop-filter: blur(14px);
    }

    .mobile-sticky-cta a {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
    }

    .mobile-sticky-cta-primary {
        color: #03111f;
        background: linear-gradient(135deg, var(--primary), #7dd3fc);
    }

    .mobile-sticky-cta-secondary {
        color: #fff;
        background: linear-gradient(135deg, #22c55e, #16a34a);
    }
}
