/* =============================================================
   mono-03 (Verde) — light theme + verde-green accent.
   Inspired by verde-casino-italia.com: clean white background,
   green primary, premium editorial feel for Italian/EU casino sites.
   ============================================================= */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:16px;line-height:1.6;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
h1,h2,h3,h4,h5{font-family:'Manrope','Inter',sans-serif;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--ink)}
h1{font-size:2.4rem;line-height:1.15}
h2{font-size:1.8rem;line-height:1.2;margin-bottom:1rem}
h3{font-size:1.3rem;line-height:1.3}
h4{font-size:1.1rem;line-height:1.35}
p{margin:0 0 1rem;color:var(--text)}
ul,ol{margin:0 0 1rem;padding-left:1.4rem;color:var(--text)}
li{margin-bottom:.35rem}

:root{
  --bg:#f7f9f6;
  --surface:#ffffff;
  --surface-alt:#f0f5ee;
  --border:#e1e9dd;
  --border-strong:#cad9c1;
  --text:#1f2a24;
  --text-muted:#5b6b62;
  --ink:#0e1f17;
  --accent:#0fad7f;
  --accent-2:#0a8d65;
  --accent-soft:#e6f6ee;
  --accent-ring:rgba(15,173,127,.18);
  --warn:#d97706;
  --radius:14px;
  --radius-lg:20px;
  --radius-pill:999px;
  --shadow-sm:0 1px 2px rgba(14,31,23,.04), 0 1px 1px rgba(14,31,23,.02);
  --shadow:0 8px 24px rgba(14,31,23,.06), 0 2px 6px rgba(14,31,23,.04);
  --shadow-lg:0 24px 60px rgba(14,31,23,.12), 0 6px 16px rgba(14,31,23,.06);
  --container:1180px;
  --container-narrow:880px;
  --header-h:74px;
}

.part-82tc{
  width:100%;max-width:var(--container);
  margin:0 auto;padding:0 24px;
}
.band-b7i7{max-width:var(--container-narrow)}

/* ============== BUTTONS ============== */
.pane-59k4{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius-pill);
  font-family:'Manrope','Inter',sans-serif;font-weight:600;font-size:15px;
  letter-spacing:.005em;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space:nowrap;cursor:pointer;
  border:1px solid transparent;
}
.crate-17wq{
  background:var(--accent);
  color:#fff;
  box-shadow:0 6px 14px rgba(15,173,127,.28);
}
.crate-17wq:hover{background:var(--accent-2);box-shadow:0 10px 22px rgba(15,173,127,.36);transform:translateY(-1px)}
.crate-17wq:active{transform:translateY(0);box-shadow:0 4px 10px rgba(15,173,127,.24)}
.node-1thh{color:var(--ink);background:transparent}
.node-1thh:hover{background:var(--surface-alt)}
.btn--outline{
  background:transparent;
  color:var(--accent-2);
  border-color:var(--accent);
}
.btn--outline:hover{background:var(--accent-soft);color:var(--accent-2)}
.card-ddgw{padding:15px 28px;font-size:16px}
.box-1l45{width:100%}

/* ============== HEADER ============== */
.tray-heuy{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--border);
}
.pane-1x42{
  display:flex;align-items:center;gap:28px;
  height:var(--header-h);
}
.slab-h9c9{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:21px;color:var(--ink);letter-spacing:-.02em;
  flex-shrink:0;
}
.frame-qnx3{
  width:38px;height:38px;border-radius:11px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:#fff;
  box-shadow:0 6px 14px rgba(15,173,127,.32);
  flex-shrink:0;
}
.brand__name{line-height:1;color:var(--ink)}

.primary-nav{
  display:flex;align-items:center;gap:4px;
  margin-left:8px;flex:1;
}
.primary-nav>a{
  padding:9px 14px;border-radius:8px;
  font-weight:500;font-size:15px;color:var(--text);
  transition:color .15s ease, background .15s ease;
}
.primary-nav>a:hover{color:var(--accent-2);background:var(--surface-alt)}
.primary-nav>.is-active,
.primary-nav>.current-page{color:var(--accent-2);background:var(--accent-soft);font-weight:600}

.grid-oylm{display:flex;align-items:center;gap:10px}

/* Auth CTAs that live inside the mobile drawer. Hidden on desktop, where the
   horizontal nav + header CTAs already cover login/register. */
.nav-drawer-cta{display:none}

