/* Lord's 360 — Futuristic premium website styles */

:root {
    --bg-deep: #070809;
    --bg: #0b0d0e;
    --surface: #121416;
    --surface-2: #181b1d;
    --surface-3: #222629;
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(242, 202, 80, 0.35);
    --text: #f2f2f2;
    --text-soft: #b9b6ae;
    --text-dim: #8f8b82;
    --gold: #f2ca50;
    --gold-2: #d4af37;
    --gold-soft: rgba(242, 202, 80, 0.14);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    --shadow-gold: 0 0 40px rgba(212, 175, 55, 0.16);
    --radius: 1rem;
    --radius-lg: 1.35rem;
    --radius-pill: 999px;
    --container: min(1840px, 96vw);
    --gutter: clamp(1rem, 2.5vw, 2.5rem);
    --section: clamp(4.5rem, 8vw, 7.5rem);
    --font-label: "Geist", "Segoe UI", sans-serif;
    --font-body: "Hanken Grotesk", "Segoe UI", sans-serif;
    --font-display: "Montserrat", "Segoe UI", sans-serif;
    --nav-height: 4.75rem;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

#hero,
#booking,
#amenities,
#gallery,
#contact,
section[id],
.section[id] {
    scroll-margin-top: 5rem;
}

body.website {
    margin: 0;
    min-height: 100%;
    color: var(--text);
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(242, 202, 80, 0.08), transparent 55%),
        radial-gradient(900px 500px at 10% 20%, rgba(242, 202, 80, 0.04), transparent 50%),
        var(--bg-deep);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }

.page-ambient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center, black 20%, transparent 75%);
    opacity: 0.45;
}

.site-main { position: relative; z-index: 1; }

.container {
    width: min(var(--container), 100%);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.section { padding-block: var(--section); position: relative; }
.section--flush { padding-block: 2.75rem; }
.section--banner { padding-block: 1.75rem; }
.section--tight { padding-block: 1.35rem; }

.section-head {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-head--compact { margin-bottom: 2.5rem; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.heading-display {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--text);
}

.heading-lg {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--text);
}

.heading-md {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-weight: 650;
    font-size: 1.35rem;
    line-height: 1.3;
    color: var(--text);
}

.body-lg { font-size: 1.1rem; color: var(--text-soft); }
.body-md { font-size: 1rem; color: var(--text-soft); }
.label {
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.gold-text {
    background: linear-gradient(120deg, #f7dea0 0%, var(--gold) 40%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gold-bg {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #2a2100;
}

.glass {
    background: rgba(18, 20, 22, 0.72);
    border: 1px solid var(--line);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.glass-hover:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow), var(--shadow-gold);
}

.icon {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.icon--fill { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.icon--sm { font-size: 1.15rem; }
.icon--lg { font-size: 2.1rem; }
.icon--xl { font-size: 2.75rem; }
.icon--2xl { font-size: 3.5rem; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.85rem 1.35rem;
    border-radius: 0.85rem;
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

.btn--sm { padding: 0.65rem 1rem; font-size: 0.72rem; }
.btn--block { width: 100%; }
.btn--pill { border-radius: var(--radius-pill); }

.btn--gold {
    background: linear-gradient(135deg, #c9a227, #f2ca50 55%, #ffe08a);
    color: #241c00;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.28);
}

.btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(212, 175, 55, 0.38);
}

.btn--outline {
    border: 1px solid rgba(242, 202, 80, 0.55);
    color: var(--gold);
    background: rgba(242, 202, 80, 0.04);
}

.btn--outline:hover,
.btn--outline-soft:hover {
    background: rgba(242, 202, 80, 0.12);
    border-color: var(--gold);
}

.btn--ghost {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.btn--ghost:hover {
    border-color: rgba(242, 202, 80, 0.4);
    background: rgba(242, 202, 80, 0.08);
}

.btn--lg {
    padding: 1.05rem 1.7rem;
    border-radius: 1rem;
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: none;
}

.btn--nav { transform: none; }
.btn--nav:active { transform: scale(0.98); }

.btn--ghost-round {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.btn--ghost-round:hover {
    border-color: var(--line-strong);
    color: var(--gold);
}

.btn--social {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-pill);
    text-transform: none;
    letter-spacing: 0.02em;
}

.btn--social:hover { border-color: var(--line-strong); color: var(--gold); }

/* Nav */
.site-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    border-bottom: 1px solid transparent;
    transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-nav.is-scrolled {
    background: rgba(8, 9, 10, 0.78);
    border-bottom-color: var(--line);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.site-nav__inner {
    width: min(var(--container), 100%);
    margin-inline: auto;
    padding-inline: var(--gutter);
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-nav__logo { height: 2.75rem; width: auto; object-fit: contain; }

.site-nav__links {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.site-nav__links a {
    position: relative;
    color: var(--text-soft);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0;
}

.site-nav__links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: scaleX(0);
    transition: transform 0.25s var(--ease);
}

.site-nav__links a:hover,
.site-nav__links a.is-active { color: var(--gold); }

.site-nav__links a.is-active::after,
.site-nav__links a:hover::after { transform: scaleX(1); }

.site-nav__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.site-nav__secondary {
    display: none;
}

.site-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.44rem 0.95rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    min-height: 2.15rem;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(242, 202, 80, 0.25);
    text-transform: uppercase;
}

.site-nav__toggle {
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-nav__toggle:hover {
    background: rgba(242, 202, 80, 0.12);
    border-color: rgba(242, 202, 80, 0.35);
}

.site-nav__toggle .icon {
    font-size: 1.55rem;
    line-height: 1;
}

.site-user-menu {
    position: relative;
    display: none;
}

.site-user-menu__trigger {
    display: inline-flex !important;
    align-items: center;
    gap: 0.25rem;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.82rem;
    max-width: 12rem;
}

.site-user-menu__caret {
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

.site-user-menu.is-open .site-user-menu__caret {
    transform: rotate(180deg);
}

.site-user-menu__dropdown {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    min-width: 10.5rem;
    padding: 0.4rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(242, 202, 80, 0.25);
    background: rgba(12, 14, 16, 0.96);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    z-index: 40;
}

.site-user-menu[hidden],
.site-user-menu__dropdown[hidden],
[data-guest-my-slots][hidden],
[data-mobile-user-link][hidden],
[data-mobile-logout-link][hidden],
[data-mobile-guest-link][hidden] {
    display: none !important;
}

.site-user-menu__dropdown a {
    padding: 0.65rem 0.75rem;
    border-radius: 0.6rem;
    color: var(--text-soft);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
}

.site-user-menu__dropdown a:hover {
    background: rgba(242, 202, 80, 0.1);
    color: var(--gold);
}

.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem var(--gutter) 1.25rem;
    background: rgba(8, 9, 10, 0.96);
    border-top: 1px solid var(--line);
}

.mobile-nav.is-open { display: flex; }

.mobile-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-soft);
    font-family: var(--font-label);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav a.is-active { color: var(--gold); }
.mobile-nav .btn { margin-top: 0.6rem; border-bottom: 0; }

@media (min-width: 900px) {
    .site-nav__links { display: flex; }
    .site-nav__actions { gap: 0.85rem; }
    .site-nav__secondary { display: inline-flex; }
    .site-user-menu { display: block; }
    .site-nav__cta {
        padding: 0.62rem 1.4rem;
        font-size: 0.78rem;
        min-height: 2.5rem;
        letter-spacing: 0.06em;
    }
    .site-nav__toggle,
    .mobile-nav,
    .mobile-nav.is-open { display: none !important; }
}

/* Hero */
.hero {
    --spot-x: 50%;
    --spot-y: 38%;
    --spot-angle: -8deg;
    --spot-gain: 0;
    --rim-gain: 0;
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 8.5rem var(--gutter) 6.5rem;
    overflow: hidden;
    isolation: isolate;
}

.hero__stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    transform-style: preserve-3d;
    perspective: 1200px;
}

.hero__layer {
    position: absolute;
    inset: 0;
    will-change: transform;
    pointer-events: none;
}

.hero__layer--sky { z-index: 1; }
.hero__layer--stadium { z-index: 2; }
.hero__layer--pitch { z-index: 3; }
.hero__layer--props { z-index: 4; }
.hero__layer--fx { z-index: 5; }

.hero__image {
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center 42%;
    transform: scale(1.08);
    filter: saturate(1.15) contrast(1.08) brightness(0.78);
}

.hero__atmosphere {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 8, 6, 0.35) 0%, rgba(4, 10, 8, 0.18) 38%, rgba(3, 8, 6, 0.55) 68%, rgba(5, 7, 8, 0.92) 100%),
        radial-gradient(70% 55% at 50% 18%, rgba(242, 202, 80, 0.12), transparent 62%);
}

.hero__lights {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s var(--ease);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero.is-lit .hero__lights {
    opacity: 1;
}

.hero__rim {
    position: absolute;
    top: -12%;
    width: min(46vw, 460px);
    height: min(46vw, 460px);
    border-radius: 50%;
    filter: blur(28px);
    opacity: calc(0.28 + var(--rim-gain) * 0.35);
    background: radial-gradient(circle, rgba(255, 236, 180, 0.42) 0%, rgba(242, 202, 80, 0.12) 40%, transparent 72%);
}

.hero__rim--left { left: -4%; }
.hero__rim--right { right: -4%; }

.hero__spot {
    position: absolute;
    left: var(--spot-x);
    top: var(--spot-y);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    will-change: left, top, opacity, transform;
}

.hero__spot--key {
    width: min(58vw, 620px);
    height: min(58vw, 620px);
    opacity: calc(0.55 + var(--spot-gain) * 0.35);
    background:
        radial-gradient(circle at 50% 45%,
            rgba(255, 248, 220, 0.72) 0%,
            rgba(255, 226, 140, 0.34) 24%,
            rgba(242, 202, 80, 0.12) 48%,
            transparent 72%);
    filter: blur(8px);
}

.hero__spot--soft {
    width: min(78vw, 860px);
    height: min(70vw, 760px);
    opacity: calc(0.32 + var(--spot-gain) * 0.25);
    background:
        radial-gradient(circle at 50% 48%,
            rgba(255, 236, 180, 0.28) 0%,
            rgba(242, 202, 80, 0.1) 36%,
            transparent 70%);
    filter: blur(26px);
}

.hero__cone {
    position: absolute;
    left: var(--spot-x);
    top: -8%;
    width: min(46vw, 480px);
    height: 92%;
    transform: translateX(-50%) rotate(var(--spot-angle));
    transform-origin: 50% 0%;
    opacity: calc(0.34 + var(--spot-gain) * 0.28);
    background:
        linear-gradient(180deg,
            rgba(255, 244, 200, 0.34) 0%,
            rgba(255, 226, 150, 0.16) 28%,
            rgba(242, 202, 80, 0.07) 58%,
            transparent 86%);
    clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
    filter: blur(1.5px);
    mix-blend-mode: screen;
    will-change: left, transform, opacity;
}

.hero__cone::before,
.hero__cone::after {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    opacity: 0.45;
    filter: blur(18px);
}

.hero__cone::after {
    opacity: 0.25;
    filter: blur(36px);
}

.hero__vol {
    position: absolute;
    left: var(--spot-x);
    top: 8%;
    width: min(54vw, 560px);
    height: 70%;
    transform: translateX(-50%) rotate(var(--spot-angle));
    transform-origin: 50% 0%;
    opacity: calc(0.18 + var(--spot-gain) * 0.2);
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 240, 190, 0.08) 0 2px,
            transparent 2px 10px
        ),
        linear-gradient(180deg, rgba(255, 236, 180, 0.16), transparent 78%);
    mask-image: linear-gradient(180deg, black, transparent 90%);
    clip-path: polygon(40% 0, 60% 0, 96% 100%, 4% 100%);
    filter: blur(0.4px);
    mix-blend-mode: soft-light;
}

.hero__ground-glow {
    position: absolute;
    left: var(--spot-x);
    top: 68%;
    width: min(70vw, 720px);
    height: min(34vw, 280px);
    transform: translate(-50%, -40%) rotateX(55deg);
    border-radius: 50%;
    opacity: calc(0.3 + var(--spot-gain) * 0.25);
    background:
        radial-gradient(ellipse at center,
            rgba(255, 236, 180, 0.4) 0%,
            rgba(242, 202, 80, 0.14) 40%,
            transparent 72%);
    filter: blur(10px);
    mix-blend-mode: screen;
}

.hero__focus {
    position: absolute;
    left: 50%;
    top: 42%;
    width: min(72vw, 780px);
    height: min(46vw, 420px);
    transform: translate(-50%, -50%);
    opacity: calc(0.22 + var(--spot-gain) * 0.2);
    background:
        radial-gradient(ellipse at center,
            rgba(255, 244, 210, 0.28) 0%,
            rgba(242, 202, 80, 0.1) 42%,
            transparent 72%);
    filter: blur(12px);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero__haze {
    position: absolute;
    inset: auto 0 0;
    height: 52%;
    background:
        linear-gradient(180deg, transparent, rgba(10, 28, 18, 0.28) 36%, rgba(6, 12, 10, 0.55)),
        radial-gradient(60% 50% at var(--spot-x) 10%, rgba(255, 236, 180, 0.1), transparent 70%);
}

.hero__turf {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -6%;
    height: 58%;
    transform: perspective(900px) rotateX(58deg) translateY(8%);
    transform-origin: 50% 100%;
    border-radius: 40% 40% 0 0 / 18% 18% 0 0;
    overflow: hidden;
    box-shadow: 0 -40px 80px rgba(0, 0, 0, 0.35);
}

.hero__grass {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(18, 92, 48, 0.92) 0 28px,
            rgba(24, 110, 58, 0.95) 28px 56px
        ),
        linear-gradient(180deg, rgba(14, 70, 38, 0.9), rgba(10, 42, 24, 0.98));
    opacity: 0.72;
    filter: saturate(1.1);
}

.hero__markings {
    position: absolute;
    inset: 8% 12% 10%;
    border: 2px solid rgba(245, 245, 245, 0.38);
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero__markings::before,
.hero__markings::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero__markings::before {
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(245, 245, 245, 0.38);
}

.hero__markings::after {
    top: 50%;
    width: min(28%, 160px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(245, 245, 245, 0.36);
    border-radius: 50%;
}

.hero__sheen {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(45% 40% at var(--spot-x) 18%, rgba(255, 236, 180, 0.28), transparent 70%),
        linear-gradient(115deg, transparent 30%, rgba(255, 236, 180, 0.08) 48%, transparent 62%);
    mix-blend-mode: soft-light;
}

.hero__turf-shadow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(40% 35% at var(--spot-x) 20%, transparent 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.42) 100%);
    mix-blend-mode: multiply;
    opacity: 0.85;
    pointer-events: none;
}

.hero__goal {
    position: absolute;
    bottom: 11%;
    width: min(22vw, 210px);
    opacity: 0.55;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.45));
}

.hero__goal--left { left: 3%; transform: perspective(500px) rotateY(18deg); }
.hero__goal--right { right: 3%; transform: perspective(500px) rotateY(-18deg); }

.hero__ball {
    position: absolute;
    left: 52%;
    bottom: 16%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, #fff, #d8d8d8 45%, #9a9a9a 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    opacity: 0.7;
}

.hero__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

.hero__vignette {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(75% 65% at 50% 40%, transparent 35%, rgba(3, 5, 6, 0.55) 100%),
        linear-gradient(180deg, rgba(3, 5, 6, 0.35), transparent 28%, transparent 62%, rgba(3, 5, 6, 0.88));
}

.hero__reveal {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 35%, transparent 0%, rgba(0, 0, 0, 0.72) 42%, #000 72%);
    transform: scale(1.35);
    opacity: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.4rem;
    padding: 0.55rem 1rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(242, 202, 80, 0.35);
    background: rgba(18, 20, 22, 0.55);
    backdrop-filter: blur(12px);
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero__pulse {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 rgba(242, 202, 80, 0.55);
    animation: pulse 2s infinite;
}

.hero__title {
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

.hero__title-line,
.hero__title-accent {
    display: block;
}

.hero__title-accent {
    position: relative;
    margin-top: 0.55rem;
    overflow: hidden;
}

.hero__sweep {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.45) 50%, transparent 65%);
    transform: translateX(-120%);
    pointer-events: none;
}

.hero__sub {
    max-width: 40rem;
    margin: 0 0 1.8rem;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 2.4rem;
}

.hero__scrollcue {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    z-index: 3;
    width: 22px;
    height: 34px;
    margin-left: -11px;
    border: 1px solid rgba(242, 202, 80, 0.35);
    border-radius: 999px;
    display: grid;
    place-items: start center;
    padding-top: 6px;
    opacity: 0.75;
}

.hero__scrollcue span {
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    animation: heroCue 1.8s ease-in-out infinite;
}

/* Entrance choreography */
.hero[data-hero-stage="boot"] .hero__image {
    transform: scale(1.18) translateY(18px);
    filter: saturate(0.7) contrast(0.9) brightness(0.25);
}

.hero[data-hero-stage="boot"] .hero__turf {
    opacity: 0.2;
    transform: perspective(900px) rotateX(68deg) translateY(18%);
}

.hero[data-hero-stage="boot"] .hero__goal,
.hero[data-hero-stage="boot"] .hero__ball {
    opacity: 0;
    transform: translateY(24px);
}

.hero[data-hero-stage="boot"] [data-hero-anim] {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(6px);
}

.hero.is-lit .hero__rim--left { animation: heroRimPulse 7.5s ease-in-out infinite; }
.hero.is-lit .hero__rim--right { animation: heroRimPulse 8.2s ease-in-out infinite 0.8s; }
.hero.is-lit .hero__content {
    filter: drop-shadow(0 0 28px rgba(242, 202, 80, 0.08));
}

.hero.is-ready .hero__image {
    transform: scale(1.08);
    filter: saturate(1.15) contrast(1.08) brightness(0.78);
    transition: transform 1.8s var(--ease), filter 1.8s var(--ease);
}

.hero.is-ready .hero__turf {
    opacity: 1;
    transform: perspective(900px) rotateX(58deg) translateY(8%);
    transition: transform 1.6s var(--ease), opacity 1.4s var(--ease);
}

.hero.is-ready .hero__goal--left,
.hero.is-ready .hero__goal--right,
.hero.is-ready .hero__ball {
    opacity: 0.55;
    transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);
}

