/* ============================================
   CasinoLab Casino - Laboratory Neon Stylesheet
   Mobile-first, glassmorphism, dark indigo base
   ============================================ */

/* ============================================
   THEME - light variant (lab daylight)
   Dark is the default in :root (set in _layout.html)
   ============================================ */
:root[data-theme="light"] {
    --background: #eef0fb;
    --background-soft: #ffffff;
    --foreground: #0c0c24;
    --card: #ffffff;
    --card-foreground: #0c0c24;
    --popover: #ffffff;
    --popover-foreground: #0c0c24;
    --primary: #0891b2;
    --primary-foreground: #ffffff;
    --secondary: #7c3aed;
    --secondary-foreground: #ffffff;
    --muted: #e3e5f3;
    --muted-foreground: #4a4a6a;
    --accent: #65a30d;
    --accent-foreground: #ffffff;
    --border: #c8c8e0;
    --input: #f4f5fb;
    --ring: #0891b2;
    --neon-glow: 0 0 24px rgba(8, 145, 178, 0.25);
    --neon-glow-violet: 0 0 24px rgba(124, 58, 237, 0.22);
    --gradient-neon: linear-gradient(135deg, #0891b2 0%, #7c3aed 100%);
    --gradient-lab: linear-gradient(180deg, #eef0fb 0%, #dde0f2 60%, #eef0fb 100%);
}

:root[data-theme="light"] body {
    background-image:
        radial-gradient(ellipse at 20% 10%, rgba(124, 58, 237, 0.10), transparent 50%),
        radial-gradient(ellipse at 80% 60%, rgba(8, 145, 178, 0.10), transparent 55%),
        radial-gradient(ellipse at 50% 100%, rgba(101, 163, 13, 0.06), transparent 60%);
}
:root[data-theme="light"] .site-header {
    background: rgba(238, 240, 251, 0.85);
    border-bottom-color: rgba(8, 145, 178, 0.2);
}
:root[data-theme="light"] .info-card,
:root[data-theme="light"] .faq-item,
:root[data-theme="light"] .stat-cell,
:root[data-theme="light"] .review-card,
:root[data-theme="light"] .vip-tube,
:root[data-theme="light"] .logo-tile,
:root[data-theme="light"] .glass {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(8, 145, 178, 0.25);
}
:root[data-theme="light"] .vip-tube {
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), rgba(8, 145, 178, 0.05));
}
:root[data-theme="light"] .cta-banner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 222, 250, 0.85));
    border-color: rgba(8, 145, 178, 0.3);
}
:root[data-theme="light"] .cta-banner-doors .door { background: rgba(238, 240, 251, 0.7); }
:root[data-theme="light"] .pay-chip {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(124, 58, 237, 0.3);
    color: var(--foreground);
}
:root[data-theme="light"] .main-nav.is-open {
    background: var(--background);
    background-image: radial-gradient(ellipse at top, rgba(8, 145, 178, 0.10), transparent 60%);
    border-top-color: rgba(8, 145, 178, 0.25);
}
:root[data-theme="light"] .main-nav.is-open .nav-link {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(8, 145, 178, 0.25);
    color: var(--foreground);
}
:root[data-theme="light"] .table-wrapper {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(8, 145, 178, 0.25);
}
:root[data-theme="light"] .data-table thead th {
    background: rgba(8, 145, 178, 0.08);
}
:root[data-theme="light"] .data-table th,
:root[data-theme="light"] .data-table td {
    border-bottom-color: rgba(8, 145, 178, 0.15);
}

