:root {
  --bg: #080d19;
  --bg-2: #0c1324;
  --panel: #121a2d;
  --panel-2: #151f34;
  --line: #24304b;
  --muted: #8c98b2;
  --text: #f7fbff;
  --blue: #0968ff;
  --blue-2: #126eff;
  --green: #08c65a;
  --green-2: #00a84f;
  --gold: #ffb800;
  --orange: #ff7a00;
  --danger: #ff354f;
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  font-family: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1392px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(1392px, calc(100% - 48px)); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8, 13, 25, .94); backdrop-filter: blur(18px); border-bottom: 1px solid #1b2539; }
.topbar { height: 33px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; background: #060b13; border-bottom: 1px solid #182238; color: #aeb8ca; font-size: 12px; font-weight: 600; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 24px; }
.topbar span, .topbar a, .language { display: inline-flex; align-items: center; gap: 8px; }
.language { border: 0; background: transparent; color: #d9e2f2; padding: 0; font-size: 12px; font-weight: 700; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px currentColor; }
.dot-blue { background: var(--blue); }
.flag { width: 16px; height: 12px; border-radius: 2px; background: linear-gradient(#c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75%); box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.mainbar { height: 72px; display: flex; align-items: center; gap: 48px; padding: 0 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; letter-spacing: -.03em; font-size: 26px; line-height: 1; }
.brand span { color: #fff; text-shadow: 0 0 14px rgba(255,255,255,.18); }
.brand strong { color: var(--blue); }
.nav { display: flex; align-items: center; gap: 31px; color: #d4dbea; font-size: 13px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.nav a:hover { color: var(--blue); }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.search { position: relative; width: 256px; height: 36px; display: flex; align-items: center; border-radius: 6px; background: #111829; border: 1px solid #22304a; }
.search span { width: 16px; height: 16px; margin-left: 12px; border: 2px solid #60708d; border-radius: 50%; position: relative; }
.search span::after { content: ""; position: absolute; width: 6px; height: 2px; right: -5px; bottom: -3px; background: #60708d; transform: rotate(45deg); border-radius: 2px; }
.search input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; padding: 0 12px; font-size: 12px; }
.primary-btn, .header-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border-radius: 7px; padding: 0 24px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 28px rgba(9,104,255,.4); }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid #24304b; border-radius: 8px; background: #11192a; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.hero { position: relative; min-height: 607px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,18,.7), rgba(5,9,18,.22)), url('../img/hero-bg.png') center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 92%, rgba(255,184,0,.23), transparent 26%), linear-gradient(to bottom, transparent 62%, #080d19 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 561px; gap: 56px; padding: 64px 0 60px; }
.hero-copy { max-width: 800px; }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 28px; padding: 0 16px; border-radius: 6px; border: 1px solid rgba(9,104,255,.46); background: rgba(9,104,255,.13); color: #51a3ff; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
.hero h1 { margin: 42px 0 20px; font-size: clamp(46px, 6.25vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 900; text-shadow: 0 5px 22px rgba(0,0,0,.38); }
.hero h1 span { color: var(--blue); }
.hero h1 strong { color: var(--green); font-weight: 900; }
.hero p { max-width: 637px; margin: 0 0 24px; color: #b8c4d7; font-size: 19px; line-height: 1.72; font-weight: 500; }
.code-strip { display: inline-flex; align-items: center; height: 88px; margin-top: 0; padding: 4px; border-radius: 11px; border: 1px solid rgba(255,184,0,.55); background: rgba(8, 13, 25, .86); box-shadow: var(--shadow); }
.code-box { width: 192px; height: 80px; display: flex; align-items: center; padding-left: 24px; background: #0c1423; border-radius: 8px; color: var(--gold); font-size: 22px; line-height: 1.1; font-weight: 900; letter-spacing: .02em; word-break: break-all; }
.gold-btn { width: 161px; height: 52px; border: 0; border-radius: 8px; background: var(--gold); color: #08101d; font-size: 13px; font-weight: 900; cursor: pointer; margin-left: 0; }
.trust-row { display: flex; align-items: center; gap: 24px; margin-top: 24px; color: #dbe3f4; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 14px; height: 14px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(8,198,90,.16); }
.hero-offers { display: grid; gap: 18px; padding-top: 31px; }
.hero-card { position: relative; height: 199px; border-radius: 11px; padding: 24px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: 0; opacity: .85; background: radial-gradient(circle at 80% -20%, rgba(255,255,255,.32), transparent 28%); }
.card-blue { background: linear-gradient(135deg, #1d56ff, #143388 74%); }
.card-green { background: linear-gradient(135deg, #08c55a, #096735 76%); }
.hero-card .tag { position: absolute; right: 16px; top: 12px; padding: 4px 12px; border-radius: 5px; background: rgba(255,255,255,.16); color: #fff; font-size: 10px; font-weight: 900; }
.hero-card p { position: relative; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; text-transform: uppercase; font-weight: 800; }
.hero-card h2 { position: relative; margin: 4px 0 28px; font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.mini-code { position: relative; height: 75px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(0,0,0,.18); padding: 16px; }
.mini-code span { display: grid; gap: 2px; color: #fff; font-size: 28px; font-weight: 900; line-height: 1; }
.mini-code small { color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .06em; }
.mini-code a { display: inline-flex; height: 40px; min-width: 121px; align-items: center; justify-content: center; background: #fff; color: #10213a; border-radius: 4px; font-size: 13px; font-weight: 900; }

.stats-strip { position: relative; z-index: 3; margin-top: -48px; padding-bottom: 80px; }
.stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.stats-grid article { min-height: 171px; border: 1px solid #202a42; background: linear-gradient(180deg, #151d30, #101828); border-radius: 9px; padding: 24px; box-shadow: 0 14px 36px rgba(0,0,0,.32); }
.icon { display: inline-grid; place-items: center; width: 27px; height: 24px; position: relative; margin-bottom: 16px; }
.icon::before { content: ""; width: 24px; height: 24px; border-radius: 7px; background: var(--blue); box-shadow: 0 0 22px rgba(9,104,255,.3); }
.icon.piggy::before, .icon.wallet::before { background: var(--green); }
.icon.gift::before, .icon.trophy::before, .icon.warn::before { background: var(--gold); }
.icon.spin::before { background: #7c3cff; }
.icon.coins::before, .icon.doc::before { background: #3490ff; }
.icon.ball::before, .icon.phone::before { background: var(--orange); }
.stats-grid h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.1; }
.stats-grid strong { display: block; color: var(--green); font-size: 22px; line-height: 1.2; }
.stats-grid span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.hub-section { padding: 0 0 80px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.side-line { border-left: 4px solid var(--blue); padding-left: 20px; }
.green-line { border-left-color: var(--green); }
.section-head h2, .center-head h2, .casino-title h2, .faq-section h2 { margin: 0; font-size: 40px; line-height: 1; letter-spacing: -.04em; font-weight: 900; text-transform: uppercase; }
.section-head p, .center-head p { margin: 12px 0 0; color: var(--muted); font-size: 16px; }
.section-head a { color: var(--blue); font-size: 13px; font-weight: 900; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.bonus-card, .guide-card { background: #111929; border: 1px solid #202b43; border-radius: 10px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.card-image { position: relative; height: 192px; overflow: hidden; }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 35%, rgba(8,13,25,.7)); }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-image span { position: absolute; left: 16px; top: 16px; z-index: 1; height: 24px; padding: 4px 12px; border-radius: 4px; background: var(--blue); font-size: 11px; font-weight: 900; }
.bonus-card:nth-child(2) .card-image span { background: var(--danger); }
.card-body { padding: 32px; }
.card-body h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.2; }
.card-body p { min-height: 72px; margin: 0 0 20px; color: #b1bdd0; }
.promo-line { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border: 1px solid #26334f; border-radius: 6px; background: #0d1423; margin-bottom: 16px; }
.promo-line span { color: #8a97ae; font-size: 11px; font-weight: 900; }
.promo-line strong { color: var(--blue); font-size: 18px; }
.bonus-card:nth-child(2) .promo-line strong { color: var(--gold); }
.blue-btn, .yellow-btn { display: flex; height: 52px; align-items: center; justify-content: center; border-radius: 7px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; }
.yellow-btn { background: var(--gold); color: #121212; }
.guide-card { min-height: 509px; padding: 50px 32px 32px; border-style: dashed; text-align: center; }
.question-mark { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; border: 1px solid #2a3652; background: #19233a; color: #8b97aa; font-size: 22px; font-weight: 900; }
.guide-card h3 { margin: 0 auto 14px; max-width: 330px; font-size: 24px; line-height: 1.2; }
.guide-card p { max-width: 350px; margin: 0 auto 28px; color: #b0bbcd; }
.guide-card ul { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
.guide-card li { padding: 8px 0 8px 24px; color: #cbd4e4; position: relative; }
.guide-card li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); position: absolute; left: 0; top: 16px; }
.guide-card a { display: flex; height: 44px; align-items: center; justify-content: center; border: 1px solid #32405e; border-radius: 7px; font-size: 12px; font-weight: 900; }

.onewin { padding: 80px 0; background: #0d1424; border-top: 1px solid #18233a; border-bottom: 1px solid #18233a; }
.pool { height: 40px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid #24304b; border-radius: 8px; background: #121b2e; font-size: 12px; font-weight: 900; }
.pool span { color: #8c98b2; }
.pool strong { color: var(--green); }
.voucher-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.voucher-main, .small-offer { min-height: 320px; border: 1px solid #202b43; border-radius: 10px; background: linear-gradient(135deg, rgba(0,198,90,.13), #11192b 48%); padding: 32px; }
.voucher-main { display: grid; grid-template-columns: 1fr 192px; gap: 40px; align-items: center; }
.percent { display: block; color: var(--green); font-size: 64px; line-height: .95; letter-spacing: -.05em; }
.voucher-main h3, .small-offer h3 { margin: 10px 0 12px; font-size: 24px; }
.voucher-main p, .small-offer p { color: #aeb9cc; margin: 0 0 24px; }
.voucher-code { height: 52px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #25443a; border-radius: 7px; background: #0c1822; overflow: hidden; }
.voucher-code span { color: var(--green); padding-left: 16px; font-size: 20px; font-weight: 900; }
.voucher-code button { width: 95px; height: 52px; border: 0; background: var(--green); color: #06130d; font-weight: 900; cursor: pointer; }
.max-amount { width: 192px; height: 192px; display: grid; place-items: center; align-content: center; border: 1px solid #273651; background: #151f34; border-radius: 11px; text-align: center; }
.max-amount span { margin-top: 10px; color: #8d98ac; font-size: 10px; font-weight: 900; }
.max-amount strong { font-size: 22px; }
.small-offer { background: #151d31; }
.small-offer a { color: var(--green); font-size: 12px; font-weight: 900; }

.compare { padding: 88px 0; background: #080d19; }
.center-head { text-align: center; margin-bottom: 48px; }
.table-card { border: 1px solid #202b43; border-radius: 11px; overflow: hidden; background: #111929; }
.table-row { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 90px; align-items: center; border-bottom: 1px solid #202b43; padding: 0 32px; gap: 24px; color: #c4cfdf; }
.table-row:last-child { border-bottom: 0; }
.table-head { min-height: 54px; background: #121b2e; color: #8f9bb0; font-size: 12px; font-weight: 900; }
.table-row strong { display: grid; color: #fff; font-size: 17px; }
.table-row small { margin-top: 3px; color: #78859b; font-size: 11px; font-weight: 700; }
.table-row em { display: inline-block; margin-left: 8px; padding: 2px 6px; border-radius: 4px; background: var(--blue); color: #fff; font-size: 9px; font-style: normal; }
.table-row span:nth-child(3) em, .green-text { color: var(--green); }
.table-row span:nth-child(3) em { background: var(--green); color: #06130d; }

.process { padding: 96px 0; background: var(--blue); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.process-copy h2 { margin: 0 0 22px; font-size: 48px; line-height: 1.05; letter-spacing: -.05em; }
.process-copy p { max-width: 500px; color: rgba(255,255,255,.78); }
.process-actions { display: flex; gap: 16px; margin-top: 28px; }
.process-actions a { display: inline-flex; height: 42px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 7px; font-size: 12px; font-weight: 900; background: #fff; color: var(--blue); }
.process-actions a:nth-child(2) { background: rgba(0,0,0,.22); color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.steps-grid article { min-height: 154px; padding: 28px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.14); }
.steps-grid b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); font-size: 18px; }
.steps-grid h3 { margin: 18px 0 5px; font-size: 18px; }
.steps-grid p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }

.casino-section { padding: 88px 0; background: #0b111f; }
.casino-title { display: flex; align-items: center; gap: 24px; margin-bottom: 40px; }
.casino-title span { flex: 1; height: 1px; background: #24304b; }
.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.slots-grid article { position: relative; min-height: 412px; overflow: hidden; border-radius: 9px; background: #111929; border: 1px solid #202b43; }
.slots-grid img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.slots-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 42%, rgba(8,13,25,.9) 83%); }
.slots-grid article > div { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 1; }
.slots-grid h3 { margin: 0; color: var(--gold); font-size: 20px; line-height: 1.1; }
.slots-grid p { margin: 2px 0 14px; color: #fff; font-size: 12px; font-weight: 800; }
.slots-grid a { display: flex; height: 36px; align-items: center; justify-content: center; border-radius: 7px; background: #182238; color: #dbe5f7; font-size: 11px; font-weight: 900; }
.hot { position: absolute; top: 16px; right: 16px; z-index: 2; padding: 5px 8px; border-radius: 5px; background: var(--danger); color: #fff; font-size: 9px; font-weight: 900; }

.rules-section { padding: 80px 0; background: #121a2b; }
.rules-grid { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr; gap: 48px; }
.rules-grid h3 { margin: 0 0 16px; font-size: 24px; display: flex; align-items: center; gap: 10px; }
.rules-grid p { color: #aeb9cc; margin: 0 0 20px; }
dl { margin: 0; display: grid; gap: 14px; }
dl div { display: flex; justify-content: space-between; color: #c8d2e1; }
dt { color: #8c98ae; }
dd { margin: 0; font-weight: 900; }
.payment-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.payment-row span { display: grid; place-items: center; height: 75px; border-radius: 7px; background: #0c1322; color: #5fa1ff; font-size: 11px; font-weight: 900; }
.notice { padding: 24px; border-radius: 11px; background: linear-gradient(135deg, rgba(255,184,0,.12), #171c28); border: 1px solid rgba(255,184,0,.18); }
.notice strong { display: inline-flex; margin-top: 8px; color: var(--gold); font-size: 12px; }

.faq-section { padding: 88px 0 60px; background: #080d19; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.faq-list { display: grid; gap: 16px; margin-top: 32px; }
details { border-radius: 8px; background: #151d31; border: 1px solid #202b43; overflow: hidden; }
summary { cursor: pointer; padding: 20px 24px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 0; padding: 0 24px 22px; color: #b5c1d5; }
.responsible-card { min-height: 264px; border-radius: 14px; border: 1px solid #202b43; background: linear-gradient(180deg, #151d31, #111827); padding: 40px; text-align: center; }
.safe-icons { display: flex; justify-content: center; gap: 24px; height: 40px; margin-bottom: 24px; background: radial-gradient(ellipse at center, rgba(255,184,0,.12), transparent 70%); }
.safe-icons span { width: 22px; height: 22px; border-radius: 8px; background: #d4dbea; opacity: .8; }
.responsible-card h3 { margin: 0 0 12px; font-size: 24px; }
.responsible-card p { color: #aeb9cc; }
.responsible-card a { color: #3e8cff; font-weight: 900; }

.site-footer { padding: 80px 0 32px; background: #080d19; border-top: 1px solid #182238; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr; gap: 64px; }
.footer-brand p { max-width: 410px; color: #9ba7bb; margin: 28px 0; }
.footer-grid h4 { margin: 0 0 32px; font-size: 12px; color: #fff; letter-spacing: .04em; }
.footer-grid div:not(.footer-brand) { display: grid; align-content: start; gap: 16px; }
.footer-grid div:not(.footer-brand) a { color: #93a0b7; font-size: 13px; }
.footer-bottom { margin-top: 76px; padding-top: 32px; border-top: 1px solid #182238; display: flex; justify-content: space-between; color: #6f7b91; font-size: 11px; font-weight: 800; }
.footer-bottom span { display: inline-block; width: 32px; }

@media (max-width: 1180px) {
  .nav, .search { display: none; }
  .menu-toggle { display: block; }
  .header-tools { margin-left: auto; }
  .hero-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-offers { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .bonus-grid, .voucher-grid, .rules-grid { grid-template-columns: 1fr; }
  .voucher-main { grid-template-columns: 1fr; }
  .max-amount { width: 100%; }
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .mainbar { gap: 24px; }
  .nav.is-open { display: flex; position: absolute; left: 24px; right: 24px; top: 105px; flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; background: #101827; border: 1px solid #26334f; border-radius: 12px; box-shadow: var(--shadow); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1392px); }
  .topbar { display: none; }
  .site-header { position: relative; }
  .mainbar { height: 72px; padding: 0 14px; }
  .brand { font-size: 22px; }
  .header-btn { display: none; }
  .hero-grid { padding: 44px 0 50px; }
  .hero h1 { font-size: 44px; }
  .hero p { font-size: 16px; }
  .code-strip { width: 100%; height: auto; flex-direction: column; align-items: stretch; }
  .code-box, .gold-btn { width: 100%; }
  .trust-row, .section-head, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-offers, .stats-grid, .slots-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head h2, .center-head h2, .casino-title h2, .faq-section h2 { font-size: 30px; }
  .table-row { grid-template-columns: 1fr; padding: 22px; gap: 10px; }
  .process-copy h2 { font-size: 38px; }
  .pool { margin-top: 16px; }
  .hero-card h2 { font-size: 31px; }
  .mini-code span { font-size: 22px; }
}

/* Figma scale polish: preserve the vertical rhythm of the 1440px source frame. */
@media (min-width: 1181px) {
  .hub-section { min-height: 788px; }
  .onewin { min-height: 592px; display: flex; align-items: center; }
  .compare { min-height: 927px; display: flex; align-items: center; }
  .table-row { min-height: 106px; }
  .table-head { min-height: 58px; }
  .process { min-height: 652px; display: flex; align-items: center; }
  .casino-section { min-height: 754px; display: flex; align-items: center; }
  .rules-section { min-height: 475px; display: flex; align-items: center; }
  .faq-section { min-height: 475px; display: flex; align-items: center; }
  .site-footer { min-height: 578px; }
}

/* Figma parity fixes */
.hero-action-line { display: flex; align-items: center; gap: 16px; margin-top: 0; }
.avatar-stack { display: flex; align-items: center; min-width: 156px; height: 48px; }
.avatar-stack span,
.avatar-stack strong { width: 48px; height: 48px; margin-left: -12px; border-radius: 50%; border: 3px solid rgba(8,13,25,.92); box-shadow: 0 10px 22px rgba(0,0,0,.28); }
.avatar-stack span:first-child { margin-left: 0; background: radial-gradient(circle at 35% 30%, #ffd7b5 0 18%, #2c6bff 19% 48%, #102144 49% 100%); }
.avatar-stack span:nth-child(2) { background: radial-gradient(circle at 35% 28%, #ffcfaa 0 18%, #ff7d32 19% 48%, #172238 49% 100%); }
.avatar-stack span:nth-child(3) { background: radial-gradient(circle at 35% 30%, #f4c9aa 0 18%, #26c66c 19% 48%, #102144 49% 100%); }
.avatar-stack strong { display: grid; place-items: center; background: #1b2740; color: #fff; font-size: 14px; font-weight: 900; }
.safe-icons span { position: relative; }
.safe-icons span:first-child::before { content: ""; position: absolute; inset: 5px 7px 4px; border-radius: 10px 10px 14px 14px; background: #101827; }
.safe-icons span:nth-child(2)::before { content: ""; position: absolute; left: 6px; right: 6px; bottom: 5px; height: 11px; border-radius: 3px; background: #101827; }
.safe-icons span:nth-child(2)::after { content: ""; position: absolute; left: 8px; top: 5px; width: 6px; height: 7px; border: 2px solid #101827; border-bottom: 0; border-radius: 6px 6px 0 0; }
.safe-icons span:nth-child(3)::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #101827; box-shadow: 0 -8px 0 -5px #101827, 0 8px 0 -5px #101827, 8px 0 0 -5px #101827, -8px 0 0 -5px #101827; }
.guide-card { background: #101827; }
.question-mark { background: #1b263d; color: #8794aa; }
@media (min-width: 1181px) {
  .hero-copy { padding-top: 0; }
  .hero-offers { padding-top: 31px; }
  .stats-strip { margin-top: -49px; }
}
@media (max-width: 720px) {
  .hero-action-line { flex-direction: column; align-items: stretch; }
  .avatar-stack { margin-top: 6px; }
}

/* SEO pages and Spanish content blocks */
.nav a.active { color: var(--blue); }
.seo-hero .hero-copy p { max-width: 720px; }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.keyword-cloud span { border: 1px solid #273650; background: #121b2e; color: #c9d6ea; padding: 9px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.inner-hero { position: relative; padding: 82px 0; background: radial-gradient(circle at 78% 8%, rgba(9,104,255,.28), transparent 32%), linear-gradient(180deg, #0b1221, #080d19); border-bottom: 1px solid #1b2539; overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: url('../img/hero-bg.png') center/cover no-repeat; opacity: .16; }
.inner-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 56px; align-items: start; }
.inner-hero h1 { margin: 26px 0 18px; max-width: 860px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.inner-hero p { max-width: 720px; color: #b9c5d8; font-size: 18px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.small-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid #2a3854; border-radius: 7px; padding: 0 18px; color: #d8e2f3; font-size: 12px; font-weight: 900; background: #111929; }
.coupon-panel { border: 1px solid #23314e; border-radius: 14px; background: linear-gradient(180deg, #151f34, #101827); padding: 24px; box-shadow: var(--shadow); }
.coupon-panel h2 { margin: 0 0 18px; font-size: 28px; letter-spacing: -.04em; }
.coupon-item { border: 1px solid #2a3854; border-radius: 10px; background: #0d1423; padding: 18px; }
.coupon-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.coupon-head h4 { margin: 0; font-size: 18px; }
.coupon-head span { color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.coupon-item p { color: #aeb9cc; font-size: 14px; margin: 12px 0 18px; }
.bonus-claim { display: flex; align-items: center; justify-content: center; height: 44px; border-radius: 7px; background: var(--green); color: #06130d; font-size: 12px; font-weight: 900; }
.article-wrap { padding: 78px 0; background: #080d19; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 56px; align-items: start; }
.article-main { display: grid; gap: 22px; }
.article-main section, .inline-cta { border: 1px solid #202b43; border-radius: 13px; background: #111929; padding: 30px; }
.article-main h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.1; letter-spacing: -.04em; }
.article-main p { margin: 0; color: #b6c1d4; font-size: 16px; line-height: 1.75; }
.inline-cta { background: linear-gradient(135deg, rgba(9,104,255,.16), rgba(8,198,90,.08)); }
.article-aside { position: sticky; top: 122px; border: 1px solid #202b43; border-radius: 13px; background: #111929; padding: 22px; display: grid; gap: 10px; }
.article-aside h3 { margin: 0 0 8px; font-size: 18px; }
.article-aside a { display: grid; gap: 4px; border: 1px solid #24304b; border-radius: 8px; padding: 12px; color: #fff; font-weight: 800; }
.article-aside small { color: #8592aa; font-weight: 700; }
.legal-copy { color: #8f9bb0; border-top: 1px solid #182238; padding-top: 24px; margin-top: 34px; font-size: 12px; }
.seo-footer.footer-grid { grid-template-columns: 1.7fr repeat(4, 1fr); }
@media (max-width: 1180px) {
  .inner-grid, .article-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .seo-footer.footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .inner-hero { padding: 48px 0; }
  .inner-hero h1 { font-size: 36px; }
  .article-wrap { padding: 44px 0; }
  .article-main section, .inline-cta { padding: 22px; }
  .seo-footer.footer-grid { grid-template-columns: 1fr; }
}

/* Final CTA/trust polish */
.gold-btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.voucher-code a { width: 118px; height: 52px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: #06130d; font-size: 12px; font-weight: 900; }
.trust-page .article-main ul { margin: 14px 0 0; color: #b6c1d4; line-height: 1.8; }
.trust-page .article-main li { margin-bottom: 8px; }

/* Mobile final polish */
@media (max-width: 720px) {
  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.045em;
    max-width: 100%;
  }
  .hero p { line-height: 1.55; }
  .pill { max-width: 100%; white-space: normal; height: auto; min-height: 28px; padding-top: 7px; padding-bottom: 7px; }
  .hero-card { height: auto; min-height: 176px; }
  .mini-code { height: auto; min-height: 64px; gap: 10px; }
  .mini-code span { min-width: 0; font-size: 20px; }
  .mini-code a { min-width: 104px; font-size: 11px; }
  .section-head a { margin-top: 10px; }
  .voucher-main { padding: 24px; }
  .voucher-code { align-items: stretch; }
  .voucher-code a { width: 110px; height: auto; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 31px; }
  .brand { font-size: 18px; }
  .mainbar { gap: 12px; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 28px; line-height: 1.12; letter-spacing: -.035em; }
  .hero-card h2 { font-size: 27px; }
  .mini-code { padding: 12px; }
  .mini-code span { font-size: 16px; }
  .mini-code small { font-size: 9px; }
  .mini-code a { min-width: 92px; height: 34px; font-size: 10px; }
}

@media (max-width: 720px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .hero-grid, .hero-offers, .hero-card, .bonus-card, .guide-card, .voucher-main, .small-offer, .table-card, .slots-grid article { min-width: 0; max-width: 100%; width: 100%; }
  .mini-code { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .mini-code a { min-width: 0; width: 86px; padding: 0 6px; }
  .voucher-code { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .voucher-code span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .voucher-code a { width: 86px; min-width: 0; padding: 0 6px; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 25px; line-height: 1.14; }
  .hero p { font-size: 13px; }
  .mini-code span { font-size: 14px; }
  .mini-code a, .voucher-code a { width: 78px; font-size: 9px; }
}

@media (max-width: 720px) {
  .container { max-width: 100%; }
  .hero-copy, .hero-offers, .hero-card, .card-body, .voucher-main > div, .section-head > div, .process-copy, .article-main, .article-aside { min-width: 0; max-width: 100%; }
  .hero h1, .section-head h2, .center-head h2, .casino-title h2, .faq-section h2 { overflow-wrap: anywhere; word-break: normal; }
  .hero-card, .bonus-card, .guide-card, .small-offer { overflow: hidden; }
  .mini-code span, .voucher-code span { overflow-wrap: anywhere; }
}
