.scg-page {
    --scg-bg: #070d1a;
    --scg-surface: #0d1830;
    --scg-surface-2: #122445;
    --scg-line: rgba(76, 201, 240, .27);
    --scg-cyan: #4cc9f0;
    --scg-cyan-bright: #67e8f9;
    --scg-gold: #f2c96d;
    --scg-ink: #eef4ff;
    --scg-muted: #a9bbd4;
    background: var(--scg-bg);
    color: var(--scg-ink);
    overflow-x: clip;
}

.scg-page *, .scg-page *::before, .scg-page *::after { box-sizing: border-box; }
.scg-page main { overflow: hidden; }
.scg-page .container { max-width: 1200px; }

.scg-hero {
    min-height: min(690px, calc(100vh - 80px));
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    border-bottom: 1px solid var(--scg-line);
}

.scg-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.scg-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(4, 9, 20, .98) 0%, rgba(4, 9, 20, .85) 35%, rgba(4, 9, 20, .18) 65%, rgba(4, 9, 20, .05) 100%);
}

.scg-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--scg-cyan), transparent);
    animation: scg-sweep 7s ease-in-out infinite;
}

.scg-hero-copy { width: min(680px, 58%); padding: clamp(72px, 8vw, 118px) 0; }
.scg-kicker { margin: 0 0 16px; color: var(--scg-cyan-bright); font-weight: 750; letter-spacing: .03em; }
.scg-hero h1 { margin: 0; max-width: 680px; font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 3px 28px rgba(0, 0, 0, .7); }
.scg-hero-lead { max-width: 620px; margin: 24px 0 0; color: #dce9fb; font-size: clamp(1.02rem, 1.6vw, 1.23rem); line-height: 1.65; }
.scg-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.scg-hero-actions .scg-cta { min-width: 190px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--scg-cyan); border-radius: 999px; font-weight: 800; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.scg-cta-primary { background: var(--scg-cyan); color: #06101d !important; }
.scg-cta-secondary { background: rgba(7, 13, 26, .68); color: var(--scg-ink) !important; }
.scg-hero-actions .scg-cta:hover { opacity: 1; transform: translateY(-2px); background: var(--scg-cyan-bright); border-color: var(--scg-cyan-bright); color: #06101d !important; }
.scg-hero-actions .scg-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.scg-affiliate-note { max-width: 610px; margin: 16px 0 0; color: var(--scg-muted); font-size: .82rem; line-height: 1.55; }

.scg-story { padding: clamp(64px, 8vw, 112px) 0 90px; }
.scg-intro { max-width: 920px; margin: 0 auto clamp(60px, 8vw, 100px); font-size: 1.1rem; color: #d7e5f8; line-height: 1.85; }
.scg-intro p { margin: 0 0 18px; }
.scg-intro a, .scg-chapter a, .scg-responsible a { color: var(--scg-cyan-bright); }

.scg-chapter { width: min(100%, 960px); margin: 0 auto clamp(68px, 8vw, 108px); }
.scg-chapter h2 { margin: 0 0 20px; color: var(--scg-ink); font-size: clamp(1.72rem, 3vw, 2.65rem); line-height: 1.13; letter-spacing: -.025em; text-wrap: balance; }
.scg-chapter > p { margin: 0 0 24px; color: #d4e1f3; font-size: 1.03rem; line-height: 1.82; }
.scg-chapter > p:last-child { margin-bottom: 0; }

.scg-visual { position: relative; width: 100%; min-height: 170px; margin: 26px 0; padding: clamp(20px, 4vw, 36px); overflow: hidden; border: 1px solid var(--scg-line); border-radius: 18px; background: linear-gradient(135deg, rgba(18, 36, 69, .94), rgba(9, 20, 41, .98)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 24px 70px rgba(0,0,0,.22); }
.scg-visual::after { content: ''; position: absolute; inset: auto -10% -75% 40%; height: 180px; background: radial-gradient(circle, rgba(76,201,240,.22), transparent 68%); pointer-events: none; }
.scg-visual-label { display: block; margin-bottom: 18px; color: var(--scg-cyan-bright); font-weight: 800; }

.scg-lobby-rail, .scg-provider-grid, .scg-check-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.scg-lobby-card, .scg-provider-tile, .scg-check-cell { min-width: 0; padding: 16px; border: 1px solid rgba(125, 211, 252, .2); border-radius: 12px; background: rgba(5, 12, 25, .68); }
.scg-lobby-card strong, .scg-provider-tile strong, .scg-check-cell strong { display: block; margin-bottom: 6px; color: #fff; }
.scg-lobby-card span, .scg-provider-tile span, .scg-check-cell span { display: block; color: var(--scg-muted); font-size: .88rem; line-height: 1.5; }

.scg-reels { display: grid; grid-template-columns: repeat(5, minmax(54px, 1fr)); gap: 10px; max-width: 680px; margin: 0 auto; perspective: 800px; }
.scg-reel { display: grid; place-items: center; aspect-ratio: 1 / 1.15; border: 1px solid rgba(103, 232, 249, .4); border-radius: 16px; background: radial-gradient(circle at 35% 25%, #20426f, #081429 68%); box-shadow: inset 0 0 28px rgba(76,201,240,.15); color: var(--scg-cyan-bright); }
.scg-reel svg { width: 46%; height: 46%; fill: none; stroke: currentColor; stroke-width: 2; }

.scg-feature-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.scg-feature-node { position: relative; padding: 22px 18px 18px; border-top: 3px solid var(--scg-cyan); background: rgba(4, 11, 24, .62); }
.scg-feature-node b { display: block; color: #fff; font-size: 1.05rem; }
.scg-feature-node small { display: block; margin-top: 7px; color: var(--scg-muted); line-height: 1.5; }

.scg-volatility { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 18px; align-items: end; }
.scg-meter { min-height: 108px; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; }
.scg-meter b { color: #fff; }
.scg-meter-line { height: 12px; overflow: hidden; border-radius: 999px; background: #071021; }
.scg-meter-line i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--scg-cyan), var(--scg-gold)); }

.scg-table-wrap { margin: 34px 0; overflow-x: auto; border: 1px solid var(--scg-line); border-radius: 16px; background: var(--scg-surface); }
.scg-table { width: 100%; min-width: 720px; margin: 0 !important; border: 0 !important; border-collapse: collapse; background: transparent !important; }
.scg-table caption { padding: 18px 20px; color: #fff; font-weight: 800; text-align: left; background: linear-gradient(90deg, #17345c, #0d1d38); }
.scg-table th, .scg-table td { padding: 14px 16px !important; border: 1px solid rgba(125,211,252,.16) !important; color: #e9f2ff !important; vertical-align: top; }
.scg-table th { background: #132a4c !important; color: var(--scg-cyan-bright) !important; }
.scg-table tbody tr:nth-child(even) { background: rgba(21, 43, 75, .48) !important; }

.scg-live-board { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.scg-live-stage { min-height: 155px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 50% 50% 18px 18px; border: 1px solid rgba(103,232,249,.4); background: radial-gradient(ellipse at 50% 100%, #16707a 0%, #0a273c 46%, #07101f 75%); }
.scg-live-stage::before { content: ''; width: 66%; height: 72px; border: 5px solid rgba(242,201,109,.72); border-bottom: 0; border-radius: 160px 160px 0 0; transform: translateY(34px); }
.scg-live-status { display: grid; gap: 10px; }
.scg-status { padding: 13px 14px; border-left: 4px solid var(--scg-cyan); background: rgba(4,11,24,.68); color: #dceafd; }

.scg-rule-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.scg-rule-card { min-height: 124px; padding: 18px; border-bottom: 4px solid var(--scg-gold); background: rgba(4, 11, 24, .72); }
.scg-rule-card b { display: block; margin-bottom: 8px; color: #fff; font-size: 1.05rem; }
.scg-rule-card span { color: var(--scg-muted); line-height: 1.5; }

.scg-phone-lobby { display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: center; }
.scg-phone { width: 190px; height: 330px; margin: 0 auto; padding: 16px 12px; border: 4px solid #1c3559; border-radius: 30px; background: #050b16; box-shadow: 0 0 0 1px var(--scg-cyan), 0 20px 50px rgba(0,0,0,.35); }
.scg-phone-screen { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: 100%; padding-top: 24px; }
.scg-phone-screen i { border-radius: 8px; background: linear-gradient(145deg, #173a62, #0b1c34); box-shadow: inset 0 0 18px rgba(76,201,240,.12); }
.scg-mobile-tips { display: grid; gap: 12px; }
.scg-mobile-tips span { padding: 14px 16px; border: 1px solid rgba(103,232,249,.2); background: rgba(4,11,24,.62); color: #dce9fb; }

.scg-jackpot-track { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.scg-jackpot-track::before, .scg-jackpot-track::after { content: ''; height: 4px; background: linear-gradient(90deg, transparent, var(--scg-gold)); }
.scg-jackpot-track::after { transform: scaleX(-1); }
.scg-jackpot-core { width: 160px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(242,201,109,.5); border-radius: 50%; background: radial-gradient(circle, rgba(242,201,109,.22), rgba(9,19,38,.95) 64%); color: var(--scg-gold); font-weight: 900; text-align: center; }

.scg-budget-console { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.scg-budget-step { padding: 18px; border-radius: 12px; background: #081329; border: 1px solid rgba(76,201,240,.2); }
.scg-budget-step b { display: block; color: var(--scg-cyan-bright); }
.scg-budget-step span { display: block; margin-top: 7px; color: var(--scg-muted); line-height: 1.48; }

.scg-final-check { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.scg-final-check div { position: relative; padding: 16px 18px 16px 48px; background: rgba(4,11,24,.7); color: #e7f1ff; }
.scg-final-check div::before { content: ''; position: absolute; left: 18px; top: 19px; width: 15px; height: 9px; border-left: 3px solid var(--scg-cyan-bright); border-bottom: 3px solid var(--scg-cyan-bright); transform: rotate(-45deg); }

.scg-faq { width: min(100%, 960px); margin: 0 auto; padding-top: 10px; }
.scg-faq h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.scg-faq details { margin: 12px 0; border: 1px solid var(--scg-line); border-radius: 14px; background: var(--scg-surface); }
.scg-faq summary { cursor: pointer; padding: 19px 22px; color: #fff; font-weight: 800; }
.scg-faq details p { margin: 0; padding: 0 22px 20px; color: #d4e1f3; line-height: 1.75; }
.scg-responsible { width: min(100%, 960px); margin: 60px auto 0; padding: 24px; border-left: 4px solid var(--scg-gold); background: rgba(242,201,109,.08); color: #d9e4f3; line-height: 1.7; }

.scg-footer { padding: 42px 0; border-top: 1px solid var(--scg-line); background: #050a14; }
.scg-footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.scg-footer p { max-width: 650px; margin: 0; color: var(--scg-muted); line-height: 1.65; }
.scg-footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.scg-footer-links a { color: var(--scg-cyan-bright); }

@keyframes scg-sweep { 0%, 100% { opacity: .35; transform: scaleX(.4); } 50% { opacity: 1; transform: scaleX(1); } }

@media (max-width: 900px) {
    .scg-hero { min-height: 700px; align-items: flex-end; }
    .scg-hero-image { object-position: 62% center; }
    .scg-hero::before { background: linear-gradient(180deg, rgba(4,9,20,.2), rgba(4,9,20,.82) 45%, rgba(4,9,20,.98) 100%); }
    .scg-hero-copy { width: 100%; padding: 210px 0 58px; }
    .scg-lobby-rail, .scg-provider-grid, .scg-check-grid, .scg-budget-console { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .scg-live-board, .scg-phone-lobby { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .scg-page { padding-top: 72px !important; }
    .scg-hero { min-height: 690px; }
    .scg-hero-image { object-position: 68% center; }
    .scg-hero-copy { padding-top: 250px; }
    .scg-hero h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
    .scg-hero-actions { display: grid; }
    .scg-hero-actions .scg-cta { width: 100%; min-width: 0; }
    .scg-story { padding-top: 56px; }
    .scg-feature-line, .scg-rule-rail, .scg-volatility { grid-template-columns: 1fr; }
    .scg-reels { gap: 6px; }
    .scg-visual { border-radius: 14px; }
    .scg-table-wrap { overflow-x: visible; border: 0; background: transparent; }
    .scg-table { min-width: 0; display: block !important; background: transparent !important; }
    .scg-table caption { display: block; border-radius: 12px 12px 0 0; }
    .scg-table thead { display: none !important; }
    .scg-table tbody, .scg-table tr, .scg-table td { display: block !important; width: 100%; }
    .scg-table tr { margin: 0 0 12px; padding: 10px 14px; border: 1px solid var(--scg-line); border-radius: 12px; background: var(--scg-surface) !important; }
    .scg-table td { padding: 8px 0 !important; border: 0 !important; }
    .scg-table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--scg-cyan-bright); font-weight: 800; }
    .scg-jackpot-core { width: 118px; }
    .scg-final-check { grid-template-columns: 1fr; }
    .scg-footer-grid { display: grid; }
}

@media (max-width: 460px) {
    .scg-lobby-rail, .scg-provider-grid, .scg-check-grid, .scg-budget-console { grid-template-columns: 1fr; }
    .scg-phone { width: 170px; height: 296px; }
}

@media (prefers-reduced-motion: reduce) {
    .scg-hero::after { animation: none; }
    .scg-hero-actions .scg-cta { transition: none; }
}