/* ============================================
   RESET & SAFETY
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(ellipse at 20% 10%, rgba(168, 85, 247, 0.18), transparent 50%),
        radial-gradient(ellipse at 80% 60%, rgba(6, 231, 231, 0.14), transparent 55%),
        radial-gradient(ellipse at 50% 100%, rgba(198, 255, 61, 0.06), transparent 60%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

img, video, iframe, svg { max-width: 100%; height: auto; display: block; }
[class*="grid"] > *, [class*="flex"] > * { min-width: 0; }
pre, code { max-width: 100%; overflow-x: auto; }
table { max-width: 100%; }
p, li, td, th { overflow-wrap: break-word; }
input, textarea, select { max-width: 100%; }
section { overflow: clip; position: relative; }

a { color: var(--primary); text-decoration: none; transition: color 200ms ease; }
a:hover { color: var(--accent); }

.skip-link {
    position: absolute; left: -9999px; top: 0;
    background: var(--primary); color: var(--primary-foreground);
    padding: 12px 20px; z-index: 9999; border-radius: 8px;
}
.skip-link:focus { left: 16px; top: 16px; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Orbitron", "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--foreground);
    margin: 0 0 0.6em;
    text-transform: uppercase;
}

h1 { font-size: clamp(28px, 6vw, 44px); font-weight: 800; }
h2 { font-size: clamp(22px, 4.5vw, 34px); }
h3 { font-size: clamp(18px, 3vw, 24px); font-weight: 600; }
h4 { font-size: 18px; font-weight: 600; }

p { margin: 0 0 20px; }
.small, small { font-size: 14px; color: var(--muted-foreground); }

.gradient-text {
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(6, 231, 231, 0.4);
}

.giant-number {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(48px, 10vw, 72px);
    font-weight: 900;
    line-height: 1;
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(6, 231, 231, 0.5));
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 768px) { .container { padding: 0 32px; } }

.section {
    padding: 64px 0;
    position: relative;
}
@media (min-width: 1024px) { .section { padding: 96px 0; } }

.section-title {
    text-align: center;
    margin-bottom: 16px;
}
.section-lead {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
    color: var(--muted-foreground);
}

/* ============================================
   LAB PARTICLES (background neon bubbles)
   ============================================ */
