/* ============================================================
   GATES OF OLYMPUS — gates-of-olympus-slot.com.mx
   Design: Dark Purple & Gold Mythological Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── RESET & BASE ───────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --gold: #F5C518;
    --gold-light: #FFD966;
    --gold-dark: #C49A00;
    --purple-deep: #0D0418;
    --purple-mid: #1A0A35;
    --purple-card: #1E0A3C;
    --purple-light: #2D1260;
    --purple-glow: #6B21A8;
    --accent-cyan: #00D4FF;
    --accent-rose: #FF4D6D;
    --text-main: #F0E6FF;
    --text-muted: #A78BCA;
    --text-faint: #7161A0;
    --border: rgba(245, 197, 24, 0.2);
    --card-bg: rgba(30, 10, 60, 0.85);
    --glass: rgba(255, 255, 255, 0.05);
    --radius: 12px;
    --radius-lg: 20px;
    --shadow-gold: 0 0 30px rgba(245, 197, 24, 0.25);
    --shadow-deep: 0 4px 40px rgba(0, 0, 0, 0.6);
    --font-head: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--purple-deep);
    color: var(--text-main);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ─── SKIP TO CONTENT ────────────────────────────────────────── */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 4px;
    background: var(--gold);
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700;
    z-index: 9999;
    text-decoration: none;
}

.skip-link:focus {
    left: 4px;
}

/* ─── SCROLLBAR ──────────────────────────────────────────────── */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--purple-deep);
}

::-webkit-scrollbar-thumb {
    background: var(--purple-glow);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}

/* ─── PARTICLES BACKGROUND ───────────────────────────────────── */
.particles-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(107, 33, 168, 0.35) 0%, transparent 70%),
        radial-gradient(ellipse 50% 60% at 80% 80%, rgba(0, 212, 255, 0.08) 0%, transparent 60%),
        var(--purple-deep);
}

/* ─── HEADER / NAVIGATION ────────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(13, 4, 24, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 72px;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-img {
    height: 44px;
    width: auto;
    border-radius: 8px;
}

.logo-text {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(245, 197, 24, 0.5);
}

.logo-text span {
    display: block;
    font-size: 0.65rem;
    color: var(--text-muted);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav a {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--gold);
    background: rgba(245, 197, 24, 0.08);
}

.header-cta {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #000;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 9px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(245, 197, 24, 0.4);
}

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.burger-btn span {
    width: 24px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    transition: 0.3s;
}

/* ─── HERO SECTION ───────────────────────────────────────────── */
.hero {
    position: relative;
    z-index: 1;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 24px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 50% 50%, rgba(107, 33, 168, 0.4) 0%, transparent 70%),
        linear-gradient(180deg, rgba(13, 4, 24, 0.2) 0%, rgba(13, 4, 24, 0.9) 100%);
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero.png');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}