.nav-toggle{
  display:none;
  width:44px;height:44px;border-radius:11px;
  background:var(--surface-alt);
  border:1px solid var(--border);
  color:var(--ink);
  align-items:center;justify-content:center;
}
.nav-toggle .icon--close{display:none}
[data-nav-toggle][aria-expanded="true"] .icon--burger{display:none}
[data-nav-toggle][aria-expanded="true"] .icon--close{display:block}

@media (max-width:960px){
  /* Let the brand flex/ellipsis so long names never push the CTAs off-screen.
     The header CTAs stay a fixed-size cluster. */
  .pane-1x42{gap:12px}
  .slab-h9c9{flex:1 1 auto;min-width:0}
  .frame-qnx3{flex-shrink:0}
  .brand__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}

  /* Mobile nav drawer. NOTE: .tray-heuy has backdrop-filter, which makes it
     the containing block for position:fixed descendants — a fixed drawer would
     collapse against the 74px header instead of the viewport. So the drawer is
     position:absolute, hung below the (sticky, z-index:50) header and sized to
     the remaining viewport height. dvh avoids the iOS URL-bar jump; vh is the
     fallback for older engines. */
  .primary-nav{
    position:absolute;top:100%;left:0;right:0;
    height:calc(100vh - var(--header-h));
    height:calc(100dvh - var(--header-h));
    flex-direction:column;align-items:stretch;gap:0;margin:0;
    padding:18px;
    background:#fff;
    border-top:1px solid var(--border);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateY(-8px);opacity:0;pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
  }
  .primary-nav.is-open{transform:none;opacity:1;pointer-events:auto}
  .primary-nav>a{padding:14px 16px;font-size:16px;border-radius:10px}
  .nav-toggle{display:inline-flex}

  /* Auth CTAs stay reachable on mobile. Compact them so they fit beside the
     brand. */
  .grid-oylm{flex-shrink:0;gap:8px}
  .grid-oylm .pane-59k4{padding:8px 13px;font-size:13px}
  /* When a burger menu exists the drawer carries login (+register); the header
     keeps only the primary Register CTA visible to avoid crowding the burger.
     Single-page sites (no .header-inner--nav) keep both buttons in the header. */
  .header-inner--nav .grid-oylm .node-1thh{display:none}

  /* Auth CTAs inside the open drawer. */
  .nav-drawer-cta{
    display:flex;flex-direction:column;gap:10px;
    margin-top:10px;padding-top:18px;
    border-top:1px solid var(--border);
  }
  .nav-drawer-cta .pane-59k4{padding:13px 18px;font-size:15px}
}

/* ============== HERO ============== */
.crate-17go{
  position:relative;
  padding:60px 0 80px;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(15,173,127,.10), transparent 60%),
    radial-gradient(700px 400px at 0% 80%, rgba(15,173,127,.06), transparent 70%),
    var(--bg);
  overflow:hidden;
}
/* Hero featured image (brand featured image / per-site override). Rendered as
   a real <picture>/<img> in intro.eta (so we can ship a desktop + mobile crop
   via <source media>), absolutely positioned behind the hero copy and cover-
   cropped. NO background-attachment:fixed anywhere (breaks on iOS). */
.hero__bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
/* Light overlay so the dark hero copy stays legible over any photo. */
.hero--has-bg::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(rgba(247,249,246,.84), rgba(247,249,246,.90));
  pointer-events:none;
}
.piece-108x{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;align-items:center;
}
.card-wv18 .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:700;font-size:12.5px;letter-spacing:.10em;
  color:var(--accent-2);text-transform:uppercase;
  padding:6px 12px;border-radius:var(--radius-pill);
  background:var(--accent-soft);
  margin-bottom:18px;
}
.eyebrow__dot{
  width:6px;height:6px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 0 3px rgba(15,173,127,.18);
}
.zone-1k00{font-size:3rem;line-height:1.08;margin-bottom:18px}
.zone-1k00 .amount{
  color:var(--accent-2);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;
}
.item-19n4{
  font-size:1.1rem;line-height:1.55;color:var(--text-muted);
  max-width:54ch;margin-bottom:28px;
}
.wrap-1hcx{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:24px}

.hero__bullets{
  display:flex;gap:24px;flex-wrap:wrap;
  list-style:none;padding:0;margin:0;
  font-size:14px;color:var(--text-muted);
}
.hero__bullets li{
  display:inline-flex;align-items:center;gap:8px;margin:0;
}
.hero__bullets svg{color:var(--accent);flex-shrink:0}

