/* ============================================================
   MarSpa — Design System CSS
   Themes: Deep Ocean Gold (default) | Ivory & Teal | Midnight Rose
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Urbanist:wght@300;400;500;600;700&family=Cairo:wght@300;400;600;700&display=swap');

/* ── 1. THEME TOKENS ──────────────────────────────────────── */

/* THEME 1: Deep Ocean Gold (default) */
:root,
[data-theme="ocean-gold"] {
    --bg-primary:      #0B1829;
    --bg-secondary:    #0F2140;
    --bg-card:         rgba(255, 255, 255, 0.04);
    --bg-card-hover:   rgba(255, 255, 255, 0.07);
    --bg-nav:          rgba(11, 24, 41, 0.95);

    --accent-primary:  #C9A84C;
    --accent-hover:    #E2C06B;
    --accent-secondary:#0D6E6E;
    --accent-glow:     rgba(201, 168, 76, 0.15);

    --text-primary:    #F5EFE6;
    --text-secondary:  #CBD5E1;
    --text-muted:      #94A3B8;

    --border-color:    rgba(201, 168, 76, 0.15);
    --border-accent:   #C9A84C;
    --divider:         rgba(201, 168, 76, 0.2);

    --shadow-card:     0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-glow:     0 0 40px rgba(201, 168, 76, 0.1);

    --gradient-hero:   linear-gradient(135deg, rgba(11,24,41,0.7) 0%, rgba(13,110,110,0.3) 100%);
    --gradient-accent: linear-gradient(135deg, #C9A84C, #E2C06B);
    --gradient-card:   linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(13,110,110,0.05) 100%);

    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans:  'Urbanist', system-ui, sans-serif;
    --font-ar:    'Cairo', system-ui, sans-serif;
}

