:root {
  --bg: #080d10;
  --panel: #0d1418;
  --panel-2: #121a1f;
  --panel-3: #182126;
  --line: rgba(255,255,255,.075);
  --line-strong: rgba(43,169,239,.24);
  --text: #f3f7f9;
  --muted: #84929a;
  --soft: #afbbc1;
  --cyan: #079be7;
  --cyan-light: #55c8ff;
  --blue: #007fd0;
  --green: #50d890;
  --orange: #ff691f;
  --shadow: 0 18px 60px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
p, h1, h2, h3, li, span, strong, a {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(38px, 4.6vw, 64px); }
h2 { font-size: clamp(28px, 3.4vw, 44px); }
h3 { font-size: 20px; }
::selection { color: #fff; background: rgba(7,155,231,.48); }

.site { min-height: 100vh; overflow: clip; }
.section-shell { width: min(calc(100% - 32px), 1280px); margin-inline: auto; }
.section-pad { padding-block: 64px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: #061018; background: #fff; border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(8,13,16,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 32px), 1280px);
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-inline: auto;
}
.brand { width: 168px; flex: 0 0 168px; }
.brand img { width: 168px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 3px; padding: 4px; background: #141c21; border-radius: 20px; }
.desktop-nav a { padding: 8px 14px; color: #90a0a9; border-radius: 16px; font-size: 13px; font-weight: 800; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a[aria-current="page"], .desktop-nav .nav-casino { color: #fff; background: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.telegram-button { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: #168fd2; border: 1px solid rgba(91,204,255,.3); border-radius: 50%; font-size: 11px; font-weight: 950; }
.login-button, .primary-button, .secondary-button, .hero-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}
.login-button { background: #171f24; border: 1px solid var(--line); }
.primary-button, .hero-button { background: var(--cyan); box-shadow: 0 9px 24px rgba(7,155,231,.2); }
.secondary-button { color: #dce6eb; background: #131b20; border: 1px solid rgba(255,255,255,.12); }
.login-button:hover, .primary-button:hover, .secondary-button:hover, .hero-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.login-button svg, .primary-button svg, .secondary-button svg, .hero-button svg { width: 17px; height: 17px; }
.primary-button.compact { min-height: 44px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-items: center; list-style: none; cursor: pointer; background: #171f24; border: 1px solid var(--line); border-radius: 50%; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary svg { width: 20px; }
.mobile-panel { position: absolute; top: 52px; right: 0; width: min(310px, calc(100vw - 24px)); padding: 18px; background: #11191e; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-panel > strong { display: block; margin-bottom: 10px; font-size: 13px; }
.mobile-panel nav { display: grid; }
.mobile-panel nav a { display: flex; align-items: center; justify-content: space-between; padding: 11px 3px; color: #aab7be; border-bottom: 1px solid var(--line); font-size: 14px; }
.mobile-panel nav a:last-child { border: 0; }
.mobile-panel nav svg { width: 16px; }

.category-shell { width: min(calc(100% - 32px), 1280px); margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.category-shell::-webkit-scrollbar { display: none; }
.category-nav { min-width: max-content; display: flex; align-items: center; gap: 28px; }
.category-nav a { height: 48px; display: inline-flex; align-items: center; gap: 8px; color: #83919a; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 750; }
.category-nav a:first-child { color: #fff; border-color: var(--cyan); }
.category-nav a:hover { color: #fff; }
.category-nav svg { width: 17px; height: 17px; }

.promo-lobby { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(360px, 1fr); gap: 10px; padding-top: 16px; }
.hero {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,18,30,.98) 0%, rgba(3,22,36,.9) 38%, rgba(2,21,34,.17) 68%),
    url("/assets/wingram-bonus-main.webp") center / cover no-repeat;
  border: 1px solid rgba(74,198,255,.25);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.hero-copy { position: relative; z-index: 2; width: 59%; padding: 27px 28px; }
.eyebrow { display: flex; align-items: center; gap: 7px; margin: 0 0 10px; color: var(--cyan-light); font-size: 11px; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow svg { width: 16px; height: 16px; }
.hero h1 { max-width: 520px; font-size: clamp(27px, 2.7vw, 38px); }
.hero-bonus { margin: 9px 0 2px; color: #fff; font-size: clamp(25px, 2.5vw, 34px); font-weight: 930; letter-spacing: -.04em; }
.hero-lead { max-width: 470px; margin: 0; color: #c6dbe5; font-size: 12px; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 17px; }
.hero-button { min-height: 38px; padding-inline: 16px; color: #071018; background: #fff; box-shadow: none; font-size: 11px; }
.hero-link { color: #d7ecf7; font-size: 13px; font-weight: 800; }
.promo-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.promo-mini { position: relative; min-height: 138px; overflow: hidden; background: #057db6; border: 1px solid rgba(67,194,255,.24); border-radius: 14px; }
.promo-mini::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,23,37,.92) 0%, rgba(2,25,40,.25) 80%); }
.promo-mini img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-mini > div { position: relative; z-index: 2; width: 76%; padding: 14px; }
.promo-mini small { color: #b8e7ff; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.promo-mini h2 { margin: 3px 0 12px; font-size: 16px; }
.promo-mini a { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; color: #0b161c; background: #fff; border-radius: 16px; font-size: 9px; font-weight: 900; }
.promo-mini a svg { width: 13px; }

.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; background: #0d1418; border: 1px solid var(--line); border-radius: 14px; }
.fact-strip > div { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-right: 1px solid var(--line); }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip > div > svg { width: 20px; flex: 0 0 20px; color: var(--cyan-light); }
.fact-strip span { min-width: 0; display: grid; }
.fact-strip small { color: #6e7d86; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fact-strip strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.lobby-section { position: relative; padding-top: 44px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px, 420px); align-items: end; gap: 28px; margin-bottom: 20px; }
.section-heading h2 { font-size: clamp(27px, 3vw, 40px); }
.section-heading > p { margin: 0 0 2px; color: #89979f; font-size: 13px; }
.lobby-section .section-heading { grid-template-columns: 1fr auto; align-items: center; margin-bottom: 16px; }
.lobby-section .section-heading h2 { font-size: 24px; letter-spacing: -.025em; }
.lobby-section .section-heading > p { max-width: 420px; }
.section-link { display: flex; justify-content: flex-end; margin-top: 13px; }
.section-link a { display: inline-flex; align-items: center; gap: 6px; color: #9fdfff; font-size: 12px; font-weight: 850; }
.section-link svg { width: 15px; }
.center-action { display: flex; justify-content: center; margin-top: 26px; }

.slot-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.slot-card { min-width: 0; }
.slot-cover { position: relative; aspect-ratio: 384 / 516; overflow: hidden; background: #151e23; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.slot-cover::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.slot-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.slot-cover a { position: absolute; right: 10px; bottom: 10px; left: 10px; z-index: 2; min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #fff; background: rgba(7,155,231,.96); border-radius: 18px; font-size: 11px; font-weight: 900; opacity: 0; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease; }
.slot-cover a svg { width: 14px; }
.slot-cover:hover img { transform: scale(1.025); filter: brightness(.7); }
.slot-cover:hover a, .slot-cover:focus-within a { opacity: 1; transform: none; }
.slot-meta { min-width: 0; padding: 9px 3px 0; }
.slot-meta h3 { overflow: hidden; font-size: 13px; line-height: 1.25; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.slot-meta p { overflow: hidden; margin: 3px 0 0; color: #77868e; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.slot-meta span { display: none; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr); gap: 48px; align-items: start; }
.payment-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, .72fr); gap: 40px; align-items: start; }
.intro-grid > div:first-child > p:not(.eyebrow), .payment-grid > div:first-child > p { color: #9ba9b1; font-size: 16px; }
.intro-grid h2, .payment-grid h2 { margin-bottom: 18px; }
.overview-card { padding: 24px; background: #10181d; border: 1px solid var(--line); border-radius: 16px; }
.overview-card > p { margin: 0 0 12px; color: #829099; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.overview-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.overview-card li { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.overview-card li:last-child { border-bottom: 0; }
.overview-card li strong { color: var(--cyan-light); font-size: 24px; letter-spacing: -.04em; }
.overview-card li span { color: #9aa8b0; font-size: 13px; }

.bonus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.bonus-grid.is-full { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.bonus-grid.is-full .bonus-card { grid-column: span 2; }
.bonus-grid.is-full .bonus-card:nth-last-child(-n+2) { grid-column: span 3; }
.bonus-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #10181d; border: 1px solid var(--line); border-radius: 14px; }
.bonus-card > img { width: 100%; height: auto; aspect-ratio: 532 / 220; object-fit: cover; background: #047db8; }
.bonus-card > div { height: 100%; display: flex; flex-direction: column; padding: 17px; }
.bonus-card h3 { font-size: 19px; }
.bonus-card > div > p:not(.eyebrow) { margin: 7px 0 15px; color: #98a7af; font-size: 11px; }
.bonus-card a { display: inline-flex; align-items: center; gap: 6px; color: var(--cyan-light); font-size: 12px; font-weight: 850; }
.bonus-card a svg { width: 15px; }
.bonus-card a { margin-top: auto; }

.table-wrap { overflow-x: auto; background: #0e161a; border: 1px solid var(--line); border-radius: 15px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; }
.payment-grid .table-wrap { width: 100%; }
.payment-grid .table-wrap table { min-width: 0; table-layout: fixed; }
.payment-grid .table-wrap th:first-child { width: 42%; }
.payment-grid .table-wrap th:nth-child(2), .payment-grid .table-wrap th:nth-child(3) { width: 29%; }
caption { padding: 15px 18px; color: #7e8d95; border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; font-weight: 800; }
th, td { padding: 14px 17px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
thead th { color: #8ca0aa; background: #121c21; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
tbody th { color: #eef5f8; font-weight: 760; }
tbody td { color: #a2b0b8; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(7,155,231,.035); }

.provider-section, .faq-section, .live-section { background: #0b1115; border-block: 1px solid rgba(255,255,255,.045); }
.provider-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.provider-grid article { min-width: 0; min-height: 90px; display: flex; align-items: center; gap: 13px; padding: 15px; background: #161e23; border: 1px solid var(--line); border-radius: 13px; }
.provider-grid img { width: 92px; height: 42px; object-fit: contain; filter: grayscale(1) brightness(2.2); }
.provider-grid article > div { min-width: 0; display: grid; }
.provider-grid strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.provider-grid span { overflow: hidden; color: #76868f; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.safety-callout, .review-method, .editorial-note { display: flex; gap: 13px; padding: 17px; background: rgba(7,155,231,.065); border: 1px solid rgba(48,174,237,.17); border-radius: 13px; }
.safety-callout { margin-top: 24px; }
.safety-callout svg, .review-method > svg, .editorial-note > svg { width: 21px; flex: 0 0 21px; color: var(--cyan-light); }
.safety-callout span { color: #94a4ac; font-size: 12px; }
.safety-callout strong { display: block; margin-bottom: 2px; color: #eaf6fc; }

.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.review-grid.all-reviews { grid-template-columns: repeat(3, 1fr); }
.review-card { padding: 18px; background: #10181d; border: 1px solid var(--line); border-radius: 14px; }
.review-top { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; }
.review-avatar { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #057fc3, #00b4e9); border-radius: 50%; font-weight: 900; }
.review-top > div:nth-child(2) { min-width: 0; display: grid; }
.review-top strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.review-top span { color: #73828a; font-size: 10px; }
.review-tone { padding: 5px 8px; border: 1px solid; border-radius: 999px; font-size: 9px !important; font-weight: 850; line-height: 1; white-space: nowrap; }
.review-tone.positive { color: #65dfa1 !important; background: rgba(59, 190, 123, .08); border-color: rgba(101, 223, 161, .2); }
.review-tone.mixed { color: #ffc46c !important; background: rgba(255, 174, 71, .08); border-color: rgba(255, 196, 108, .2); }
.review-card > p { margin: 15px 0 0; color: #9ba8af; font-size: 12px; line-height: 1.65; }
.reviews-summary { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; margin-bottom: 20px; padding: 25px; background: #10181d; border: 1px solid var(--line); border-radius: 16px; }
.reviews-summary > div:first-child { display: grid; align-content: center; }
.reviews-summary > div:first-child > strong { color: #fff; font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.reviews-summary > div:first-child > span { margin-top: 8px; color: #dcecf4; font-size: 12px; font-weight: 800; }
.reviews-summary > div:first-child > small { margin-top: 5px; color: #708089; }
.opinion-bars { display: grid; align-content: center; gap: 16px; }
.opinion-bars > div { display: grid; grid-template-columns: 120px 1fr 26px; gap: 12px; align-items: center; color: #819099; font-size: 11px; }
.opinion-bars span { color: #b8c6cd; font-weight: 750; }
.opinion-bars i { height: 8px; overflow: hidden; background: #202a30; border-radius: 8px; }
.opinion-bars b { height: 100%; display: block; border-radius: inherit; }
.opinion-bars .positive b { background: linear-gradient(90deg, #21b96b, #65dfa1); }
.opinion-bars .mixed b { background: linear-gradient(90deg, #f7a63b, #ffc46c); }
.review-method { margin-bottom: 18px; }
.review-method p { margin: 3px 0 0; color: #8e9da5; font-size: 12px; }

.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.faq-list details { background: #11191e; border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { width: 26px; height: 26px; display: grid; place-items: center; color: var(--cyan-light); background: rgba(7,155,231,.1); border-radius: 8px; font-size: 17px; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { margin: 0; padding: 0 18px 17px; color: #91a0a8; font-size: 12px; }

.closing-cta { min-height: 235px; display: flex; align-items: center; justify-content: space-between; gap: 38px; margin-block: 64px 20px; padding: 38px; background: linear-gradient(90deg, rgba(3,24,38,.98), rgba(2,27,44,.34)), url("/assets/wingram-bonus-main.webp") center / cover; border: 1px solid var(--line-strong); border-radius: 16px; }
.closing-cta > div { max-width: 650px; }
.closing-cta h2 { margin-bottom: 9px; }
.closing-cta p:not(.eyebrow) { margin: 0; color: #a5b6bf; }
.editorial-note { align-items: flex-start; margin-bottom: 60px; background: #0e161a; border-color: var(--line); }
.editorial-note div { flex: 1; }
.editorial-note p { margin: 3px 0 0; color: #8d9ca4; font-size: 12px; }
.editorial-note a { display: inline-flex; align-items: center; gap: 4px; color: var(--cyan-light); font-size: 12px; font-weight: 850; }
.editorial-note a svg { width: 14px; }

.page-hero { min-height: 300px; display: grid; grid-template-columns: minmax(0, 1fr) 170px; align-items: center; gap: 36px; margin-top: 18px; padding: 44px; background: radial-gradient(circle at 87% 50%, rgba(7,155,231,.22), transparent 17rem), #10191e; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.page-hero h1 { max-width: 860px; font-size: clamp(36px, 4.8vw, 60px); }
.page-hero > div > p:not(.eyebrow) { max-width: 830px; margin-bottom: 0; color: #9aa9b1; font-size: 15px; }
.page-hero > img { width: 150px; margin: auto; filter: drop-shadow(0 18px 36px rgba(0,142,224,.3)); }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; color: #778891; font-size: 10px; font-weight: 750; }
.page-hero-meta span { display: flex; align-items: center; gap: 5px; }
.page-hero-meta svg { width: 14px; color: var(--cyan-light); }

.article-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, .5fr); gap: 48px; align-items: start; }
.article-grid article p, .article-columns article p, .sources-grid article p { color: #9caab2; font-size: 15px; }
.article-grid article h2:not(:first-child) { margin-top: 42px; }
.article-grid aside { position: sticky; top: 130px; display: grid; gap: 7px; padding: 20px; background: #11191e; border: 1px solid var(--line); border-radius: 14px; }
.article-grid aside > strong { margin-bottom: 5px; }
.article-grid aside > span { padding: 7px 9px; color: #aedaef; background: rgba(7,155,231,.07); border-radius: 7px; font-size: 11px; }
.article-grid aside small { margin-top: 7px; color: var(--muted); }
.article-callout { display: flex; gap: 12px; margin-top: 24px; padding: 18px; background: rgba(255,105,31,.055); border: 1px solid rgba(255,105,31,.18); border-radius: 13px; }
.article-callout svg { width: 21px; flex: 0 0 21px; color: #ff9b6c; }
.article-callout p { margin: 0; font-size: 13px !important; }
.article-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.article-columns article { padding: 26px; background: #10181d; border: 1px solid var(--line); border-radius: 15px; }
.article-columns h2 { font-size: 28px; }

.registration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch; }
.steps { display: grid; gap: 8px; }
.steps article { display: flex; gap: 13px; padding: 15px; background: #10181d; border: 1px solid var(--line); border-radius: 12px; }
.steps article > b { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; color: #fff; background: var(--cyan); border-radius: 9px; font-size: 12px; }
.steps article > div { flex: 1; }
.steps p { margin: 3px 0 0; color: #93a2aa; font-size: 12px; }
.register-card { position: relative; min-height: 525px; display: flex; align-items: flex-end; overflow: hidden; padding: 30px; background: radial-gradient(circle at 65% 18%, rgba(0,156,235,.26), transparent 18rem), #101b21; border: 1px solid var(--line-strong); border-radius: 16px; }
.register-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,12,17,.98), transparent 62%); }
.register-card img { position: absolute; top: -4px; left: 50%; width: 290px; transform: translateX(-50%); mix-blend-mode: screen; }
.register-card > div { position: relative; z-index: 2; }
.register-card h3 { margin-bottom: 9px; font-size: 30px; }
.register-card p:not(.eyebrow) { color: #a3b1b9; }
.security-grid, .responsible-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.security-grid article, .responsible-grid article { padding: 22px; background: #11191e; border: 1px solid var(--line); border-radius: 14px; }
.security-grid article > svg, .responsible-grid article > svg { width: 25px; color: var(--cyan-light); }
.security-grid article > strong { display: block; margin-top: 12px; }
.security-grid article p, .responsible-grid article p { margin: 5px 0 0; color: #91a0a8; font-size: 12px; }
.responsible-grid h2 { margin: 14px 0 7px; font-size: 25px; }

.sources-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sources-grid article { padding: 26px; background: #10181d; border: 1px solid var(--line); border-radius: 15px; }
.sources-grid h2 { font-size: 29px; }
.sources-grid ul { display: grid; margin: 0; padding: 0; list-style: none; }
.sources-grid li { display: grid; gap: 3px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.sources-grid li:last-child { border: 0; }
.sources-grid li span { color: #89979f; font-size: 12px; }
.check-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #9eacb3; }
.check-list li { position: relative; padding-left: 23px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.not-found { min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 24px; text-align: center; }
.not-found > img { margin-bottom: 18px; }
.not-found h1 { margin-bottom: 10px; }
.not-found > p:not(.eyebrow) { margin-bottom: 22px; color: var(--muted); }

footer { margin-top: 74px; padding-top: 46px; background: #05090b; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .85fr; gap: 56px; }
.footer-brand > img { width: 168px; margin-bottom: 17px; }
.footer-brand p { max-width: 480px; color: #7f8e96; }
.footer-brand span { display: inline-flex; align-items: center; gap: 6px; color: #98a7af; font-size: 11px; }
.footer-brand svg { width: 16px; color: var(--green); }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid > div:not(.footer-brand) strong { margin-bottom: 5px; }
.footer-grid > div:not(.footer-brand) a { color: #829199; font-size: 12px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 34px; margin-top: 38px; padding-block: 21px 28px; color: #64747c; border-top: 1px solid var(--line); font-size: 11px; }
.footer-bottom p { max-width: 820px; margin: 0; }

@media (max-width: 1160px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .promo-lobby { grid-template-columns: 1.35fr .9fr; }
  .promo-mini h2 { font-size: 17px; }
  .slot-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .slot-grid > .slot-card:nth-child(n+13) { display: none; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .provider-grid { grid-template-columns: repeat(4, 1fr); }
  .bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus-grid.is-full { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus-grid.is-full .bonus-card, .bonus-grid.is-full .bonus-card:nth-last-child(-n+2) { grid-column: auto; }
  .bonus-grid.is-full .bonus-card:last-child { grid-column: span 2; }
}

@media (max-width: 880px) {
  .section-shell { width: min(calc(100% - 24px), 1280px); }
  .section-pad { padding-block: 50px; }
  .header-inner { width: calc(100% - 20px); min-height: 62px; gap: 8px; }
  .brand { width: 120px; flex-basis: 120px; }
  .brand img { width: 120px; }
  .category-shell { width: calc(100% - 20px); }
  .category-nav { gap: 21px; }
  .category-nav a { height: 44px; }
  .promo-lobby { grid-template-columns: 1fr; padding-top: 12px; }
  .hero { min-height: 290px; }
  .hero-copy { width: 60%; padding: 25px; }
  .promo-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-mini { min-height: 118px; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .slot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .slot-grid > .slot-card:nth-child(n+13) { display: block; }
  .intro-grid, .payment-grid, .article-grid, .registration-grid, .sources-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .lobby-section .section-heading { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid aside { position: static; }
  .article-columns { grid-template-columns: 1fr; }
  .security-grid, .responsible-grid { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .page-hero { grid-template-columns: 1fr 110px; gap: 20px; padding: 32px 25px; }
  .page-hero > img { width: 98px; }
  .closing-cta { align-items: flex-start; flex-direction: column; margin-block: 50px 18px; padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .header-actions { gap: 5px; }
  .login-button { width: 42px; padding: 0; font-size: 0; }
  .login-button svg { width: 17px; }
  .primary-button.compact { min-height: 40px; padding-inline: 12px; font-size: 11px; }
  .primary-button.compact svg { display: none; }
  .mobile-menu summary { width: 40px; height: 40px; }
  .category-nav { gap: 18px; }
  .category-nav a { font-size: 11px; }
  .promo-lobby { width: calc(100% - 16px); }
  .hero {
    min-height: 248px;
    background:
      linear-gradient(90deg, rgba(3,18,30,.98) 0%, rgba(3,21,34,.88) 49%, rgba(3,21,34,.1) 82%),
      url("/assets/wingram-bonus-main.webp") 64% center / cover no-repeat;
  }
  .hero-copy { width: 62%; padding: 17px 15px; }
  .hero .eyebrow { margin-bottom: 6px; font-size: 8px; letter-spacing: .07em; }
  .hero h1 { max-width: 220px; font-size: 23px; }
  .hero-bonus { margin-top: 8px; font-size: 24px; }
  .hero-lead { display: none; }
  .hero-actions { align-items: flex-start; margin-top: 12px; }
  .hero-button { min-height: 34px; padding-inline: 12px; font-size: 10px; }
  .hero-link { display: none; }
  .promo-mini-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(172px, 48vw); gap: 7px; overflow-x: auto; padding-bottom: 3px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .promo-mini-grid::-webkit-scrollbar { display: none; }
  .promo-mini { min-height: 96px; scroll-snap-align: start; }
  .promo-mini > div { width: 84%; padding: 10px; }
  .promo-mini small { font-size: 7px; }
  .promo-mini h2 { margin: 2px 0 8px; font-size: 12px; }
  .promo-mini a { padding: 4px 7px; font-size: 8px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-strip > div:last-child { border-bottom: 0; }
  .lobby-section { padding-top: 38px; }
  .lobby-section .section-heading h2 { font-size: 22px; }
  .lobby-section .section-heading > p { display: none; }
  .slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .slot-cover { border-radius: 13px; }
  .slot-cover a { min-height: 32px; opacity: 1; transform: none; }
  .slot-meta h3 { font-size: 12px; }
  .bonus-grid, .bonus-grid.is-full { grid-template-columns: 1fr; }
  .bonus-grid.is-full .bonus-card, .bonus-grid.is-full .bonus-card:nth-last-child(-n+2), .bonus-grid.is-full .bonus-card:last-child { grid-column: auto; }
  .bonus-card > img { height: auto; aspect-ratio: 2.38 / 1; }
  .bonus-card > div { padding: 18px; }
  .provider-grid, .review-grid, .review-grid.all-reviews { grid-template-columns: 1fr; }
  .payment-grid .table-wrap th, .payment-grid .table-wrap td { padding: 12px 8px; font-size: 11px; }
  .payment-grid .table-wrap thead th { font-size: 9px; }
  .payment-grid .table-wrap caption { padding-inline: 10px; }
  .reviews-summary { grid-template-columns: 1fr; gap: 20px; }
  .reviews-summary > div:first-child > strong { font-size: 58px; }
  .page-hero { min-height: 0; display: flex; flex-direction: column-reverse; align-items: flex-start; gap: 14px; padding: 24px 20px; }
  .page-hero > img { width: 64px; margin: 0 0 0 auto; }
  .page-hero h1 { font-size: 34px; }
  .page-hero > div > p:not(.eyebrow) { font-size: 14px; }
  .register-card { min-height: 500px; padding: 22px; }
  .editorial-note { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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