/*
 * CLEOBETRA CASINO - DESIGN SYSTEM
 * Dark luxury Egyptian theme: gold & turquoise accents on midnight blue
 * Fonts: Cinzel (headings) + Marcellus (body)
 * Mobile-first responsive: 320px → 768px → 1024px → 1280px
 */

/* ============================================
   DESIGN TOKENS - Dark theme only (no toggle)
   ============================================ */

:root {
    /* Backgrounds */
    --bg-base: #080C14;
    --bg-card: #0F1A2E;
    --bg-elevated: #142540;
    --bg-deep: #050810;

    /* Foreground */
    --fg-primary: #F5F0E1;
    --fg-secondary: #C4B99E;
    --fg-muted: #8898AE;

    /* Accents */
    --gold: #ECC94B;
    --gold-bright: #F0D060;
    --gold-dim: #B8932E;
    --turquoise: #2DD4BF;
    --turquoise-dim: #1A8A7C;

    /* Borders */
    --border-gold: rgba(236, 201, 75, 0.25);
    --border-gold-hover: rgba(236, 201, 75, 0.6);
    --border-subtle: #243553;
    --border-turquoise: rgba(45, 212, 191, 0.3);

    /* Gradients */
    --gradient-gold: linear-gradient(135deg, #F0D060 0%, #ECC94B 50%, #B8932E 100%);
    --gradient-hero: linear-gradient(180deg, #050810 0%, #0A192F 40%, #0F1A2E 100%);
    --gradient-cta: linear-gradient(180deg, #0A192F 0%, #050810 100%);

    /* Shadows */
    --shadow-gold: 0 4px 24px rgba(236, 201, 75, 0.15);
    --shadow-gold-lift: 0 8px 40px rgba(236, 201, 75, 0.25);
    --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.4);
    --shadow-turquoise: 0 4px 24px rgba(45, 212, 191, 0.15);

    /* Typography */
    --font-heading: "Cinzel", Georgia, serif;
    --font-body: "Marcellus", Georgia, serif;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;
    --space-4xl: 100px;

    /* Layout */
    --content-max: 1200px;
    --header-height: 72px;
    --radius: 8px;
    --radius-lg: 16px;
    --transition: 300ms ease-out;
}

/* ============================================
   RESET & BASE
   ============================================ */

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

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

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--fg-primary);
    background: var(--bg-base);
    overflow-x: hidden;
    min-height: 100vh;
}

img, video, iframe, embed, object, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--turquoise);
    text-decoration: none;
    transition: color var(--transition);
}

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

p, li, td, th {
    overflow-wrap: break-word;
}

ul, ol {
    list-style: none;
}

/* ============================================
   TYPOGRAPHY SYSTEM
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: var(--space-lg);
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: var(--space-lg);
}

h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: var(--space-md);
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: var(--space-md);
}

p {
    margin-bottom: var(--space-lg);
}

p:last-child {
    margin-bottom: 0;
}

.text-gold-gradient {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-turquoise {
    color: var(--turquoise);
}

.text-gold {
    color: var(--gold);
}

.text-muted {
    color: var(--fg-muted);
}

.text-cream {
    color: var(--fg-primary);
}

/* Responsive heading scales */
@media (min-width: 768px) {
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    h3 { font-size: 22px; }
}

@media (min-width: 1024px) {
    h1 { font-size: 48px; }
    h2 { font-size: 36px; }
    h3 { font-size: 26px; }
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */

.container {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.section {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .section { padding: 80px 0; }
}

@media (min-width: 1024px) {
    .section { padding: 100px 0; }
}

.section-dark {
    background: var(--bg-deep);
}

.section-card-bg {
    background: var(--bg-card);
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(8, 12, 20, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-gold);
    height: var(--header-height);
    display: flex;
    align-items: center;
}

/* On mobile, remove backdrop-filter so it does not become the
   containing block for the fixed-position nav drawer. */
@media (max-width: 1023px) {
    .site-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: var(--bg-base);
    }
}

.header-inner {
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}

.site-brand {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    text-decoration: none;
    flex-shrink: 0;
}

.site-brand .logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.brand-name {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.05em;
}

.primary-nav {
    display: none;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

.nav-link {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--fg-primary);
    text-decoration: none;
    transition: color var(--transition);
    position: relative;
    padding: var(--space-xs) 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-gold);
    transition: width var(--transition);
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-cta-group {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-left: var(--space-md);
}

/* Mobile toggle button */
.mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius);
    cursor: pointer;
    z-index: 1001;
    gap: 5px;
    flex-shrink: 0;
}

.burger-line {
    width: 22px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}

.mobile-toggle[aria-expanded="true"] .burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-toggle[aria-expanded="true"] .burger-line:nth-child(2) {
    opacity: 0;
}