/* hero bonus card (right side) */
.stack-1v0y{position:relative}
.spot-1mu1{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-lg);
  position:relative;
  overflow:hidden;
}
.spot-1mu1::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(400px 200px at 100% 0%, rgba(15,173,127,.12), transparent 60%);
  pointer-events:none;
}
.plate-fybc{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;position:relative;
}
.rail-1mkm{
  display:inline-block;padding:5px 12px;border-radius:var(--radius-pill);
  background:var(--accent);color:#fff;
  font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.section-19mu{font-size:1rem;color:var(--text-muted);font-weight:500;margin-bottom:6px;position:relative}
.item-vcxs{
  display:flex;align-items:baseline;gap:4px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  color:var(--ink);position:relative;
  margin-bottom:14px;
}
.shell-zzpr{font-size:2.6rem;line-height:1;color:var(--accent-2)}
.zone-wwl4{font-size:14.5px;color:var(--text-muted);margin-bottom:18px;position:relative}

.deck-fu9s{
  list-style:none;padding:0;margin:0 0 20px;position:relative;
}
.deck-fu9s li{
  display:flex;align-items:center;justify-content:space-between;
  padding:11px 0;
  border-top:1px solid var(--border);
  font-size:14px;
  margin:0;
}
.deck-fu9s li:first-child{border-top:0}
.deck-fu9s span{color:var(--text-muted)}
.deck-fu9s strong{color:var(--ink);font-weight:700}
.bonus-card__terms{
  font-size:12.5px;color:var(--text-muted);margin:14px 0 0;text-align:center;position:relative;
}
.bonus-card__terms a{color:var(--accent-2);text-decoration:underline}

@media (max-width:880px){
  .crate-17go{padding:40px 0 56px}
  .piece-108x{grid-template-columns:1fr;gap:36px}
  .zone-1k00{font-size:2.2rem}
}

/* ============== INFO STRIP (license / trust) ============== */
.info-strip{
  background:#fff;
  border-block:1px solid var(--border);
  padding:24px 0;
}
.info-strip__inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  text-align:center;
}
.info-item{
  display:flex;flex-direction:column;gap:4px;
  padding:0 8px;
}
.info-item__num{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:1.6rem;color:var(--accent-2);line-height:1.15;
}
.info-item__lbl{font-size:13px;color:var(--text-muted)}

@media (max-width:720px){
  .info-strip__inner{grid-template-columns:repeat(2,1fr);gap:18px}
}

/* ============== SECTION HEAD ============== */
.section{padding:64px 0}
.section-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:24px;margin-bottom:36px;flex-wrap:wrap;
}
.section-head--center{text-align:center;flex-direction:column;align-items:center}
.section-head .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:700;font-size:12px;letter-spacing:.10em;
  color:var(--accent-2);text-transform:uppercase;
  margin-bottom:8px;
}
.section-title{font-size:1.9rem;line-height:1.15;margin:0}
.section-lede{font-size:1.05rem;color:var(--text-muted);max-width:60ch;margin-top:10px}

/* ============== BRIEF SECTIONS (from content) ============== */
.tray-1a3o{padding:56px 0;background:#fff;border-block:1px solid var(--border)}
.grid-147t{
  margin-bottom:48px;
}
.grid-147t:last-child{margin-bottom:0}
.face-luhp{
  font-size:1.6rem;color:var(--ink);margin-bottom:14px;
  position:relative;padding-left:18px;
}
.face-luhp::before{
  content:"";position:absolute;left:0;top:.4em;bottom:.4em;
  width:4px;border-radius:2px;
  background:linear-gradient(180deg,var(--accent) 0%,var(--accent-2) 100%);
}
.plate-1qvo{font-size:16.5px;line-height:1.7;color:var(--text)}
.brief-section__body--with-image{
  display:flow-root; /* contain the float so the text wraps around the image */
}
.brief-section__img{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  width:40%;max-width:400px;height:auto;
  float:right;margin:4px 0 18px 28px; /* image right, text wraps on the left */
}
.brief-section__img--left{
  float:left;margin:4px 28px 18px 0; /* image left, text wraps on the right */
}
.plate-1qvo p{margin-bottom:.9rem}
.plate-1qvo h3{font-size:1.2rem;margin:1.5rem 0 .6rem;color:var(--ink)}
.plate-1qvo h4{font-size:1.05rem;margin:1.2rem 0 .5rem;color:var(--ink)}
.plate-1qvo a{color:var(--accent-2);text-decoration:underline}
.plate-1qvo ul li::marker{color:var(--accent)}
.plate-1qvo table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  background:var(--surface-alt);
  border-radius:var(--radius);overflow:hidden;
  font-size:15px;
}
.plate-1qvo th,
.plate-1qvo td{
  padding:11px 14px;text-align:left;
  border-bottom:1px solid var(--border);
}
.plate-1qvo th{background:var(--accent-soft);color:var(--ink);font-weight:600}