.hero.is-ready .hero__goal--left { transform: perspective(500px) rotateY(18deg); }
.hero.is-ready .hero__goal--right { transform: perspective(500px) rotateY(-18deg); }
.hero.is-ready .hero__ball {
    opacity: 0.7;
    animation: heroBall 5.5s ease-in-out infinite;
}

.hero.is-ready .hero__reveal {
    opacity: 0;
    transform: scale(2.4);
    transition: opacity 1.5s var(--ease), transform 1.8s var(--ease);
}

.hero.is-ready [data-hero-anim] {
    opacity: 1;
    transform: none;
    filter: none;
    transition:
        opacity 0.9s var(--ease),
        transform 0.9s var(--ease),
        filter 0.9s var(--ease);
}

.hero.is-ready [data-hero-anim="badge"] { transition-delay: 0.25s; }
.hero.is-ready [data-hero-anim="title"] { transition-delay: 0.42s; }
.hero.is-ready [data-hero-anim="sub"] { transition-delay: 0.62s; }
.hero.is-ready [data-hero-anim="actions"] { transition-delay: 0.78s; }
.hero.is-ready [data-hero-anim="cue"] { transition-delay: 1s; }

.hero.is-ready .hero__sweep {
    animation: heroSweep 1.4s var(--ease) 0.85s both;
}

.hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 4;
    height: 7rem;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(7, 8, 9, 0.55) 55%, var(--bg-deep));
}

.hero + .section,
.hero ~ .highlights {
    position: relative;
    z-index: 2;
}

@keyframes heroRimPulse {
    0%, 100% { opacity: 0.28; transform: scale(1); }
    50% { opacity: 0.48; transform: scale(1.05); }
}

@keyframes heroBall {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(10px, -8px, 0); }
}

@keyframes heroSweep {
    from { transform: translateX(-120%); }
    to { transform: translateX(120%); }
}

@keyframes heroCue {
    0%, 100% { transform: translateY(0); opacity: 0.35; }
    50% { transform: translateY(10px); opacity: 1; }
}

@media (max-width: 900px) {
    .hero__goal { width: min(28vw, 140px); bottom: 14%; opacity: 0.4; }
    .hero__turf { height: 50%; }
    .hero__vol,
    .hero__cone::before,
    .hero__cone::after { display: none; }
    .hero__spot--soft { filter: blur(18px); }
}

@media (max-width: 640px) {
    .hero { padding-bottom: 5rem; }
    .hero__goal--left { left: -2%; }
    .hero__goal--right { right: -2%; }
    .hero__ball { display: none; }
    .hero__particles { opacity: 0.25; }
    .hero__vol { display: none; }
    .hero__spot--key { width: min(70vw, 420px); height: min(70vw, 420px); }
}

.hero__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    width: min(1100px, 100%);
}

@media (min-width: 700px) {
    .hero__stats { grid-template-columns: repeat(3, 1fr); }
}

.hero__stat {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.55);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero__stat strong {
    display: block;
    margin-bottom: 0.2rem;
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--gold);
}

.hero__stat span {
    color: var(--text-dim);
    font-size: 0.85rem;
}

/* Highlights */
.highlights {
    z-index: 3;
    margin-top: -2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

/* Legacy #booking padding removed to ensure flush top alignment in hero split layout */
.booking-section {
    padding-top: 2.5rem;
}

.highlights__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .highlights__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.4rem;
    }
}

@media (min-width: 1024px) {
    .highlights__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.4rem;
    }
}

.highlight-card {
    position: relative;
    overflow: hidden;
    min-height: 18.5rem;
    padding: 2.4rem 1.7rem 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(242, 202, 80, 0.12), transparent 45%),
        linear-gradient(180deg, rgba(28, 30, 32, 0.95), rgba(12, 13, 14, 0.98));
    box-shadow: var(--shadow);
    transition: transform 0.35s var(--ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.highlight-card__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 30%);
    pointer-events: none;
}

.highlight-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.28rem 0.65rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #241c00;
    font-family: var(--font-label);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.highlight-card__icon-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 1.3rem;
    padding: 0.4rem;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(242, 202, 80, 0.65), rgba(242, 202, 80, 0.08));
    transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
}

.highlight-card__icon {
    width: 4.35rem;
    height: 4.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #2a2d30, #101213 70%);
    border: 1px solid rgba(242, 202, 80, 0.25);
}

.highlight-card__icon .icon { color: var(--gold); font-size: 2rem; }

.highlight-card__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.8vw, 1.5rem);
    font-weight: 700;
    color: #fff;
}

.highlight-card__divider {
    width: 2.4rem;
    height: 2px;
    margin: 0.95rem 0 1rem;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.highlight-card__text {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 17rem;
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.7;
}

.highlight-card:hover {
    transform: translateY(-8px);
    border-color: rgba(242, 202, 80, 0.42);
    box-shadow: var(--shadow), var(--shadow-gold);
}

.highlight-card:hover .highlight-card__icon-wrap {
    transform: scale(1.05);
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.25);
}

.highlight-card--featured {
    border-color: rgba(242, 202, 80, 0.7);
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(242, 202, 80, 0.2), transparent 48%),
        linear-gradient(180deg, rgba(42, 36, 20, 0.95), rgba(12, 13, 14, 0.98));
    box-shadow: var(--shadow), 0 0 36px rgba(212, 175, 55, 0.18);
}

@media (min-width: 768px) {
    .highlight-card--featured { transform: translateY(-0.55rem); }
    .highlight-card--featured:hover { transform: translateY(calc(-0.55rem - 8px)); }
}

/* Tallest / bands */
.band {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(700px 280px at 15% 0%, rgba(242, 202, 80, 0.08), transparent 60%),
        linear-gradient(180deg, #101214, #0c0e10);
    border-block: 1px solid var(--line);
}

.band__glow {
    position: absolute;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(242, 202, 80, 0.08);
    filter: blur(50px);
    pointer-events: none;
}

.band__glow--tl { top: 0; left: 20%; transform: translateY(-45%); }
.band__glow--br { right: 15%; bottom: 0; transform: translateY(45%); }

.tallest {
    position: relative;
    overflow: hidden;
    border-block: 1px solid var(--line);
    background:
        radial-gradient(900px 420px at 12% 20%, rgba(242, 202, 80, 0.1), transparent 60%),
        radial-gradient(700px 360px at 90% 80%, rgba(212, 175, 55, 0.07), transparent 55%),
        linear-gradient(180deg, #0d0f11 0%, #090a0b 100%);
}

.tallest__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tallest__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.tallest__glow--a {
    width: 28rem;
    height: 28rem;
    top: -8rem;
    left: -4rem;
    background: rgba(242, 202, 80, 0.12);
}

.tallest__glow--b {
    width: 24rem;
    height: 24rem;
    right: -3rem;
    bottom: -6rem;
    background: rgba(212, 175, 55, 0.1);
}

.tallest__lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
    opacity: 0.5;
}

.tallest__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .tallest__layout {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

@media (min-width: 1400px) {
    .tallest__layout {
        grid-template-columns: 1.1fr 1fr;
        gap: 4rem;
        min-height: 34rem;
    }
}

.tallest__title { max-width: 18ch; }
.tallest__lead { max-width: 38rem; margin: 0 0 1.5rem; }

.tallest__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.8rem;
}

.tallest__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(242, 202, 80, 0.28);
    background: rgba(242, 202, 80, 0.07);
    color: var(--text-soft);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.tallest__chip .icon { color: var(--gold); }

.tallest__compare {
    display: grid;
    gap: 0.9rem;
}

.tallest__compare-card {
    padding: 1.15rem 1.2rem;
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.72);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tallest__compare-card--featured {
    border-color: rgba(242, 202, 80, 0.45);
    background:
        radial-gradient(120% 100% at 100% 0%, rgba(242, 202, 80, 0.14), transparent 50%),
        rgba(24, 22, 16, 0.85);
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tallest__compare-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.tallest__compare-label {
    margin: 0 0 0.2rem;
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.tallest__compare-note {
    margin: 0;
    color: var(--text-dim);
    font-size: 0.85rem;
}

.tallest__compare-value {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
}

.tallest__compare-value--muted {
    color: var(--text-dim);
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
}

.tallest__compare-delta {
    margin: 0.75rem 0 0;
    color: rgba(242, 202, 80, 0.85);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.meter { display: grid; gap: 1.35rem; margin-top: 1.8rem; }

.meter__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.45rem;
    font-family: var(--font-label);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.meter__track {
    height: 0.85rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    border: 1px solid var(--line);
}

.meter__track--hero {
    height: 1.15rem;
    border-color: rgba(242, 202, 80, 0.28);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.15);
}

.meter__fill {
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, #4a4949, #6a6868);
}

.meter__fill--gold {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, var(--gold-2), var(--gold));
}

.meter__fill--gold::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: shimmer 2.2s infinite;
}

.tallest__media {
    position: relative;
}

.tallest__frame {
    position: relative;
    aspect-ratio: 1.05 / 1;
    padding: 0.65rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(242, 202, 80, 0.22);
    background:
        linear-gradient(180deg, rgba(30, 32, 34, 0.9), rgba(14, 15, 16, 0.95));
    box-shadow: var(--shadow), 0 0 40px rgba(212, 175, 55, 0.1);
}

@media (min-width: 1400px) {
    .tallest__frame {
        aspect-ratio: 1.15 / 1;
        min-height: 32rem;
    }
}

.tallest__visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    border-radius: 1.15rem;
    display: grid;
    place-items: center;
    background: var(--surface-3);
}

.tallest__visual-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s var(--ease);
}

.tallest__visual:hover .tallest__visual-bg { transform: scale(1.06); }

.tallest__visual-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.72)),
        radial-gradient(circle at center, transparent 20%, rgba(0, 0, 0, 0.35) 100%);
}

.tallest__height-mark {
    position: absolute;
    top: 10%;
    bottom: 28%;
    right: 1rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.tallest__height-line {
    flex: 1;
    width: 2px;
    border-radius: 99px;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
    box-shadow: 0 0 12px rgba(242, 202, 80, 0.45);
}

.tallest__height-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--gold);
}

.tallest__overlay {
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: stretch;
}

@media (min-width: 700px) {
    .tallest__overlay {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
        gap: 0.75rem;
        align-items: stretch;
    }
}

.tallest__stat-card,
.tallest__caption {
    min-height: 5.5rem;
    padding: 0.95rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(242, 202, 80, 0.28);
    background: rgba(10, 11, 12, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.tallest__stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.tallest__stat-card strong {
    display: block;
    margin-bottom: 0.25rem;
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1;
    color: var(--gold);
}

.tallest__stat-card span {
    color: var(--text-soft);
    font-size: 0.8rem;
    line-height: 1.35;
}

.tallest__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: left;
    color: rgba(242, 202, 80, 0.95);
}

.tallest__caption .icon {
    flex-shrink: 0;
    font-size: 1.7rem;
    color: var(--gold);
}

.tallest__caption p {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tallest__caption small {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.35;
}

@media (max-width: 699px) {
    .tallest__caption {
        order: -1;
    }

    .tallest__stat-card,
    .tallest__caption {
        min-height: 0;
    }
}


/* Booking */
.booking__row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .booking__row { flex-direction: row; gap: 2.5rem; }
    .booking__info { width: 34%; }
    .booking__widget { width: 66%; }
}

.booking__info { display: flex; flex-direction: column; justify-content: center; }

.urgency-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding: 1.15rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(242, 202, 80, 0.28);
    border-left: 3px solid var(--gold);
    background: rgba(18, 20, 22, 0.72);
    backdrop-filter: blur(12px);
}

.urgency-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}

.urgency-card .label {
    color: var(--gold);
    margin: 0;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

.urgency-card .heading-md {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.3;
    margin: 0;
}

.urgency-card__sub {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: none;
}

.urgency-card__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    line-height: 1;
    color: var(--gold);
    opacity: 0.7;
    margin-top: 0.05rem;
}

.legend,
.booking-legend {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.75rem 1.15rem !important;
    margin: 0.95rem 0 1.25rem !important;
}

.legend__group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem 1.25rem !important;
    flex-wrap: wrap !important;
}

.legend__divider {
    display: inline-block !important;
    width: 1px !important;
    height: 1.15rem !important;
    background: rgba(242, 202, 80, 0.3) !important;
    margin: 0 0.1rem !important;
    flex-shrink: 0 !important;
}

.legend__item,
.booking-legend__item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    color: var(--text-soft);
    font-family: var(--font-label);
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.legend__group--days .booking-legend__item {
    padding: 0.18rem 0.55rem;
    border-radius: 0.45rem;
    background: rgba(242, 202, 80, 0.06);
    border: 1px solid rgba(242, 202, 80, 0.16);
}

.legend__symbol {
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 2px solid var(--gold);
}

.dot--booked {
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(16, 185, 129, 0.55),
            rgba(16, 185, 129, 0.55) 2px,
            rgba(10, 32, 22, 0.9) 2px,
            rgba(10, 32, 22, 0.9) 5px
        );
    border-color: rgba(52, 211, 153, 0.75);
}

.dot--past {
    background: rgba(120, 160, 220, 0.25);
    border-color: rgba(140, 180, 235, 0.7);
    box-shadow: inset 0 0 0 2px rgba(20, 28, 40, 0.55);
}

.dot--selected {
    background: var(--gold);
    box-shadow: 0 0 12px rgba(242, 202, 80, 0.55);
}

.legend-tag {
    width: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    line-height: 1;
}

.booking-hint {
    color: var(--text-dim);
    font-size: 0.83rem;
    line-height: 1.55;
    margin-top: 0.35rem;
}

.booking-hint em {
    display: block;
    margin-top: 0.45rem;
    color: rgba(242, 202, 80, 0.85);
    font-style: italic;
    font-size: 0.8rem;
    line-height: 1.45;
}