.lab-particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.lab-particles .bubble {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.45;
    animation: float-bubble 18s ease-in-out infinite;
}
.bubble.b1 { width: 280px; height: 280px; top: 8%; left: -60px; background: #06e7e7; animation-delay: 0s; }
.bubble.b2 { width: 220px; height: 220px; top: 60%; right: -40px; background: #a855f7; animation-delay: -4s; }
.bubble.b3 { width: 180px; height: 180px; top: 30%; left: 50%; background: #c6ff3d; opacity: 0.25; animation-delay: -8s; }
.bubble.b4 { width: 320px; height: 320px; bottom: 5%; left: 20%; background: #a855f7; opacity: 0.3; animation-delay: -2s; }
.bubble.b5 { width: 160px; height: 160px; top: 5%; right: 25%; background: #06e7e7; opacity: 0.35; animation-delay: -10s; }
.bubble.b6 { width: 200px; height: 200px; bottom: 30%; right: 10%; background: #c6ff3d; opacity: 0.18; animation-delay: -14s; }

@keyframes float-bubble {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -40px) scale(1.1); }
    66% { transform: translate(-25px, 30px) scale(0.95); }
}

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

/* ============================================
   HEADER - fixed glass with backdrop-blur
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    z-index: 1000;
    background: rgba(8, 8, 32, 0.78);
    border-bottom: 1px solid rgba(6, 231, 231, 0.15);
}
@media (min-width: 1024px) {
    .site-header {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

.header-inner {
    height: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media (min-width: 768px) { .header-inner { padding: 0 32px; } }

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--foreground);
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 16px;
}
.brand:hover { color: var(--foreground); }
.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 8px rgba(6, 231, 231, 0.6));
}
.brand-text-accent {
    color: var(--primary);
    margin-left: 4px;
}

/* Main nav (desktop inline / mobile drawer) */
.main-nav {
    display: none;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 14px;
    color: var(--foreground);
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color 200ms, background 200ms;
}
.nav-link:hover { color: var(--primary); background: rgba(6, 231, 231, 0.08); }

.nav-cta {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Header actions wrapper */
.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Theme toggle */
.theme-toggle {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(6, 231, 231, 0.4);
    background: rgba(6, 231, 231, 0.08);
    color: var(--primary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.theme-toggle:hover {
    background: rgba(6, 231, 231, 0.16);
    box-shadow: 0 0 14px rgba(6, 231, 231, 0.4);
    transform: translateY(-1px);
}
.theme-toggle .theme-icon { display: none; }
:root[data-theme="dark"] .theme-toggle .theme-icon-light,
:root:not([data-theme="light"]) .theme-toggle .theme-icon-light { display: block; }
:root[data-theme="light"] .theme-toggle .theme-icon-dark { display: block; }

/* Mobile menu toggle (hamburger) */
.menu-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(6, 231, 231, 0.4);
    background: rgba(6, 231, 231, 0.08);
    border-radius: 10px;
    cursor: pointer;
    z-index: 1001;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
}
.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: transform 250ms ease, opacity 200ms ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
@media (max-width: 1023px) {
    .main-nav.is-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: var(--header-height);
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--background);
        background-image: radial-gradient(ellipse at top, rgba(6, 231, 231, 0.12), transparent 60%);
        padding: 24px 20px 40px;
        gap: 20px;
        overflow-y: auto;
        z-index: 999;
        border-top: 1px solid rgba(6, 231, 231, 0.2);
    }
    .main-nav.is-open .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }
    .main-nav.is-open .nav-link {
        min-height: 52px;
        font-size: 17px;
        padding: 14px 16px;
        border: 1px solid rgba(6, 231, 231, 0.15);
        background: rgba(16, 16, 48, 0.6);
        justify-content: flex-start;
    }
    .main-nav.is-open .nav-cta {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-top: 12px;
    }
    .main-nav.is-open .nav-cta .btn { width: 100%; justify-content: center; }
}

@media (min-width: 1024px) {
    .main-nav {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .menu-toggle { display: none; }
}

/* Push content below fixed header */
main { padding-top: var(--header-height); }

/* ============================================
   BUTTONS - neon CTAs with pulse
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 24px;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease;
    text-decoration: none;
    white-space: nowrap;
}

.btn-primary {
    background: var(--gradient-neon);
    color: var(--primary-foreground);
    box-shadow: 0 0 0 rgba(6, 231, 231, 0);
}
.btn-primary:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 28px rgba(6, 231, 231, 0.5), 0 0 36px rgba(168, 85, 247, 0.35);
    color: var(--primary-foreground);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border-color: rgba(6, 231, 231, 0.5);
}
.btn-outline:hover {
    background: rgba(6, 231, 231, 0.1);
    border-color: var(--primary);
    box-shadow: 0 0 18px rgba(6, 231, 231, 0.3);
    color: var(--primary);
}

.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 13px; }
.btn-lg { min-height: 56px; padding: 16px 32px; font-size: 16px; }

.btn-pulse { animation: neon-pulse 2.2s ease-in-out infinite; }
@keyframes neon-pulse {
    0%, 100% { box-shadow: 0 0 0 rgba(6, 231, 231, 0); }
    50% { box-shadow: 0 0 28px rgba(6, 231, 231, 0.6), 0 0 50px rgba(168, 85, 247, 0.35); }
}

/* ============================================
   GLASS CARDS - flask-shaped containers
   ============================================ */
.glass {
    background: rgba(16, 16, 48, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 231, 231, 0.22);
    border-radius: var(--radius);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 8px 32px rgba(0, 0, 0, 0.35);
}

/* ============================================
   INFO CARD - flask-style content card
   ============================================ */
.info-card {
    position: relative;
    background: rgba(16, 16, 48, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 231, 231, 0.22);
    border-radius: var(--radius);
    padding: 20px;
    overflow: hidden;
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.info-card:hover {
    transform: translateY(-4px) rotate3d(1, 1, 0, 4deg);
    border-color: rgba(6, 231, 231, 0.6);
    box-shadow: 0 16px 48px rgba(6, 231, 231, 0.18), 0 0 24px rgba(168, 85, 247, 0.2);
}
@media (min-width: 768px) { .info-card { padding: 28px; } }

.info-card-bubbles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.info-card-bubbles span {
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 8px var(--primary);
    opacity: 0.7;
    animation: float 6s ease-in-out infinite;
}
.info-card-bubbles span:nth-child(1) { bottom: 10%; left: 12%; animation-delay: 0s; }
.info-card-bubbles span:nth-child(2) { bottom: 20%; right: 14%; width: 6px; height: 6px; background: var(--secondary); box-shadow: 0 0 8px var(--secondary); animation-delay: -2s; }
.info-card-bubbles span:nth-child(3) { top: 30%; right: 22%; width: 5px; height: 5px; background: var(--accent); box-shadow: 0 0 6px var(--accent); animation-delay: -4s; }

@keyframes float {
    0%, 100% { transform: translateY(0); opacity: 0.7; }
    50% { transform: translateY(-30px); opacity: 1; }
}

.info-card-media {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    margin-bottom: 16px;
    aspect-ratio: 16 / 10;
    background: rgba(8, 8, 32, 0.5);
    z-index: 1;
}
.info-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
}
.info-card:hover .info-card-media img { transform: scale(1.06); }

.info-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    background: rgba(6, 231, 231, 0.92);
    color: var(--primary-foreground);
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(6, 231, 231, 0.6);
}

.info-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.info-card-meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    font-weight: 600;
}
.info-card-title {
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: var(--foreground);
}
.info-card-desc {
    font-size: 15px;
    color: var(--muted-foreground);
    margin: 0;
    line-height: 1.55;
}
.info-card-cta { margin-top: auto; align-self: flex-start; }

.info-card--compact { padding: 16px; }
.info-card--compact .info-card-title { font-size: 16px; }

/* Generic card grids */
.card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }
@media (min-width: 1024px) { .card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ============================================
   CTA BANNER - full-bleed conversion block
   ============================================ */
.cta-banner {
    position: relative;
    padding: 64px 20px;
    margin: 32px 0;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(16, 16, 48, 0.85), rgba(40, 14, 70, 0.78));
    border: 1px solid rgba(6, 231, 231, 0.25);
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 1024px) { .cta-banner { padding: 96px 48px; } }

.cta-banner-doors {
    position: absolute; inset: 0;
    pointer-events: none;
}
.cta-banner-doors .door {
    position: absolute;
    top: 0; bottom: 0;
    width: 50%;
    background: rgba(8, 8, 32, 0.6);
    backdrop-filter: blur(8px);
    transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-banner-doors .door-left { left: 0; transform: translateX(0); }
.cta-banner-doors .door-right { right: 0; transform: translateX(0); }
.cta-banner.is-visible .door-left { transform: translateX(-101%); }
.cta-banner.is-visible .door-right { transform: translateX(101%); }

.cta-banner-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.cta-banner-particles span {
    position: absolute;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 12px var(--primary);
    opacity: 0.6;
    animation: rise 8s linear infinite;
}
.cta-banner-particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.cta-banner-particles span:nth-child(2) { left: 25%; background: var(--secondary); box-shadow: 0 0 12px var(--secondary); animation-delay: -2s; }
.cta-banner-particles span:nth-child(3) { left: 45%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation-delay: -4s; }
.cta-banner-particles span:nth-child(4) { left: 65%; animation-delay: -1s; }
.cta-banner-particles span:nth-child(5) { left: 80%; background: var(--secondary); box-shadow: 0 0 12px var(--secondary); animation-delay: -3s; }
.cta-banner-particles span:nth-child(6) { left: 92%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation-delay: -5s; }

@keyframes rise {
    0% { bottom: -20px; opacity: 0; }
    20% { opacity: 0.8; }
    100% { bottom: 110%; opacity: 0; }
}

.cta-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}
@media (min-width: 768px) {
    .cta-banner-inner {
        flex-direction: row;
        text-align: left;
    }
}

.cta-banner-mascot {
    flex-shrink: 0;
    width: clamp(180px, 28vw, 280px);
}
.cta-banner-mascot img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 24px rgba(6, 231, 231, 0.5));
}