.mobile-toggle[aria-expanded="true"] .burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav drawer */
.primary-nav.is-open {
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-base);
    z-index: 999;
    overflow-y: auto;
    padding: var(--space-lg);
    border-top: 1px solid var(--border-gold);
}

.primary-nav.is-open .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-md);
    padding-top: var(--space-lg);
}

.primary-nav.is-open .nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 18px;
    padding: var(--space-md);
    border-bottom: 1px solid var(--border-subtle);
    border-radius: 0;
}

.primary-nav.is-open .nav-link::after {
    display: none;
}

.primary-nav.is-open .nav-cta-group {
    flex-direction: column;
    gap: var(--space-md);
    margin-top: var(--space-lg);
    margin-left: 0;
}

.primary-nav.is-open .nav-cta-group .btn {
    width: 100%;
    text-align: center;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop nav */
@media (min-width: 1024px) {
    .primary-nav {
        display: block;
    }

    .mobile-toggle {
        display: none;
    }
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 12px 28px;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    min-height: 44px;
    text-align: center;
}

.btn-sm {
    padding: 8px 20px;
    font-size: 14px;
    min-height: 40px;
}

.btn-lg {
    padding: 16px 40px;
    font-size: 18px;
    min-height: 52px;
}

.btn-gold {
    background: var(--gradient-gold);
    color: #080C14;
    box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-gold-lift);
    color: #080C14;
}

.btn-outline {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid var(--gold);
}

.btn-outline:hover {
    background: var(--gold);
    color: #080C14;
    transform: scale(1.03);
    box-shadow: var(--shadow-gold);
}

.btn-turquoise {
    background: var(--turquoise);
    color: #080C14;
}

.btn-turquoise:hover {
    background: var(--turquoise-dim);
    transform: scale(1.03);
}

/* ============================================
   HERO SECTIONS
   ============================================ */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-hero);
    overflow-x: clip;
    padding: 80px 0 60px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,12,20,0.6) 0%, rgba(8,12,20,0.85) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-lg);
    text-align: center;
}

.hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: var(--space-lg);
}

.hero-subtext {
    font-size: 17px;
    color: var(--fg-secondary);
    max-width: 600px;
    margin: 0 auto var(--space-2xl);
    line-height: 1.7;
}

.hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
}

.hero-micro-copy {
    font-size: 14px;
    color: var(--turquoise);
}

@media (min-width: 768px) {
    .hero-title { font-size: 40px; }
    .hero-subtext { font-size: 19px; }
}

@media (min-width: 1024px) {
    .hero-title { font-size: 48px; }
    .hero-subtext { font-size: 20px; }
}

/* Hero sand particles container */
.hero-sand-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Sand particle animation */
.sand-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    animation: sand-drift 8s infinite linear;
}

.sand-particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; animation-duration: 7s; }
.sand-particle:nth-child(2) { top: 60%; left: 20%; animation-delay: 1s; animation-duration: 9s; }
.sand-particle:nth-child(3) { top: 40%; left: 50%; animation-delay: 2s; animation-duration: 6s; }
.sand-particle:nth-child(4) { top: 80%; left: 70%; animation-delay: 0.5s; animation-duration: 8s; }
.sand-particle:nth-child(5) { top: 30%; left: 80%; animation-delay: 1.5s; animation-duration: 10s; }
.sand-particle:nth-child(6) { top: 70%; left: 40%; animation-delay: 2.5s; animation-duration: 7s; }
.sand-particle:nth-child(7) { top: 50%; left: 90%; animation-delay: 3s; animation-duration: 9s; }
.sand-particle:nth-child(8) { top: 10%; left: 60%; animation-delay: 1.8s; animation-duration: 8s; }

@keyframes sand-drift {
    0% { opacity: 0; transform: translate(0, 0) scale(1); }
    10% { opacity: 0.7; }
    90% { opacity: 0.5; }
    100% { opacity: 0; transform: translate(80px, -40px) scale(0.5); }
}

/* ============================================
   STAT BLOCK COMPONENT
   ============================================ */

.stat-row {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

@media (min-width: 768px) {
    .stat-row {
        flex-direction: row;
        justify-content: center;
        gap: var(--space-xl);
    }
}

.stat-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    flex: 1;
    min-width: 0;
}

.stat-item:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-gold-lift);
    border-color: var(--border-gold-hover);
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: var(--space-sm);
}

.stat-label {
    display: block;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--turquoise);
}

.stat-source {
    display: block;
    font-size: 13px;
    color: var(--fg-secondary);
    margin-top: var(--space-xs);
    font-style: italic;
}

/* ============================================
   INFO CARD GRID COMPONENT
   ============================================ */

.info-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
}

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

@media (min-width: 1024px) {
    .info-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    }
}

.info-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    display: flex;
    flex-direction: column;
}