.booking__widget {
    position: relative;
    overflow: hidden;
    padding: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid var(--line);
    background:
        radial-gradient(90% 70% at 100% 0%, rgba(242, 202, 80, 0.08), transparent 50%),
        rgba(16, 18, 20, 0.85);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

@media (min-width: 768px) { .booking__widget { padding: 1.8rem; } }

.date-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: calc(var(--nav-height, 4.75rem) + 0.5rem);
    z-index: 25;
    background: rgba(14, 18, 26, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.6rem 0.75rem;
    border-radius: 14px;
}

.date-picker__days {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.date-chip {
    position: relative;
    min-width: 4.7rem;
    padding: 0.7rem 0.55rem;
    border-radius: 0.9rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.date-chip:hover { border-color: rgba(242, 202, 80, 0.4); transform: translateY(-2px); }

.date-chip.is-active {
    border-color: rgba(242, 202, 80, 0.7);
    background: rgba(242, 202, 80, 0.1);
}

.date-chip.is-peak-day {
    border-color: rgba(242, 202, 80, 0.35);
    background:
        linear-gradient(180deg, rgba(242, 202, 80, 0.08), transparent 55%),
        rgba(255, 255, 255, 0.02);
}

.date-chip.is-peak-day.is-active {
    border-color: rgba(242, 202, 80, 0.75);
}

.date-chip__day,
.date-chip__month {
    font-size: 0.7rem;
    font-family: var(--font-label);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-dim);
}

.date-chip.is-active .date-chip__day { color: var(--gold); }

.date-chip__num {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text);
}

.date-chip__peak {
    position: absolute;
    top: 0.28rem;
    right: 0.32rem;
    font-size: 0.72rem;
    line-height: 1;
    pointer-events: none;
}

.date-chip__peak--holiday {
    font-size: 0.8rem;
    filter: drop-shadow(0 0 5px rgba(255, 190, 40, 0.75));
    animation: holidayIconPop 2.8s ease-in-out infinite;
}

@keyframes holidayIconPop {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(6deg); }
}

.urgency-card.is-holiday-special {
    border-color: rgba(242, 202, 80, 0.6);
    background:
        radial-gradient(circle at 92% 20%, rgba(242, 202, 80, 0.16), transparent 60%),
        rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 24px rgba(242, 202, 80, 0.2);
}

.urgency-card.is-holiday-special .urgency-card__icon {
    color: #fff4be;
    text-shadow: 0 0 16px rgba(242, 202, 80, 0.85);
    animation: holidayIconPop 3s ease-in-out infinite;
}

.slot-group { margin-bottom: 1.25rem; }

.slot-group__title {
    margin: 0 0 0.8rem;
    color: var(--text-dim);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

@media (min-width: 640px) { .slot-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .slot-grid { grid-template-columns: repeat(4, 1fr); } }

.slot {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    min-height: 3.35rem;
    padding: 0.5rem 0.35rem 0.45rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(242, 202, 80, 0.45);
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    background: rgba(242, 202, 80, 0.03);
    transition: all 0.2s ease;
}

.slot__price {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    opacity: 0.9;
    line-height: 1;
}

.slot__price-old {
    text-decoration: line-through;
    opacity: 0.65;
    font-weight: 500;
}

.slot__price-now { font-weight: 700; }

.slot__drop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.12rem 0.35rem;
    border-radius: 999px;
    background: rgba(242, 202, 80, 0.2);
    color: var(--gold);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}

.slot.is-peak-hour {
    position: relative;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.slot__peak {
    display: none !important;
}

.slot.has-price-drop {
    min-height: 3.35rem;
    gap: 0.16rem;
}

.slot.is-selected .slot__price,
.slot.is-selected .slot__drop {
    opacity: 0.95;
}

.slot.is-selected.has-price-drop .slot__drop,
.slot.is-selected .slot__drop {
    background: linear-gradient(135deg, #FFE17D 0%, #DFAC38 100%) !important;
    color: #0b0c10 !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
}

.slot:hover { background: rgba(242, 202, 80, 0.12); }

.slot.is-booked,
.slot.is-booked:hover,
.slot.is-past,
.slot.is-past:hover,
.slot.is-blocked,
.slot.is-blocked:hover {
    cursor: not-allowed;
    box-shadow: none;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-height: 2.7rem;
    padding: 0.45rem 0.25rem 0.4rem;
}

.slot.is-booked,
.slot.is-booked:hover {
    border: 1px dashed rgba(16, 185, 129, 0.5);
    color: #6ee7b7;
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(16, 185, 129, 0.08),
            rgba(16, 185, 129, 0.08) 4px,
            rgba(10, 30, 20, 0.72) 4px,
            rgba(10, 30, 20, 0.72) 9px
        );
}

.slot.is-past,
.slot.is-past:hover {
    border: 1px dashed rgba(140, 180, 235, 0.45);
    color: #b7c9e8;
    background:
        linear-gradient(180deg, rgba(60, 90, 130, 0.22), rgba(18, 24, 34, 0.78));
}

.slot.is-blocked,
.slot.is-blocked:hover {
    border: 1px dashed rgba(242, 202, 80, 0.28);
    color: #d8c48a;
    background: rgba(40, 34, 18, 0.65);
}

.slot__time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0 0.15rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-align: center;
}

.slot__to {
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    opacity: 0.72;
}

.slot.is-past .slot__time {
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    text-decoration-color: rgba(183, 201, 232, 0.7);
}

.slot__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.95;
}

.slot__badge .material-symbols-outlined {
    font-size: 0.72rem;
    line-height: 1;
}

.slot.is-selected {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #241c00;
    border-color: transparent;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
}

.checkout-bar {
    margin-top: 1.5rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: stretch;
}

.checkout-bar__info {
    min-width: 0;
    flex: 1;
}

.checkout-bar__cta {
    flex-shrink: 0;
    width: 100%;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .checkout-bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem;
    }
    .checkout-bar__cta { width: auto; min-width: 12.5rem; }
}

.checkout-bar__meta {
    margin: 0 0 0.15rem;
    color: var(--text-dim);
    font-family: var(--font-label);
    font-size: 0.8rem;
    line-height: 1.3;
}

.checkout-bar__price {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
}

.checkout-bar__was {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dim);
    text-decoration: line-through;
}

.checkout-bar__offer {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.4rem 0 0;
    padding: 0.24rem 0.75rem;
    border-radius: 999px;
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #1a1402;
    background: linear-gradient(135deg, #fff2a8 0%, var(--gold) 50%, var(--gold-2) 100%);
    box-shadow: 0 0 16px rgba(242, 202, 80, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
    animation: pulseCheckoutOffer 3s ease-in-out infinite;
}

.checkout-bar__offer[hidden] {
    display: none !important;
}

.checkout-bar__min-warning {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.35rem 0 0;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    font-family: var(--font-label);
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffd666;
    background: rgba(242, 202, 80, 0.1);
    border: 1px solid rgba(242, 202, 80, 0.28);
}

.checkout-bar__min-warning[hidden] {
    display: none !important;
}

.checkout-bar__min-warning-icon {
    font-size: 0.95rem;
    line-height: 1;
    color: var(--gold);
}

/* ==========================================================================
   Luxury Fancy Hour Offer Card (Compact & Live Animated)
   ========================================================================== */
.hour-offer-card {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
    padding: 0.85rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(242, 202, 80, 0.35);
    background: linear-gradient(145deg, rgba(28, 22, 11, 0.96) 0%, rgba(16, 18, 20, 0.97) 55%, rgba(32, 25, 10, 0.94) 100%);
    box-shadow:
        0 12px 35px -10px rgba(0, 0, 0, 0.8),
        0 0 24px -4px rgba(242, 202, 80, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 0 18px rgba(242, 202, 80, 0.05);
    backdrop-filter: blur(20px);
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.hour-offer-card::before {
    content: '';
    position: absolute;
    inset: 1.5px;
    border-radius: calc(1rem - 1.5px);
    background: linear-gradient(145deg, #1a160d 0%, #101214 55%, #1c170d 100%);
    z-index: 1;
    pointer-events: none;
}

.hour-offer-card:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 202, 80, 0.65);
    box-shadow:
        0 18px 42px -10px rgba(0, 0, 0, 0.88),
        0 0 32px -2px rgba(242, 202, 80, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* Orbiting Border Beam */
.hour-offer-card__border-beam {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.hour-offer-card__border-beam::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 290deg, rgba(242, 202, 80, 0.5) 325deg, #ffffff 350deg, #f2ca50 358deg, transparent 360deg);
    animation: borderBeamRotate 4s linear infinite;
}

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

.hour-offer-card__ambient {
    position: absolute;
    inset: 1.5px;
    border-radius: calc(1rem - 1.5px);
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 202, 80, 0.16), transparent 55%),
        radial-gradient(circle at 88% 85%, rgba(212, 160, 23, 0.1), transparent 50%);
    opacity: 0.9;
    animation: auroraBreathe 5s ease-in-out infinite alternate;
}

@keyframes auroraBreathe {
    0% { opacity: 0.65; transform: scale(0.98); }
    100% { opacity: 1; transform: scale(1.02); }
}

.hour-offer-card__shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 45%, rgba(242, 202, 80, 0.08) 50%, rgba(255, 255, 255, 0.02) 55%, transparent 100%);
    animation: offerShimmer 6s infinite ease-in-out;
}

/* Floating Sparkle Particles */
.hour-offer-card__sparkle {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    user-select: none;
    line-height: 1;
}

.hour-offer-card__sparkle--1 {
    top: 10px;
    right: 58px;
    color: #fff4b8;
    font-size: 0.75rem;
    animation: twinkleFloat 3s ease-in-out infinite;
}

.hour-offer-card__sparkle--2 {
    bottom: 10px;
    right: 20px;
    color: var(--gold);
    font-size: 0.85rem;
    animation: twinkleFloat 3.6s ease-in-out 1.2s infinite;
}

.hour-offer-card__sparkle--3 {
    top: 12px;
    left: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.6rem;
    animation: twinkleFloat 2.8s ease-in-out 0.6s infinite;
}

@keyframes twinkleFloat {
    0%, 100% { transform: translateY(0) scale(0.85); opacity: 0.35; text-shadow: 0 0 4px rgba(242, 202, 80, 0.4); }
    50% { transform: translateY(-3px) scale(1.2); opacity: 1; text-shadow: 0 0 10px rgba(242, 202, 80, 0.9), 0 0 16px #fff; }
}

.hour-offer-card__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
}

.hour-offer-card__badge-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.hour-offer-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-family: var(--font-label);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a1402;
    background: linear-gradient(135deg, #fff4be 0%, var(--gold) 48%, var(--gold-2) 100%);
    box-shadow: 0 2px 8px rgba(242, 202, 80, 0.4);
    flex-shrink: 0;
}

.hour-offer-card__live-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #15803d;
    margin-right: 0.05rem;
}

.hour-offer-card__live-dot-ping {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: #22c55e;
    animation: liveDotPing 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes liveDotPing {
    0% { transform: scale(0.9); opacity: 0.9; }
    75%, 100% { transform: scale(2.4); opacity: 0; }
}

.hour-offer-card__tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-label);
    font-size: 0.68rem;
    font-weight: 600;
    color: #f7dea0;
    padding: 0.18rem 0.5rem;
    border-radius: 0.4rem;
    background: rgba(242, 202, 80, 0.12);
    border: 1px solid rgba(242, 202, 80, 0.22);
    letter-spacing: 0.02em;
}

.hour-offer-card__gift-icon-box {
    position: relative;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(242, 202, 80, 0.28) 0%, rgba(212, 160, 23, 0.08) 70%);
    border: 1px solid rgba(242, 202, 80, 0.45);
    box-shadow: 0 0 14px rgba(242, 202, 80, 0.25);
    flex-shrink: 0;
}

.hour-offer-card__gift-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(242, 202, 80, 0.4);
    animation: giftRingPulse 3s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    pointer-events: none;
}

.hour-offer-card__gift-ring--2 {
    animation-delay: 1.5s;
}

@keyframes giftRingPulse {
    0% { transform: scale(0.88); opacity: 0.8; }
    100% { transform: scale(1.65); opacity: 0; }
}

.hour-offer-card__gift-icon {
    font-size: 1.35rem;
    color: #fff4be;
    text-shadow: 0 0 10px rgba(242, 202, 80, 0.85);
    animation: floatGift 3s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.hour-offer-card__gift-glow {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 202, 80, 0.35), transparent 70%);
    filter: blur(4px);
    pointer-events: none;
    animation: pulseAura 2.5s ease-in-out infinite alternate;
}

.hour-offer-card__body {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hour-offer-card__title {
    margin: 0 0 0.18rem;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, #f7dea0 45%, #f2ca50 65%, #ffffff 85%, #ffffff 100%);
    background-size: 250% auto;
    animation: textGoldShimmer 4.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

@keyframes textGoldShimmer {
    0% { background-position: -150% 0; }
    100% { background-position: 250% 0; }
}

.hour-offer-card__text {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-soft);
    line-height: 1.4;
}

.hour-offer-card__perks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.15rem;
    margin-top: 0.55rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(242, 202, 80, 0.12);
}

.hour-offer-card__perk-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.74rem;
    color: var(--text-soft);
    font-family: var(--font-label);
    font-weight: 500;
}

.hour-offer-card__perk-icon {
    font-size: 0.9rem;
    color: var(--gold);
    flex-shrink: 0;
    filter: drop-shadow(0 0 3px rgba(242, 202, 80, 0.4));
    transition: transform 0.25s ease;
}

.hour-offer-card:hover .hour-offer-card__perk-icon {
    transform: scale(1.15);
}

@keyframes offerShimmer {
    0% { transform: translateX(0) skewX(-20deg); }
    40%, 100% { transform: translateX(200%) skewX(-20deg); }
}

@keyframes floatGift {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3.5px) scale(1.06); }
}

@keyframes pulseAura {
    0% { opacity: 0.4; transform: scale(0.95); }
    100% { opacity: 0.85; transform: scale(1.1); }
}

@keyframes pulseCheckoutOffer {
    0%, 100% { box-shadow: 0 0 14px rgba(242, 202, 80, 0.4); transform: scale(1); }
    50% { box-shadow: 0 0 24px rgba(242, 202, 80, 0.75); transform: scale(1.02); }
}

.my-slots-hour-offer {
    width: 100%;
    margin: 0 0 1.25rem;
    box-sizing: border-box;
}



.booking-hint,
.booking-loading,
.booking-empty {
    margin: 1rem 0 0;
    color: var(--text-dim);
    font-size: 0.9rem;
}

.booking-hint { margin-top: 1.25rem; max-width: 28rem; }

.checkout-bar .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

body.modal-open { overflow: hidden; }

.booking-modal[hidden] { display: none !important; }

.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.booking-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.booking-modal__card {
    position: relative;
    width: min(440px, 100%);
    padding: 1.5rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.booking-modal__card label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: var(--text-dim);
    font-size: 0.85rem;
}

.booking-modal__card input,
.booking-modal__card textarea {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    border-radius: 0.7rem;
    padding: 0.7rem 0.8rem;
    font: inherit;
}

.booking-modal__card .muted { opacity: 0.65; }

.booking-modal__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 0.35rem;
}

.booking-error {
    margin: 0;
    color: #ff8f8f;
    font-size: 0.88rem;
}

.otp-status {
    display: block;
    margin: 0.15rem 0 0;
    color: var(--text-dim);
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: center;
}

.otp-status.is-ok { color: #8fd4a4; }
.otp-status.is-error { color: #ff9d9d; }

.booking-modal__actions .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.booking-modal__actions--stack {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
}

.booking-modal__actions--stack .btn { width: 100%; }

.booking-modal__card--otp,
.booking-modal__card--success {
    text-align: center;
    overflow: hidden;
}

/* Payment Modal Layout & Aesthetics */
.booking-modal__card--payment {
    width: min(640px, 100%);
    max-height: min(92vh, 580px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.15rem 1.35rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(242, 202, 80, 0.22);
}

.payment-modal__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.15rem;
}

.payment-modal__heading {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.payment-modal__heading .heading-md {
    margin: 0;
    font-size: clamp(1.05rem, 3vw, 1.25rem);
    line-height: 1.2;
}

.payment-modal__heading .body-xs {
    margin: 0.1rem 0 0;
    font-size: 0.76rem;
    color: var(--text-dim);
}

.payment-modal__icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(242, 202, 80, 0.28), rgba(212, 175, 55, 0.1));
    border: 1px solid rgba(242, 202, 80, 0.35);
    color: var(--gold);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.payment-modal__icon .material-symbols-outlined {
    font-size: 1.35rem;
}

.payment-modal__close {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-dim);
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.payment-modal__close:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.25);
}

.payment-modal__close .material-symbols-outlined {
    font-size: 1.15rem;
}

.payment-modal__grid-body {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 0.85rem;
    align-items: stretch;
}