@media (max-width:720px){
  .brief-section__img,
  .brief-section__img--left{float:none;width:100%;max-width:none;margin:0 0 16px}
}

/* ============== KEY FEATURES GRID (icon cards) ============== */
.features{background:var(--bg)}
.features__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.feature{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:24px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.feature__icon{
  width:48px;height:48px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--accent-soft);
  color:var(--accent-2);
  margin-bottom:14px;
}
.feature__title{font-size:1.05rem;font-weight:700;margin-bottom:6px;color:var(--ink)}
.feature__text{font-size:14.5px;color:var(--text-muted);margin:0}

@media (max-width:880px){.features__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.features__grid{grid-template-columns:1fr}}

/* ============== PAYMENTS TABLE ============== */
.payments{background:#fff;border-block:1px solid var(--border)}
.payments__table{
  width:100%;border-collapse:collapse;
  font-size:15px;
}
.payments__table th,
.payments__table td{
  padding:14px 16px;text-align:left;
  border-bottom:1px solid var(--border);
}
.payments__table th{
  background:var(--surface-alt);color:var(--ink);
  font-weight:600;font-size:13.5px;
  text-transform:uppercase;letter-spacing:.04em;
}
.payments__table tbody tr:hover{background:var(--accent-soft)}
.payments__table td:first-child{font-weight:600;color:var(--ink)}
.payments__grid-fallback{
  display:grid;grid-template-columns:repeat(6,1fr);gap:12px;
  margin-top:12px;
}
.payments__grid-fallback .pay__card{
  display:flex;align-items:center;justify-content:center;
  height:64px;border-radius:var(--radius);
  background:#fff;border:1px solid var(--border);
  font-family:'Manrope','Inter',sans-serif;font-weight:700;font-size:14px;
  color:var(--ink);
}
@media (max-width:720px){.payments__grid-fallback{grid-template-columns:repeat(3,1fr)}}

/* ============== HOW IT WORKS ============== */
.how{background:var(--bg)}
.how__steps{
  list-style:none;padding:0;margin:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  counter-reset:step;
}
.how__step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px 24px;
  position:relative;
}
.how__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;
  background:var(--accent-soft);
  color:var(--accent-2);
  font-family:'Manrope','Inter',sans-serif;font-weight:800;font-size:18px;
  margin-bottom:14px;
}
.how__step h4{font-size:1.1rem;margin-bottom:6px;color:var(--ink)}
.how__step p{font-size:14.5px;color:var(--text-muted);margin:0}

@media (max-width:760px){.how__steps{grid-template-columns:1fr}}

