:root {
    --ink: #090908;
    --ink-soft: #121210;
    --paper: #f2eee3;
    --paper-dim: #d7d0c0;
    --gold: #c9a24c;
    --gold-light: #e6c878;
    --green: #69b78c;
    --line: rgba(232, 213, 166, .18);
    --container: 1180px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, "Noto Sans Myanmar", "Myanmar Text", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
section[id] { scroll-margin-top: 108px; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 920px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--paper); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.age-strip {
    min-height: 34px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--paper);
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.age-mark { color: #175d3d; font-size: 13px; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(9,9,8,.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 50px; object-fit: contain; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.primary-nav a {
    color: var(--paper-dim); text-decoration: none; font-size: 13px; font-weight: 650;
    transition: color .2s ease;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-light); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--paper); margin: 6px 0; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 52px; padding: 12px 23px; border: 1px solid var(--gold);
    background: var(--gold); color: var(--ink); text-decoration: none;
    font: 750 13px/1.2 var(--sans); letter-spacing: .03em; cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.25); }
.button-light { background: var(--paper); border-color: var(--paper); }
.text-link { color: var(--paper); text-underline-offset: 7px; text-decoration-color: var(--gold); font-weight: 700; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 77% 45%, rgba(201,162,76,.15), transparent 32%),
                linear-gradient(110deg, rgba(255,255,255,.025), transparent 35%);
}
.hero-grid {
    position: absolute; inset: 0; opacity: .32;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 100% 150px, 150px 100%;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}