.info-card:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-gold-lift);
    border-color: var(--border-gold-hover);
}

.info-card-image {
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
}

.info-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-body {
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.info-card-icon {
    font-size: 28px;
    color: var(--gold);
    line-height: 1;
}

.info-card-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    color: var(--fg-primary);
    letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
    .info-card-title { font-size: 26px; }
}

.info-card-text {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--fg-muted);
}

/* ============================================
   FAQ ACCORDION COMPONENT
   ============================================ */

.faq-section {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-left: 3px solid transparent;
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color var(--transition);
}

.faq-item[open] {
    border-left-color: var(--gold);
    border-color: var(--border-gold);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: var(--space-lg);
    cursor: pointer;
    list-style: none;
    min-height: 44px;
    user-select: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question-text {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 500;
    color: var(--fg-primary);
    letter-spacing: 0.01em;
}

.faq-chevron {
    color: var(--gold);
    transition: transform var(--transition);
    flex-shrink: 0;
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 var(--space-lg) var(--space-lg);
}

.faq-answer p {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--fg-secondary);
}

/* ============================================
   CTA BANNER COMPONENT
   ============================================ */

.cta-banner {
    position: relative;
    background: var(--gradient-cta);
    padding: 60px var(--space-lg);
    text-align: center;
    overflow-x: clip;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

@media (min-width: 1024px) {
    .cta-banner {
        padding: 100px var(--space-lg);
    }
}

.cta-sand-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-headline {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 600;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: var(--space-lg);
    line-height: 1.3;
}

@media (min-width: 768px) {
    .cta-headline { font-size: 36px; }
}

.cta-subtext {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--fg-secondary);
    margin-bottom: var(--space-xl);
    line-height: 1.7;
}

.cta-button {
    margin-bottom: var(--space-md);
}

.cta-micro-copy {
    font-size: 14px;
    color: var(--turquoise);
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
    background: var(--bg-deep);
    border-top: 1px solid var(--border-gold);
    padding: var(--space-3xl) var(--space-lg) var(--space-xl);
}

.footer-inner {
    max-width: var(--content-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
}

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

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

.footer-heading {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: var(--space-md);
    letter-spacing: 0.03em;
}

.footer-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--fg-muted);
    margin-bottom: var(--space-md);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.footer-links li {
    font-size: 15px;
    color: var(--fg-muted);
}

.footer-links a {
    color: var(--fg-muted);
    transition: color var(--transition);
}

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

.footer-link {
    color: var(--turquoise);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-disclaimer {
    font-size: 13px;
    color: var(--fg-muted);
    line-height: 1.5;
}

.footer-bottom {
    max-width: var(--content-max);
    margin: var(--space-2xl) auto 0;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--border-subtle);
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: var(--fg-muted);
}

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

/* Summary / TL;DR box */
.summary-box {
    background: var(--bg-elevated);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    margin: var(--space-xl) 0;
}

.summary-box-title {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--gold);
    margin-bottom: var(--space-md);
}

.summary-box p {
    color: var(--fg-secondary);
    font-size: 16px;
    margin-bottom: var(--space-sm);
}

/* Callout / highlight box */
.callout {
    background: var(--bg-card);
    border-left: 4px solid var(--turquoise);
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: var(--space-lg);
    margin: var(--space-xl) 0;
}

.callout-title {
    font-family: var(--font-heading);
    font-size: 17px;
    color: var(--turquoise);
    margin-bottom: var(--space-sm);
}

.callout p {
    color: var(--fg-secondary);
    font-size: 16px;
}

/* Pull quote */
.pull-quote {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: var(--space-xl) var(--space-lg);
    margin: var(--space-xl) 0;
    line-height: 1.4;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

@media (min-width: 768px) {
    .pull-quote { font-size: 32px; }
}

.pull-quote cite {
    display: block;
    font-family: var(--font-body);
    font-size: 15px;
    font-style: normal;
    color: var(--fg-muted);
    -webkit-text-fill-color: var(--fg-muted);
    margin-top: var(--space-md);
}

/* Trust badges row */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-lg);
    margin: var(--space-xl) 0;
}

.trust-badge {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius);
    padding: var(--space-md) var(--space-lg);
    text-align: center;
    min-width: 140px;
    transition: border-color var(--transition);
}

.trust-badge:hover {
    border-color: var(--border-gold-hover);
}

.trust-badge img,
.trust-badge svg {
    width: 48px;
    height: 48px;
    margin: 0 auto var(--space-sm);
    color: var(--gold);
}

.trust-badge-label {
    font-family: var(--font-heading);
    font-size: 14px;
    color: var(--fg-primary);
}

/* Provider logo strip */
.provider-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-lg);
    padding: var(--space-xl) 0;
}

.provider-logo {
    height: 40px;
    width: auto;
    opacity: 0.7;
    filter: grayscale(0.3) brightness(1.1);
    transition: opacity var(--transition), filter var(--transition);
}