/* Animated stars */
.stars {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.stars::before,
.stars::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 10% 15%, rgba(255, 255, 255, 0.8) 0%, transparent 100%),
        radial-gradient(1px 1px at 25% 40%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 45% 8%, rgba(245, 197, 24, 0.9) 0%, transparent 100%),
        radial-gradient(2px 2px at 60% 20%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 75% 55%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 85% 30%, rgba(245, 197, 24, 0.8) 0%, transparent 100%),
        radial-gradient(1px 1px at 92% 70%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 33% 75%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(2px 2px at 52% 88%, rgba(245, 197, 24, 0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 18% 60%, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    animation: twinkle 4s ease-in-out infinite alternate;
}

.stars::after {
    background-image:
        radial-gradient(1px 1px at 5% 85%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 38% 25%, rgba(245, 197, 24, 0.8) 0%, transparent 100%),
        radial-gradient(2px 2px at 67% 45%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 80% 90%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 95% 15%, rgba(245, 197, 24, 0.6) 0%, transparent 100%);
    animation-delay: 2s;
}

@keyframes twinkle {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

/* Lightning animation */
.lightning {
    position: absolute;
    top: 15%;
    right: 20%;
    width: 3px;
    height: 120px;
    background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
    opacity: 0;
    border-radius: 2px;
    animation: flash 5s ease-in-out infinite;
    filter: blur(1px);
}

.lightning::after {
    content: '';
    position: absolute;
    top: 40px;
    left: -8px;
    width: 16px;
    height: 60px;
    background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
    transform: rotate(15deg);
    border-radius: 2px;
}

.lightning-2 {
    right: auto;
    left: 15%;
    top: 25%;
    animation-delay: 2.5s;
}

@keyframes flash {

    0%,
    100% {
        opacity: 0;
    }

    10%,
    12% {
        opacity: 0.9;
    }

    11% {
        opacity: 0.3;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 197, 24, 0.1);
    border: 1px solid rgba(245, 197, 24, 0.3);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-badge::before {
    content: '⚡';
    font-size: 0.9rem;
}

h1.hero-title {
    font-family: var(--font-head);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.hero-sub {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.65;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.stat-item {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 12px;
    text-align: center;
}

.stat-value {
    font-family: var(--font-head);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold);
}

.stat-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #FFA500 100%);
    color: #0D0418;
    box-shadow: 0 4px 24px rgba(245, 197, 24, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(245, 197, 24, 0.5);
}

.btn-secondary {
    background: var(--glass);
    border: 1px solid var(--border);
    color: var(--gold);
}

.btn-secondary:hover {
    background: rgba(245, 197, 24, 0.08);
    transform: translateY(-2px);
}

/* Hero visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-img-wrap {
    position: relative;
    width: 420px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-glow-ring {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--gold), var(--purple-glow), var(--gold));
    opacity: 0.3;
    animation: rotatering 8s linear infinite;
    filter: blur(8px);
}

@keyframes rotatering {
    to {
        transform: rotate(360deg);
    }
}

.hero-img-box {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(245, 197, 24, 0.4);
    position: relative;
    z-index: 1;
    background: var(--purple-mid);
    box-shadow: var(--shadow-gold);
}

.hero-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating badges */
.float-badge {
    position: absolute;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    animation: floatbadge 3s ease-in-out infinite;
}

.float-badge-1 {
    top: 10%;
    left: -10%;
    color: var(--gold);
}

.float-badge-1::before {
    content: '🎰 ';
}

.float-badge-2 {
    bottom: 15%;
    right: -8%;
    color: var(--accent-cyan);
    animation-delay: 1.5s;
}

.float-badge-2::before {
    content: '⚡ ';
}

.float-badge-3 {
    top: 50%;
    left: -15%;
    color: var(--accent-rose);
    animation-delay: 0.8s;
}

.float-badge-3::before {
    content: '💎 ';
}

@keyframes floatbadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* ─── SECTION TITLES ─────────────────────────────────────────── */
.section {
    position: relative;
    z-index: 1;
    padding: 80px 24px;
}

.section-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.85;
}

.section-title {
    font-family: var(--font-head);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-title span {
    color: var(--gold);
}

.section-desc {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto;
}

/* Divider line */
.divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto 24px;
    border-radius: 2px;
}

/* ─── QUICK FACTS STRIP ──────────────────────────────────────── */
.facts-strip {
    background: var(--purple-mid);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.facts-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.fact-item {
    text-align: center;
}

.fact-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
    display: block;
}

.fact-value {
    font-family: var(--font-head);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gold);
}

.fact-label {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
}

/* ─── CARDS GRID ─────────────────────────────────────────────── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.cards-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cards-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    backdrop-filter: blur(8px);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
    border-color: rgba(245, 197, 24, 0.4);
}

.card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(245, 197, 24, 0.15), rgba(107, 33, 168, 0.2));
    border: 1px solid rgba(245, 197, 24, 0.2);
}

.card-title {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.card-text {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ─── FEATURES SECTION ───────────────────────────────────────── */
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-row.reverse {
    direction: rtl;
}

.feature-row.reverse>* {
    direction: ltr;
}

.feature-visual {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.feature-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(245, 197, 24, 0.06) 0%, transparent 70%);
}

/* .feature-content — inherits from parent */

.feature-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.feature-title {
    font-family: var(--font-head);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 16px;
    line-height: 1.2;
}

.feature-desc {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.feature-list li::before {
    content: '✦';
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 0.7rem;
}

/* ─── RTP GAUGE ──────────────────────────────────────────────── */
.rtp-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.gauge-wrap {
    position: relative;
    width: 200px;
    height: 200px;
}

.gauge-svg {
    transform: rotate(-90deg);
}

.gauge-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 14;
}

.gauge-fill {
    fill: none;
    stroke: url(#goldGrad);
    stroke-width: 14;
    stroke-linecap: round;
    stroke-dasharray: 502;
    stroke-dashoffset: 70;
    /* 96.5% fill */
    transition: stroke-dashoffset 2s ease;
}

.gauge-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gauge-value {
    font-family: var(--font-head);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--gold);
}

.gauge-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.volatility-bar {
    width: 100%;
}

.vol-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.vol-label span:first-child {
    color: var(--text-muted);
}

.vol-label span:last-child {
    color: var(--gold);
    font-weight: 700;
}

.vol-track {
    height: 8px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.vol-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--purple-glow), var(--gold));
}