/* ============== FAQ ============== */
.faq{background:#fff;border-top:1px solid var(--border)}
.faq__list{
  max-width:760px;margin:0 auto;
}
.faq__item{
  border-bottom:1px solid var(--border);
}
.faq__item:first-child{border-top:1px solid var(--border)}
.faq__item summary{
  list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:20px 4px;cursor:pointer;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:600;font-size:1rem;color:var(--ink);
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary:hover{color:var(--accent-2)}
.faq__plus{
  position:relative;width:18px;height:18px;flex-shrink:0;
  transition:transform .2s ease;
}
.faq__plus::before,
.faq__plus::after{
  content:"";position:absolute;background:var(--accent);
  border-radius:1px;
}
.faq__plus::before{left:0;right:0;top:50%;height:2px;margin-top:-1px}
.faq__plus::after{top:0;bottom:0;left:50%;width:2px;margin-left:-1px}
.faq__item[open] .faq__plus{transform:rotate(45deg)}
.faq__body{
  padding:0 4px 22px;
  font-size:15.5px;line-height:1.65;color:var(--text);
}

/* ============== CTA STRIP ============== */
.plate-169m{
  padding:48px 0;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:#fff;
}
.bar-7bnd{
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;flex-wrap:wrap;
}
.plate-169m h3{
  color:#fff;font-size:1.7rem;margin-bottom:6px;
}
.plate-169m p{color:rgba(255,255,255,.92);margin:0}
.plate-169m .crate-17wq{
  background:#fff;color:var(--accent-2);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.plate-169m .crate-17wq:hover{background:var(--accent-soft);color:var(--accent-2)}

/* ============== FOOTER ============== */
.layout-sqsh{
  background:#0e1f17;
  color:#c2cfc7;
  padding:56px 0 0;
}
.layout-14ke{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:36px;
  padding-bottom:36px;
}
.wrap-1jc5{
  grid-template-columns:1fr auto;
  align-items:center;
  gap:32px;
}
.piece-jldy{
  display:flex;flex-wrap:wrap;gap:8px 22px;
  justify-content:flex-end;
}
.piece-jldy a{
  font-size:14.5px;color:#a4b3a9;padding:4px 0;
  transition:color .15s ease;
}
.piece-jldy a:hover{color:#fff}
.segment-76gn h5{
  color:#fff;font-size:14px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
  margin-bottom:14px;
}
.segment-76gn a{
  display:block;padding:4px 0;font-size:14.5px;color:#a4b3a9;
  transition:color .15s ease;
}
.segment-76gn a:hover{color:#fff}
.bit-vafq p{font-size:14px;color:#a4b3a9;margin:14px 0 18px;max-width:36ch}
.layout-sqsh .slab-h9c9{color:#fff;font-size:20px}
.layout-sqsh .brand__name{color:#fff}
.item-1byq{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  font-size:12px;color:#7c8b82;
}
.col-196f{
  display:inline-flex;align-items:center;justify-content:center;
  padding:5px 9px;border:1px solid #2a4438;border-radius:6px;
  font-weight:700;color:#fff;letter-spacing:.04em;
}

.footer__strips{
  border-top:1px solid #1f3329;
  padding:28px 0 6px;
}
.footer__strip + .footer__strip{margin-top:22px}
.footer__strip-title{
  text-align:center;font-size:11px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:#7c8b82;margin-bottom:14px;
}
.footer__strip-items{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:10px 12px;max-width:760px;margin:0 auto;
}
.footer__chip{
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;border-radius:8px;padding:7px 10px;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
}
.footer__chip img{height:22px;width:auto;object-fit:contain;display:block}

/* Factual brand legal line (licence / operator / established) — dark footer. */
.item-1j7i{
  text-align:center;font-size:12px;line-height:1.5;
  color:#7c8b82;padding:14px 0 2px;
}

/* Verbatim game stats / providers under the games heading (light section). */
.games__stats,.games__providers{
  text-align:center;margin:0 0 16px;font-size:14px;
  color:inherit;opacity:.72;
}
.games__providers{font-size:13px;margin-top:-8px}

/* Operator bonus terms small-print under the bonuses grid (light section). */
.bonus__terms{
  margin:18px auto 0;max-width:760px;text-align:center;
  font-size:12px;line-height:1.55;color:inherit;opacity:.62;
}

.tile-sato{
  border-top:1px solid #1f3329;
  padding:18px 0;
}
.slab-60vr{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;flex-wrap:wrap;
  font-size:13px;color:#7c8b82;
}

@media (max-width:880px){
  .layout-14ke{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:560px){
  .layout-14ke{grid-template-columns:1fr}
}

/* ============== TYPED BLOCKS ============== */

/* hero: single-column variant (when no bonus card aside) */
.hero__inner--single{grid-template-columns:1fr;text-align:left;max-width:780px}
.hero__inner--single .item-19n4{margin-inline:0}
.hero__image{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  width:100%;height:auto;
  margin:6px 0 6px;
}
.stack-1v0y .hero__image{margin:0}

/* bonuses block */
.bonuses{padding:64px 0;background:var(--bg)}
.bonuses__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}
.bonus-tile{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:24px;
  display:flex;flex-direction:column;gap:14px;
  box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bonus-tile:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.bonus-tile__head{display:flex;flex-direction:column;gap:6px}
.bonus-tile__name{
  font-family:'Manrope','Inter',sans-serif;font-weight:700;
  font-size:1.05rem;color:var(--ink);margin:0;
}
.bonus-tile__headline{
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;margin:0;
}
.bonus-tile__pct{
  font-size:2rem;line-height:1;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:var(--accent-2);
}
.bonus-tile__divider{font-size:14px;font-weight:500;color:var(--text-muted);text-transform:lowercase}
.bonus-tile__amount{font-size:1.4rem;color:var(--ink);line-height:1}
.bonus-tile__desc{font-size:14.5px;color:var(--text-muted);line-height:1.55}
.bonus-tile__meta{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:0;
  border-top:1px solid var(--border);
}
.bonus-tile__meta li{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:14px;margin:0;
}
.bonus-tile__meta li:last-child{border-bottom:0}
.bonus-tile__meta span{color:var(--text-muted)}
.bonus-tile__meta strong{color:var(--ink);font-weight:700}
.bonus-tile__code{
  font-family:'Manrope','Inter',sans-serif;letter-spacing:.08em;
  padding:4px 10px;background:var(--accent-soft);color:var(--accent-2);
  border-radius:6px;font-size:13px;
}

/* games block */
.games{padding:64px 0;background:#fff;border-block:1px solid var(--border)}
.games__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;
}
.game-tile{
  display:flex;flex-direction:column;
  border-radius:var(--radius);
  background:var(--surface-alt);
  border:1px solid var(--border);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  color:var(--ink);
}
.game-tile:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
  border-color:var(--accent);
}
.game-tile__media{
  aspect-ratio:4/3;
  background:linear-gradient(135deg, var(--accent-soft) 0%, var(--surface-alt) 100%);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.game-tile__media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .3s ease;
}
.game-tile:hover .game-tile__media img{transform:scale(1.05)}
.game-tile__placeholder{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:2.4rem;color:var(--accent-2);
}
.game-tile__meta{
  padding:12px 14px;
  display:flex;flex-direction:column;gap:2px;
}
.game-tile__name{
  font-weight:600;font-size:14.5px;color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.game-tile__label{font-size:12.5px;color:var(--text-muted)}

/* payment block — extends .payments table */
.payments{padding:64px 0}
.payments__wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);background:#fff}
.payments__wrap .payments__table{margin:0}
.payments__icon{
  width:22px;height:22px;display:inline-block;vertical-align:middle;
  margin-right:8px;border-radius:4px;object-fit:contain;
}

@media (max-width:560px){
  .bonuses__grid{grid-template-columns:1fr}
  .games__grid{grid-template-columns:repeat(2,1fr)}
}

/* ============== UTILITY ============== */
.text-center{text-align:center}
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}

/* Per-site footer disclaimer (it.vars.footerText) */
.footer__disclaimer{font-size:.8rem;line-height:1.55;opacity:.7;padding-top:14px;padding-bottom:14px;}
.footer__disclaimer a{color:inherit;text-decoration:underline;}

/* ============== TABLE OF CONTENTS (#6) ============== */
/* Rendered between the hero and the first content section when the showToc
   toggle is on. Links jump to per-section anchor ids assigned in
   buildMonoContent. scroll-margin offsets the sticky header. */
.toc-band{padding:18px 0;}
.toc{
  background:var(--surface-alt);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:18px 22px;
  box-shadow:var(--shadow-sm);
}
.toc__title{
  margin:0 0 10px;
  font-weight:700;
  font-size:.95rem;
  letter-spacing:.02em;
  color:var(--ink);
}
.toc__list{
  margin:0;
  padding:0 0 0 1.2em;
  display:grid;
  gap:6px;
}
.toc__item{color:var(--text-muted);}
.toc__link{
  color:var(--accent);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .15s ease;
}
.toc__link:hover{border-bottom-color:var(--accent);}
/* Sticky-header-aware scroll offset for every anchored section. */
.grid-147t,.bonuses,.games,.payments,.faq{scroll-margin-top:calc(var(--header-h) + 16px);}

/* per-site palette overlay (mono-03) :: custom */
:root{
  --bg:#f4f6f9;
  --surface:#ffffff;
  --surface-alt:#edf0f5;
  --border:#dde3ec;
  --border-strong:#c3cede;
  --text:#1f272a;
  --text-muted:#787e81;
  --ink:#14191b;
  --accent:#1a427f;
  --accent-2:#590d0d;
  --accent-soft:#e4e8f0;
  --accent-ring:rgba(26,66,127,.18);
}

/* b2ffmr */