.provider-logo:hover {
    opacity: 1;
    filter: grayscale(0) brightness(1.2);
}

/* VIP timeline */
.vip-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.vip-tier {
    display: flex;
    gap: var(--space-lg);
    padding: var(--space-lg) 0;
    position: relative;
    align-items: flex-start;
}

.vip-node {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.vip-node::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: calc(100% + var(--space-lg));
    background: var(--border-gold);
    transform: translateX(-50%);
}

.vip-tier:last-child .vip-node::after {
    display: none;
}

.vip-node-icon {
    color: var(--gold);
    font-size: 20px;
}

.vip-tier-content {
    flex: 1;
    min-width: 0;
}

.vip-tier-name {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: var(--space-xs);
}

.vip-tier-desc {
    font-size: 15px;
    color: var(--fg-muted);
    line-height: 1.6;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    margin: var(--space-xl) 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.comparison-table thead {
    background: var(--bg-elevated);
}

.comparison-table th {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--gold);
    padding: var(--space-lg);
    text-align: left;
    border-bottom: 2px solid var(--border-gold);
}

.comparison-table td {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--fg-secondary);
    padding: var(--space-md) var(--space-lg);
    border-bottom: 1px solid var(--border-subtle);
}

.comparison-table tbody tr {
    transition: background var(--transition);
}

.comparison-table tbody tr:hover {
    background: var(--bg-elevated);
}

.comparison-table .col-highlight {
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    background: rgba(236, 201, 75, 0.05);
}

/* ============================================
   SECTION DIVIDER (Eye of Horus)
   ============================================ */

.horus-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    margin: var(--space-2xl) 0;
    opacity: 0.5;
}

.horus-divider::before,
.horus-divider::after {
    content: '';
    flex: 1;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}

.horus-divider-icon {
    color: var(--gold);
    font-size: 24px;
    animation: horus-pulse 4s infinite ease-in-out;
}

@keyframes horus-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* ============================================
   SPLIT LAYOUT
   ============================================ */

.split-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    align-items: center;
}

@media (min-width: 768px) {
    .split-layout {
        grid-template-columns: 1fr 1fr;
    }
}

.split-text {
    border-left: 3px solid var(--gold);
    padding-left: var(--space-lg);
}

.split-image img {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-gold);
}

/* ============================================
   FEATURED SLOT CARDS
   ============================================ */

.featured-slots {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
}

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

.slot-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.slot-card:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-gold-lift);
    border-color: var(--border-gold-hover);
}

.slot-card-image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.slot-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slot-card-body {
    padding: var(--space-md);
    text-align: center;
}

.slot-card-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    color: var(--fg-primary);
    margin-bottom: var(--space-xs);
}

.slot-card-provider {
    font-size: 14px;
    color: var(--turquoise);
    margin-bottom: var(--space-sm);
}

.slot-card-rtp {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 13px;
    color: var(--gold);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius);
    padding: 4px 12px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 600ms ease-out, transform 600ms ease-out;
    transition-delay: var(--delay, 0ms);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE TEXT HELPERS
   ============================================ */

.lead-text {
    font-size: 18px;
    line-height: 1.7;
    color: var(--fg-secondary);
}

@media (min-width: 768px) {
    .lead-text { font-size: 20px; }
}

.seo-text {
    max-width: 800px;
    margin: var(--space-xl) auto;
    font-size: 17px;
    line-height: 1.8;
    color: var(--fg-secondary);
}

.seo-text a {
    color: var(--turquoise);
    text-decoration: underline;
    text-decoration-color: var(--border-turquoise);
    text-underline-offset: 3px;
}

.seo-text a:hover {
    color: var(--gold);
    text-decoration-color: var(--gold);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:focus-visible {
    outline: 2px solid var(--turquoise);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .animate-on-scroll {
        opacity: 1;
        transform: none;
    }
}

/* a11y-autofix: link-in-text-block */
/* axe link-in-text-block: inline links inside body copy must be
   distinguishable without relying on color. Scope to text containers so
   nav/button/card links (already visually distinct) keep their styling. */
:where(p, li, blockquote, figcaption, dd, .prose, .seo-text, article)
  a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* ============================================
   SITEMAP PAGE
   ============================================ */

.sitemap-list {
    display: flex;
    flex-direction: column;
}

.sitemap-entry {
    padding: var(--space-lg) 0;
}

.sitemap-entry-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--fg-primary);
    margin-bottom: var(--space-sm);
    letter-spacing: 0.02em;
}

.sitemap-entry-desc {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--fg-muted);
    max-width: 700px;
}

.horus-divider-small {
    margin: 0;
}

.horus-divider-small::before,
.horus-divider-small::after {
    max-width: 120px;
}