.vol-fill-high {
    width: 87%;
}

/* ─── SYMBOLS TABLE ──────────────────────────────────────────── */
.symbols-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.symbol-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    transition: transform 0.2s, border-color 0.2s;
}

.symbol-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 197, 24, 0.4);
}

.symbol-emoji {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 6px rgba(245, 197, 24, 0.4));
}

.symbol-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}

.symbol-pay {
    font-size: 0.72rem;
    color: var(--gold);
}

/* ─── TABLES ─────────────────────────────────────────────────── */
.table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: var(--card-bg);
}

table {
    width: 100%;
    border-collapse: collapse;
}

caption {
    padding: 16px 20px;
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    text-align: left;
    border-bottom: 1px solid var(--border);
}

th {
    background: rgba(245, 197, 24, 0.08);
    padding: 13px 18px;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--border);
}

td {
    padding: 13px 18px;
    font-size: 0.88rem;
    color: var(--text-main);
    border-bottom: 1px solid rgba(245, 197, 24, 0.06);
}

tr:last-child td {
    border-bottom: none;
}

tr:hover td {
    background: rgba(245, 197, 24, 0.03);
}

.td-gold {
    color: var(--gold);
    font-weight: 700;
    font-family: var(--font-head);
}

.td-green {
    color: #4ADE80;
    font-weight: 600;
}

.td-red {
    color: var(--accent-rose);
    font-weight: 600;
}

.badge-pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 600;
}

.badge-high {
    background: rgba(239, 68, 68, 0.15);
    color: #F87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.badge-med {
    background: rgba(234, 179, 8, 0.12);
    color: #FBBF24;
    border: 1px solid rgba(234, 179, 8, 0.2);
}

.badge-low {
    background: rgba(74, 222, 128, 0.1);
    color: #4ADE80;
    border: 1px solid rgba(74, 222, 128, 0.15);
}

/* ─── BONUS TIMELINE ─────────────────────────────────────────── */
.timeline {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--gold), var(--purple-glow), transparent);
}

.timeline-item {
    display: flex;
    gap: 24px;
    margin-bottom: 36px;
    position: relative;
}

.timeline-dot {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}

.timeline-body {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 24px;
    flex: 1;
}

.timeline-body h3 {
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--gold);
    margin-bottom: 8px;
}

.timeline-body p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ─── SEO CONTENT SECTION ────────────────────────────────────── */
.seo-content {
    position: relative;
    z-index: 1;
    background: var(--purple-mid);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 64px 24px;
}

.seo-article {
    max-width: 900px;
    margin: 0 auto;
}

.seo-article h2 {
    font-family: var(--font-head);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 40px 0 16px;
    line-height: 1.3;
}

.seo-article h2:first-child {
    margin-top: 0;
}

.seo-article h3 {
    font-family: var(--font-head);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gold);
    margin: 28px 0 12px;
}

.seo-article p {
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.75;
}

.seo-article strong {
    color: var(--text-main);
}

.text-link {
    color: var(--gold);
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.text-link:hover {
    color: var(--gold-light);
}

.seo-news-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0;
}

.seo-news-links a {
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--glass);
    border: 1px solid var(--border);
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    transition: background 0.2s, color 0.2s;
}

.seo-news-links a:hover {
    background: rgba(245, 197, 24, 0.08);
    color: var(--gold);
}

.related-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.sport-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: 1px solid var(--border);
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    transition: border-color 0.2s, color 0.2s;
}

.sport-link span {
    color: var(--text-main);
    font-weight: 600;
}

