/* ===================================================================
   MODERN DESIGN LAYER  -  premium dark iGaming
   Loads AFTER the theme's main.css and restyles it site-wide.
   Keeps all existing markup/features; only look + spacing change.
=================================================================== */

:root {
  --bg: #08080c;
  --panel: rgba(255, 255, 255, .045);
  --panel-2: rgba(255, 255, 255, .03);
  --panel-solid: #14141c;
  --line: rgba(255, 255, 255, .09);
  --line-gold: rgba(245, 196, 81, .35);
  --text: #f6f6f9;
  --muted: #9b9bad;
  --red: #ff4133;
  --red-d: #e22f22;
  --gold: #f5c451;
  --gold-2: #ffd97a;
  --r: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .45);
}

/* ---------- base / atmosphere ---------- */
html { scroll-behavior: smooth; }
body, body.body-background {
  background: var(--bg);
  font-family: "Manrope", -apple-system, sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 48% at 82% -5%, rgba(255, 65, 51, .14), transparent 60%),
    radial-gradient(48% 38% at 8% 8%, rgba(245, 196, 81, .10), transparent 60%),
    radial-gradient(90% 60% at 50% 108%, rgba(255, 65, 51, .07), transparent 60%),
    var(--bg);
}
::selection { background: var(--gold); color: #1a1206; }
h1, h2, h3, h4, .section-title, .text-title, .offer-title, .wp-block-heading, .item__name, .author-title {
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  letter-spacing: -.02em;
}

/* ---------- brand wordmark (replaces logo image) ---------- */
.brand-mark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark .bm-chip {
  width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%;
  display: grid; place-items: center; font-size: 17px; color: #1a1206;
  background: linear-gradient(180deg, var(--gold-2), #e0ad36);
  box-shadow: inset 0 0 0 3px rgba(26, 18, 6, .35), 0 4px 14px rgba(245, 196, 81, .4);
}
.brand-mark .bm-text {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 23px;
  letter-spacing: -.02em; color: var(--text); line-height: 1;
}
.brand-mark .bm-text em { font-style: normal; color: var(--gold); }
.footer-row .brand-mark .bm-text { font-size: 20px; }

/* ---------- header (sticky glass) ---------- */
body.header-background .header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 8, 12, .72);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { align-items: center; }
.menu > li > a { font-weight: 600; font-size: 15px; transition: color .15s; }
.menu a { color: var(--text); }
.menu a:hover { color: var(--gold); }
body.header-background .header .menu-item-has-children .sub-menu {
  background: rgba(14, 14, 21, .95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--shadow);
}
.sub-menu a { border-radius: 8px; padding: 8px 12px; }
.sub-menu a:hover { background: rgba(255, 255, 255, .06); }

/* ---------- buttons (pill + gradient + glow) ---------- */
.btn {
  border-radius: 999px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700; letter-spacing: .01em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.btn.btn-red, body.register-button-background .btn.btn-red,
body.banner-btn .offer-btn, .fixed-bar-btn, .wheel-modal-btn {
  background: linear-gradient(180deg, #ff5448, var(--red-d)) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(255, 65, 51, .38), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn.btn-green, body.login-button-background .btn.btn-green {
  background: linear-gradient(180deg, var(--gold-2), #eab63f) !important;
  color: #1a1206 !important;
  box-shadow: 0 10px 26px rgba(245, 196, 81, .32), inset 0 1px 0 rgba(255, 255, 255, .55);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.offer-btn { font-size: 16px; padding-left: 38px; padding-right: 38px; }

/* ---------- hero ---------- */
.banner.main-banner {
  border-radius: 26px !important;
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 130% at 86% 8%, rgba(255, 65, 51, .38), transparent 56%),
    radial-gradient(85% 90% at 6% 95%, rgba(245, 196, 81, .20), transparent 55%),
    linear-gradient(180deg, #17121b, #0b0b11) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .07);
  overflow: hidden;
}
.offer-title {
  font-size: clamp(34px, 5vw, 58px); line-height: 1.02; font-weight: 800;
  background: linear-gradient(180deg, #fff 35%, var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.offer-desc { color: #ead9c9; font-size: 18px; line-height: 1.4; }
.offer-btns { margin-top: 22px; }

/* ---------- section titles ---------- */
.section-title {
  font-size: clamp(26px, 3.6vw, 42px); font-weight: 800; text-align: center;
  background: linear-gradient(180deg, #fff, #cdcdde);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.section-title::after {
  content: ""; display: block; width: 56px; height: 3px; margin: 16px auto 0;
  border-radius: 3px; background: linear-gradient(90deg, var(--red), var(--gold));
}
.section { padding: 16px 0; }

/* ---------- cards (glass) ---------- */
body.page-item .page-item {
  background: linear-gradient(180deg, var(--panel), var(--panel-2)) !important;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}
.bonus-item, .faq-item, .reviews-item .inner, .advant-item-content {
  border-radius: var(--r) !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bonus-item:hover, .advant-item-content:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .5);
}
.advant-item .item__icon { color: var(--gold); }
.bonus-item-text { font-weight: 600; }

/* ---------- slots ---------- */
.slot .inner { border-radius: 14px; border: 1px solid var(--line); overflow: hidden; display: block; position: relative; }
.slot img { border-radius: 14px; display: block; transition: transform .28s ease; }
.slot:hover img { transform: scale(1.08); }
.slot .inner:hover { border-color: var(--line-gold); box-shadow: 0 14px 34px rgba(255, 65, 51, .22); }

/* ---------- article ---------- */
.main-text-content { line-height: 1.65; color: #d9d9e2; }
.main-text-content h2, .wp-block-heading { color: var(--gold); margin-top: 1.4em; }
.main-text-content a, .page-text a { color: var(--gold); }
.text-title { font-size: clamp(30px, 4vw, 46px); }
.mod-date, .current-date { color: var(--muted); font-size: 13px; }

/* ---------- tables ---------- */
.wb-main-table-wrap, .ft-table1-wrap { margin: 24px 0; overflow-x: auto; }
.wb-main-table, .ft-table1 {
  width: 100%; border-collapse: collapse; font-size: .95rem;
  background: var(--panel-solid); color: var(--text);
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.wb-main-table thead, .ft-table1 thead { background: #20202b; color: var(--gold); }
.wb-main-table th, .wb-main-table td, .ft-table1 th, .ft-table1 td {
  padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top;
}
.wb-main-table tbody tr:hover, .ft-table1 tbody tr:hover { background: rgba(255, 255, 255, .04); }
.wb-main-table a, .ft-table1 a { color: var(--gold); border-bottom: 1px dashed var(--gold); text-decoration: none; }

/* ---------- infographics ---------- */
.wb-pie-wrap, .ft-pie, .ft-calc, .wb-line-wrap {
  background: var(--panel-solid); border: 1px solid var(--line); border-radius: 16px;
}
.wb-pie-legend p, .wb-bar-label { color: #cdd2da; }
.wb-pie-note { color: var(--muted); }
.wb-bar-track { background: #0b0b11; border: 1px solid var(--line); border-radius: 999px; }
.wb-bar-fill { background: linear-gradient(90deg, var(--red), var(--gold)); }
.ft-calc button { border-radius: 999px !important; background: linear-gradient(180deg, #ff5448, var(--red-d)) !important; color: #fff !important; }

/* ---------- FAQ ---------- */
.wb-faq-wrap { background: var(--panel-2); border: 1px solid var(--line); border-radius: 16px; }
.wb-faq summary::before, .ft-faq .ft-faq-icon { color: var(--gold); }
.faq-item.page-item { border: 1px solid var(--line); }
.faq-item-title { color: #f1e6cf; font-weight: 600; }

/* ---------- reviews ---------- */
.reviews-item .item__name { color: var(--gold); }
.slider-nav-item { color: var(--gold); }

/* ---------- footer ---------- */
body.footer-background .footer { background: #07070b; border-top: 1px solid var(--line); }
.footer-menu a, .footer-item a, .footer-item li { color: var(--muted); }
.footer-menu a:hover { color: var(--gold); }
.pay-item { filter: grayscale(.2); opacity: .9; }
.own { color: #6f6f7e; font-size: 13px; }

/* ---------- author ---------- */
.author-img img { border-radius: 50%; border: 2px solid var(--line-gold); }
.author-position { color: var(--gold); }
.author-desc { color: #cdd2da; }
.author-social a { color: var(--gold); }

/* ---------- cookie notice (fix overlap) ---------- */
#cookie-notice { position: fixed !important; left: 0; right: 0; bottom: 0; z-index: 60; }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); }
.reveal.in-view { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* =================================================================
   DESIGN-REVIEW FIXES
================================================================= */

/* HIGH: mobile menu drawer - solid panel, close X, backdrop, scroll lock */
.mobile-wrap {
  background: #0c0c12;
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 70px rgba(0, 0, 0, .65);
  padding: 78px 26px 32px;
}
.mobile-wrap .menu > li { margin-bottom: 16px; }
.mobile-wrap .menu a { color: var(--text); font-size: 16px; }
.mobile-wrap .sub-menu { padding-left: 14px; margin-top: 10px; }
.mobile-wrap .sub-menu a { color: var(--muted); font-size: 14px; }
/* hide redundant Login/Register (already header pills) */
.mobile-wrap .menu > li:nth-child(1), .mobile-wrap .menu > li:nth-child(2) { display: none; }
.mobile-wrap .close { position: absolute; top: 20px; right: 20px; width: 30px; height: 30px; cursor: pointer; }
.mobile-wrap .close .inner { position: relative; width: 100%; height: 100%; }
.mobile-wrap .close .inner::before, .mobile-wrap .close .inner::after {
  content: ""; position: absolute; top: 50%; left: 4px; width: 22px; height: 2px; background: var(--gold);
}
.mobile-wrap .close .inner::before { transform: rotate(45deg); }
.mobile-wrap .close .inner::after { transform: rotate(-45deg); }
body.menu-open { overflow: hidden; }
body.menu-open::after { content: ""; position: fixed; inset: 0; background: rgba(0, 0, 0, .6); z-index: 98; }

/* MEDIUM: cookie bar must not hide footer content */
body.footer-background .footer { padding-bottom: 78px; }

/* MEDIUM: bonus cards - tighten the row so it isn't edge-to-edge */
.bonus-item-content { max-width: 720px; margin-inline: auto; gap: 20px; }
.bonus-item-icon { max-width: 64px; }

/* MEDIUM: FAQ rows (homepage accordion) - reduce vertical padding */
.faq-item.page-item { padding: 18px 22px !important; margin-bottom: 12px; }

/* LOW: hero title a touch bigger, article line length, small text bumps */
.offer-title { font-size: clamp(38px, 5.5vw, 64px); }
.main-text-content { max-width: 780px; margin-inline: auto; }
.wb-pie-legend p, .reviews-item .item__text { font-size: .97rem; }

/* =================================================================
   MODERN SPIN WHEEL
================================================================= */
.spinwheel { position: relative; width: min(440px, 82vw); aspect-ratio: 1; margin: 0 auto; }
.spinwheel-glow {
  position: absolute; inset: -14%; border-radius: 50%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(245,196,81,.30), rgba(228,50,43,.18) 45%, transparent 70%);
  filter: blur(10px); animation: sw-pulse 3.2s ease-in-out infinite;
}
@keyframes sw-pulse { 0%,100% { opacity: .65; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.04); } }
.spinwheel-canvas {
  position: relative; z-index: 1; width: 100%; height: 100%; display: block;
  transition: transform 5s cubic-bezier(.12, .8, .15, 1);
  filter: drop-shadow(0 14px 34px rgba(0,0,0,.6)) drop-shadow(0 0 18px rgba(245,196,81,.25));
}
.spinwheel-sparks { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; pointer-events: none; }
.spinwheel-pointer {
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent;
  border-top: 26px solid #f5c451; filter: drop-shadow(0 3px 5px rgba(0,0,0,.5));
}
.spinwheel-hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3;
  width: 23%; height: 23%; border-radius: 50%; cursor: pointer;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(13px, 2.6vw, 18px);
  letter-spacing: .04em; color: #1a1206;
  background: radial-gradient(circle at 50% 35%, #ffe08a, #e0ad36);
  border: 3px solid #0d0d12;
  box-shadow: 0 0 0 4px rgba(245,196,81,.4), 0 6px 18px rgba(0,0,0,.6), inset 0 2px 6px rgba(255,255,255,.6);
  transition: transform .15s ease, box-shadow .15s ease;
}
.spinwheel-hub:hover { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 5px rgba(245,196,81,.55), 0 8px 22px rgba(0,0,0,.7); }
.spinwheel-hub:active { transform: translate(-50%, -50%) scale(.97); }
.spinwheel-result {
  position: absolute; inset: 0; z-index: 6; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; opacity: 0; visibility: hidden; transition: opacity .3s ease;
  background: radial-gradient(circle, rgba(8,8,12,.86), rgba(8,8,12,.6)); backdrop-filter: blur(3px);
}
.spinwheel-result.show { opacity: 1; visibility: visible; }
.spinwheel-result-card { text-align: center; padding: 0 18px; animation: sw-pop .35s ease; }
@keyframes sw-pop { from { transform: scale(.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.sw-won { font-size: 15px; color: #cdd2da; text-transform: uppercase; letter-spacing: .12em; }
.sw-prize {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(34px, 8vw, 56px); line-height: 1.05;
  margin: 4px 0 16px; background: linear-gradient(180deg, #fff, #f5c451);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* =================================================================
   PROMO SECTION v2  -  colorful modern iGaming
================================================================= */
.banner.main-banner {
  position: relative; overflow: hidden;
  padding: clamp(28px, 4vw, 56px) clamp(22px, 4vw, 60px);
  border: 1px solid rgba(245, 196, 81, .28) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(70% 90% at 88% 6%, rgba(225, 29, 72, .38), transparent 55%),
    radial-gradient(60% 80% at 100% 100%, rgba(124, 58, 237, .34), transparent 55%),
    radial-gradient(55% 70% at 0% 100%, rgba(56, 189, 248, .20), transparent 55%),
    linear-gradient(135deg, #070713 0%, #120A24 38%, #260711 72%, #3A0A14 100%) !important;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px rgba(255,255,255,.02) !important;
}
.promo-particles {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1.6px),
    radial-gradient(rgba(245, 196, 81, .10) 1px, transparent 1.6px);
  background-size: 34px 34px, 54px 54px;
  background-position: 0 0, 17px 17px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent 85%);
  mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent 85%);
}
.banner.main-banner .offer, .banner.main-banner .banner-img { position: relative; z-index: 1; }

/* badge */
.promo-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase;
  color: #1a1206; padding: 8px 14px; border-radius: 999px; margin-bottom: 16px;
  background: linear-gradient(180deg, #ffe08a, #f0b53c);
  box-shadow: 0 6px 18px rgba(245, 196, 81, .35), inset 0 1px 0 rgba(255, 255, 255, .6);
}
.promo-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #e11d48; box-shadow: 0 0 8px #e11d48; }

.offer-sub { color: #e9dccb; font-size: clamp(15px, 1.6vw, 18px); line-height: 1.45; margin: 4px 0 14px; max-width: 30ch; }
.offer-bonus {
  display: inline-block; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
  font-size: clamp(22px, 3vw, 32px); line-height: 1.1; margin-bottom: 8px;
  background: linear-gradient(180deg, #ffe9a8, #f59e0b);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 10px rgba(245, 158, 11, .35));
}

/* glossy play button */
.offer-btn {
  position: relative; overflow: hidden; font-size: 17px !important;
  padding: 16px 44px !important;
  background: linear-gradient(180deg, #ff6a5e 0%, #e11d48 55%, #c2123c 100%) !important;
  box-shadow: 0 14px 30px rgba(225, 29, 72, .45), inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -3px 8px rgba(0,0,0,.25) !important;
}
.offer-btn::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-20deg); transition: left .5s ease;
}
.offer-btn:hover::after { left: 130%; }

/* trust badges */
.trust-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 22px 0 0; }
.trust-badges li {
  display: inline-flex; align-items: center; gap: 7px;
  font: 600 13px/1 "Manrope", sans-serif; color: #d7d2c4;
  padding: 8px 13px; border-radius: 999px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12);
}
.trust-badges svg { color: #f5c451; }

/* wheel glow + shine */
.spinwheel-glow {
  background: radial-gradient(circle, rgba(245, 196, 81, .28), rgba(225, 29, 72, .22) 38%, rgba(124, 58, 237, .20) 60%, transparent 72%) !important;
}
.spinwheel-shine {
  position: absolute; inset: 0; z-index: 2; border-radius: 50%; pointer-events: none;
  background: radial-gradient(60% 45% at 36% 24%, rgba(255, 255, 255, .26), transparent 55%);
  mix-blend-mode: screen; animation: sw-shine 4s ease-in-out infinite;
}
@keyframes sw-shine { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

/* pointer */
.spinwheel-pointer {
  top: -10px; border-left: 17px solid transparent; border-right: 17px solid transparent;
  border-top: 30px solid #ffd86b;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .6)) drop-shadow(0 0 8px rgba(245, 196, 81, .5));
}
.spinwheel-pointer::after {
  content: ""; position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #fff6d6, #e0ad36);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

/* glossy hub */
.spinwheel-hub {
  background: radial-gradient(circle at 50% 32%, #fff2c4 0%, #f5c451 42%, #d99a2b 100%) !important;
  border: 3px solid #0b0b12 !important;
  box-shadow: 0 0 0 4px rgba(245, 196, 81, .45), 0 8px 20px rgba(0, 0, 0, .65), inset 0 3px 7px rgba(255, 255, 255, .75), inset 0 -4px 9px rgba(150, 90, 10, .55) !important;
}
.spinwheel-hub:disabled { cursor: default; filter: saturate(.8) brightness(.95); }

/* =========== BONUS POPUP =========== */
body.pop-open { overflow: hidden; }
.bonus-pop {
  position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden; transition: opacity .3s ease;
  background: radial-gradient(circle at 50% 30%, rgba(40, 8, 30, .7), rgba(6, 6, 14, .88)); backdrop-filter: blur(6px);
}
.bonus-pop.show { opacity: 1; visibility: visible; }
.bonus-pop-confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.bonus-pop-card {
  position: relative; z-index: 2; width: min(420px, 92vw); text-align: center;
  padding: 38px 28px 30px; border-radius: 24px;
  background: linear-gradient(170deg, rgba(40, 16, 54, .82), rgba(14, 10, 26, .9));
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6), 0 0 50px rgba(225, 29, 72, .28), 0 0 70px rgba(124, 58, 237, .22), inset 0 1px 0 rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
  transform: scale(.86); transition: transform .35s cubic-bezier(.2, 1.2, .3, 1);
}
.bonus-pop.show .bonus-pop-card { transform: scale(1); }
.bonus-pop-close {
  position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border: none; cursor: pointer;
  background: rgba(255, 255, 255, .08); color: #fff; border-radius: 50%; font-size: 22px; line-height: 1;
}
.bonus-pop-close:hover { background: rgba(255, 255, 255, .18); }
.bonus-pop-eyebrow { font: 700 12px/1 "Manrope"; letter-spacing: .18em; text-transform: uppercase; color: #f5c451; }
.bonus-pop-title { font-family: "Bricolage Grotesque"; font-weight: 700; font-size: 20px; color: #e9dccb; margin-top: 8px; }
.bonus-pop-prize {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(46px, 12vw, 68px); line-height: 1; margin: 6px 0 22px;
  background: linear-gradient(180deg, #fff, #ffd86b 70%, #f59e0b);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 18px rgba(245, 158, 11, .45));
}
.bonus-pop-claim { display: inline-block; width: 100%; padding: 15px 0 !important; font-size: 17px !important; }
.bonus-pop-terms { margin-top: 14px; font-size: 11px; letter-spacing: .04em; color: #9b96a6; }

/* =========== mobile =========== */
@media (max-width: 860px) {
  .banner.main-banner { flex-direction: column; text-align: center; }
  .banner.main-banner .offer { align-items: center; display: flex; flex-direction: column; }
  .offer-sub { max-width: 38ch; }
  .trust-badges { justify-content: center; }
  .spinwheel { width: min(360px, 86vw); margin-top: 26px; }
  .offer-title { font-size: clamp(30px, 9vw, 44px); }
}