/* THEME 2: Ivory & Teal */
[data-theme="ivory-teal"] {
    --bg-primary:      #FAF8F5;
    --bg-secondary:    #F0EDE8;
    --bg-card:         #FFFFFF;
    --bg-card-hover:   #F8F5F0;
    --bg-nav:          rgba(250, 248, 245, 0.97);

    --accent-primary:  #0A7373;
    --accent-hover:    #085E5E;
    --accent-secondary:#C9A84C;
    --accent-glow:     rgba(10, 115, 115, 0.12);

    --text-primary:    #1C2B2B;
    --text-secondary:  #3D5050;
    --text-muted:      #7A9090;

    --border-color:    rgba(10, 115, 115, 0.12);
    --border-accent:   #0A7373;
    --divider:         rgba(10, 115, 115, 0.15);

    --shadow-card:     0 4px 24px rgba(28, 43, 43, 0.08);
    --shadow-glow:     0 0 40px rgba(10, 115, 115, 0.08);

    --gradient-hero:   linear-gradient(135deg, rgba(28,43,43,0.7) 0%, rgba(10,115,115,0.4) 100%);
    --gradient-accent: linear-gradient(135deg, #0A7373, #0D9696);
    --gradient-card:   linear-gradient(135deg, rgba(10,115,115,0.05) 0%, rgba(201,168,76,0.05) 100%);
}

/* THEME 3: Midnight Rose */
[data-theme="midnight-rose"] {
    --bg-primary:      #0F0F13;
    --bg-secondary:    #18121A;
    --bg-card:         rgba(30, 20, 25, 0.8);
    --bg-card-hover:   rgba(40, 28, 34, 0.9);
    --bg-nav:          rgba(15, 15, 19, 0.95);

    --accent-primary:  #C4846A;
    --accent-hover:    #D9977E;
    --accent-secondary:#8B5E6A;
    --accent-glow:     rgba(196, 132, 106, 0.15);

    --text-primary:    #F9F4EE;
    --text-secondary:  #D4C5BC;
    --text-muted:      #9C8E8A;

    --border-color:    rgba(196, 132, 106, 0.15);
    --border-accent:   #C4846A;
    --divider:         rgba(196, 132, 106, 0.2);

    --shadow-card:     0 8px 32px rgba(0, 0, 0, 0.5);
    --shadow-glow:     0 0 40px rgba(196, 132, 106, 0.1);

    --gradient-hero:   linear-gradient(135deg, rgba(15,15,19,0.7) 0%, rgba(139,94,106,0.3) 100%);
    --gradient-accent: linear-gradient(135deg, #C4846A, #D9977E);
    --gradient-card:   linear-gradient(135deg, rgba(196,132,106,0.08) 0%, rgba(139,94,106,0.05) 100%);
}

/* THEME 4: Pearl & Stone */
[data-theme="pearl-stone"] {
    --bg-primary:      #FAFAF8;
    --bg-secondary:    #F2F0EB;
    --bg-card:         #FFFFFF;
    --bg-card-hover:   #F7F5F0;
    --bg-nav:          rgba(250, 250, 248, 0.97);

    --accent-primary:  #7C6A52;
    --accent-hover:    #9A8366;
    --accent-secondary:#B5A48A;
    --accent-glow:     rgba(124, 106, 82, 0.12);

    --text-primary:    #1C1917;
    --text-secondary:  #44403C;
    --text-muted:      #78716C;

    --btn-text:        #FFFFFF;

    --border-color:    rgba(124, 106, 82, 0.12);
    --border-accent:   #7C6A52;
    --divider:         rgba(124, 106, 82, 0.1);

    --shadow-card:     0 8px 40px rgba(28, 25, 23, 0.07);
    --shadow-glow:     0 0 40px rgba(124, 106, 82, 0.1);

    --gradient-hero:   linear-gradient(135deg, rgba(250,250,248,0.5) 0%, rgba(242,240,235,0.4) 100%);
    --gradient-accent: linear-gradient(135deg, #7C6A52, #9A8366);
    --gradient-card:   linear-gradient(135deg, #FFFFFF 0%, rgba(242,240,235,0.5) 100%);

    --hero-overlay-rgb: 250, 248, 244;

    --ambiance-accent:     #7C6A52;
    --ambiance-hover:      #9A8366;
    --ambiance-glow:       rgba(124,106,82,0.12);
    --ambiance-secondary:  #B5A48A;
    --ambiance-gradient-a: #7C6A52;
    --ambiance-gradient-b: #C4AD8F;

    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans:  'Urbanist', system-ui, sans-serif;
    --font-ar:    'Cairo', system-ui, sans-serif;
}

[data-theme="pearl-stone"] .hero-cinematic-overlay {
    background:
        radial-gradient(ellipse at center, rgba(250,248,244,0.2) 0%, rgba(250,248,244,0.55) 70%, rgba(250,248,244,0.85) 100%),
        linear-gradient(to bottom, rgba(250,248,244,0.3) 0%, rgba(250,248,244,0.5) 50%, rgba(250,248,244,0.82) 100%);
}

[data-theme="pearl-stone"] .hero-headline-cinematic {
    color: #1C1917;
    text-shadow: 0 2px 12px rgba(255,255,255,0.6);
}

[data-theme="pearl-stone"] .hero-subtitle-cinematic {
    color: rgba(44, 40, 36, 0.85);
}

[data-theme="pearl-stone"] .hero-cta-pill {
    border-color: #7C6A52;
    color: #7C6A52;
    background: rgba(250,248,244,0.7);
    backdrop-filter: blur(10px);
}

[data-theme="pearl-stone"] .hero-cta-pill:hover {
    color: #FFFFFF;
    border-color: #7C6A52;
}

[data-theme="pearl-stone"] .hero-cta-pill:hover::before {
    background: linear-gradient(135deg, #7C6A52 0%, #9A8366 100%);
}

[data-theme="pearl-stone"] .location-badge {
    color: #7C6A52;
    border-color: rgba(124,106,82,0.3);
    background: rgba(124,106,82,0.06);
}

[data-theme="pearl-stone"] .digital-ticket {
    background: linear-gradient(135deg, #FAFAF8 0%, #F2F0EB 100%);
    box-shadow: 0 32px 80px rgba(28,25,23,0.1), 0 0 0 1px #7C6A52, inset 0 1px 0 rgba(255,255,255,0.9);
}

[data-theme="pearl-stone"] .ticket-brand { color: #1C1917; }

[data-theme="pearl-stone"] .ticket-number-badge {
    background: rgba(124,106,82,0.1);
    color: #7C6A52;
}

[data-theme="pearl-stone"] .stats-bar-b2c,
[data-theme="pearl-stone"] .ambiance-bar-section {
    background: rgba(124,106,82,0.04);
    border-color: rgba(124,106,82,0.1);
}

/* ── 2. GLOBAL RESET & BASE ────────────────────────────────── */
#cinematic-container {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-sans);
    line-height: 1.6;
    transition: background-color 0.4s ease, color 0.4s ease;
    overflow-x: hidden;
}

body[dir="rtl"] {
    font-family: var(--font-ar);
}

/* ── 3. TYPOGRAPHY ─────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    color: var(--text-primary);
    line-height: 1.15;
}

.display-xl { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 700; }
.display-lg { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 700; }
.display-md { font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 600; }
.display-sm { font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 600; }

.text-accent  { color: var(--accent-primary); }
.text-muted   { color: var(--text-muted); }
.text-serif   { font-family: var(--font-serif); }

/* ── 4. NAVBAR ─────────────────────────────────────────────── */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: var(--bg-nav);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    padding: 0 2rem;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    height: 60px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.navbar-brand {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent-primary);
    text-decoration: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand .brand-sub {
    font-family: var(--font-sans);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    display: block;
    line-height: 1;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
}

.navbar-nav a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

.navbar-nav a:hover {
    color: var(--accent-primary);
    background: var(--accent-glow);
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border: none;
    background: transparent;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
    display: none;
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: var(--bg-nav);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    padding: 1.5rem 2rem;
    z-index: 999;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-menu.open { display: flex; }
.mobile-menu a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    transition: all 0.2s;
}
.mobile-menu a:hover { color: var(--accent-primary); background: var(--accent-glow); }

/* ── 5. BUTTONS ────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    border-radius: 10px;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.btn-primary {
    background: var(--gradient-accent);
    color: #000;
    border-color: transparent;
    box-shadow: 0 4px 20px var(--accent-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--accent-glow);
    filter: brightness(1.05);
}

.btn-outline {
    background: transparent;
    color: var(--accent-primary);
    border-color: var(--accent-primary);
}

.btn-outline:hover {
    background: var(--accent-glow);
    transform: translateY(-2px);
}

.btn-lg {
    padding: 0.875rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

.btn-sm {
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
    border-radius: 8px;
}

/* ── 6. SECTIONS BASE ──────────────────────────────────────── */
section {
    padding: 5rem 0;
    scroll-margin-top: 80px;
}

section.hero {
    scroll-margin-top: 0;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent-glow);
    color: var(--accent-primary);
    border: 1px solid var(--border-accent);
    border-radius: 100px;
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.section-title span { color: var(--accent-primary); }

.section-subtitle {
    font-size: 1.0625rem;
    color: var(--text-muted);
    max-width: 560px;
    line-height: 1.7;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header.centered {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── 7. HERO ───────────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: var(--bg-primary);
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-primary);
    margin-bottom: 1.5rem;
}

.hero-eyebrow::before, .hero-eyebrow::after {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--accent-primary);
    opacity: 0.6;
}

.hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    line-height: 1.1;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.hero h1 em {
    font-style: normal;
    color: var(--accent-primary);
}

.hero-desc {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    max-width: 560px;
    line-height: 1.75;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.scroll-indicator span {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.scroll-arrow {
    width: 28px;
    height: 28px;
    border-right: 2px solid var(--accent-primary);
    border-bottom: 2px solid var(--accent-primary);
    transform: rotate(45deg);
    animation: scrollBounce 1.5s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50%       { transform: rotate(45deg) translateY(6px); }
}

/* ── 7.5 HERO TWO-COL LAYOUT ─────────────────────────────────── */
.hero-two-col {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-two-col {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
    .hero-text-side {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .hero-media-side {
        flex: 0 0 55%;
        max-width: 55%;
        position: relative;
    }
}

.hero-text-side {
    z-index: 2;
}

.hero-trust-metrics {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.hero-trust-metrics-centered {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.trust-stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trust-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent-primary);
    font-family: var(--font-sans);
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.trust-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.hero-visual-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    aspect-ratio: 4/5;
    width: 100%;
}

@media (min-width: 992px) {
    .hero-visual-wrapper {
        aspect-ratio: 4/4;
    }
}

.hero-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-visual-wrapper:hover .hero-visual-img {
    transform: scale(1.05);
}

/* Floating Glass Card */
.floating-glass-card {
    position: absolute;
    bottom: 2rem;
    left: -2rem;
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: var(--shadow-card);
    z-index: 3;
    max-width: 280px;
    animation: float 6s ease-in-out infinite;
}

@media (max-width: 991px) {
    .floating-glass-card {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 1rem !important;
        animation: none !important;
    }
}

.floating-glass-card .stars {
    color: var(--accent-primary);
    font-size: 1.25rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.floating-glass-card .glass-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.floating-glass-card .glass-desc {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Hero Slideshow Animation */
.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-slideshow .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: slideAnimation 24s infinite;
}

.hero-slideshow .slide:nth-child(1) { animation-delay: 0s; }
.hero-slideshow .slide:nth-child(2) { animation-delay: 8s; }
.hero-slideshow .slide:nth-child(3) { animation-delay: 16s; }

@keyframes slideAnimation {
    0% { opacity: 0; transform: scale(1); }
    10% { opacity: 1; }
    33.33% { opacity: 1; }
    43.33% { opacity: 0; transform: scale(1.05); }
    100% { opacity: 0; transform: scale(1.05); }
}

/* ── 8. STATS BAR ──────────────────────────────────────────── */


/* ── 8. STATS BAR ──────────────────────────────────────────── */
.stats-bar {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 2rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    divide-x: 1px solid var(--border-color);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem 2rem;
    border-right: 1px solid var(--border-color);
}

.stat-item:last-child { border-right: none; }

.stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    font-family: var(--font-sans);
    color: var(--accent-primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.8125rem;
    color: var(--text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

/* ── 9. CARDS ──────────────────────────────────────────────── */
.card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    right: 0; height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
}

.card:hover::before { opacity: 1; }

.card-icon {
    width: 56px;
    height: 56px;
    background: var(--gradient-accent);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    color: #000;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 20px var(--accent-glow);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.625rem;
    font-family: var(--font-sans);
}

.card-text {
    font-size: 0.9375rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Grid layouts */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }

/* Two column layout */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* ── 10. SERVICE CARDS (Menu) ──────────────────────────────── */
.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: var(--border-accent);
}

.service-card-img {
    height: 180px;
    overflow: hidden;
    position: relative;
    background: var(--bg-secondary);
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img {
    transform: scale(1.08);
}

.service-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-card-price {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--accent-primary);
}

.service-card-duration {
    font-size: 0.8125rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

/* ── 11. LOCATION CARDS ────────────────────────────────────── */
.location-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.25s ease;
}

.location-card:hover {
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
    transform: translateX(4px);
}

.location-type-badge {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-primary);
    background: var(--accent-glow);
    border: 1px solid var(--border-accent);
    border-radius: 6px;
    padding: 0.25rem 0.625rem;
    white-space: nowrap;
}

/* ── 12. PARTNERSHIP TABLE ─────────────────────────────────── */
.partnership-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
}

.partnership-table th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 2px solid var(--accent-primary);
    color: var(--accent-primary);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.partnership-table td {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 0.9375rem;
    vertical-align: top;
}

.partnership-table tr:hover td {
    background: var(--accent-glow);
}

.partnership-table strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* ── 13. MARQUEE ───────────────────────────────────────────── */
.marquee-track {
    overflow: hidden;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
}

.marquee-inner {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
}

.marquee-inner span {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    flex-shrink: 0;
}

.marquee-inner span.dot {
    color: var(--accent-primary);
}

@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ── 14. FORM ──────────────────────────────────────────────── */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.03em;
}

.form-control {
    background: var(--bg-card);
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    color: var(--text-primary);
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    outline: none;
    width: 100%;
}

.form-control::placeholder { color: var(--text-muted); opacity: 0.7; }

.form-control:focus {
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px var(--accent-glow);
    background: var(--bg-card-hover);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-section {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 2.5rem;
}

/* ── 15. BOOKING MODAL ─────────────────────────────────────── */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.2s ease;
}

.modal {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 2.5rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.5);
    animation: slideUp 0.3s ease;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    gap: 1rem;
}

.modal-close {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
    flex-shrink: 0;
    font-size: 1.125rem;
}

.modal-close:hover {
    color: var(--text-primary);
    border-color: var(--border-accent);
}

/* ── 16. SETTINGS PANEL ────────────────────────────────────── */
.settings-fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 900;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gradient-accent);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #000;
    box-shadow: 0 4px 24px var(--accent-glow), 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.settings-fab:hover {
    transform: scale(1.1) rotate(30deg);
    box-shadow: 0 8px 32px var(--accent-glow);
}

.settings-panel {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 899;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 1.5rem;
    width: 220px;
    box-shadow: var(--shadow-card);
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.settings-panel.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.settings-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.theme-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 0.875rem;
    background: var(--bg-card);
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
    transition: all 0.2s;
    margin-bottom: 0.5rem;
}

.theme-btn:hover, .theme-btn.active {
    border-color: var(--accent-primary);
    color: var(--text-primary);
    background: var(--accent-glow);
}

.theme-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lang-toggle {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.lang-btn {
    flex: 1;
    padding: 0.5rem;
    border-radius: 8px;
    border: 1.5px solid var(--border-color);
    background: var(--bg-card);
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: all 0.2s;
    text-align: center;
}

.lang-btn.active {
    background: var(--accent-primary);
    border-color: var(--accent-primary);
    color: #000;
}

/* ── 17. SCROLL-DRIVEN FLOATING ELEMENT ────────────────────── */
.scroll-float {
    position: fixed;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 800;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.scroll-float.visible { opacity: 1; }

.scroll-float-icon {
    font-size: 1.75rem;
    color: var(--accent-primary);
    animation: floatPulse 3s ease-in-out infinite;
    filter: drop-shadow(0 0 8px var(--accent-primary));
}

.scroll-progress-track {
    width: 2px;
    height: 80px;
    background: var(--border-color);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.scroll-progress-fill {
    position: absolute;
    top: 0; left: 0; right: 0;
    background: var(--gradient-accent);
    border-radius: 2px;
    height: 0%;
    transition: height 0.1s linear;
}

@keyframes floatPulse {
    0%, 100% { transform: translateY(0) scale(1);   opacity: 0.8; }
    50%       { transform: translateY(-8px) scale(1.05); opacity: 1; }
}

/* CSS Scroll-Driven Animation (Chrome 115+) */
@supports (animation-timeline: scroll()) {
    .scroll-reveal {
        animation: revealCard linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 35%;
    }

    @keyframes revealCard {
        from {
            opacity: 0;
            transform: translateY(40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .scroll-reveal-left {
        animation: revealLeft linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 35%;
    }

    @keyframes revealLeft {
        from { opacity: 0; transform: translateX(-50px); }
        to   { opacity: 1; transform: translateX(0); }
    }

    .scroll-reveal-right {
        animation: revealRight linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 35%;
    }

    @keyframes revealRight {
        from { opacity: 0; transform: translateX(50px); }
        to   { opacity: 1; transform: translateX(0); }
    }
}

/* Fallback for non-supporting browsers */
@supports not (animation-timeline: scroll()) {
    .scroll-reveal,
    .scroll-reveal-left,
    .scroll-reveal-right {
        opacity: 0;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .scroll-reveal.in-view      { opacity: 1; transform: translateY(0) !important; }
    .scroll-reveal-left.in-view { opacity: 1; transform: translateX(0) !important; }
    .scroll-reveal-right.in-view { opacity: 1; transform: translateX(0) !important; }

    .scroll-reveal      { transform: translateY(40px); }
    .scroll-reveal-left { transform: translateX(-50px); }
    .scroll-reveal-right { transform: translateX(50px); }
}

/* ── 18. ABOUT IMAGE ───────────────────────────────────────── */
.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid var(--accent-primary);
    border-radius: 24px;
    opacity: 0.3;
    pointer-events: none;
}

.image-badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: var(--bg-nav);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 0.875rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* ── 19. VISION SECTION ────────────────────────────────────── */
.vision-card {
    background: var(--gradient-card);
    border: 1px solid var(--border-accent);
    border-radius: 28px;
    padding: 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vision-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
    pointer-events: none;
}

.vision-quote {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-family: var(--font-serif);
    color: var(--text-primary);
    line-height: 1.6;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

.vision-quote::before { content: '\201C'; color: var(--accent-primary); font-size: 4rem; line-height: 0; vertical-align: -1.5rem; margin-right: 0.25rem; }
.vision-quote::after  { content: '\201D'; color: var(--accent-primary); font-size: 4rem; line-height: 0; vertical-align: -1.5rem; margin-left: 0.25rem; }

/* ── 20. DIGITAL EDGE ──────────────────────────────────────── */
.qr-showcase {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s;
}

.qr-showcase:hover {
    border-color: var(--border-accent);
    box-shadow: var(--shadow-card);
}

.qr-code-box {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* ── 21. FOOTER ────────────────────────────────────────────── */
footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--accent-primary);
    margin-bottom: 0.5rem;
}

.footer-links h5 {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.footer-links a {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9375rem;
    padding: 0.25rem 0;
    transition: color 0.2s;
}

.footer-links a:hover { color: var(--accent-primary); }

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* ── 22. ALERT / TOAST ─────────────────────────────────────── */
.toast {
    position: fixed;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1rem 1.5rem;
    box-shadow: var(--shadow-card);
    z-index: 3000;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    min-width: 280px;
    max-width: 480px;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.toast.success { border-color: #10b981; }
.toast.error   { border-color: #ef4444; }

/* ── 22. LUXURY DIVIDER ────────────────────────────────────── */
.luxury-divider {
    position: relative;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.luxury-divider-line {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--accent-primary) 30%,
        var(--accent-primary) 70%,
        transparent 100%
    );
    opacity: 0.35;
}

.luxury-divider-glow {
    position: absolute;
    width: 200px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
    filter: blur(6px);
    pointer-events: none;
}

/* ── 22b. THE MARSPA DIFFERENCE SECTION ───────────────────── */
.difference-section {
    position: relative;
    background: linear-gradient(180deg, rgba(10,15,30,1) 0%, rgba(14,21,40,1) 100%);
    padding: 6rem 0 7rem;
    overflow: hidden;
}

.difference-section .container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
}

/* Ambient Lighting */
.difference-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.12;
}

.ambient-orb--1 {
    width: 500px;
    height: 500px;
    background: var(--accent-primary);
    top: -10%;
    left: -8%;
    animation: ambientDrift1 18s ease-in-out infinite;
}

.ambient-orb--2 {
    width: 400px;
    height: 400px;
    background: var(--accent-secondary);
    bottom: -15%;
    right: -5%;
    animation: ambientDrift2 22s ease-in-out infinite;
}

@keyframes ambientDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(40px, 30px) scale(1.08); }
}

@keyframes ambientDrift2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-30px, -20px) scale(1.05); }
}

/* Section Header */
.difference-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}

.difference-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
    font-family: var(--font-serif);
    line-height: 1.15;
}

.difference-subtitle {
    font-size: 1.0625rem;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 740px;
    text-align: center;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Benefit Card — Glassmorphism */
.benefit-card {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem 2rem 2rem;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;

    /* Animation initial state */
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease,
        background 0.4s ease;
    transition-delay: calc(var(--benefit-index, 0) * 100ms);

    outline: none;
}

/* Card inner glow element */
.benefit-card-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--accent-primary) 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* In-view state (triggered by IntersectionObserver) */
.benefit-card.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Hover */
.benefit-card:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-6px) scale(1.02);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(201, 168, 76, 0.08);
    border-color: rgba(201, 168, 76, 0.25);
}

.benefit-card:hover .benefit-card-glow {
    opacity: 1;
}

/* Focus visible for keyboard accessibility */
.benefit-card:focus-visible {
    outline: 2px solid var(--accent-primary);
    outline-offset: 4px;
}

/* Benefit Icon */
.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--accent-primary);
    filter: drop-shadow(0 2px 8px rgba(201, 168, 76, 0.2));
    transition: transform 0.4s ease, filter 0.4s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 16px rgba(201, 168, 76, 0.35));
}