.sport-link:hover {
    border-color: rgba(245, 197, 24, 0.4);
    color: var(--gold);
}

/* ─── FAQ SECTION ────────────────────────────────────────────── */
.faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-main);
    gap: 12px;
    list-style: none;
    transition: color 0.2s;
}

.faq-question:hover {
    color: var(--gold);
}

.faq-question::marker,
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-arrow {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 0.7rem;
    transition: transform 0.3s;
}

details[open] .faq-arrow {
    transform: rotate(180deg);
}

details[open] .faq-question {
    color: var(--gold);
}

.faq-answer {
    padding: 0 22px 18px;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ─── DOWNLOAD / CTA BANNER ──────────────────────────────────── */
.cta-banner {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(107, 33, 168, 0.4) 0%, rgba(245, 197, 24, 0.08) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 64px 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 24px;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(245, 197, 24, 0.06) 0%, transparent 70%);
}

.cta-title {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    margin-bottom: 16px;
}

.cta-title span {
    color: var(--gold);
}

.cta-sub {
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 auto 32px;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.warning-text {
    margin-top: 20px;
    font-size: 0.75rem;
    color: var(--text-faint);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ─── FOOTER ─────────────────────────────────────────────────── */
.site-footer {
    position: relative;
    z-index: 1;
    background: var(--purple-mid);
    border-top: 1px solid var(--border);
    padding: 60px 24px 32px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 12px;
    line-height: 1.65;
    max-width: 280px;
}

.footer-col h4 {
    font-family: var(--font-head);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col a {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copyright {
    font-size: 0.8rem;
    color: var(--text-faint);
}

.footer-legal {
    font-size: 0.75rem;
    color: var(--text-faint);
    max-width: 600px;
    text-align: right;
}

.footer-18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--text-faint);
    color: var(--text-faint);
    font-size: 0.65rem;
    font-weight: 900;
    vertical-align: middle;
    margin-right: 4px;
}

/* ─── DIAGRAM BARS ───────────────────────────────────────────── */
.diagram-section {
    padding: 80px 24px;
    position: relative;
    z-index: 1;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 200px;
    margin-bottom: 16px;
}

.bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.bar-fill {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, var(--gold) 0%, var(--purple-glow) 100%);
    min-height: 10px;
    transition: height 1s ease;
    position: relative;
}

.bar-fill::after {
    content: attr(data-val);
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gold);
    white-space: nowrap;
}

.bar-label {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-align: center;
    writing-mode: horizontal-tb;
}

.chart-axis {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    margin-top: 4px;
}

.chart-axis span {
    font-size: 0.68rem;
    color: var(--text-faint);
}

/* ─── BREADCRUMB ─────────────────────────────────────────────── */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--text-faint);
    padding: 12px 0;
    margin-bottom: 24px;
}

.breadcrumb a {
    color: var(--text-muted);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--gold);
}

.breadcrumb span {
    color: var(--text-faint);
}

/* ─── MOBILE NAV ─────────────────────────────────────────────── */
.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(13, 4, 24, 0.97);
    backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-family: var(--font-head);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.2s;
}

.mobile-menu a:hover {
    color: var(--gold);
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 1.8rem;
    cursor: pointer;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 48px;
    }

    .hero-visual {
        order: -1;
    }

    .hero-img-box {
        width: 280px;
        height: 280px;
    }

    .hero-img-wrap {
        width: 320px;
        height: 320px;
    }

    .stats-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-actions {
        justify-content: center;
    }

    .facts-strip-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .feature-row {
        grid-template-columns: 1fr;
    }

    .feature-row.reverse {
        direction: ltr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cards-grid-3,
    .cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-links {
        grid-template-columns: 1fr 1fr;
    }

    .seo-news-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .main-nav,
    .header-cta {
        display: none;
    }

    .burger-btn {
        display: flex;
    }

    .hero {
        padding: 60px 20px;
        min-height: auto;
    }

    .hero-img-box {
        width: 220px;
        height: 220px;
    }

    .hero-img-wrap {
        width: 260px;
        height: 260px;
    }

    .float-badge {
        display: none;
    }

    .stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .facts-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .section {
        padding: 56px 16px;
    }

    .symbols-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-legal {
        text-align: center;
    }

    .cta-banner {
        padding: 44px 20px;
        margin: 0 16px;
    }

    .cards-grid-3,
    .cards-grid-4 {
        grid-template-columns: 1fr;
    }

    .related-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .facts-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .symbols-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bar-chart {
        gap: 6px;
    }
}