.cta-banner-content { flex: 1; min-width: 0; }
.cta-banner-highlight {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(198, 255, 61, 0.15);
    color: var(--accent);
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 6px;
    border: 1px solid rgba(198, 255, 61, 0.4);
    margin-bottom: 16px;
}
.cta-banner-headline {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.15;
    text-shadow: 0 0 20px rgba(6, 231, 231, 0.3);
}
.cta-banner-sub {
    font-size: 17px;
    color: var(--foreground);
    margin: 0 0 24px;
    opacity: 0.9;
}
.cta-banner-terms {
    margin: 14px 0 0;
    font-size: 13px;
    color: var(--muted-foreground);
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-accordion { max-width: 880px; margin: 0 auto; }
.faq-title { text-align: center; margin-bottom: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
    background: rgba(16, 16, 48, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 231, 231, 0.2);
    border-radius: var(--radius-sm);
    padding: 0;
    overflow: hidden;
    transition: border-color 250ms ease;
}
.faq-item[open] {
    border-color: rgba(6, 231, 231, 0.5);
    border-left: 3px solid var(--primary);
}

.faq-question {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--foreground);
    min-height: 56px;
}
.faq-question::-webkit-details-marker { display: none; }
@media (min-width: 768px) {
    .faq-question { padding: 20px 24px; font-size: 17px; }
}