@media (max-width: 600px) {
    .payment-modal__grid-body {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }
}

/* Left Column: Order Summary & Pricing */
.payment-summary {
    padding: 0.8rem 0.9rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.45rem;
}

.payment-summary__slot-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.35rem;
}

.payment-summary__slot-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.payment-summary__date-wrap,
.payment-summary__time-wrap {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: var(--text-soft);
}

.payment-summary__date-wrap strong {
    color: var(--text);
    font-weight: 600;
}

.payment-summary__date-wrap .material-symbols-outlined,
.payment-summary__time-wrap .material-symbols-outlined {
    font-size: 0.92rem;
    color: var(--gold);
}

.payment-summary__duration {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: rgba(242, 202, 80, 0.15);
    color: var(--gold);
    flex-shrink: 0;
}

.payment-summary__user-row {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.76rem;
    color: var(--text-dim);
}

.payment-summary__user-row .material-symbols-outlined {
    font-size: 0.92rem;
    color: #8fd4a4;
}

.payment-summary__dot {
    opacity: 0.4;
}

.payment-summary__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 0.1rem 0;
}

.payment-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    font-size: 0.8rem;
}

.payment-breakdown__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dim);
}

.payment-breakdown__row[hidden],
.payment-method-panel[hidden],
.booking-error[hidden] {
    display: none !important;
}

.payment-breakdown__row--discount,
.payment-breakdown__row--offer {
    color: #4ade80;
    font-weight: 600;
    background: rgba(74, 222, 128, 0.08);
    padding: 0.28rem 0.55rem;
    border-radius: 0.5rem;
    border: 1px dashed rgba(74, 222, 128, 0.28);
    margin: 0.15rem 0;
}

.payment-breakdown__row--total {
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 700;
    padding-top: 0.35rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
    margin-top: 0.15rem;
}

.payment-breakdown__row--total .gold-text {
    font-size: 1.12rem;
}

/* Right Column: Payment Options & Action */
.payment-options-col {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.payment-methods__title {
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-dim);
    margin: 0;
}

.payment-methods__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
}

.payment-method-card {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.6rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.payment-method-card:hover {
    border-color: rgba(242, 202, 80, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.payment-method-card input[type="radio"] {
    display: none;
}

.payment-method-card__radio {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.payment-method-card.is-selected {
    border-color: var(--gold);
    background: rgba(242, 202, 80, 0.08);
    box-shadow: 0 0 0 1px rgba(242, 202, 80, 0.35);
}

.payment-method-card.is-selected .payment-method-card__radio {
    border-color: var(--gold);
}

.payment-method-card.is-selected .payment-method-card__radio::after {
    content: '';
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--gold);
}

.payment-method-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}

.payment-method-card__top {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.payment-method-card__name {
    font-weight: 600;
    font-size: 0.78rem;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-method-card__badge {
    font-size: 0.58rem;
    font-weight: 700;
    padding: 0.05rem 0.25rem;
    border-radius: 999px;
    background: rgba(143, 212, 164, 0.18);
    color: #8fd4a4;
    text-transform: uppercase;
}

.payment-method-card__sub {
    font-size: 0.68rem;
    color: var(--text-dim);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.payment-method-card__icon {
    font-size: 1.15rem;
    color: var(--text-dim);
    opacity: 0.65;
    flex-shrink: 0;
    margin-left: auto;
}

.payment-method-card.is-selected .payment-method-card__icon {
    color: var(--gold);
    opacity: 1;
}

.payment-method-panel {
    padding: 0.45rem 0.6rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.payment-method-panel .body-xs {
    margin: 0;
    font-size: 0.72rem;
}

.payment-upi-apps,
.payment-banks-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.payment-app-chip,
.payment-bank-chip {
    font-size: 0.7rem;
    padding: 0.18rem 0.45rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.payment-actions {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.15rem;
}

.payment-submit-btn {
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    box-shadow: 0 4px 16px rgba(242, 202, 80, 0.28);
    transition: all 0.2s ease;
}

.payment-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(242, 202, 80, 0.4);
}

.payment-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    color: var(--text-dim);
    text-align: center;
}

.payment-security-note .material-symbols-outlined {
    font-size: 0.85rem;
    color: var(--gold);
}

.booking-modal__card--otp .body-sm {
    margin: 0.2rem 0 0.85rem;
}

.booking-modal--success {
    padding: 0.75rem;
    align-items: center;
}

.booking-modal__card--success {
    width: min(720px, 100%);
    max-height: min(90vh, 640px);
    padding: 0;
    overflow: hidden;
}

.success-shell {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding: 1.15rem 1.2rem 1.1rem;
    overflow: hidden;
    max-height: min(90vh, 640px);
}

.success-body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
    gap: 0.85rem;
    align-items: stretch;
    min-height: 0;
}

.otp-modal__icon,
.success-check {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(242, 202, 80, 0.28), rgba(212, 175, 55, 0.1));
    color: var(--gold);
    border: 1px solid rgba(242, 202, 80, 0.35);
}

.otp-modal__icon .material-symbols-outlined,
.success-check .material-symbols-outlined {
    font-size: 1.8rem;
}

.otp-modal__lead strong { color: var(--gold); }

.otp-modal__welcome {
    margin: 0 0 0.35rem;
    color: var(--text-soft);
}

.otp-modal__welcome strong {
    color: var(--gold);
}

.otp-name-field {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    text-align: left;
}

.otp-name-field[hidden] {
    display: none !important;
}

.otp-digits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0.35rem 0 0.85rem;
}

.otp-digits input {
    width: 100%;
    aspect-ratio: 1;
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 4vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 0.9rem;
    border: 1px solid rgba(242, 202, 80, 0.35);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.otp-digits input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(242, 202, 80, 0.18);
}

.otp-digits input.is-error {
    border-color: rgba(255, 120, 120, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 120, 120, 0.12);
}

.booking-modal__card--success {
    position: relative;
}

.confetti-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.success-burst {
    position: absolute;
    top: 0.85rem;
    left: 0.9rem;
    right: 0.9rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.success-popper {
    font-size: 1.35rem;
    animation: popper-bounce 1.2s var(--ease) infinite alternate;
}

.success-popper--right { animation-delay: 0.2s; }

@keyframes popper-bounce {
    from { transform: translateY(0) rotate(-8deg) scale(1); }
    to { transform: translateY(-8px) rotate(10deg) scale(1.08); }
}

.success-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 0.85rem;
    padding: 0.15rem 0.15rem 0;
}

.success-header__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.success-header .heading-md {
    margin: 0;
    font-size: clamp(1.15rem, 3.4vw, 1.35rem);
    line-height: 1.25;
}

.success-header .body-sm {
    margin: 0;
    max-width: none;
    color: var(--text-soft);
    font-size: 0.88rem;
}

.success-check {
    position: relative;
    z-index: 1;
    width: 3.1rem;
    height: 3.1rem;
    margin: 0;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #241c00;
    box-shadow: 0 0 28px rgba(242, 202, 80, 0.35);
    animation: success-pop 0.55s var(--ease);
}

.success-check .material-symbols-outlined {
    font-size: 1.55rem;
}

@keyframes success-pop {
    0% { transform: scale(0.4); opacity: 0; }
    70% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); }
}

.booking-modal__card--success .heading-md,
.booking-modal__card--success .body-sm,
.booking-modal__card--success .btn {
    position: relative;
    z-index: 1;
}

.success-details {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-radius: 0.95rem;
    border: 1px solid rgba(242, 202, 80, 0.22);
    background:
        linear-gradient(180deg, rgba(242, 202, 80, 0.08), transparent 42%),
        rgba(255, 255, 255, 0.03);
    overflow: hidden;
    text-align: left;
    min-width: 0;
}

.success-details__id {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.75rem 0.9rem 0.7rem;
    border-bottom: 1px solid rgba(242, 202, 80, 0.18);
    text-align: left;
}

.success-details__id span {
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.success-details__id strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    word-break: break-all;
}

.success-details__grid {
    display: grid;
    gap: 0;
    padding: 0.1rem 0;
}

.success-details__row {
    display: grid;
    grid-template-columns: 6.2rem minmax(0, 1fr);
    align-items: center;
    column-gap: 0.65rem;
    padding: 0.48rem 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
}

.success-details__row:last-child {
    border-bottom: 0;
}

.success-details__row span {
    color: var(--text-dim);
    font-size: 0.76rem;
    line-height: 1.3;
}

.success-details__row strong {
    color: var(--text);
    font-weight: 600;
    text-align: right;
    line-height: 1.3;
    word-break: break-word;
}

.success-qr {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin: 0;
    padding: 0.75rem 0.65rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(242, 202, 80, 0.22);
    background: rgba(255, 255, 255, 0.02);
    min-width: 0;
}

.success-qr__frame {
    width: 148px;
    height: 148px;
    padding: 0.4rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid rgba(242, 202, 80, 0.4);
    box-shadow: 0 0 24px rgba(242, 202, 80, 0.14);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.success-qr__frame img,
.success-qr__frame canvas {
    display: block;
    width: 132px !important;
    height: 132px !important;
    max-width: 100%;
}

.success-qr__label {
    margin: 0.1rem 0 0;
    color: var(--text-soft);
    font-size: 0.74rem;
    text-align: center;
}

.success-qr__ref {
    margin: 0;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    word-break: break-all;
}

.success-qr__fallback {
    margin: 0;
    color: #666;
    font-size: 0.85rem;
}

.booking-modal__card--success .btn--block {
    margin-top: 0;
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .booking-modal__card--success {
        width: min(440px, 100%);
        max-height: min(92vh, 720px);
    }

    .success-shell {
        overflow-y: auto;
        max-height: min(92vh, 720px);
    }

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

    .success-header {
        flex-direction: column;
        text-align: center;
    }

    .success-header__text {
        align-items: center;
    }

    .success-details__id {
        align-items: center;
        text-align: center;
    }

    .success-qr {
        padding: 0.85rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .success-shell {
        padding: 1rem 0.9rem 0.95rem;
        gap: 0.8rem;
    }

    .success-details__row {
        grid-template-columns: 5.4rem minmax(0, 1fr);
        column-gap: 0.55rem;
        padding: 0.48rem 0.8rem;
    }

    .success-qr__frame {
        width: 140px;
        height: 140px;
    }

    .success-qr__frame img,
    .success-qr__frame canvas {
        width: 124px !important;
        height: 124px !important;
    }
}

@media (max-width: 640px) {
    .otp-digits { gap: 0.45rem; }
    .booking-modal__card--otp,
    .booking-modal__card--success { padding: 1.25rem 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
    .success-popper,
    .success-check { animation: none; }
}

/* Pricing / events */
.price-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .price-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
}

.event-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .event-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}

@media (min-width: 992px) {
    .event-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.9rem 1.6rem;
    border-radius: 1.25rem;
    border: 1px solid var(--line);
    background:
        radial-gradient(100% 70% at 50% 0%, rgba(242, 202, 80, 0.08), transparent 50%),
        rgba(16, 18, 20, 0.9);
    box-shadow: var(--shadow);
    transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 202, 80, 0.4);
    box-shadow: var(--shadow), var(--shadow-gold);
}

.plan-card--featured {
    border-color: rgba(242, 202, 80, 0.7);
    background:
        radial-gradient(100% 70% at 50% 0%, rgba(242, 202, 80, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(42, 36, 20, 0.9), rgba(14, 15, 16, 0.96));
    box-shadow: var(--shadow), 0 0 34px rgba(212, 175, 55, 0.16);
}

@media (min-width: 768px) {
    .plan-card--featured { transform: translateY(-0.7rem); }
    .plan-card--featured:hover { transform: translateY(calc(-0.7rem - 6px)); }
}

.plan-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-label);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-card__price { margin: 0 0 1.4rem; }

.plan-card__price strong {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--gold);
}

.plan-card__price span {
    color: var(--text-dim);
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 600;
}

.plan-card__list {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.plan-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: var(--text);
    font-size: 0.9rem;
}

.plan-card__list .icon { color: var(--gold); font-size: 1.15rem; }
.plan-card--center { text-align: center; }
.plan-card--center .plan-card__list li { text-align: left; }

/* Amenities */
.amenity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
}

@media (min-width: 768px) { .amenity-grid { grid-template-columns: repeat(3, 1fr); gap: 1.1rem; } }
@media (min-width: 1100px) { .amenity-grid { grid-template-columns: repeat(5, 1fr); } }

.amenity-card {
    height: 9.5rem;
    padding: 1.2rem;
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.25s var(--ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.amenity-card .icon {
    color: rgba(242, 202, 80, 0.75);
    margin-bottom: 0.65rem;
    transition: color 0.2s ease;
}

.amenity-card:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 202, 80, 0.4);
    box-shadow: var(--shadow-gold);
}

.amenity-card:hover .icon { color: var(--gold); }

.amenity-card h4 {
    margin: 0;
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Trust / weather */
.trust {
    background: #08090a;
    border-block: 1px solid var(--line);
}

.trust__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: center;
}

@media (min-width: 768px) { .trust__grid { grid-template-columns: repeat(4, 1fr); } }

.trust__item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust__item .icon { color: var(--gold); margin-bottom: 0.45rem; }

.trust__item h4 {
    margin: 0;
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weather {
    background: linear-gradient(90deg, rgba(242, 202, 80, 0.08), rgba(242, 202, 80, 0.14), rgba(242, 202, 80, 0.08));
    border-bottom: 1px solid rgba(242, 202, 80, 0.2);
}

.weather__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
}

@media (min-width: 768px) {
    .weather__inner { flex-direction: row; text-align: left; }
}

.weather__inner .icon { color: var(--gold); }
.weather__inner h3 { margin: 0; font-size: 1.1rem; }
.weather__inner p {
    margin: 0.2rem 0 0;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

/* Gallery / social */
.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.tab {
    padding: 0.65rem 1.1rem;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    color: var(--text-dim);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.tab:hover,
.tab.is-active {
    color: var(--gold);
    border-color: rgba(242, 202, 80, 0.35);
    background: rgba(242, 202, 80, 0.08);
}

/* Horizontal Scrollable Photo Gallery Section */
.gallery-slider-wrapper {
    position: relative;
    margin-top: 1.5rem;
    padding: 0 10px;
}

.gallery-scroll-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 1.5rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    padding: 0.75rem 0.5rem 1.5rem !important;
    -webkit-overflow-scrolling: touch !important;
}

/* Custom Sleek Scrollbar */
.gallery-scroll-container::-webkit-scrollbar {
    height: 8px;
}
.gallery-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}
.gallery-scroll-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #e6b828, #c5971a);
    border-radius: 10px;
}

.gallery-scroll-item {
    flex: 0 0 380px !important;
    max-width: 85vw !important;
    height: 250px !important;
    scroll-snap-align: start !important;
    position: relative !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: #161c28 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease !important;
    break-inside: unset !important;
    margin-bottom: 0 !important;
}

.gallery-scroll-item:hover {
    transform: translateY(-6px) scale(1.02) !important;
    border-color: rgba(230, 184, 40, 0.6) !important;
    box-shadow: 0 16px 36px rgba(230, 184, 40, 0.25) !important;
}

.gallery-scroll-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.gallery-scroll-item:hover img {
    transform: scale(1.08) !important;
}

.gallery-scroll-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
    opacity: 0.85;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.25rem;
}

.gallery-scroll-item:hover .gallery-scroll-overlay {
    opacity: 1;
}

.gallery-scroll-caption {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.gallery-nav-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(22, 28, 40, 0.9);
    border: 1px solid rgba(230, 184, 40, 0.5);
    color: #e6b828;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.6);
}

.gallery-nav-btn:hover {
    background: #e6b828;
    color: #000000;
    border-color: #e6b828;
    box-shadow: 0 6px 20px rgba(230, 184, 40, 0.4);
}

.gallery-nav-btn--prev { left: -18px; }
.gallery-nav-btn--next { right: -18px; }

@media (max-width: 768px) {
    .gallery-nav-btn--prev { left: 2px; }
    .gallery-nav-btn--next { right: 2px; }
    .gallery-scroll-item { flex: 0 0 290px !important; height: 200px !important; }
}

.masonry__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
}