/* ─── ANIMATIONS ─────────────────────────────────────────────── */
@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fadeup {
    animation: fadeup 0.7s ease forwards;
}

.delay-1 {
    animation-delay: 0.1s;
    opacity: 0;
}

.delay-2 {
    animation-delay: 0.2s;
    opacity: 0;
}

.delay-3 {
    animation-delay: 0.3s;
    opacity: 0;
}

.delay-4 {
    animation-delay: 0.4s;
    opacity: 0;
}

.delay-5 {
    animation-delay: 0.5s;
    opacity: 0;
}

/* Intersection Observer classes */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

/* ═══════════════════════════════════════════════════════════════
   NEW PAGES — shared components
   ═══════════════════════════════════════════════════════════════ */

/* ─── BREADCRUMB BAR ─────────────────────────────────────────── */
.breadcrumb-bar {
    background: var(--purple-mid);
    border-bottom: 1px solid var(--border);
    padding: 12px 24px;
    position: relative;
    z-index: 1;
}

.breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.breadcrumb-inner nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.breadcrumb-inner nav a {
    color: var(--gold);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.breadcrumb-inner nav a:hover {
    opacity: 1;
}

.breadcrumb-inner nav span {
    color: var(--text-faint);
}

/* ─── PAGE HERO (inner pages) ────────────────────────────────── */
.page-hero {
    position: relative;
    z-index: 1;
    min-height: 480px;
    display: flex;
    align-items: center;
    padding: 80px 24px;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/logo.png');
    background-size: cover;
    background-position: center;
    opacity: 0.07;
}

.page-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(13, 4, 24, 0.3) 0%,
            rgba(13, 4, 24, 0.85) 100%);
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 40%, rgba(107, 33, 168, 0.35) 0%, transparent 70%);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.page-hero-title {
    font-family: var(--font-head);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.15;
}

.page-hero-title span {
    color: var(--gold);
}

.page-hero-sub {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.page-hero-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ph-stat {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 14px 22px;
    text-align: center;
    min-width: 110px;
}

.ph-stat-val {
    display: block;
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
}

.ph-stat-label {
    display: block;
    font-size: 0.68rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
}

/* ─── BONUS CARDS GRID ───────────────────────────────────────── */
.bonus-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bonus-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    backdrop-filter: blur(8px);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
    border-color: rgba(245, 197, 24, 0.4);
}

.bonus-card-featured {
    border-color: rgba(245, 197, 24, 0.4);
    background: linear-gradient(135deg, rgba(30, 10, 60, 0.95), rgba(45, 18, 96, 0.8));
}

.bonus-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.bonus-icon-lg {
    font-size: 2.4rem;
    line-height: 1;
}

.bonus-num {
    font-family: var(--font-head);
    font-size: 2rem;
    font-weight: 900;
    color: rgba(245, 197, 24, 0.15);
    line-height: 1;
}

.bonus-card h3 {
    font-family: var(--font-head);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 6px;
}

.bonus-trigger {
    font-size: 0.78rem;
    color: var(--gold);
    background: rgba(245, 197, 24, 0.08);
    border: 1px solid rgba(245, 197, 24, 0.2);
    border-radius: 6px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 16px;
}

.bonus-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.bonus-list li {
    font-size: 0.88rem;
    color: var(--text-muted);
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
}

.bonus-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 0.7rem;
    top: 2px;
}

.bonus-meter {
    margin-top: auto;
}

.bonus-meter-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.bonus-meter-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    height: 6px;
    overflow: hidden;
}

.bonus-meter-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--purple-glow), var(--gold));
    border-radius: 4px;
    transition: width 1.5s ease;
}

/* Multiplier display in free spins section */
.multiplier-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.mult-orbs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.mult-orb {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-size: 0.9rem;
    font-weight: 700;
    border: 2px solid rgba(245, 197, 24, 0.6);
    animation: floatbadge 3s ease-in-out infinite;
}

.mult-orb-1 {
    background: radial-gradient(circle, rgba(107, 33, 168, 0.8), rgba(13, 4, 24, 0.9));
    color: var(--gold);
}