.hero-layout { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 45px; padding-block: 78px 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(105,183,140,.1); }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-hero h1 {
    margin: 20px 0 24px; max-width: 760px; font-family: var(--sans);
    font-size: clamp(42px, 5.6vw, 72px); line-height: 1.38; font-weight: 650; letter-spacing: -.02em;
}
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 620px; color: var(--paper-dim); font-size: 17px; }
.coupon-box {
    width: min(100%, 530px); margin-top: 28px; padding: 12px 12px 12px 18px;
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
    border: 1px solid rgba(230,200,120,.5);
    background: linear-gradient(100deg, rgba(201,162,76,.13), rgba(255,255,255,.025));
    box-shadow: inset 0 0 30px rgba(201,162,76,.04);
}
.coupon-label { grid-column: 1 / -1; color: #8e8268; font-size: 8px; font-weight: 800; letter-spacing: .2em; line-height: 1; }
.coupon-box code { color: var(--paper); font: 800 clamp(17px, 2vw, 24px)/1 var(--sans); letter-spacing: .1em; }
.coupon-copy {
    min-height: 40px; padding: 9px 15px; border: 1px solid var(--gold); background: transparent;
    color: var(--gold-light); font: 800 10px/1 var(--sans); letter-spacing: .14em; cursor: pointer;
}
.coupon-copy:hover { background: var(--gold); color: var(--ink); }
.copy-status { grid-column: 1 / -1; min-height: 14px; color: var(--green); font-size: 10px; line-height: 1.4; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 43px; color: #aaa595; font-size: 11px; letter-spacing: .04em; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--green); }
.trust-row i { width: 5px; height: 5px; border: 1px solid var(--gold); transform: rotate(45deg); }
.hero-art { position: relative; height: 470px; display: grid; place-items: center; }
.provider-stage {
    position: relative; z-index: 2; width: 410px; min-height: 430px; padding: 28px;
    border: 1px solid var(--gold); border-radius: 32px;
    display: flex; flex-direction: column; justify-content: center;
    background: radial-gradient(circle at 50% 30%, rgba(79,70,141,.32), transparent 45%),
                linear-gradient(150deg, #211a0e, #080807 70%);
    box-shadow: 0 0 100px rgba(201,162,76,.12), inset 0 0 50px rgba(201,162,76,.06);
}
.provider-stage::before { content: ""; position: absolute; inset: 12px; border-radius: 23px; border: 1px solid rgba(201,162,76,.23); pointer-events: none; }
.provider-stage-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.provider-stage-top span { color: #8e8268; font-size: 7px; letter-spacing: .18em; }
.provider-stage-top strong { color: var(--paper); font-size: 9px; letter-spacing: .12em; }
.gates-hero-art { position: relative; z-index: 2; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(0,0,0,.65)); }
.hero-game-caption { position: relative; z-index: 2; margin-top: 10px; text-align: center; }
.hero-game-caption span, .provider-bonus-pill span { display: block; color: #8e8268; font-size: 7px; letter-spacing: .18em; }
.hero-game-caption strong { color: var(--paper); font: 650 19px/1.4 var(--sans); }
.provider-bonus-pill {
    position: relative; z-index: 2; margin: 20px auto 0; padding: 10px 20px;
    border: 1px solid rgba(201,162,76,.42); text-align: center;
}
.provider-bonus-pill strong { display: block; color: var(--gold-light); font: 800 21px/1.35 var(--sans); }
.orbit { position: absolute; border: 1px solid rgba(201,162,76,.25); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; }
.orbit-two { width: 500px; height: 270px; transform: rotate(-23deg); }
.floating-note { position: absolute; z-index: 3; border-left: 1px solid var(--gold); padding-left: 12px; color: #989181; font-size: 8px; letter-spacing: .17em; }
.floating-note strong, .floating-note span { color: var(--paper); font-size: 11px; }
.note-one { left: 0; top: 75px; }
.note-two { right: 0; bottom: 72px; }
.note-two span { color: var(--green); font-size: 18px; }
.hero-foot { position: relative; min-height: 58px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #898477; font-size: 11px; }
.hero-foot p { margin: 0; }
.hero-foot a { color: var(--paper); text-decoration: none; }

.section { padding-block: 120px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.section-number { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section h2, .final-cta h2 {
    margin: 20px 0 0; font: 650 clamp(34px, 4.2vw, 56px)/1.42 var(--sans); letter-spacing: -.02em;
}
.prose { padding-top: 42px; color: #aaa595; max-width: 650px; }
.prose .large { color: var(--paper); font: 400 24px/1.65 var(--serif); }
.bonus-section { background: var(--gold); color: var(--ink); }
.bonus-section .section-number { color: #4f3a0a; }
.bonus-heading { margin-bottom: 58px; }
.bonus-heading > p { color: rgba(9,9,8,.72); }
.bonus-steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(9,9,8,.28); }
.bonus-steps article { min-height: 335px; padding: 30px; border-right: 1px solid rgba(9,9,8,.28); }
.bonus-steps article:last-child { border-right: 0; }
.bonus-steps article > span { color: rgba(9,9,8,.56); font-size: 10px; letter-spacing: .16em; }
.bonus-steps h3 { margin: 23px 0 12px; font: 650 26px/1.4 var(--sans); }
.bonus-steps p { color: rgba(9,9,8,.7); font-size: 14px; }
.bonus-steps p strong { color: var(--ink); }
.step-symbol {
    width: 76px; height: 76px; margin-top: 45px; display: grid; place-items: center;
    border: 1px solid var(--ink); border-radius: 50%; font: 400 40px/1 var(--serif);
}
.offer-disclosure {
    display: grid; grid-template-columns: .32fr 1.4fr auto; align-items: start; gap: 30px;
    padding: 24px 0; border-bottom: 1px solid rgba(9,9,8,.28);
}
.offer-disclosure strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.offer-disclosure p { margin: 0; color: rgba(9,9,8,.7); font-size: 12px; }
.offer-disclosure a { color: var(--ink); font-size: 12px; font-weight: 800; text-underline-offset: 5px; white-space: nowrap; }
.games-showcase { background: #0d0d0b; border-bottom: 1px solid var(--line); }
.games-heading { align-items: end; }
.provider-intro { max-width: 480px; justify-self: end; }
.provider-intro p { margin: 20px 0 0; color: #9f998c; font-size: 13px; }
.provider-logos { display: flex; align-items: center; gap: 26px; }
.provider-logos img { display: block; width: 94px; height: auto; object-fit: contain; }
.pragmatic-wordmark { color: var(--paper); font-size: 12px; font-weight: 850; letter-spacing: .07em; }
.pragmatic-wordmark i { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border-radius: 50%; background: #ef7521; box-shadow: 0 0 0 4px rgba(239,117,33,.12); }
.game-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 14px; }
.game-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #151511; }
.game-art { position: relative; min-height: 330px; display: grid; place-items: center; overflow: hidden; }
.game-art::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(9,9,8,.82)); pointer-events: none; }
.pragmatic-art { background: radial-gradient(circle at 50% 38%, rgba(113,91,214,.5), transparent 38%), linear-gradient(150deg,#2b1a45,#0e0d10 70%); }
.pragmatic-art img { width: min(90%, 440px); height: auto; filter: drop-shadow(0 22px 26px rgba(0,0,0,.6)); transform: scale(1.08); }
.jili-art { background: radial-gradient(circle at 50% 40%, rgba(18,165,188,.34), transparent 42%), #091d25; }
.jili-art.green { background: radial-gradient(circle at 50% 40%, rgba(81,207,81,.35), transparent 42%), #0d2110; }
.jili-art img { width: min(78%, 235px); height: 300px; object-fit: cover; object-position: top; filter: drop-shadow(0 18px 22px rgba(0,0,0,.45)); transform: translateY(30px); }
.game-meta { position: relative; padding: 26px; border-top: 1px solid var(--line); }
.game-meta > span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.game-meta h3 { margin: 10px 0 10px; color: var(--paper); font: 650 25px/1.3 var(--sans); }
.game-meta p { min-height: 48px; color: #9f998c; font-size: 12px; }
.game-meta a { color: var(--paper); font-size: 11px; font-weight: 800; text-underline-offset: 6px; text-decoration-color: var(--gold); }
.provider-disclaimer { max-width: 930px; margin: 25px 0 0; color: #777266; font-size: 10px; }
.principles { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading > p { color: #5f5b52; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(9,9,8,.18); }
.feature-card { min-height: 400px; padding: 32px 30px; border-right: 1px solid rgba(9,9,8,.18); position: relative; }
.feature-card:first-child { border-left: 1px solid rgba(9,9,8,.18); }
.card-index { color: #777166; font-size: 10px; letter-spacing: .17em; }
.feature-card h3 { margin: 36px 0 15px; font: 400 28px/1.2 var(--serif); }
.feature-card p { color: #625d53; font-size: 14px; }
.mini-reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; width: 118px; height: 72px; margin-top: 56px; padding: 5px; border: 1px solid var(--gold); }
.mini-reels i { display: grid; place-items: center; background: #fffaf0; border: 1px solid rgba(201,162,76,.45); color: #a51d1a; font: 700 20px/1 var(--serif); font-style: normal; }
.icon-shape { width: 82px; height: 82px; margin-top: 56px; position: relative; }
.shield { border: 1px solid var(--gold); border-radius: 42px 42px 20px 20px; }
.shield::after { content: ""; position: absolute; inset: 18px; border: 1px solid var(--gold); transform: rotate(45deg); }
.limits { border: 1px solid var(--gold); border-radius: 50%; }
.limits::before, .limits::after { content: ""; position: absolute; background: var(--gold); left: 40px; top: 11px; width: 1px; height: 60px; }
.limits::after { transform: rotate(90deg); }
.support { border: 1px solid var(--gold); border-radius: 50%; border-left-color: transparent; }
.support::after { content: ""; position: absolute; width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%; left: 26px; top: 26px; }

.responsible-banner { background: var(--gold); color: var(--ink); }
.responsible-grid { display: grid; grid-template-columns: .45fr 1fr 1fr; align-items: center; gap: 70px; }
.responsible-banner .eyebrow { color: #45350d; }
.age-seal { width: 190px; height: 190px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; position: relative; }
.age-seal::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(9,9,8,.25); border-radius: 50%; }
.age-seal span { font: 400 84px/1 var(--serif); }
.age-seal sup { position: absolute; right: 34px; top: 43px; font-size: 24px; }
.check-list p { border-top: 1px solid rgba(9,9,8,.25); padding: 14px 0; margin: 0; font-size: 13px; }
.check-list p span { display: inline-block; width: 38px; font-size: 9px; }
.check-list .button { margin-top: 22px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-size: 24px; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 44px 24px 0; color: #aaa595; font-size: 14px; }
.final-cta { padding: 130px 0; background: linear-gradient(90deg, #0b0b09, #17140e); border-block: 1px solid var(--line); text-align: center; }
.final-cta-inner { max-width: 780px; }
.final-cta h2 { font-size: clamp(46px, 6vw, 76px); }
.final-cta p { color: #aaa595; margin: 25px auto 32px; max-width: 600px; }
.final-cta-inner > div { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }

.site-footer { background: #050504; color: #8f8a7f; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h2 { margin: 0 0 10px; color: var(--paper); font: 700 11px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { text-decoration: none; font-size: 13px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid p, .footer-grid span { max-width: 360px; font-size: 12px; }
.footer-brand { color: var(--paper); margin-bottom: 8px; }
.footer-logo { height: 60px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: var(--green); }

.page-hero { padding: 110px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 30%, rgba(201,162,76,.14), transparent 32%); }
.page-hero.compact { padding-block: 90px 65px; }
.page-hero h1 { font-size: clamp(48px, 7vw, 82px); }
.page-hero p { max-width: 660px; color: var(--paper-dim); }
.legal-content { background: var(--paper); color: var(--ink); }
.legal-layout { display: grid; grid-template-columns: .45fr 1fr; gap: 100px; align-items: start; }
.legal-layout aside { position: sticky; top: 145px; padding: 28px; border: 1px solid rgba(9,9,8,.18); }
.legal-layout aside p { color: #625d53; }
.legal-layout article, .policy-copy { max-width: 760px; }
.legal-content article h2 { margin: 55px 0 15px; font: 400 34px/1.2 var(--serif); }
.legal-content article h2:first-child { margin-top: 0; }
.legal-content article p, .legal-content li { color: #57534b; }
.legal-content article a { color: #6f5311; font-weight: 700; }
.editorial-list { padding: 0; list-style: none; }
.editorial-list li { padding: 20px 0; border-top: 1px solid rgba(9,9,8,.15); }
.editorial-list li:last-child { border-bottom: 1px solid rgba(9,9,8,.15); }
.steps { padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(9,9,8,.15); }
.steps li > span { color: #8b6c25; font-size: 11px; letter-spacing: .12em; }
.steps strong { color: var(--ink); }
.steps p { margin: 4px 0 0; }
.contact-section { background: var(--paper); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(9,9,8,.16); border: 1px solid rgba(9,9,8,.16); }
.contact-card { background: var(--paper); padding: 55px; min-height: 380px; }
.contact-card.muted { background: #e6e0d3; }
.contact-card h2 { margin: 70px 0 15px; font-size: 40px; }
.contact-card p { color: #625d53; }
.contact-card .text-link { color: var(--ink); }
.contact-wide { grid-column: 1 / -1; min-height: 300px; }
.telegram-button { background: #2aabee; border-color: #2aabee; color: #061a24; }
.telegram-button:hover { background: #58c3f4; }
.contact-handle { margin: 16px 0 0; font: 700 12px/1.2 var(--sans); letter-spacing: .04em; }

.age-modal[hidden] { display: none; }
.age-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.84); backdrop-filter: blur(12px); }
.age-dialog { width: min(100%, 590px); background: var(--ink-soft); border: 1px solid var(--gold); padding: 48px; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.age-dialog h2 { margin: 16px 0; font: 400 38px/1.25 var(--serif); }
.age-dialog p { color: var(--paper-dim); }
.age-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.reveal { animation: rise .7s ease both; }
.reveal-delay { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
    .header-cta { margin-left: auto; }
    .menu-toggle { display: block; order: 3; }
    .primary-nav { position: absolute; inset: 100% 0 auto; display: none; background: #0b0b0a; border-bottom: 1px solid var(--line); padding: 12px 20px 20px; flex-direction: column; align-items: stretch; gap: 0; }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
    .primary-nav a:last-child { border-bottom: 0; }
    .hero-layout { grid-template-columns: 1fr; padding-top: 70px; }
    .hero-copy { min-width: 0; }
    .hero-art { height: 390px; }
    .split, .section-heading, .faq-grid, .legal-layout { grid-template-columns: 1fr; gap: 35px; }
    .card-grid { grid-template-columns: 1fr; }
    .bonus-steps { grid-template-columns: 1fr; }
    .bonus-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(9,9,8,.28); }
    .bonus-steps article:last-child { border-bottom: 0; }
    .offer-disclosure { grid-template-columns: 1fr; gap: 12px; }
    .game-grid { grid-template-columns: 1fr 1fr; }
    .game-card-wide { grid-column: 1 / -1; }
    .provider-intro { justify-self: start; }
    .feature-card, .feature-card:first-child { min-height: 0; border-left: 1px solid rgba(9,9,8,.18); border-bottom: 1px solid rgba(9,9,8,.18); }
    .responsible-grid { grid-template-columns: .5fr 1fr; }
    .check-list { grid-column: 1 / -1; }
    .legal-layout aside { position: static; }
}
@media (max-width: 620px) {
    section[id] { scroll-margin-top: 98px; }
    .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
    .age-strip { min-height: 31px; padding: 4px 12px; text-align: center; font-size: 8px; line-height: 1.35; }
    .nav-wrap { min-height: 66px; gap: 10px; }
    .brand-logo { height: 44px; }
    .footer-logo { height: 54px; }
    .header-cta { display: none; }
    .hero-layout { min-height: auto; gap: 42px; padding-block: 52px 30px; }
    .hero h1 { margin-block: 17px 20px; font-size: clamp(35px, 10.8vw, 48px); line-height: 1.24; }
    .hero-lead { font-size: 14px; line-height: 1.8; }
    .coupon-box { width: 100%; min-width: 0; margin-top: 24px; padding: 12px; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
    .coupon-box code { min-width: 0; font-size: clamp(15px, 5.2vw, 20px); letter-spacing: .045em; overflow-wrap: anywhere; }
    .coupon-copy { padding-inline: 12px; }
    .hero-actions { margin-top: 28px; gap: 18px; }
    .hero-actions .button { width: 100%; padding-inline: 16px; text-align: center; white-space: normal; }
    .hero-actions .text-link { width: 100%; text-align: center; }
    .trust-row { margin-top: 32px; gap: 10px 16px; line-height: 1.45; }
    .hero-art { width: 100%; min-width: 0; height: 330px; }
    .provider-stage { width: min(100%, 305px); min-height: 330px; padding: 22px; border-radius: 25px; }
    .provider-stage::before { inset: 9px; border-radius: 19px; }
    .provider-stage-top { margin-bottom: 4px; }
    .hero-game-caption strong { font-size: 16px; }
    .provider-bonus-pill { margin-top: 13px; }
    .orbit-one { width: 275px; height: 275px; }
    .orbit-two { width: min(110%, 320px); height: 190px; }
    .floating-note { display: none; }
    .hero-foot { align-items: flex-start; gap: 18px; padding-block: 18px; }
    .hero-foot p { max-width: 70%; }
    .section { padding-block: 72px; }
    .section h2, .final-cta h2 { line-height: 1.28; }
    .prose { padding-top: 0; }
    .prose .large { font-size: 20px; }
    .section-heading { margin-bottom: 45px; }
    .feature-card { padding: 27px 22px; }
    .coupon-label { grid-column: 1 / -1; }
    .icon-shape { margin-top: 35px; }
    .responsible-grid { grid-template-columns: 1fr; }
    .age-seal { width: 140px; height: 140px; }
    .age-seal span { font-size: 65px; }
    .age-seal sup { right: 25px; top: 28px; }
    .check-list { grid-column: auto; }
    .page-hero { padding-block: 75px 60px; }
    .page-hero h1 { font-size: 44px; }
    .legal-content { padding-block: 70px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-wide { grid-column: auto; }
    .contact-card { min-height: 0; padding: 35px 25px; }
    .contact-card h2 { margin-top: 45px; font-size: 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-bottom { flex-direction: column; }
    .age-modal { padding: 14px; }
    .age-dialog { min-width: 0; padding: 28px 20px; overflow-wrap: anywhere; }
    .age-dialog h2 { font-size: 30px; }
    .age-actions { flex-direction: column; }
    .age-actions .button { width: 100%; min-width: 0; padding-inline: 12px; text-align: center; white-space: normal; }
    .game-grid { grid-template-columns: 1fr; }
    .game-card-wide { grid-column: auto; }
    .game-art { min-height: 270px; }
    .jili-art img { height: 270px; }
    .game-meta { padding: 23px 21px; }
    .pragmatic-art img { width: 94%; }
    .provider-logos { gap: 18px; flex-wrap: wrap; }
    .final-cta { padding-block: 82px; }
    .final-cta h2 { font-size: clamp(38px, 12vw, 54px); }
    .final-cta-inner > div { gap: 18px; }
    .final-cta .button { width: 100%; white-space: normal; text-align: center; }
    .site-footer { padding-top: 62px; }
}

@media (max-width: 360px) {
    .coupon-box { grid-template-columns: 1fr; }
    .coupon-copy { width: 100%; }
    .copy-status { grid-column: 1; }
    .provider-stage-top { align-items: flex-start; flex-direction: column; gap: 3px; }
    .provider-bonus-pill { padding-inline: 14px; }
    .hero-foot { flex-direction: column; }
    .hero-foot p { max-width: none; }
    .page-hero h1 { font-size: 39px; }
}