.masonry__item:hover .masonry__overlay { opacity: 1; }
.masonry__overlay .icon { font-size: 2.6rem; }
.masonry__item.is-hidden,
.masonry__item[hidden] { display: none !important; }
.gallery-empty {
    text-align: center;
    color: var(--muted, rgba(255, 255, 255, 0.55));
    margin: 1.5rem 0 0;
    font-size: 0.95rem;
}
.center-actions { text-align: center; margin-top: 2.4rem; }

.stories {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.story {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    cursor: pointer;
}

.story__ring {
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-2), var(--gold), #fff);
}

.story__avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #0b0d0e;
}

.story__avatar img { width: 100%; height: 100%; object-fit: cover; }

.story span {
    font-size: 0.72rem;
    font-family: var(--font-label);
    font-weight: 600;
    color: var(--text-dim);
}

.social-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.4rem;
}

/* Testimonials */
.rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.55rem 1.1rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(242, 202, 80, 0.28);
    background: rgba(18, 20, 22, 0.7);
}

.rating-pill__stars { display: flex; color: var(--gold); }
.rating-pill .icon { color: var(--gold); font-size: 1.1rem; }

.carousel {
    position: relative;
    overflow: hidden;
    padding-block: 1.5rem;
}

.carousel__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    z-index: 2;
    pointer-events: none;
}

.carousel__fade--left {
    left: 0;
    background: linear-gradient(90deg, var(--bg-deep), transparent);
}

.carousel__fade--right {
    right: 0;
    background: linear-gradient(270deg, var(--bg-deep), transparent);
}

.carousel__track {
    display: flex;
    gap: 1.1rem;
    width: max-content;
    animation: scroll-track 40s linear infinite;
}

.carousel:hover .carousel__track { animation-play-state: paused; }

.testimonial {
    width: 340px;
    flex-shrink: 0;
    padding: 1.4rem;
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold);
    background: rgba(18, 20, 22, 0.8);
    box-shadow: var(--shadow);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.testimonial:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 202, 80, 0.35);
}

.testimonial__stars { color: var(--gold); margin-bottom: 0.65rem; font-size: 0.85rem; }
.testimonial__quote { margin: 0 0 1.2rem; color: var(--text-soft); font-style: italic; }

.testimonial__author { display: flex; align-items: center; gap: 0.85rem; }

.testimonial__avatar {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(242, 202, 80, 0.12);
    border: 1px solid rgba(242, 202, 80, 0.3);
    color: var(--gold);
    font-weight: 700;
}

.testimonial__author h4 {
    margin: 0;
    font-family: var(--font-label);
    font-size: 0.85rem;
    font-weight: 600;
}

.testimonial__author p { margin: 0; font-size: 0.75rem; color: var(--text-dim); }

/* Contact */
.contact {
    border-top: 1px solid var(--line);
}

.contact__row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .contact__row {
        flex-direction: row;
        align-items: stretch;
        gap: 2.25rem;
    }

    .contact__details { width: 38%; }
    .contact__map { width: 62%; }
}

.contact__title { margin: 0 0 1.75rem; }

.contact__list { display: grid; gap: 1rem; }

.contact__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.15rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.65);
}

.contact__item .icon {
    color: var(--gold);
    font-size: 1.55rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.contact__item-body { min-width: 0; flex: 1; }

.contact__item h4 {
    margin: 0 0 0.3rem;
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
}

.contact__item p { margin: 0; }

.contact__map-link {
    display: inline-flex;
    margin-top: 0.65rem;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.contact__map-link:hover {
    color: #ffe08a;
}

.contact__item--cta {
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem;
    border-color: rgba(242, 202, 80, 0.28);
    background:
        radial-gradient(120% 90% at 0% 0%, rgba(242, 202, 80, 0.1), transparent 55%),
        rgba(18, 20, 22, 0.72);
}

.contact__item-main {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    width: 100%;
}

.contact__whatsapp {
    width: 100%;
    justify-content: center;
    margin: 0;
}

.contact__map {
    min-height: 380px;
    padding: 0.55rem;
    border-radius: 1.2rem;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.7);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.contact__map iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 0.9rem;
}

@media (min-width: 1024px) {
    .contact__map {
        min-height: 100%;
    }

    .contact__map iframe {
        min-height: 100%;
    }
}

/* WhatsApp banner */
.whatsapp-banner {
    border-top: 1px solid rgba(242, 202, 80, 0.2);
    background:
        linear-gradient(90deg, rgba(242, 202, 80, 0.08), rgba(18, 20, 22, 0.9) 40%, rgba(242, 202, 80, 0.08));
}

.whatsapp-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .whatsapp-banner__inner { flex-direction: row; text-align: left; }
}

.whatsapp-banner h3 { margin: 0 0 0.25rem; text-transform: uppercase; }
.whatsapp-banner p { margin: 0; font-size: 0.92rem; }

.whatsapp-banner__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    .whatsapp-banner__actions {
        justify-content: flex-end;
    }
}

.site-footer-web__login-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--gold-light) !important;
}

.contact__phone-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.contact__phone-link {
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.2s ease;
    text-decoration: none;
}

.contact__phone-link:hover {
    color: var(--gold);
    text-decoration: underline;
}

/* Events category pills & activity showcase */
.events-category-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 2.2rem;
}

.category-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.1rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--line);
    background: rgba(20, 24, 28, 0.75);
    color: var(--text-muted);
    font-family: var(--font-label);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.category-pill:hover,
.category-pill.active {
    background: rgba(242, 202, 80, 0.16);
    border-color: rgba(242, 202, 80, 0.6);
    color: var(--gold);
    box-shadow: 0 0 15px rgba(242, 202, 80, 0.15);
}

.events-activity-showcase {
    margin-top: 3.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(242, 202, 80, 0.2);
    background: radial-gradient(100% 70% at 50% 0%, rgba(242, 202, 80, 0.05), transparent 60%), rgba(14, 16, 18, 0.85);
    text-align: center;
}

.events-activity-showcase__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.events-activity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.activity-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 2rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.25s ease;
}

.activity-chip:hover {
    border-color: rgba(242, 202, 80, 0.5);
    background: rgba(242, 202, 80, 0.08);
    transform: translateY(-2px);
}

.activity-chip__icon {
    color: var(--gold);
    font-size: 1.1rem;
}

.activity-chip__label {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-heading);
}

/* Gallery in-card set carousel */
.gallery-card-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

.gallery-card-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.gallery-card-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.card-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(14, 16, 20, 0.75);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: all 0.25s ease;
}

.gallery-scroll-item:hover .card-carousel-btn {
    opacity: 1;
}

.card-carousel-btn:hover {
    background: rgba(242, 202, 80, 0.9);
    color: #000;
    border-color: #f2ca50;
}

.card-carousel-btn--prev { left: 8px; }
.card-carousel-btn--next { right: 8px; }

.card-carousel-dots {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.card-carousel-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.25s ease;
}

.card-carousel-dot.is-active {
    width: 18px;
    border-radius: 4px;
    background: var(--gold);
}

/* Footer */
.site-footer-web {
    position: relative;
    z-index: 1;
    padding: var(--section) 0 2rem;
    border-top: 1px solid rgba(242, 202, 80, 0.18);
    background: #070809;
}

.site-footer-web__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.site-footer-web__logo {
    height: 5.2rem;
    width: auto;
    margin-inline: auto;
    opacity: 0.9;
}

.site-footer-web__tagline {
    margin: 0.8rem 0 0;
    color: var(--text-dim);
    font-size: 0.95rem;
}

.site-footer-web__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
}

.site-footer-web__links a {
    color: var(--text-dim);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer-web__links a:hover { color: var(--gold); }

.site-footer-web__copy {
    margin: 0.5rem 0 0;
    color: var(--text-dim);
    font-size: 0.85rem;
}

/* Reveal + utils */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.max-w-xl { max-width: 42rem; margin-inline: auto; }
.text-primary { color: var(--gold); }
.opacity-50 { opacity: 0.5; }

.custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #121416; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #4d4635; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: var(--gold-2); }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(242, 202, 80, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(242, 202, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(242, 202, 80, 0); }
}

@keyframes floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes scroll-track {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-340px * 4 - 1.1rem * 4)); }
}

@media (max-width: 767px) {
    .carousel__fade { width: 1.5rem; }
    .btn--lg { font-size: 0.95rem; padding: 0.95rem 1.25rem; }
}

/* My Slots page */
.my-slots-page {
    padding-top: calc(var(--section) * 0.7);
    min-height: 70vh;
}

.my-slots-page__inner {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.my-slots-hero {
    max-width: 42rem;
}

.my-slots-hero .heading-lg { margin: 0.35rem 0 0.55rem; }
.my-slots-hero .body-lg { margin: 0; color: var(--text-soft); }

.my-slots-auth {
    width: min(460px, 100%);
    margin: 0.25rem auto 0;
    padding: 1.6rem 1.35rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(242, 202, 80, 0.22);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.my-slots-auth__icon {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: var(--gold);
    border: 1px solid rgba(242, 202, 80, 0.35);
    background: rgba(242, 202, 80, 0.1);
}

.my-slots-auth .heading-md { margin: 0; }
.my-slots-auth .body-sm { margin: 0; color: var(--text-soft); }

.my-slots-auth__form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    text-align: left;
    margin-top: 0.35rem;
}

.my-slots-auth__form label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: var(--text-dim);
    font-size: 0.85rem;
}

.my-slots-auth__form input {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    border-radius: 0.7rem;
    padding: 0.75rem 0.85rem;
    font: inherit;
}

.my-slots-board {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    width: 100%;
}