.mult-orb-2 {
    background: radial-gradient(circle, rgba(107, 33, 168, 0.9), rgba(13, 4, 24, 0.9));
    color: var(--gold);
    animation-delay: 0.6s;
}

.mult-orb-3 {
    background: radial-gradient(circle, rgba(139, 43, 200, 0.9), rgba(13, 4, 24, 0.9));
    color: var(--gold);
    animation-delay: 1.2s;
}

.mult-orb-4 {
    background: radial-gradient(circle, rgba(180, 60, 220, 0.9), rgba(13, 4, 24, 0.9));
    color: var(--gold);
    animation-delay: 1.8s;
}

.mult-total {
    text-align: center;
    background: rgba(245, 197, 24, 0.08);
    border: 1px solid rgba(245, 197, 24, 0.3);
    border-radius: 12px;
    padding: 16px 32px;
}

.mult-total-label {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.mult-total-val {
    display: block;
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--gold);
    text-shadow: 0 0 30px rgba(245, 197, 24, 0.5);
}

/* ─── SYMBOL SHOWCASE ────────────────────────────────────────── */
.symbol-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.symbol-showcase-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    backdrop-filter: blur(8px);
}

.symbol-showcase-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 197, 24, 0.4);
    box-shadow: var(--shadow-gold);
}

.symbol-premium-card {
    border-color: rgba(245, 197, 24, 0.3);
}

.symbol-showcase-rank {
    font-family: var(--font-head);
    font-size: 1.8rem;
    font-weight: 900;
    color: rgba(245, 197, 24, 0.12);
    line-height: 1;
    min-width: 36px;
}

.symbol-showcase-emoji {
    font-size: 2.6rem;
    line-height: 1;
    filter: drop-shadow(0 0 12px rgba(245, 197, 24, 0.4));
}

.symbol-showcase-info {
    flex: 1;
}

.symbol-showcase-info h3 {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
}

.symbol-showcase-type {
    margin-bottom: 14px;
}

.symbol-payout-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.spay-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 6px 10px;
    text-align: center;
    min-width: 68px;
}

.spay-q {
    display: block;
    font-size: 0.65rem;
    color: var(--text-faint);
    margin-bottom: 2px;
}

.spay-v {
    display: block;
    font-family: var(--font-head);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-main);
}

.spay-max {
    border-color: rgba(245, 197, 24, 0.35);
    background: rgba(245, 197, 24, 0.06);
}

.spay-max .spay-v {
    color: var(--gold);
}

.symbol-showcase-desc {
    font-size: 0.83rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* ─── GEM GRID ───────────────────────────────────────────────── */
.gem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gem-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    backdrop-filter: blur(8px);
}

.gem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}

.gem-purple {
    border-top: 3px solid #9B59B6;
}

.gem-blue {
    border-top: 3px solid #3498DB;
}

.gem-green {
    border-top: 3px solid #2ECC71;
}

.gem-red {
    border-top: 3px solid #E74C3C;
}

.gem-emoji {
    font-size: 2.8rem;
    margin-bottom: 12px;
    display: block;
    filter: drop-shadow(0 0 10px currentColor);
}

.gem-info h3 {
    font-family: var(--font-head);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
}

.gem-pays {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    text-align: left;
}

.gem-pays span {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.gem-pays strong {
    color: var(--gold);
}

/* ─── TABLE NOTE ─────────────────────────────────────────────── */
.table-note {
    margin-top: 20px;
    background: rgba(245, 197, 24, 0.06);
    border: 1px solid rgba(245, 197, 24, 0.2);
    border-radius: var(--radius);
    padding: 14px 20px;
}

.table-note p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ─── DEMO PAGE ──────────────────────────────────────────────── */
.demo-hero-section {
    position: relative;
    z-index: 1;
    padding: 80px 24px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.demo-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 30% 50%, rgba(107, 33, 168, 0.4) 0%, transparent 70%),
        radial-gradient(ellipse 50% 60% at 80% 30%, rgba(245, 197, 24, 0.06) 0%, transparent 60%);
}

.demo-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

/* .demo-hero-text — inherits from parent */