.faq-flask {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-q-text { flex: 1; min-width: 0; }

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(6, 231, 231, 0.5);
    background: rgba(6, 231, 231, 0.08);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 18px;
    transition: transform 250ms ease, background 250ms ease;
}
.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    background: var(--primary);
    color: var(--primary-foreground);
}

.faq-answer {
    padding: 0 20px 20px 60px;
    color: var(--muted-foreground);
    font-size: 16px;
    line-height: 1.65;
}
.faq-answer p { margin: 0; }
@media (min-width: 768px) { .faq-answer { padding: 0 24px 24px 66px; } }

/* ============================================
   STAT HIGHLIGHT - big numbers
   ============================================ */
.stat-highlight-title { text-align: center; margin-bottom: 32px; }

.stat-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
@media (min-width: 640px) { .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; } }

.stat-cell {
    position: relative;
    text-align: center;
    padding: 28px 20px;
    background: rgba(16, 16, 48, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 231, 231, 0.22);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.stat-icon { margin-bottom: 4px; filter: drop-shadow(0 0 8px rgba(6, 231, 231, 0.5)); }

.stat-number {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(40px, 8vw, 60px);
    font-weight: 900;
    line-height: 1;
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(6, 231, 231, 0.4));
}
@media (min-width: 1024px) { .stat-number { font-size: 64px; } }

.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted-foreground);
    font-weight: 600;
}
.stat-note { font-size: 12px; color: var(--muted-foreground); opacity: 0.8; }

/* ============================================
   HERO SECTIONS
   ============================================ */
.hero {
    position: relative;
    padding: 48px 0 64px;
    overflow: clip;
}
@media (min-width: 1024px) { .hero { padding: 80px 0 96px; } }

.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
}
@media (min-width: 1024px) {
    .hero-inner {
        flex-direction: row;
        text-align: left;
        gap: 48px;
    }
}

.hero-content { flex: 1; min-width: 0; }
.hero-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(168, 85, 247, 0.15);
    color: var(--secondary);
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 6px;
    border: 1px solid rgba(168, 85, 247, 0.4);
    margin-bottom: 20px;
}
.hero-title {
    font-size: clamp(28px, 6vw, 48px);
    margin-bottom: 20px;
    line-height: 1.1;
}
.hero-sub {
    font-size: clamp(16px, 2.5vw, 19px);
    color: var(--muted-foreground);
    margin-bottom: 28px;
    max-width: 56ch;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .hero-actions { justify-content: center; }
    .hero-actions .btn { width: 100%; max-width: 320px; }
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: var(--muted-foreground);
    justify-content: center;
}
@media (min-width: 1024px) { .hero-trust { justify-content: flex-start; } }
.hero-trust span::before { content: "✓ "; color: var(--accent); font-weight: 700; }

.hero-visual {
    flex-shrink: 0;
    width: 100%;
    max-width: 520px;
    position: relative;
}
.hero-visual img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(6, 231, 231, 0.35));
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    position: relative;
    z-index: 1;
    margin-top: 64px;
    background: linear-gradient(180deg, rgba(8, 8, 32, 0.6), rgba(8, 8, 32, 0.95));
    border-top: 1px solid rgba(6, 231, 231, 0.2);
    padding: 56px 0 0;
}