.my-slots-board__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.95rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(242, 202, 80, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

.my-slots-board__phone {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.my-slots-board__phone strong { color: var(--gold); }

.my-slots-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.my-slots-tab {
    border: 0;
    background: transparent;
    color: var(--text-soft);
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.my-slots-tab span {
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
}

.my-slots-tab.is-active {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #241c00;
}

.my-slots-tab.is-active span {
    background: rgba(0, 0, 0, 0.15);
    color: #241c00;
}

.my-slots-panels {
    width: 100%;
}

.my-slots-panel {
    width: 100%;
}

.my-slots-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.my-slots-empty,
.my-slots-grid .booking-loading {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--text-dim);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.02);
}

.my-slot-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 1.25rem;
    border: 1px solid rgba(242, 202, 80, 0.2);
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(242, 202, 80, 0.1), transparent 45%),
        rgba(16, 18, 20, 0.88);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    transition: transform 0.25s var(--ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.my-slot-card:hover {
    transform: translateY(-3px);
    border-color: rgba(242, 202, 80, 0.4);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 24px rgba(212, 175, 55, 0.08);
}

.my-slot-card__body {
    padding: 1.1rem 1.15rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.my-slot-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.my-slot-card__id {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 0.95rem;
}

.my-slot-card__status {
    text-transform: capitalize;
    font-size: 0.7rem;
    font-family: var(--font-label);
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(95, 191, 138, 0.16);
    color: #8fd4a4;
}

.my-slot-card__status.is-pending {
    background: rgba(242, 202, 80, 0.16);
    color: var(--gold);
}

.my-slot-card__status.is-cancelled {
    background: rgba(255, 120, 120, 0.14);
    color: #ff9d9d;
}

.my-slot-card__hero {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.my-slot-card__date {
    margin: 0;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.my-slot-card__time {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.8vw, 1.35rem);
    font-weight: 700;
    line-height: 1.25;
}

.my-slot-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.my-slot-card__chip {
    padding: 0.7rem 0.75rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.my-slot-card__chip span {
    color: var(--text-dim);
    font-size: 0.72rem;
}

.my-slot-card__chip strong {
    font-size: 0.92rem;
    font-weight: 600;
}

.my-slot-card__actions {
    display: flex;
    gap: 0.55rem;
}

.my-slot-card__qr-toggle {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid rgba(242, 202, 80, 0.35);
    background: rgba(242, 202, 80, 0.08);
    color: var(--gold);
    border-radius: 0.8rem;
    padding: 0.72rem 0.85rem;
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.my-slot-card__qr-toggle:hover {
    background: rgba(242, 202, 80, 0.14);
    border-color: rgba(242, 202, 80, 0.55);
}

.my-slot-card__qr-toggle .material-symbols-outlined {
    font-size: 1.1rem;
}

.my-slot-card.is-qr-open .my-slot-card__qr-toggle {
    background: rgba(242, 202, 80, 0.18);
}

.my-slot-card__qr-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s var(--ease);
    border-top: 1px solid transparent;
    background: rgba(0, 0, 0, 0.18);
}

.my-slot-card.is-qr-open .my-slot-card__qr-panel {
    grid-template-rows: 1fr;
    border-top-color: rgba(242, 202, 80, 0.18);
}

.my-slot-card__qr-panel-inner {
    overflow: hidden;
    min-height: 0;
}

.my-slot-card__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1.1rem;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease, padding 0.32s var(--ease);
}

.my-slot-card.is-qr-open .my-slot-card__qr {
    padding: 1rem 1.1rem 1.15rem;
    opacity: 1;
    transform: translateY(0);
}

.my-slot-card__qr-frame {
    width: 132px;
    height: 132px;
    padding: 0.4rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid rgba(242, 202, 80, 0.4);
    box-shadow: 0 0 22px rgba(242, 202, 80, 0.14);
    display: grid;
    place-items: center;
    cursor: zoom-in;
}

.my-slot-card__qr-frame img,
.my-slot-card__qr-frame canvas {
    width: 116px !important;
    height: 116px !important;
    display: block;
}

.my-slot-card__qr-hint {
    margin: 0;
    color: var(--text-dim);
    font-size: 0.74rem;
}

.my-slot-card__qr-expand {
    border: 0;
    background: transparent;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem;
}

.my-slots-qr-modal__card {
    width: min(380px, 100%);
    text-align: center;
    position: relative;
    padding: 1.4rem 1.25rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.my-slots-qr-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    border: 0;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-soft);
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.my-slots-qr-modal__card .heading-md { margin: 0.2rem 0 0; }
.my-slots-qr-modal__card .body-sm { margin: 0; color: var(--text-soft); }

.my-slots-qr-modal__frame {
    width: 220px;
    height: 220px;
    margin: 0.35rem auto;
    padding: 0.55rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(242, 202, 80, 0.4);
    display: grid;
    place-items: center;
}

.my-slots-qr-modal__frame img,
.my-slots-qr-modal__frame canvas {
    width: 200px !important;
    height: 200px !important;
    display: block;
}

.my-slots-qr-modal__ref {
    margin: 0;
    color: var(--gold);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

@media (max-width: 1100px) {
    .my-slots-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .my-slots-grid {
        grid-template-columns: 1fr;
    }

    .my-slots-tabs {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .my-slots-tab {
        justify-content: space-between;
    }

    .my-slot-card__meta {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal,
    .highlight-card,
    .plan-card,
    .amenity-card,
    .btn,
    .carousel__track,
    .meter__fill--gold::after,
    .hero__pulse,
    .hero__rim,
    .hero__ball,
    .hero__scrollcue span,
    .hero__sweep {
        animation: none !important;
        transition: none !important;
    }
    .reveal { opacity: 1; transform: none; }

    .hero[data-hero-stage],
    .hero.is-ready,
    .hero.is-lit {
        --spot-x: 50%;
        --spot-y: 40%;
        --spot-angle: 0deg;
        --spot-gain: 0.35;
        --rim-gain: 0.2;
    }
    .hero .hero__image,
    .hero .hero__turf,
    .hero .hero__goal,
    .hero .hero__ball,
    .hero .hero__reveal,
    .hero [data-hero-anim] {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
        transition: none !important;
    }
    .hero .hero__image {
        transform: scale(1.05) !important;
        filter: saturate(1.1) contrast(1.05) brightness(0.75) !important;
    }
    .hero .hero__turf {
        transform: perspective(900px) rotateX(58deg) translateY(8%) !important;
    }
    .hero .hero__goal--left { transform: perspective(500px) rotateY(18deg) !important; }
    .hero .hero__goal--right { transform: perspective(500px) rotateY(-18deg) !important; }
    .hero .hero__reveal { opacity: 0 !important; }
    .hero .hero__lights { opacity: 1 !important; }
    .hero .hero__vol,
    .hero .hero__particles,
    .hero .hero__scrollcue { display: none !important; }
}

/* Reward points */
.success-details__row--rewards strong.success-rewards {
    color: var(--gold, #d4a017);
}

.my-rewards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.my-rewards__summary {
    width: 100%;
}

.my-rewards__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
    margin: 0;
}

.my-rewards__card {
    width: 100%;
    min-height: 6.5rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(242, 202, 80, 0.2);
    background: linear-gradient(145deg, rgba(28, 22, 12, 0.75), rgba(18, 20, 24, 0.85));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.45rem;
    box-sizing: border-box;
    box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.my-rewards__card:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 202, 80, 0.45);
    box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(242, 202, 80, 0.15);
}

.my-rewards__card span {
    font-size: 0.76rem;
    color: var(--text-soft);
    font-family: var(--font-label);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.my-rewards__card strong {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(120deg, #ffffff 0%, var(--gold) 60%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my-rewards__disabled {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.my-rewards__history {
    width: 100%;
}

.my-rewards__history h3 {
    margin: 0 0 0.75rem;
}

.my-rewards__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.my-rewards__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
}

.my-rewards__item-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.my-rewards__type {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(212, 160, 23, 0.16);
    color: var(--gold, #d4a017);
}

.my-rewards__ref {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}

.my-rewards__desc {
    margin: 0;
    font-size: 0.88rem;
}

.my-rewards__date {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}

.my-rewards__delta {
    white-space: nowrap;
    font-size: 1rem;
}

.my-rewards__delta.is-positive { color: #7fd4a8; }
.my-rewards__delta.is-negative { color: #f08a8a; }

@media (max-width: 900px) {
    .my-rewards__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .my-rewards__cards {
        grid-template-columns: 1fr;
    }

    .my-rewards__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================================================
   Scroll Reveal Animations
   ========================================================================== */

/* ── Base hidden state ── */
[data-reveal] {
    opacity: 0;
    will-change: opacity, transform;
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Reveal variants: default = fade + slide-up ── */
[data-reveal],
[data-reveal="up"] {
    transform: translateY(36px);
}
[data-reveal="down"]   { transform: translateY(-30px); }
[data-reveal="left"]   { transform: translateX(44px); }
[data-reveal="right"]  { transform: translateX(-44px); }
[data-reveal="zoom"]   { transform: scale(0.88); }
[data-reveal="zoom-in"]{ transform: scale(1.08); }
[data-reveal="flip"]   { transform: perspective(600px) rotateX(12deg) translateY(24px); }
[data-reveal="none"]   { transform: none; }

/* ── Visible state ── */
[data-reveal].is-visible {
    opacity: 1;
    transform: none !important;
}

/* ── Stagger delays via data-reveal-delay ── */
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
[data-reveal-delay="5"] { transition-delay: 0.40s; }
[data-reveal-delay="6"] { transition-delay: 0.48s; }
[data-reveal-delay="7"] { transition-delay: 0.56s; }
[data-reveal-delay="8"] { transition-delay: 0.64s; }

/* ── Respect user's reduced-motion preference ── */
@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ==========================================================================
   Cricket Preloader Animation
   ========================================================================== */
.cricket-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #060708;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.cricket-preloader.is-loaded {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    pointer-events: none;
}

.cricket-preloader__backdrop {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 45%, rgba(242, 202, 80, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 50% 85%, rgba(18, 60, 28, 0.15) 0%, transparent 50%),
        linear-gradient(180deg, rgba(6, 7, 8, 0.95), rgba(6, 7, 8, 1));
}

.cricket-preloader__spotlight {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 380px;
    background: radial-gradient(ellipse at 50% 0%, rgba(242, 202, 80, 0.22) 0%, transparent 70%);
    pointer-events: none;
    animation: preloaderSpotlight 3s ease-in-out infinite alternate;
}

@keyframes preloaderSpotlight {
    0% { opacity: 0.6; transform: translateX(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

.cricket-preloader__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    max-width: 420px;
    width: 100%;
}

.cricket-preloader__brand {
    margin-bottom: 0.85rem;
    animation: preloaderLogoGlow 2.5s ease-in-out infinite alternate;
}

.cricket-preloader__logo {
    height: 4.2rem;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 18px rgba(242, 202, 80, 0.4));
}

@keyframes preloaderLogoGlow {
    0% { filter: drop-shadow(0 4px 14px rgba(242, 202, 80, 0.25)); }
    100% { filter: drop-shadow(0 6px 24px rgba(242, 202, 80, 0.65)); }
}

.cricket-stage {
    width: 100%;
    max-width: 320px;
    margin: 0.5rem auto;
    position: relative;
}

.cricket-stage__svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* Cricket Ball Delivery Animation */
.cricket-ball-flight {
    animation: cricketDelivery 1.5s ease-in-out infinite;
    transform-origin: 0 0;
}

@keyframes cricketDelivery {
    0% {
        transform: translate(20px, 60px) scale(0.65);
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: translate(30px, 55px) scale(0.7);
    }
    38% {
        transform: translate(70px, 132px) scale(0.95); /* Pitch bounce */
    }
    58% {
        transform: translate(108px, 108px) scale(1.02); /* Rising to bat */
    }
    65% {
        transform: translate(122px, 103px) scale(1.08); /* Contact! */
    }
    68% {
        transform: translate(135px, 95px) scale(1.1); /* Just after strike */
    }
    100% {
        transform: translate(320px, -30px) scale(1.4); /* Boundary drive */
        opacity: 0;
    }
}

.cricket-ball__seam-spin {
    animation: cricketSeamSpin 0.35s linear infinite;
    transform-origin: 0 0;
}

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

.cricket-ball-shadow {
    animation: cricketShadow 1.5s ease-in-out infinite;
}

@keyframes cricketShadow {
    0% { transform: translate(20px, 0) scale(0.35); opacity: 0; }
    10% { opacity: 0.35; }
    38% { transform: translate(70px, 0) scale(1.1); opacity: 0.75; }
    65% { transform: translate(122px, 0) scale(0.55); opacity: 0.3; }
    100% { transform: translate(320px, 0) scale(0.2); opacity: 0; }
}

/* Cricket Bat Swing Animation */
.cricket-bat {
    transform-origin: 130px 18px;
    animation: cricketBatSwing 1.5s ease-in-out infinite;
}

@keyframes cricketBatSwing {
    0% {
        transform: rotate(30deg); /* High backlift - bat raised */
    }
    15% {
        transform: rotate(28deg); /* Holding at top, wrist cocked */
    }
    40% {
        transform: rotate(5deg); /* Beginning smooth downswing */
    }
    55% {
        transform: rotate(-18deg); /* Mid-swing acceleration */
    }
    65% {
        transform: rotate(-35deg); /* Sweet spot contact zone */
    }
    75% {
        transform: rotate(-48deg); /* Follow-through upswing */
    }
    85% {
        transform: rotate(-50deg); /* Full follow-through, bat high */
    }
    95% {
        transform: rotate(-5deg); /* Smoothly returning to guard */
    }
    100% {
        transform: rotate(30deg); /* Back to high backlift */
    }
}

/* Stumps & Bails Vibration */
.cricket-bail--left {
    transform-origin: 204px 68px;
    animation: bailVibeLeft 1.5s ease-in-out infinite;
}

.cricket-bail--right {
    transform-origin: 218px 68px;
    animation: bailVibeRight 1.5s ease-in-out infinite;
}

@keyframes bailVibeLeft {
    0%, 64% { transform: translate(0, 0) rotate(0deg); }
    67% { transform: translate(-2px, -4px) rotate(-16deg); }
    80%, 100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes bailVibeRight {
    0%, 64% { transform: translate(0, 0) rotate(0deg); }
    67% { transform: translate(2px, -4px) rotate(16deg); }
    80%, 100% { transform: translate(0, 0) rotate(0deg); }
}

/* Impact Burst Effect */
.impact-burst {
    animation: impactBurstAnim 1.5s ease-out infinite;
    transform-origin: 120px 105px;
}

@keyframes impactBurstAnim {
    0%, 64% { transform: scale(0); opacity: 0; }
    67% { transform: scale(1.3); opacity: 0.95; }
    76% { transform: scale(2.2); opacity: 0; }
    100% { transform: scale(0); opacity: 0; }
}

.impact-spark {
    animation: impactSparkAnim 1.5s ease-out infinite;
    transform-origin: 120px 105px;
}

@keyframes impactSparkAnim {
    0%, 64% { opacity: 0; stroke-dasharray: 0 50; }
    67% { opacity: 1; stroke-dasharray: 20 0; }
    75% { opacity: 0; stroke-dasharray: 0 50; }
    100% { opacity: 0; }
}

/* Status & Loading Bar */
.cricket-preloader__status {
    margin-top: 1.2rem;
    width: 100%;
}

.cricket-preloader__label {
    margin: 0 0 0.6rem;
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--gold);
    text-transform: uppercase;
    animation: labelPulse 1.8s ease-in-out infinite alternate;
}

@keyframes labelPulse {
    0% { opacity: 0.8; letter-spacing: 0.16em; }
    100% { opacity: 1; letter-spacing: 0.2em; }
}

.cricket-preloader__bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    overflow: hidden;
    position: relative;
}

.cricket-preloader__fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #b8860b, var(--gold), #fff2a8, var(--gold));
    background-size: 200% 100%;
    border-radius: 99px;
    box-shadow: 0 0 10px rgba(242, 202, 80, 0.6);
    animation: preloaderFill 1s cubic-bezier(0.1, 0.7, 0.1, 1) forwards, preloaderShimmer 1.5s linear infinite;
    transform-origin: left center;
}

@keyframes preloaderFill {
    0% { transform: scaleX(0.04); }
    15% { transform: scaleX(0.22); }
    35% { transform: scaleX(0.45); }
    60% { transform: scaleX(0.68); }
    85% { transform: scaleX(0.88); }
    100% { transform: scaleX(1); }
}

@keyframes preloaderShimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.cricket-preloader__sub {
    margin: 0.6rem 0 0;
    font-family: var(--font-label);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
    .cricket-preloader {
        transition: opacity 0.2s ease;
    }
    .cricket-ball-flight,
    .cricket-ball__seam-spin,
    .cricket-bat,
    .cricket-ball-shadow,
    .impact-burst,
    .impact-spark,
    .cricket-bail--left,
    .cricket-bail--right {
        animation: none !important;
    }
}

/* ==========================================================================
   Terms & Conditions Page Styles
   ========================================================================== */
.terms-page {
    padding-top: calc(var(--nav-height, 84px) + 2.5rem);
    padding-bottom: 5.5rem;
    position: relative;
}

.terms-page__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.terms-hero {
    margin-bottom: 2.75rem;
}

.terms-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--text-dim);
    margin-bottom: 1.25rem;
    font-family: var(--font-label);
}

.terms-breadcrumb a {
    color: var(--text-soft);
    transition: color 0.2s ease;
}

.terms-breadcrumb a:hover {
    color: var(--gold);
}

.terms-breadcrumb__sep {
    opacity: 0.4;
}

.terms-breadcrumb__current {
    color: var(--gold);
    font-weight: 600;
}

.terms-eyebrow-icon {
    font-size: 1.05rem;
    vertical-align: -2px;
    margin-right: 0.25rem;
}

.terms-hero .heading-lg {
    margin: 0.4rem 0 0.8rem;
    letter-spacing: -0.02em;
}

.terms-hero__intro {
    max-width: 860px;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.68;
}

.terms-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.terms-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
    color: var(--text-soft);
    font-family: var(--font-label);
}

.terms-meta-pill .material-symbols-outlined {
    font-size: 1.05rem;
    color: var(--gold);
}

.terms-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
    margin-bottom: 3rem;
}

.terms-highlight-card {
    padding: 1.25rem;
    border-radius: var(--radius);
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.25s var(--ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.terms-highlight-card:hover {
    transform: translateY(-3px);
    border-color: rgba(242, 202, 80, 0.3);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(242, 202, 80, 0.08);
}

.terms-highlight-card__icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(242, 202, 80, 0.12);
    border: 1px solid rgba(242, 202, 80, 0.28);
    display: grid;
    place-items: center;
    color: var(--gold);
    flex-shrink: 0;
}

.terms-highlight-card__icon-wrap .material-symbols-outlined {
    font-size: 1.35rem;
}

.terms-highlight-card__title {
    display: block;
    font-family: var(--font-label);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.terms-highlight-card__desc {
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--text-soft);
    margin: 0;
}

/* 2-Column Main Layout */
.terms-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 2.25rem;
    align-items: start;
}

/* Sticky Sidebar Navigation */
.terms-sidebar {
    position: sticky;
    top: 96px;
    z-index: 10;
}

.terms-nav {
    padding: 1.35rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(242, 202, 80, 0.25) transparent;
}

.terms-nav::-webkit-scrollbar {
    width: 4px;
}

.terms-nav::-webkit-scrollbar-thumb {
    background: rgba(242, 202, 80, 0.25);
    border-radius: 4px;
}

.terms-nav__header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.95rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line);
}

.terms-nav__header .material-symbols-outlined {
    color: var(--gold);
    font-size: 1.25rem;
}

.terms-nav__title {
    font-family: var(--font-label);
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text);
}

.terms-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.terms-nav__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-soft);
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
}

.terms-nav__link:hover {
    color: var(--gold);
    background: rgba(242, 202, 80, 0.08);
}

.terms-nav__link.is-active {
    color: #fff;
    background: rgba(242, 202, 80, 0.12);
    border-left-color: var(--gold);
    font-weight: 600;
}

.terms-nav__num {
    font-family: var(--font-label);
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-dim);
    width: 20px;
    flex-shrink: 0;
}

.terms-nav__link.is-active .terms-nav__num {
    color: var(--gold);
}

.terms-nav__label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.terms-nav__contact {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.terms-nav__contact-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 0.06em;
}

.terms-nav__contact-badge .material-symbols-outlined {
    font-size: 0.95rem;
}

.terms-nav__contact-text {
    font-size: 0.75rem;
    color: var(--text-soft);
    margin: 0.35rem 0 0.75rem;
    line-height: 1.45;
}

.terms-nav__contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.82rem;
}

/* Legal Cards Content */
.terms-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.terms-card {
    padding: 1.85rem 2.2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(18, 20, 22, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    scroll-margin-top: 110px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.terms-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
}

.terms-card--featured {
    border-color: rgba(242, 202, 80, 0.3);
    background: linear-gradient(180deg, rgba(242, 202, 80, 0.04), rgba(18, 20, 22, 0.75));
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 24px rgba(242, 202, 80, 0.05);
}

.terms-card--hotline {
    border-color: rgba(242, 202, 80, 0.35);
}

.terms-card__header {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.terms-card__badge-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0.1rem;
}

.terms-card__badge-wrap--gold {
    background: rgba(242, 202, 80, 0.12);
    border-color: rgba(242, 202, 80, 0.35);
}

.terms-card__num {
    font-family: var(--font-label);
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
}

.terms-card__icon {
    font-size: 1.25rem;
    color: var(--text-soft);
}

.terms-card__badge-wrap--gold .terms-card__icon {
    color: var(--gold);
}

.terms-card__category {
    display: block;
    font-family: var(--font-label);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.terms-card__title {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
}

.terms-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.terms-card__p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.72;
    margin: 0;
}

.terms-card__p--intro {
    color: var(--text-soft);
    font-size: 0.95rem;
}

.terms-card__phone-inline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.terms-card__callout {
    padding: 0.9rem 1.2rem;
    border-radius: 10px;
    background: rgba(242, 202, 80, 0.06);
    border-left: 3px solid var(--gold);
    border-top: 1px solid rgba(242, 202, 80, 0.12);
    border-right: 1px solid rgba(242, 202, 80, 0.12);
    border-bottom: 1px solid rgba(242, 202, 80, 0.12);
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    font-size: 0.88rem;
    color: var(--text-soft);
    line-height: 1.55;
}

.terms-card__callout-icon {
    color: var(--gold);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.terms-card__callout-content strong {
    color: #fff;
}

/* Section 5: Turf Rules Itemized List */
.terms-rules-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 0.5rem;
}

.terms-rule-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.95rem 1.15rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--line);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.terms-rule-item:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(242, 202, 80, 0.25);
    transform: translateX(4px);
}

.terms-rule-item__marker {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(242, 202, 80, 0.16);
    color: var(--gold);
    font-family: var(--font-label);
    font-weight: 700;
    font-size: 0.78rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    text-transform: lowercase;
}

.terms-rule-item__icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--text-soft);
    flex-shrink: 0;
}

.terms-rule-item__icon-wrap .material-symbols-outlined {
    font-size: 1.15rem;
}