/* Card Typography */
.benefit-card h3 {
    font-family: var(--font-sans);
    font-size: 1.1875rem;
    font-weight: 650;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 0.9375rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .difference-section {
        padding: 5rem 0 6rem;
    }

    .difference-header {
        margin-bottom: 3rem;
    }
}

/* Responsive: Mobile */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .difference-section {
        padding: 3.5rem 0 4.5rem;
    }

    .difference-header {
        margin-bottom: 2.5rem;
    }

    .benefit-card {
        padding: 2rem 1.5rem 1.75rem;
    }
}



.toast-icon { font-size: 1.25rem; }
.toast.success .toast-icon { color: #10b981; }
.toast.error   .toast-icon { color: #ef4444; }

/* ── 23. ANIMATIONS ────────────────────────────────────────── */
@keyframes fadeIn    { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp  { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideUp   { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin      { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.animate-fade-in { animation: fadeIn 0.6s ease both; }
.animate-fade-up { animation: fadeInUp 0.7s ease both; }

/* Stagger delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* ── 24. SEPARATOR ─────────────────────────────────────────── */
.divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--divider);
}

.divider-icon { color: var(--accent-primary); font-size: 1rem; }

/* ── 25. BULLET LIST ───────────────────────────────────────── */
.check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.check-list li::before {
    content: '✦';
    color: var(--accent-primary);
    font-size: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

/* ── 26. UTILITY ───────────────────────────────────────────── */
.text-center    { text-align: center; }
.text-right     { text-align: right; }
.w-full         { width: 100%; }
.mt-1  { margin-top: 0.5rem; }
.mt-2  { margin-top: 1rem; }
.mt-3  { margin-top: 1.5rem; }
.mt-4  { margin-top: 2rem; }
.mb-1  { margin-bottom: 0.5rem; }
.mb-2  { margin-bottom: 1rem; }
.mb-3  { margin-bottom: 1.5rem; }
.mb-4  { margin-bottom: 2rem; }
.flex          { display: flex; }
.flex-center   { display: flex; align-items: center; justify-content: center; }
.flex-between  { display: flex; align-items: center; justify-content: space-between; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.gap-4 { gap: 2rem; }

/* ── 27. RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
    .navbar-nav, .navbar-actions { display: none; }
    .hamburger { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .stats-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
    .stat-item { 
        border-right: 1px solid var(--border-color); 
        border-bottom: none; 
        padding: 0.75rem 0.5rem; 
    }
    .stat-item:last-child { border-right: none; }
    .stat-number { font-size: clamp(1.5rem, 5vw, 2rem); }
    .stat-label { font-size: 0.7rem; text-align: center; }

    /* ── Hero: stack image on top, content below ── */
    .hero {
        flex-direction: column !important;
        align-items: stretch !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    .hero-slideshow {
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        flex-shrink: 0;
    }
    .hero-slideshow .slide {
        background-size: cover !important;
        background-position: center center !important;
    }
    /* Replace global overlay with a subtle bottom-fade on the image only */
    .hero-overlay { display: none !important; }
    .hero-slideshow::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.35) 100%);
        z-index: 2;
        pointer-events: none;
    }
    /* Text content area sits below the image */
    #hero > .container {
        position: relative !important;
        height: auto !important;
        background: var(--bg-primary) !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        align-items: flex-start !important;
    }
    .hero-content-centered {
        padding-top: 0 !important;
    }
    .scroll-indicator { display: none !important; }
    .marquee-inner { animation: marquee 11s linear infinite; }
    .marquee-inner span { font-size: 0.65rem; }
    .floating-glass-card { 
        padding: 1rem 1.5rem;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 2rem !important;
        max-width: 90% !important;
    }
    .floating-glass-card .stars { font-size: 1rem; text-align: center; }
    .floating-glass-card .glass-title { font-size: 0.8125rem; text-align: center; }
    .floating-glass-card .glass-desc { font-size: 0.7rem; text-align: center; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .vision-card { padding: 2.5rem 1.5rem; }
    section { padding: 3.5rem 0; }
    .scroll-float { display: none; }
    .partnership-table { font-size: 0.875rem; }
    .partnership-table th,
    .partnership-table td { padding: 0.875rem 1rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 1.25rem; }
    .hero h1 { font-size: 2rem; }
    .hero-ctas { flex-direction: column; }
    .btn-lg { width: 100%; justify-content: center; }
    .modal { padding: 1.5rem; border-radius: 16px; }
    .settings-fab { bottom: 1.5rem; right: 1.5rem; }
    .settings-panel { right: 1.5rem; }
}

/* ── 28. RTL OVERRIDES ─────────────────────────────────────── */
[dir="rtl"] .navbar-brand { flex-direction: row-reverse; }
[dir="rtl"] .hero-eyebrow::before, [dir="rtl"] .hero-eyebrow::after { order: unset; }
[dir="rtl"] .card-icon { margin-left: 0; }
[dir="rtl"] .location-card:hover { transform: translateX(-4px); }
[dir="rtl"] .check-list li { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .partnership-table th, [dir="rtl"] .partnership-table td { text-align: right; }
[dir="rtl"] .settings-fab { right: auto; left: 2rem; }
[dir="rtl"] .settings-panel { right: auto; left: 2rem; }
[dir="rtl"] .scroll-float { left: auto; right: 2rem; }
[dir="rtl"] .toast { }

/* ── 29. DASHBOARD TEXT CLARITY ────────────────────────── */
/* All headings inside dashboard */
.dashboard-page h1,
.dashboard-page h2,
.dashboard-page h3,
.dashboard-page h4 {
    color: #0d0d0d !important;
}

/* Labels and form text */
.dashboard-page label {
    color: #111 !important;
}

/* Paragraph / description text */
.dashboard-page p {
    color: #333 !important;
}

/* Table cells */
.dashboard-page td {
    color: #111 !important;
}

/* Table headers */
.dashboard-page th {
    color: #333 !important;
}

/* Small / helper text */
.dashboard-page small,
.dashboard-page .text-muted {
    color: #555 !important;
}

/* No-data placeholder */
.dashboard-page .no-data {
    color: #444 !important;
}

/* Inputs */
.dashboard-page .form-control {
    color: #111 !important;
}

/* Any inline color:#666 or color:#888 spans inside the dashboard */
.dashboard-page span[style*="color:#666"],
.dashboard-page div[style*="color:#666"],
.dashboard-page span[style*="color:#888"],
.dashboard-page div[style*="color:#888"],
.dashboard-page span[style*="color:#555"],
.dashboard-page div[style*="color:#555"] {
    color: #444 !important;
}

/* ── 30. DASHBOARD MOBILE ──────────────────────────────── */
@media (max-width: 768px) {
    /* Container & header */
    .dashboard-page {
        padding-top: 64px;
    }
    .dashboard-container {
        padding: 0.75rem;
    }
    .dashboard-header h1 {
        font-size: 1.5rem;
    }

    /* Tabs: compact */
    .tab-button {
        padding: 0.5rem 0.6rem;
        font-size: 0.78rem;
        gap: 0.25rem;
    }

    /* Section panels: reduce padding */
    .bookings-section,
    .sessions-section,
    .locations-section,
    .categories-section,
    .partnership-requests-section,
    .users-panel {
        padding: 1rem !important;
    }

    /* Section header: stack title + action button vertically */
    .bookings-section .section-header,
    .sessions-section .section-header,
    .locations-section .section-header,
    .categories-section .section-header,
    .partnership-requests-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    /* Users panel header (inline-styled, so needs !important) */
    .users-panel-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }

    /* Tables: block + horizontal scroll */
    .data-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Scroll wrapper for inline-styled tables (users section) */
    .table-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-scroll-wrapper table {
        min-width: 480px;
    }

    /* Form rows: single column */
    .form-row {
        grid-template-columns: 1fr;
    }

    /* Users section: form & permissions grids */
    .users-form-grid {
        grid-template-columns: 1fr !important;
    }
    .users-permissions-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