.footer-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
}
@media (min-width: 768px) {
    .footer-inner {
        padding: 0 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .footer-inner {
        grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
        gap: 48px;
    }
}

.footer-col { min-width: 0; }
.footer-brand .brand-footer { margin-bottom: 16px; }
.footer-tagline {
    color: var(--muted-foreground);
    font-size: 15px;
    margin-bottom: 16px;
}
.footer-trust {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.trust-badge {
    padding: 6px 12px;
    border-radius: 6px;
    background: rgba(6, 231, 231, 0.1);
    border: 1px solid rgba(6, 231, 231, 0.3);
    color: var(--primary);
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.footer-heading {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    margin: 0 0 16px;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-list a {
    color: var(--muted-foreground);
    font-size: 15px;
}
.footer-list a:hover { color: var(--primary); }

.footer-pay {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pay-chip {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: rgba(16, 16, 48, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: var(--foreground);
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.footer-text {
    color: var(--muted-foreground);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.footer-bottom {
    margin-top: 48px;
    padding: 20px;
    border-top: 1px solid rgba(6, 231, 231, 0.15);
    text-align: center;
    color: var(--muted-foreground);
    font-size: 13px;
}
.footer-bottom p { margin: 0; }

/* ============================================
   ENGAGEMENT PATTERNS
   ============================================ */

/* TL;DR / Summary box */
.tldr-box {
    padding: 24px;
    background: rgba(6, 231, 231, 0.06);
    border: 1px solid rgba(6, 231, 231, 0.3);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-sm);
    margin: 24px 0;
}
.tldr-box h3,
.tldr-box .tldr-title {
    font-family: "Orbitron", "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}
.tldr-box p { margin: 0; color: var(--foreground); }

/* Callout box */
.callout {
    padding: 20px 24px;
    background: rgba(168, 85, 247, 0.08);
    border-left: 4px solid var(--secondary);
    border-radius: var(--radius-sm);
    margin: 24px 0;
    color: var(--foreground);
}
.callout strong { color: var(--secondary); }

/* Pull quote */
.pull-quote {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(20px, 3.5vw, 26px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--foreground);
    padding: 28px 24px 28px 32px;
    border-left: 3px solid var(--accent);
    margin: 32px 0;
    background: rgba(198, 255, 61, 0.04);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.pull-quote cite {
    display: block;
    margin-top: 14px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    color: var(--muted-foreground);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Comparison table */
.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    margin: 24px 0;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(6, 231, 231, 0.2);
    background: rgba(16, 16, 48, 0.5);
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
}
.data-table th,
.data-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(6, 231, 231, 0.12);
    font-size: 15px;
}
.data-table thead th {
    font-family: "Orbitron", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary);
    background: rgba(6, 231, 231, 0.06);
}
.data-table tbody tr:hover { background: rgba(6, 231, 231, 0.04); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table .col-recommended {
    background: rgba(198, 255, 61, 0.06);
    color: var(--accent);
    font-weight: 600;
}

/* Trust badge row */
.trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    margin: 24px 0;
    background: rgba(16, 16, 48, 0.4);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(6, 231, 231, 0.15);
}

/* SEO long-form text block */
.seo-text {
    max-width: 800px;
    margin: 0 auto;
    color: var(--foreground);
}
.seo-text h2 { margin-top: 40px; }
.seo-text h3 { margin-top: 32px; }
.seo-text p { font-size: 17px; line-height: 1.7; }
.seo-text ul, .seo-text ol { padding-left: 24px; margin-bottom: 20px; }
.seo-text li { margin-bottom: 8px; }
.seo-text a {
    color: var(--primary);
    border-bottom: 1px dashed rgba(6, 231, 231, 0.5);
}
.seo-text a:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* Testimonial / review card */
.review-card {
    padding: 24px;
    background: rgba(16, 16, 48, 0.55);
    border: 1px solid rgba(6, 231, 231, 0.22);
    border-radius: var(--radius);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}
.review-stars {
    color: var(--accent);
    font-size: 18px;
    letter-spacing: 2px;
}
.review-text { color: var(--foreground); font-size: 15px; margin: 0; }
.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.review-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    box-shadow: 0 0 12px rgba(6, 231, 231, 0.4);
    object-fit: cover;
}
.review-meta { display: flex; flex-direction: column; }
.review-name { font-weight: 600; font-size: 14px; }
.review-loc { font-size: 12px; color: var(--muted-foreground); }

/* Filter chips (used on spiele.html) */
.chip-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 4px 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
}
.chip {
    flex-shrink: 0;
    padding: 10px 18px;
    background: rgba(16, 16, 48, 0.6);
    border: 1px solid rgba(6, 231, 231, 0.3);
    border-radius: 999px;
    color: var(--foreground);
    font-family: "Orbitron", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 200ms ease;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.chip:hover, .chip.is-active {
    background: rgba(6, 231, 231, 0.15);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 12px rgba(6, 231, 231, 0.3);
}

/* VIP test tube row */
.vip-tubes {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}
@media (min-width: 640px) { .vip-tubes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .vip-tubes { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.vip-tube {
    padding: 24px 16px;
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.08), rgba(6, 231, 231, 0.06));
    border: 1px solid rgba(6, 231, 231, 0.25);
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.vip-tube-level {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    color: var(--primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.vip-tube-name {
    font-family: "Orbitron", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 4px 0;
}
.vip-tube-perk {
    font-size: 14px;
    color: var(--muted-foreground);
}
.vip-tube-fill {
    height: 6px;
    border-radius: 3px;
    background: var(--gradient-neon);
    margin-top: 12px;
    opacity: 0.7;
}

/* Logo grid (providers/payments) */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
@media (min-width: 640px) { .logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } }

.logo-tile {
    aspect-ratio: 16 / 9;
    background: rgba(16, 16, 48, 0.55);
    border: 1px solid rgba(6, 231, 231, 0.2);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: border-color 200ms ease, transform 200ms ease;
    text-align: center;
    color: var(--foreground);
    font-family: "Orbitron", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-tile:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 0 16px rgba(6, 231, 231, 0.2);
}
.logo-tile img { max-height: 60%; width: auto; object-fit: contain; }
.logo-tile small {
    display: block;
    font-size: 11px;
    color: var(--primary);
    font-weight: 500;
    margin-top: 4px;
    letter-spacing: 0.04em;
}

/* ============================================
   ANIMATIONS - scroll reveal (GSAP-like)
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1), transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.teleport-in {
    opacity: 0;
    transform: scale(0.4);
    filter: blur(20px);
    transition: opacity 600ms ease, transform 600ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 600ms ease;
}
.teleport-in.is-visible {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .animate-on-scroll, .teleport-in { opacity: 1; transform: none; filter: none; }
    .lab-particles { display: none; }
}

/* ============================================
   SYNTHESIS - redirect stub page
   ============================================ */
body.synthesis-page .site-header,
body.synthesis-page .site-footer,
body.synthesis-page .skip-link { display: none !important; }
body.synthesis-page main { padding-top: 0; }
body.synthesis-page { overflow: hidden; }

.synthesis-stage {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(168, 85, 247, 0.25), transparent 55%),
        radial-gradient(ellipse at 70% 80%, rgba(6, 231, 231, 0.22), transparent 55%),
        var(--background);
}

.synthesis-bubbles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.synthesis-bubbles span {
    position: absolute;
    bottom: -40px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 16px var(--primary);
    opacity: 0.55;
    animation: synth-rise 7s linear infinite;
}
.synthesis-bubbles span:nth-child(1) { left: 8%;  animation-delay: 0s;    background: #06e7e7; box-shadow: 0 0 16px #06e7e7; }
.synthesis-bubbles span:nth-child(2) { left: 22%; animation-delay: -1.2s; background: #a855f7; box-shadow: 0 0 16px #a855f7; width: 10px; height: 10px; }
.synthesis-bubbles span:nth-child(3) { left: 38%; animation-delay: -2.5s; background: #c6ff3d; box-shadow: 0 0 14px #c6ff3d; width: 8px; height: 8px; }
.synthesis-bubbles span:nth-child(4) { left: 52%; animation-delay: -3.6s; background: #06e7e7; box-shadow: 0 0 16px #06e7e7; width: 12px; height: 12px; }
.synthesis-bubbles span:nth-child(5) { left: 66%; animation-delay: -0.8s; background: #a855f7; box-shadow: 0 0 16px #a855f7; }
.synthesis-bubbles span:nth-child(6) { left: 78%; animation-delay: -4.2s; background: #c6ff3d; box-shadow: 0 0 14px #c6ff3d; width: 9px; height: 9px; }
.synthesis-bubbles span:nth-child(7) { left: 88%; animation-delay: -1.8s; background: #06e7e7; box-shadow: 0 0 16px #06e7e7; }
.synthesis-bubbles span:nth-child(8) { left: 95%; animation-delay: -3s;   background: #a855f7; box-shadow: 0 0 16px #a855f7; width: 7px; height: 7px; }

@keyframes synth-rise {
    0%   { transform: translateY(0) scale(0.9); opacity: 0; }
    15%  { opacity: 0.8; }
    100% { transform: translateY(-110vh) scale(1.2); opacity: 0; }
}

.synthesis-inner {
    position: relative;
    z-index: 2;
    max-width: 560px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.synthesis-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: var(--foreground);
}
.synthesis-brand .brand-mark {
    filter: drop-shadow(0 0 12px rgba(6, 231, 231, 0.7));
}
.synthesis-brand-text .brand-text-accent {
    color: var(--primary);
    margin-left: 4px;
}

.synthesis-mascot {
    width: clamp(180px, 50vw, 280px);
    animation: synth-float 4s ease-in-out infinite;
}
.synthesis-mascot img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 32px rgba(6, 231, 231, 0.5));
}
@keyframes synth-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

.synthesis-flask {
    filter: drop-shadow(0 0 18px rgba(168, 85, 247, 0.5));
    animation: synth-tilt 5s ease-in-out infinite;
}
.synthesis-flask svg { display: block; margin: 0 auto; }
@keyframes synth-tilt {
    0%, 100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
}

.synthesis-flask .fb {
    transform-origin: center;
    animation: flask-bubble 3s ease-in-out infinite;
}
.synthesis-flask .fb1 { animation-delay: 0s; }
.synthesis-flask .fb2 { animation-delay: -0.6s; }
.synthesis-flask .fb3 { animation-delay: -1.2s; }
.synthesis-flask .fb4 { animation-delay: -1.8s; }
.synthesis-flask .fb5 { animation-delay: -2.4s; }

@keyframes flask-bubble {
    0%   { transform: translateY(0) scale(1); opacity: 0.9; }
    50%  { transform: translateY(-30px) scale(1.15); opacity: 1; }
    100% { transform: translateY(-60px) scale(0.6); opacity: 0; }
}

.synthesis-headline {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(26px, 6vw, 36px);
    font-weight: 800;
    text-transform: uppercase;
    margin: 8px 0 4px;
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 18px rgba(6, 231, 231, 0.4));
    letter-spacing: 0.04em;
}

.synthesis-sub {
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 480px;
    margin: 0 auto;
}

.synthesis-progress {
    width: 100%;
    max-width: 320px;
    height: 6px;
    background: rgba(6, 231, 231, 0.12);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px;
    border: 1px solid rgba(6, 231, 231, 0.25);
}
.synthesis-progress-bar {
    display: block;
    width: 40%;
    height: 100%;
    background: var(--gradient-neon);
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(6, 231, 231, 0.6);
    animation: synth-progress 1.8s ease-in-out infinite;
}

@keyframes synth-progress {
    0%   { transform: translateX(-100%); }
    50%  { transform: translateX(80%); }
    100% { transform: translateX(250%); }
}

@media (prefers-reduced-motion: reduce) {
    .synthesis-mascot,
    .synthesis-flask,
    .synthesis-flask .fb,
    .synthesis-bubbles span,
    .synthesis-progress-bar {
        animation: none !important;
    }
}