.terms-rule-item__icon-wrap--danger {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.28);
    color: #ef4444;
}

.terms-rule-item__content {
    flex: 1;
}

.terms-rule-item__title {
    display: block;
    font-family: var(--font-label);
    font-size: 0.88rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.terms-rule-item__text {
    font-size: 0.88rem;
    color: var(--text-soft);
    margin: 0;
    line-height: 1.55;
}

/* Contact box in Section 13 */
.terms-contact-box {
    margin-top: 0.75rem;
    padding: 1.35rem 1.65rem;
    border-radius: 12px;
    border: 1px solid rgba(242, 202, 80, 0.3);
    background: rgba(242, 202, 80, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.terms-contact-box__info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.terms-contact-box__icon {
    font-size: 2.25rem;
    color: var(--gold);
}

.terms-contact-box__label {
    display: block;
    font-family: var(--font-label);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-dim);
}

.terms-contact-box__number {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: 0.02em;
}

.terms-contact-box__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.terms-contact-box__actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
}

/* Closing Agreement Banner */
.terms-agreement-banner {
    padding: 1.75rem 2.25rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(242, 202, 80, 0.4);
    background: linear-gradient(135deg, rgba(242, 202, 80, 0.12), rgba(18, 20, 22, 0.95));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(242, 202, 80, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1rem;
}

.terms-agreement-banner__content {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    max-width: 720px;
}

.terms-agreement-banner__check {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(242, 202, 80, 0.18);
    border: 1.5px solid var(--gold);
    display: grid;
    place-items: center;
    color: var(--gold);
    flex-shrink: 0;
}

.terms-agreement-banner__check .material-symbols-outlined {
    font-size: 1.75rem;
}

.terms-agreement-banner__sub {
    font-family: var(--font-label);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
    font-weight: 700;
}

.terms-agreement-banner__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0.25rem 0 0;
    line-height: 1.5;
}

.terms-agreement-banner__action .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

/* Payment Modal Terms Link Note */
.payment-terms-note {
    font-size: 0.68rem;
    color: var(--text-dim);
    text-align: center;
    line-height: 1.4;
    margin-top: 0.15rem;
}

.payment-terms-note a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.payment-terms-note a:hover {
    color: #fff;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .terms-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .terms-layout {
        grid-template-columns: 1fr;
    }

    .terms-sidebar {
        position: static;
    }

    .terms-nav {
        max-height: none;
    }

    .terms-nav__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.35rem;
    }
}

@media (max-width: 720px) {
    .terms-page {
        padding-top: calc(var(--nav-height, 72px) + 1.5rem);
    }

    .terms-highlights-grid {
        grid-template-columns: 1fr;
    }

    .terms-nav__list {
        grid-template-columns: 1fr;
    }

    .terms-card {
        padding: 1.35rem 1.25rem;
    }

    .terms-card__header {
        gap: 0.85rem;
    }

    .terms-card__title {
        font-size: 1.15rem;
    }

    .terms-contact-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .terms-contact-box__actions {
        width: 100%;
    }

    .terms-contact-box__actions .btn {
        flex: 1;
        justify-content: center;
    }

    .terms-agreement-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 1.35rem 1.25rem;
    }

    .terms-agreement-banner__action .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   YouTube Social Media Feed & Video Modal Player
   ========================================================================== */

.yt-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.95rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.28);
    color: #ff4e4e;
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.yt-pill-icon {
    display: inline-flex;
    align-items: center;
    color: #ff0000;
}

.yt-feed-container {
    margin-top: 2.2rem;
}

.yt-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .yt-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .yt-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.75rem;
    }
}

@media (min-width: 1360px) {
    .yt-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.75rem;
    }
}

/* YouTube Video Card */
.yt-card {
    display: flex;
    flex-direction: column;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(14, 18, 24, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.2, 0, 0, 1), 
                box-shadow 0.35s cubic-bezier(0.2, 0, 0, 1), 
                border-color 0.35s cubic-bezier(0.2, 0, 0, 1);
    position: relative;
}

.yt-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 202, 80, 0.45);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.55), 0 0 28px rgba(242, 202, 80, 0.12);
}

/* Card Media / Thumbnail */
.yt-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #050709;
    cursor: pointer;
}

.yt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}

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

.yt-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.yt-card:hover .yt-card__scrim {
    opacity: 0.45;
}

/* Play Badge */
.yt-card__play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.92);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.92);
    color: #ffffff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(229, 9, 20, 0.5), 0 0 0 0 rgba(229, 9, 20, 0.4);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease, box-shadow 0.3s ease;
    padding-left: 3px;
    z-index: 2;
}

.yt-card:hover .yt-card__play-badge {
    transform: translate(-50%, -50%) scale(1.08);
    background: #ff0000;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.7), 0 0 0 10px rgba(255, 0, 0, 0.18);
}

.yt-card__duration {
    position: absolute;
    bottom: 0.65rem;
    right: 0.65rem;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: var(--font-mono, monospace);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
}

/* Card Content Body */
.yt-card__content {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.35rem 1.35rem;
    flex: 1;
}

.yt-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    font-size: 0.75rem;
    color: var(--text-dim, #94a3b8);
    margin-bottom: 0.65rem;
}

.yt-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.yt-meta-item .icon {
    font-size: 0.9rem;
    color: var(--gold, #d4a017);
}

.yt-meta-item--likes .icon {
    color: #ff4e4e;
}

.yt-card__title {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 1.15rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yt-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yt-card__title a:hover {
    color: var(--gold, #f2ca50);
}

.yt-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.btn--yt-play {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(242, 202, 80, 0.12);
    color: var(--gold, #f2ca50);
    border: 1px solid rgba(242, 202, 80, 0.32);
    font-family: var(--font-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.5rem 0.95rem;
    border-radius: var(--radius-pill, 999px);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn--yt-play:hover {
    background: var(--gold, #f2ca50);
    color: #0b0d0e;
    border-color: var(--gold, #f2ca50);
    box-shadow: 0 4px 14px rgba(242, 202, 80, 0.35);
}

.btn-icon-yt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-dim, #94a3b8);
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-icon-yt:hover {
    background: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.4);
    color: #ff4e4e;
    transform: scale(1.08);
}

/* YouTube Channel Subscribe Banner */
.yt-channel-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2.8rem;
    padding: 1.6rem 2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(20, 24, 32, 0.8) 0%, rgba(10, 12, 16, 0.9) 100%);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.yt-channel-banner__info {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 280px;
}

.yt-channel-banner__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.yt-channel-banner__title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.25rem;
}

.yt-channel-banner__desc {
    color: var(--text-dim, #94a3b8);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.45;
}

.btn--yt-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #ff0000;
    color: #ffffff;
    padding: 0.75rem 1.6rem;
    border-radius: var(--radius-pill, 999px);
    font-family: var(--font-label);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.btn--yt-subscribe:hover {
    background: #cc0000;
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(255, 0, 0, 0.65);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .yt-channel-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 1.35rem 1.25rem;
        gap: 1.25rem;
    }

    .yt-channel-banner__action .btn--yt-subscribe {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   YouTube Embedded Modal Player
   ========================================================================== */

.yt-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0, 1), visibility 0.3s ease;
    padding: 1rem;
}

.yt-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.yt-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 8, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
}

.yt-modal__container {
    position: relative;
    width: 100%;
    max-width: 900px;
    z-index: 10;
    transform: scale(0.95) translateY(12px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yt-modal.is-open .yt-modal__container {
    transform: scale(1) translateY(0);
}

.yt-modal__dialog {
    background: #0d1219;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(242, 202, 80, 0.15);
}

.yt-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 24, 32, 0.9);
}

.yt-modal__header-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    max-width: 80%;
}

.yt-modal__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff4e4e;
}

.yt-modal__title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-modal__close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.yt-modal__close-btn:hover {
    background: rgba(255, 0, 0, 0.2);
    border-color: rgba(255, 0, 0, 0.4);
    color: #ff4e4e;
    transform: rotate(90deg);
}

.yt-modal__player-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000000;
}

.yt-modal__player-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.yt-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 24, 32, 0.9);
}

.btn--outline-gold {
    background: transparent;
    color: var(--gold, #f2ca50);
    border: 1px solid rgba(242, 202, 80, 0.35);
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: var(--radius-pill, 999px);
    padding: 0.45rem 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn--outline-gold:hover {
    background: rgba(242, 202, 80, 0.15);
    border-color: var(--gold, #f2ca50);
    color: #ffffff;
}

/* ==========================================================================
   HERO & BOOK A SLOT DUAL-PANEL REDESIGN (MATCHING SAMPLE SPECIFICATION)
   ========================================================================== */

:root {
    --gold-bright: #fce08c;
    --gold-primary: #dfac38;
    --gold-deep: #b8860b;
    --gold-glow: rgba(223, 172, 56, 0.28);
    --dark-canvas: #090a0d;
    --dark-surface: rgba(14, 17, 24, 0.88);
    --dark-card: rgba(20, 24, 34, 0.68);
    --emerald-demand: #10b981;
}

/* Base gold gradient text utility */
.gold-gradient-text {
    background: linear-gradient(135deg, #FFF4C2 0%, #F5C542 32%, #DFAC38 65%, #B8860B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0 2px 14px rgba(223, 172, 56, 0.25));
}

/* Navbar active item & icon refinements */
.site-nav__secondary .site-nav__btn-icon {
    font-size: 1.1rem;
    margin-right: 0.35rem;
    vertical-align: middle;
    color: var(--gold-primary);
}

.site-nav__cta .site-nav__cta-arrow {
    font-size: 1.1rem;
    margin-left: 0.35rem;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.site-nav__cta:hover .site-nav__cta-arrow {
    transform: translateX(3px);
}

/* Hero Split Section Container */
.hero-split-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding: 5rem 0 2rem;
    background-color: var(--dark-canvas);
    overflow-x: clip;
    overflow-y: visible;
}

/* Ambient Radial Glows */
.hero-split__ambient-glow {
    position: absolute;
    width: 900px;
    height: 800px;
    right: 1%;
    top: 6%;
    background: radial-gradient(ellipse at center, rgba(223, 172, 56, 0.16) 0%, rgba(184, 134, 11, 0.05) 45%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.hero-split__center-glow {
    position: absolute;
    width: 650px;
    height: 850px;
    left: 47%;
    top: 48%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(223, 172, 56, 0.12) 0%, rgba(184, 134, 11, 0.03) 48%, transparent 72%);
    filter: blur(65px);
    pointer-events: none;
    z-index: 1;
}

/* Center Curved Luminous Golden Ribbon */
.hero-split__swoosh-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.hero-split__swoosh-svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Two-Column Grid Container: Wide Luxury Layout (Utilizes Side Spaces & Stretches for Perfect Alignment) */
.hero-split__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(460px, 1fr) minmax(560px, 1.15fr);
    gap: clamp(2.2rem, 3.8vw, 4.8rem);
    align-items: stretch;
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 clamp(1.2rem, 3vw, 3rem);
}

/* ==========================================================================
   LEFT PANEL: BRAND & HIGHLIGHTS
   ========================================================================== */
.hero-split__left {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 0.15rem 0;
}

.hero-split__left-top {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

/* Eyebrow Pill Badge */
.hero-split__badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: rgba(20, 24, 32, 0.85);
    border: 1px solid rgba(223, 172, 56, 0.4);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gold-bright);
    text-transform: uppercase;
}

.hero-split__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-primary);
    box-shadow: 0 0 8px var(--gold-primary);
}

/* Display Headline */
.hero-split__title {
    margin: 0.15rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-split__title-brand {
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 3.4vw, 3.8rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-split__title-accent {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.1vw, 3.4rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FFF0B8 0%, #DFAC38 45%, #B8860B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-split__title-word {
    display: block;
}

/* Subtitle Specifications Line */
.hero-split__specs {
    margin: 0.15rem 0 0;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 248, 0.76);
    line-height: 1.45;
}

/* Action Buttons */
.hero-split__actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin: 0.45rem 0 0;
}

.hero-split__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: linear-gradient(135deg, #FFF0B8 0%, #DFAC38 50%, #B8860B 100%);
    color: #0a0b0e !important;
    font-family: var(--font-label);
    font-weight: 800;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.8rem 1.55rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(223, 172, 56, 0.38);
    transition: all 0.25s ease;
    text-decoration: none;
}

.hero-split__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(223, 172, 56, 0.55);
    color: #000000 !important;
}

.hero-split__btn-primary .icon-arrow {
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

.hero-split__btn-primary:hover .icon-arrow {
    transform: translateX(4px);
}

.hero-split__btn-ghost {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-family: var(--font-label);
    font-weight: 600;
    font-size: 0.86rem;
    padding: 0.8rem 1.45rem;
    border-radius: 999px;
    transition: all 0.25s ease;
    text-decoration: none;
}

.hero-split__btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(223, 172, 56, 0.4);
    color: var(--gold-bright);
}

/* Single Row Highlights Grid (4 Columns Across) */
.hero-split__highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
    margin-top: 30px;
    padding-top: 0.85rem;
}

.hero-highlight-card {
    background: rgba(18, 22, 32, 0.65);
    border: 1px solid rgba(223, 172, 56, 0.18);
    border-radius: 14px;
    padding: 0.8rem 0.85rem;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    min-width: 0;
}

.hero-highlight-card:hover {
    border-color: rgba(223, 172, 56, 0.45);
    transform: translateY(-2px);
    background: rgba(24, 30, 42, 0.8);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.48);
}

.hero-highlight-card--featured {
    border-color: rgba(223, 172, 56, 0.3);
    background: linear-gradient(145deg, rgba(24, 30, 42, 0.72) 0%, rgba(16, 20, 28, 0.65) 100%);
}

.hero-highlight-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    min-height: 28px;
}