.demo-trust-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.dtb {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.dtb span {
    font-size: 1rem;
}

/* Demo frame */
/* .demo-frame-wrap — inherits from parent */

.demo-frame-ui {
    background: rgba(20, 6, 45, 0.9);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(107, 33, 168, 0.2);
}

.demo-frame-header {
    background: rgba(30, 10, 60, 0.9);
    border-bottom: 1px solid var(--border);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.demo-frame-dots {
    display: flex;
    gap: 6px;
}

.demo-frame-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border);
}

.demo-frame-dots span:nth-child(1) {
    background: #FF5F57;
}

.demo-frame-dots span:nth-child(2) {
    background: #FEBC2E;
}

.demo-frame-dots span:nth-child(3) {
    background: #28C840;
}

.demo-frame-title {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.demo-frame-screen {
    padding: 40px 32px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-screen-content {
    text-align: center;
    width: 100%;
}

.demo-screen-logo {
    margin-bottom: 20px;
}

.demo-screen-logo img {
    border-radius: 50%;
    border: 2px solid rgba(245, 197, 24, 0.3);
    box-shadow: 0 0 30px rgba(107, 33, 168, 0.4);
}

.demo-screen-title {
    font-family: var(--font-head);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 4px;
}

.demo-screen-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.demo-screen-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.dss {
    background: rgba(245, 197, 24, 0.08);
    border: 1px solid rgba(245, 197, 24, 0.2);
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
}

.dss-v {
    display: block;
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
}

.dss-l {
    display: block;
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.demo-disclaimer-box {
    background: rgba(107, 33, 168, 0.2);
    border: 1px solid rgba(107, 33, 168, 0.4);
    border-radius: var(--radius);
    padding: 14px 20px;
    text-align: left;
}

.demo-disclaimer-box p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* Casino grid */
.casino-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.casino-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.casino-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
    border-color: rgba(245, 197, 24, 0.35);
}

.casino-card-inner {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.casino-badge-wrap {
    text-align: center;
}

.casino-rank {
    font-size: 2.4rem;
}

.casino-name {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
    text-align: center;
}

.casino-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cf {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.casino-rtp-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    background: rgba(245, 197, 24, 0.06);
    border: 1px solid rgba(245, 197, 24, 0.15);
    border-radius: 6px;
    padding: 6px 12px;
    text-align: center;
}

.casino-rtp-note strong {
    color: var(--gold);
}

.casino-btn {
    display: block;
    text-align: center;
    margin-top: auto;
    justify-content: center;
}

.demo-legal-note {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 24px;
}

.demo-legal-note p {
    font-size: 0.83rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* table green/red cells */
.td-green {
    color: #4ade80;
    font-weight: 600;
}

.td-red {
    color: var(--accent-rose);
    font-weight: 600;
}

/* ─── RESPONSIVE — new pages ─────────────────────────────────── */
@media (max-width: 1024px) {
    .bonus-cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .casino-grid {
        grid-template-columns: 1fr;
    }

    .demo-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .bonus-cards-grid {
        grid-template-columns: 1fr;
    }

    .symbol-showcase-grid {
        grid-template-columns: 1fr;
    }

    .gem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .symbol-showcase-card {
        flex-direction: column;
    }

    .page-hero {
        min-height: 380px;
        padding: 60px 20px;
    }

    .page-hero-stats {
        gap: 10px;
    }

    .ph-stat {
        min-width: 90px;
        padding: 10px 14px;
    }

    .demo-frame-screen {
        padding: 24px 16px;
    }

    .mult-orbs {
        gap: 8px;
    }

    .mult-orb {
        width: 52px;
        height: 52px;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .gem-grid {
        grid-template-columns: 1fr;
    }

    .symbol-payout-row {
        gap: 6px;
    }

    .spay-item {
        min-width: 56px;
    }
}

/* ─── PREFERS REDUCED MOTION (Accessibility) ──────────────────── */
@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;
    }

    .stars::before,
    .stars::after {
        animation: none;
    }

    .lightning,
    .lightning-2 {
        animation: none;
        opacity: 0;
    }

    .float-badge {
        animation: none;
    }

    .hero-glow-ring {
        animation: none;
    }

    .particles-bg {
        background: var(--purple-deep);
    }
}

/* ─── PICTURE ELEMENT (WebP support) ─────────────────────────── */
picture {
    display: contents;
}

picture img {
    display: block;
    max-width: 100%;
    height: auto;
}