.hero-highlight-card__icon-box {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(223, 172, 56, 0.12);
    border: 1px solid rgba(223, 172, 56, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    flex-shrink: 0;
}

.hero-highlight-card__icon {
    font-size: 1.02rem;
}

.hero-highlight-card__badge {
    font-family: var(--font-label);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 0.12rem 0.38rem;
    border-radius: 4px;
    background: rgba(223, 172, 56, 0.15);
    border: 1px solid rgba(223, 172, 56, 0.35);
    color: var(--gold-bright);
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-highlight-card__title {
    margin: 0.12rem 0 0;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}

.hero-highlight-card__desc {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.71rem;
    line-height: 1.34;
    color: rgba(240, 242, 248, 0.68);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   RIGHT PANEL: INTEGRATED BOOKING GLASS CARD
   ========================================================================== */
.hero-split__right {
    position: relative;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
}

.booking-glass-card {
    background: rgba(16, 20, 28, 0.72);
    border: 1px solid rgba(223, 172, 56, 0.24);
    border-radius: 20px;
    padding: 1.3rem 1.55rem;
    backdrop-filter: blur(28px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), 0 0 35px rgba(223, 172, 56, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.72rem;
    transition: all 0.3s ease;
    width: 100%;
    min-width: 0;
    max-width: 840px;
    height: 100%;
}

.booking-glass-card.pulse-glow {
    animation: pulseGlowAnim 1.2s ease;
}

@keyframes pulseGlowAnim {
    0% { box-shadow: 0 0 0 rgba(223, 172, 56, 0); }
    50% { box-shadow: 0 0 45px rgba(223, 172, 56, 0.45); }
    100% { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65); }
}

/* ==========================================================================
   SPECIAL OFFER BANNER (Relocated to Left Panel — Airy, Pleasant 2-Col Card)
   ========================================================================== */
.hour-offer-card--hero-left {
    margin: 0.45rem 0 0.2rem;
    padding: 0.9rem 1.3rem;
    background: linear-gradient(135deg, rgba(28, 22, 12, 0.78) 0%, rgba(18, 22, 30, 0.72) 100%);
    border: 1px solid rgba(223, 172, 56, 0.32);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(24px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 24px rgba(223, 172, 56, 0.08);
    display: grid;
    grid-template-columns: 1.45fr 1.05fr;
    align-items: center;
    gap: 1.35rem;
    transition: all 0.3s ease;
}

.hour-offer-card--hero-left::before {
    display: none !important;
}

.hour-offer-card--hero-left:hover {
    border-color: rgba(223, 172, 56, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 32px rgba(223, 172, 56, 0.16);
}

.hour-offer-card__left-col {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.hour-offer-card--hero-left .hour-offer-card__badge-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.hour-offer-card--hero-left .hour-offer-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.96rem;
    font-weight: 700;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    line-height: 1.34;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.hour-offer-card--hero-left .hour-offer-card__perks {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-top: 0.15rem;
    font-family: var(--font-body);
    font-size: 0.74rem;
    color: rgba(240, 242, 248, 0.78);
}

.hour-offer-card--hero-left .hour-offer-card__perk-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hour-offer-card--hero-left .hour-offer-card__perk-icon {
    font-size: 0.95rem;
    color: var(--gold-bright);
}

.hour-offer-card__right-col {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding-left: 1.3rem;
    border-left: 1px solid rgba(223, 172, 56, 0.2);
    min-width: 0;
}

.hour-offer-card__progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.hour-offer-card--hero-left .hour-offer-card__gift-icon-box {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(223, 172, 56, 0.15);
    border: 1px solid rgba(223, 172, 56, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(223, 172, 56, 0.22);
}

.hour-offer-card--hero-left .hour-offer-card__gift-icon {
    font-size: 1.1rem;
    color: var(--gold-bright);
    text-shadow: 0 0 8px rgba(242, 202, 80, 0.6);
}

.hour-offer-card--hero-left .hour-offer-progress-count {
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.hour-offer-card--hero-left .hour-offer-progress-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    overflow: hidden;
    margin: 0.15rem 0;
}

.hour-offer-card--hero-left .hour-offer-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #DFAC38, #FFF0B8);
    border-radius: 999px;
    box-shadow: 0 0 8px rgba(223, 172, 56, 0.5);
    transition: width 0.4s ease;
}

.hour-offer-card--hero-left .hour-offer-progress-hint {
    font-family: var(--font-body);
    font-size: 0.7rem;
    color: rgba(240, 242, 248, 0.68);
    line-height: 1.3;
}

/* Booking Card Sub-Header */
.booking-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0.05rem;
}

.booking-card-eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--gold-primary);
    text-transform: uppercase;
    margin-bottom: 0.05rem;
}

.booking-card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
}

.booking-card-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.68rem;
    color: rgba(240, 242, 248, 0.6);
}

.booking-card-meta__primary {
    font-weight: 600;
    color: rgba(240, 242, 248, 0.85);
}

/* Date Carousel (Fixed / Sticky on scroll) */
.date-picker--carousel {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    position: sticky;
    top: calc(var(--nav-height, 4.75rem) + 0.5rem);
    z-index: 25;
    background: rgba(14, 18, 26, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.45rem 0.35rem;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    border-radius: 14px;
    border: 1px solid rgba(223, 172, 56, 0.22);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}

.date-picker-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.date-picker-arrow:hover {
    background: rgba(223, 172, 56, 0.2);
    border-color: var(--gold-primary);
    color: var(--gold-bright);
}

.date-picker--carousel .date-picker__days {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0.15rem 0.05rem;
    scrollbar-width: none;
    flex: 1;
}

.date-picker--carousel .date-picker__days::-webkit-scrollbar {
    display: none;
}

.date-chip {
    min-width: 58px;
    padding: 0.48rem 0.25rem 0.42rem;
    border-radius: 10px;
    background: rgba(24, 28, 38, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    scroll-snap-align: start;
    flex-shrink: 0;
    position: relative;
}

.date-chip:hover {
    border-color: rgba(223, 172, 56, 0.4);
    background: rgba(30, 36, 48, 0.85);
}

.date-chip.is-peak-day {
    border-color: rgba(223, 172, 56, 0.28);
    background: linear-gradient(180deg, rgba(223, 172, 56, 0.08) 0%, rgba(24, 28, 38, 0.7) 100%);
}

.date-chip.is-holiday-day {
    border-color: rgba(242, 202, 80, 0.45);
    background: linear-gradient(180deg, rgba(242, 202, 80, 0.14) 0%, rgba(24, 28, 38, 0.75) 100%);
}

.date-chip.is-active {
    background: linear-gradient(135deg, #FFF0B8 0%, #DFAC38 100%);
    border-color: var(--gold-primary);
    color: #0b0c10 !important;
    box-shadow: 0 4px 14px rgba(223, 172, 56, 0.45);
    transform: scale(1.02);
}

.date-chip.is-active .date-chip__day,
.date-chip.is-active .date-chip__num,
.date-chip.is-active .date-chip__month {
    color: #0b0c10 !important;
    font-weight: 800;
}

.date-chip__day {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(240, 242, 248, 0.6);
    text-transform: uppercase;
    line-height: 1.2;
}

.date-chip__peak {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 0.48rem;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.9));
}

.date-chip__peak--holiday {
    font-size: 0.54rem;
    top: 2px;
    right: 3px;
    filter: drop-shadow(0 0 5px rgba(255, 190, 40, 0.85));
    animation: holidayIconPop 2.8s ease-in-out infinite;
}

.date-chip__num {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0.05rem 0;
}

.date-chip__month {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(240, 242, 248, 0.6);
    text-transform: uppercase;
}

/* Slot Groups Matrix */
.booking-slots-container {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-height: 148px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.booking-slots-container::-webkit-scrollbar {
    width: 4px;
}
.booking-slots-container::-webkit-scrollbar-thumb {
    background: rgba(223, 172, 56, 0.3);
    border-radius: 999px;
}

.time-slots-heading {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-primary, #DFAC38);
    margin: 0 0 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.time-slots-heading::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-primary, #DFAC38);
    box-shadow: 0 0 6px rgba(223, 172, 56, 0.6);
}

.slot-group {
    margin-bottom: 0.45rem;
}

.slot-group__title {
    display: none !important;
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
}

.slot {
    background: rgba(22, 26, 36, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    padding: 0.62rem 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.15rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #ffffff;
    min-height: 42px;
}

.slot__price,
.checkout-bar__unit-hint {
    display: none !important;
}

.slot:hover:not(:disabled) {
    border-color: rgba(223, 172, 56, 0.5);
    background: rgba(28, 34, 48, 0.9);
    transform: translateY(-1px);
}

.slot.is-selected {
    background: rgba(223, 172, 56, 0.18) !important;
    border-color: var(--gold-primary) !important;
    box-shadow: 0 0 14px rgba(223, 172, 56, 0.38) !important;
    transform: translateY(-1px);
}

.slot.is-selected .slot__time {
    color: var(--gold-bright);
    font-weight: 700;
}

.slot.is-selected .slot__price-now {
    color: #ffffff;
    font-weight: 800;
}

.slot.is-selected .slot__drop {
    background: linear-gradient(135deg, #FFE17D 0%, #DFAC38 100%) !important;
    color: #0b0c10 !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45) !important;
    opacity: 1 !important;
}

.slot.is-booked {
    background: rgba(10, 32, 22, 0.6) !important;
    border: 1px dashed rgba(16, 185, 129, 0.45) !important;
    opacity: 0.75;
    cursor: not-allowed;
}

.slot.is-booked .slot__time {
    color: rgba(209, 250, 229, 0.85);
}

.slot.is-past {
    background: rgba(20, 22, 28, 0.4);
    border-color: rgba(255, 255, 255, 0.05);
    opacity: 0.4;
    cursor: not-allowed;
}

.slot__time {
    font-size: 0.72rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.slot__time .slot__to {
    color: rgba(240, 242, 248, 0.5);
    margin: 0 0.15rem;
}

.slot__badge {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #34d399;
}

.slot.is-booked .slot__badge {
    color: #34d399 !important;
}

.slot.is-past .slot__badge {
    color: #94a3b8 !important;
}

.slot.is-blocked .slot__badge {
    color: #fbbf24 !important;
}

.slot__badge .material-symbols-outlined {
    font-size: 0.75rem;
}

.slot__price-now {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--gold-primary);
}

/* Legend Strip */
.booking-legend-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.68rem;
    color: rgba(240, 242, 248, 0.65);
    padding: 0.25rem 0.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    flex-wrap: wrap;
    gap: 0.4rem;
}

.booking-legend-strip__group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.booking-legend-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.booking-legend-strip__item .dot,
.legend-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.4);
}

.booking-legend-strip__item .dot--avail,
.legend-dot--available {
    background: rgba(255, 255, 255, 0.6);
}

.booking-legend-strip__item .dot--selected,
.legend-dot--selected {
    background: var(--gold-primary);
    box-shadow: 0 0 6px var(--gold-primary);
}

.booking-legend-strip__item .dot--booked,
.legend-dot--booked {
    background: #10b981 !important;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.6);
}

.booking-legend-strip__divider {
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.15);
}

.gold-star {
    color: var(--gold-bright);
    font-size: 0.8rem;
}

.gold-bolt {
    color: var(--gold-bright);
    font-size: 0.8rem;
}

/* Urgency / Social Proof Bar */
.urgency-card--compact {
    margin: 0;
    padding: 0.38rem 0.7rem;
    background: rgba(20, 24, 34, 0.75);
    border: 1px solid rgba(223, 172, 56, 0.25);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.urgency-card__left {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.urgency-card__icon-box {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: rgba(223, 172, 56, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    flex-shrink: 0;
}

.urgency-card__icon {
    font-size: 1rem;
}

.urgency-card__heading {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}

.urgency-card__sub {
    margin: 0.05rem 0 0;
    font-size: 0.68rem;
    color: rgba(240, 242, 248, 0.6);
    line-height: 1.3;
}

.demand-pill--high {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.5);
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.25);
    white-space: nowrap;
}

/* Checkout Bar */
.checkout-bar--luxury {
    padding: 0.55rem 0.85rem;
    background: rgba(12, 14, 20, 0.9);
    border: 1px solid rgba(223, 172, 56, 0.35);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.checkout-bar__selected-row {
    margin: 0;
    font-size: 0.7rem;
    color: rgba(240, 242, 248, 0.7);
}

.checkout-bar__selection-pill {
    font-weight: 700;
    color: #ffffff;
}

.checkout-bar__total-badge {
    color: var(--gold-bright);
    font-weight: 600;
}

.checkout-bar__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-top: 0.1rem;
}

.checkout-bar__price-main {
    display: flex;
    align-items: baseline;
    color: #ffffff;
}

.checkout-bar__currency {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 0.15rem;
}

.checkout-bar__val {
    font-family: 'Outfit', 'Montserrat', -apple-system, sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.checkout-bar__unit-hint {
    font-size: 0.7rem;
    color: rgba(240, 242, 248, 0.55);
}

.checkout-bar__cta--luxury {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, #FFF0B8 0%, #DFAC38 50%, #B8860B 100%);
    color: #0b0c10 !important;
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(223, 172, 56, 0.4);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.checkout-bar__cta--luxury:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(223, 172, 56, 0.6);
    color: #000000 !important;
}

.checkout-bar__cta--luxury:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}

.checkout-bar__cta-icon {
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

.checkout-bar__cta--luxury:hover:not(:disabled) .checkout-bar__cta-icon {
    transform: translateX(4px);
}

.booking-hint--bottom {
    margin: 0;
    font-size: 0.66rem;
    color: rgba(240, 242, 248, 0.5);
    text-align: center;
    line-height: 1.35;
}

/* ==========================================================================
   FLOATING QUICK ACCESS DOCK (FAR RIGHT MARGIN)
   ========================================================================== */
.quick-dock {
    position: fixed;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: rgba(18, 22, 32, 0.85);
    border: 1px solid rgba(223, 172, 56, 0.28);
    backdrop-filter: blur(18px);
    padding: 0.5rem;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.quick-dock__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(240, 242, 248, 0.75);
    text-decoration: none;
    transition: all 0.2s ease;
}

.quick-dock__btn:hover {
    background: rgba(223, 172, 56, 0.22);
    color: var(--gold-bright);
    transform: scale(1.1);
}

.quick-dock__btn .material-symbols-outlined {
    font-size: 1.15rem;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1200px) {
    .slot-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .hero-split__container {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
        padding: 0 3.2rem 0 1.5rem;
    }
}

@media (max-width: 960px) {
    .hero-split-section {
        padding: 5.2rem 0 3rem;
    }
    .hero-split__swoosh-container {
        display: none;
    }
    .hero-split__container {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.2rem;
        padding: 0 1.25rem;
        width: 100%;
        max-width: 100%;
    }
    .hero-split__left {
        text-align: left;
    }
    .hero-split__title-accent {
        display: block;
    }
    .hero-split__title-word {
        display: inline;
        margin-right: 0.35rem;
    }
    .hour-offer-card--hero-left {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0.85rem 1rem;
    }
    .hour-offer-card__right-col {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 0.65rem;
    }
    .booking-glass-card {
        height: auto;
    }
    .hero-split__highlights-grid {
        margin-top: 1.5rem;
        padding-top: 0;
    }
    .slot-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .quick-dock {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Mobile responsive: Remove "Check Slots & Book Now" button */
    .hero-split__btn-primary {
        display: none !important;
    }
    .hero-split__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }
    .hero-split__btn-ghost {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
        padding: 0.75rem 1rem;
    }

    /* Mobile responsive: Show only badges and headline in Special Offer card */
    .hour-offer-card--hero-left {
        display: block !important;
        grid-template-columns: 1fr !important;
        padding: 0.8rem 0.9rem !important;
        margin: 0.65rem 0 0.25rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge-wrap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0.35rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__tag {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__perks,
    .hour-offer-card--hero-left .hour-offer-card__right-col {
        display: none !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__title {
        margin: 0.35rem 0 0 !important;
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
    }

    /* Mobile responsive: Single swipeable horizontal row for highlights */
    .hero-split__highlights-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.65rem !important;
        padding-top: 0.15rem !important;
        padding-bottom: 0.5rem !important;
        margin-top: 1rem !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .hero-split__highlights-grid::-webkit-scrollbar {
        display: none;
    }
    .hero-highlight-card {
        flex: 0 0 165px !important;
        width: 165px !important;
        min-width: 165px !important;
        scroll-snap-align: start;
        padding: 0.75rem 0.8rem !important;
        border-radius: 13px !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
    }
    .hero-highlight-card__title {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .hero-highlight-card__desc {
        display: none !important;
    }
}

@media (max-width: 580px) {
    .hero-split__title-brand {
        font-size: clamp(1.6rem, 7.5vw, 2.2rem);
        line-height: 1.08;
    }
    .hero-split__title-accent {
        font-size: clamp(1.4rem, 6.2vw, 1.9rem);
        line-height: 1.1;
        word-break: break-word;
    }
    .hero-split__specs {
        font-size: 0.8rem;
    }
    .hero-split__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }
    .hero-split__btn-primary,
    .hero-split__btn-ghost {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
        padding: 0.75rem 1rem;
    }
    .hero-split__highlights-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.55rem !important;
        padding-top: 0.15rem !important;
        padding-bottom: 0.45rem !important;
        margin-top: 0.9rem !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .hero-split__highlights-grid::-webkit-scrollbar {
        display: none;
    }
    .hero-highlight-card {
        flex: 0 0 155px !important;
        width: 155px !important;
        min-width: 155px !important;
        scroll-snap-align: start;
        padding: 0.65rem 0.75rem !important;
        border-radius: 12px !important;
        min-height: auto;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
    }
    .hero-highlight-card__icon-box {
        width: 26px;
        height: 26px;
    }
    .hero-highlight-card__icon {
        font-size: 0.95rem;
    }
    .hero-highlight-card__title {
        font-size: 0.82rem;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .hero-highlight-card__desc {
        display: none !important;
    }
    .hour-offer-card--hero-left {
        padding: 0.75rem 0.8rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge-wrap {
        gap: 0.3rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge {
        font-size: 0.58rem !important;
        padding: 0.16rem 0.45rem !important;
        letter-spacing: 0.04em !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__tag {
        font-size: 0.62rem !important;
        padding: 0.16rem 0.42rem !important;
    }
    .booking-glass-card {
        padding: 1rem 0.85rem;
        border-radius: 18px;
    }
    .slot-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .checkout-bar--luxury {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }
    .checkout-bar__cta--luxury {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .hero-split__container {
        padding: 0 0.85rem !important;
    }
    .hour-offer-card--hero-left {
        padding: 0.65rem 0.7rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge-wrap {
        gap: 0.22rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__badge {
        font-size: 0.53rem !important;
        padding: 0.13rem 0.36rem !important;
    }
    .hour-offer-card--hero-left .hour-offer-card__tag {
        font-size: 0.55rem !important;
        padding: 0.13rem 0.34rem !important;
    }
}
