/* =============================================================
   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-rgb:15,173,127; /* accent channels for rgba() glows — kept in sync with --accent by the overlay */
  --accent-2:#0a8d65;
  --accent-soft:#e6f6ee;
  --accent-ring:rgba(var(--accent-rgb),.18);
  /* Contrast tokens — defaults for the verde base; the per-site palette overlay
     recomputes these from the brand colours so text stays legible on ANY accent.
     --on-accent / --on-accent-2: fg on solid accent fills; --accent-text: accent
     made legible as text on light surfaces (= --accent-2 for mid-tone palettes). */
  --on-accent:#ffffff;
  --on-accent-2:#ffffff;
  --accent-text:var(--accent-2);
  /* Chrome tokens — defaults reproduce the historical LIGHT look; the per-site
     palette overlay recomputes them so a dark brand background re-skins the
     header, footer and hero veil with appropriate contrast. */
  --header-bg:rgba(255,255,255,.94);
  --footer-bg:#0e1f17;
  --footer-text:#c2cfc7;
  --footer-muted:#a4b3a9;
  --footer-dim:#7c8b82;
  --footer-border:#1f3329;
  --footer-heading:#ffffff;
  --hero-veil-top:rgba(247,249,246,.84);
  --hero-veil-bottom:rgba(247,249,246,.90);
  --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;
}

.unit-pccz{
  width:100%;max-width:var(--container);
  margin:0 auto;padding:0 24px;
}
.cluster-cxsn{max-width:var(--container-narrow)}

/* ============== BUTTONS ============== */
.card-nt4h{
  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;
}
.body-1lan{
  background:var(--accent);
  color:var(--on-accent);
  box-shadow:0 6px 14px rgba(var(--accent-rgb),.28);
}
.body-1lan:hover{background:var(--accent-2);color:var(--on-accent-2);box-shadow:0 10px 22px rgba(var(--accent-rgb),.36);transform:translateY(-1px)}
.body-1lan:active{transform:translateY(0);box-shadow:0 4px 10px rgba(var(--accent-rgb),.24)}
.bit-1ahm{color:var(--ink);background:transparent}
.bit-1ahm:hover{background:var(--surface-alt)}
.btn--outline{
  background:transparent;
  color:var(--accent-text);
  border-color:var(--accent);
}
.btn--outline:hover{background:var(--accent-soft);color:var(--accent-text)}
.spot-111y{padding:15px 28px;font-size:16px}
.grid-lu4n{width:100%}

/* ============== HEADER ============== */
.zone-176u{
  position:sticky;top:0;z-index:50;
  background:var(--header-bg);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--border);
}
.segment-zdzc{
  display:flex;align-items:center;gap:28px;
  height:var(--header-h);
}
.grid-1ua7{
  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;
}
.holder-ge3t{
  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:var(--on-accent);
  box-shadow:0 6px 14px rgba(var(--accent-rgb),.32);
  flex-shrink:0;
}
.brand__name{line-height:1;color:var(--ink)}

/* Logo chip — overrides the SVG-fallback .holder-ge3t gradient box. Sizing lives
   in CSS (not inline) so it can scale responsively at small breakpoints. The image
   uses max-height + max-width + object-fit:contain so non-square / wide wordmark
   logos scale to fit the chip without distortion or horizontal overflow. */
.plate-mda3{
  width:56px;height:56px;
  background:#fff; /* always a white plate so any brand logo stays legible, incl. on a dark theme */
  box-shadow:0 2px 8px rgba(14,31,23,.06);
  padding:4px;
}
.strip-17sp{
  max-height:46px;max-width:100%;width:auto;height:auto;
  display:block;object-fit:contain;
}
.pane-lxmc{width:48px;height:48px;box-shadow:none}
.item-pm4x{max-height:40px}
/* Smaller phones: shrink the header logo chip so a long brand name keeps room. */
@media (max-width:560px){
  .plate-mda3{width:46px;height:46px}
  .strip-17sp{max-height:38px}
}

.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-text);background:var(--surface-alt)}
.primary-nav>.is-active,
.primary-nav>.current-page{color:var(--accent-text);background:var(--accent-soft);font-weight:600}

/* margin-left:auto keeps the auth cluster pinned right even when there is no
   .primary-nav (single-page sites) — without it the buttons collapse left.
   Harmless when nav IS present (nav's flex:1 already consumes the free space). */
.cell-n5vr{display:flex;align-items:center;gap:10px;margin-left:auto}

/* 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. */
  .segment-zdzc{gap:12px}
  .grid-1ua7{flex:1 1 auto;min-width:0}
  .holder-ge3t{flex-shrink:0}
  .brand__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}

  /* Mobile nav drawer. NOTE: .zone-176u 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:var(--surface);
    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. */
  .cell-n5vr{flex-shrink:0;gap:8px}
  .cell-n5vr .card-nt4h{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 .cell-n5vr .bit-1ahm{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 .card-nt4h{padding:13px 18px;font-size:15px}
}

/* ============== HERO ============== */
.segment-5m6g{
  position:relative;
  padding:60px 0 80px;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(var(--accent-rgb),.10), transparent 60%),
    radial-gradient(700px 400px at 0% 80%, rgba(var(--accent-rgb),.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;
}
/* Theme veil so the hero copy stays legible over any photo (light veil on a
   light theme, dark veil on a dark theme — driven by the palette). */
.hero--has-bg::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(var(--hero-veil-top), var(--hero-veil-bottom));
  pointer-events:none;
}
.node-v19b{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;align-items:center;
}
.rail-35j9 .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-text);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(var(--accent-rgb),.18);
}
.group-1hj7{font-size:3rem;line-height:1.08;margin-bottom:18px}
.group-1hj7 .amount{
  color:var(--accent-text);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;
}
.layout-ui3g{
  font-size:1.1rem;line-height:1.55;color:var(--text-muted);
  max-width:54ch;margin-bottom:28px;
}
.strip-tiao{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) */
.segment-ppz0{position:relative}
.panel-1khn{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-lg);
  position:relative;
  overflow:hidden;
}
.panel-1khn::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(400px 200px at 100% 0%, rgba(var(--accent-rgb),.12), transparent 60%);
  pointer-events:none;
}
.segment-86jh{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;position:relative;
}
.block-1afh{
  display:inline-block;padding:5px 12px;border-radius:var(--radius-pill);
  background:var(--accent);color:var(--on-accent);
  font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.strip-zt6r{font-size:1rem;color:var(--text-muted);font-weight:500;margin-bottom:6px;position:relative}
.tray-2l6k{
  display:flex;align-items:baseline;gap:4px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  color:var(--ink);position:relative;
  margin-bottom:14px;
}
.frame-1yk2{font-size:2.6rem;line-height:1;color:var(--accent-text)}
.group-19qr{font-size:14.5px;color:var(--text-muted);margin-bottom:18px;position:relative}

.rail-6ggw{
  list-style:none;padding:0;margin:0 0 20px;position:relative;
}
.rail-6ggw li{
  display:flex;align-items:center;justify-content:space-between;
  padding:11px 0;
  border-top:1px solid var(--border);
  font-size:14px;
  margin:0;
}
.rail-6ggw li:first-child{border-top:0}
.rail-6ggw span{color:var(--text-muted)}
.rail-6ggw 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-text);text-decoration:underline}

@media (max-width:880px){
  .segment-5m6g{padding:40px 0 56px}
  .node-v19b{grid-template-columns:1fr;gap:36px}
  .group-1hj7{font-size:2.2rem}
}

/* ============== INFO STRIP (license / trust) ============== */
.info-strip{
  background:var(--surface);
  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-text);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 ============== */
.zone-p9ri{padding:64px 0}
.node-1szc{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:24px;margin-bottom:36px;flex-wrap:wrap;
}
.grid-7jsj{text-align:center;flex-direction:column;align-items:center}
.node-1szc .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-text);text-transform:uppercase;
  margin-bottom:8px;
}
.cell-17ik{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) ============== */
.region-1wbs{padding:56px 0;background:var(--surface);border-block:1px solid var(--border)}
.segment-1kze{
  margin-bottom:48px;
}
.segment-1kze:last-child{margin-bottom:0}
.part-1o0k{
  font-size:1.6rem;color:var(--ink);margin-bottom:14px;
  position:relative;padding-left:18px;
}
.part-1o0k::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%);
}
.tray-5bg3{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 */
}
/* Floated SIDE image. Fixed display size so every block image is predictable and
   reserves its space (no layout shift) regardless of the source file's dimensions:
   40% of the 880px text column (max 400px wide), locked to a 4:3 card via
   aspect-ratio, object-fit:cover crops overflow without distortion.
   Recommended source: landscape, >= 800px wide (e.g. 800x600). */
.brief-section__img{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  width:40%;max-width:400px;
  aspect-ratio:4 / 3;height:auto;
  object-fit:cover;
  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 */
}
/* Images embedded INSIDE the body copy (markdown / LLM HTML) — distinct from the
   floated side image above. Kept in-flow, centered and capped so a large source
   never overflows the text column or dominates the section. Scoped to the prose
   wrapper so it never clobbers the higher-specificity-sensitive side image. */
.grid-nvdf img{
  display:block;
  max-width:100%;max-height:520px;
  width:auto;height:auto;
  margin:20px auto;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  object-fit:contain;
}
.tray-5bg3 p{margin-bottom:.9rem}
.tray-5bg3 h3{font-size:1.2rem;margin:1.5rem 0 .6rem;color:var(--ink)}
.tray-5bg3 h4{font-size:1.05rem;margin:1.2rem 0 .5rem;color:var(--ink)}
.tray-5bg3 a{color:var(--accent-text);text-decoration:underline}
.tray-5bg3 ul li::marker{color:var(--accent)}
.tray-5bg3 table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  background:var(--surface-alt);
  border-radius:var(--radius);overflow:hidden;
  font-size:15px;
}
.tray-5bg3 th,
.tray-5bg3 td{
  padding:11px 14px;text-align:left;
  border-bottom:1px solid var(--border);
}
.tray-5bg3 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:var(--surface);
  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-text);
  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 ============== */
.bar-1cyu{background:var(--surface);border-block:1px solid var(--border)}
.spot-6hyj{
  width:100%;border-collapse:collapse;
  font-size:15px;
}
.spot-6hyj th,
.spot-6hyj td{
  padding:14px 16px;text-align:left;
  border-bottom:1px solid var(--border);
}
.spot-6hyj th{
  background:var(--surface-alt);color:var(--ink);
  font-weight:600;font-size:13.5px;
  text-transform:uppercase;letter-spacing:.04em;
}
.spot-6hyj tbody tr:hover{background:var(--accent-soft)}
.spot-6hyj 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:var(--surface);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:var(--surface);
  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-text);
  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 ============== */
.strip-nmdg{background:var(--surface);border-top:1px solid var(--border)}
.panel-18vv{
  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-text)}
.segment-qre7{
  position:relative;width:18px;height:18px;flex-shrink:0;
  transition:transform .2s ease;
}
.segment-qre7::before,
.segment-qre7::after{
  content:"";position:absolute;background:var(--accent);
  border-radius:1px;
}
.segment-qre7::before{left:0;right:0;top:50%;height:2px;margin-top:-1px}
.segment-qre7::after{top:0;bottom:0;left:50%;width:2px;margin-left:-1px}
.faq__item[open] .segment-qre7{transform:rotate(45deg)}
.cluster-zthm{
  padding:0 4px 22px;
  font-size:15.5px;line-height:1.65;color:var(--text);
}

/* ============== CTA STRIP ============== */
.area-bzau{
  padding:48px 0;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:var(--on-accent);
}
.chunk-13yl{
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;flex-wrap:wrap;
}
.area-bzau h3{
  color:var(--on-accent);font-size:1.7rem;margin-bottom:6px;
}
.area-bzau p{color:var(--on-accent);opacity:.9;margin:0}
.area-bzau .body-1lan{
  background:var(--surface);color:var(--accent-text);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.area-bzau .body-1lan:hover{background:var(--accent-soft);color:var(--accent-text)}

/* ============== FOOTER ============== */
.piece-1017{
  background:var(--footer-bg);
  color:var(--footer-text);
  padding:56px 0 0;
}
.plate-18ga{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:36px;
  padding-bottom:36px;
}
.segment-1r54{
  grid-template-columns:1fr auto;
  align-items:center;
  gap:32px;
}
.deck-1dxi{
  display:flex;flex-wrap:wrap;gap:8px 22px;
  justify-content:flex-end;
}
.deck-1dxi a{
  font-size:14.5px;color:var(--footer-muted);padding:4px 0;
  transition:color .15s ease;
}
.deck-1dxi a:hover{color:var(--footer-heading)}
.face-1kou h5{
  color:var(--footer-heading);font-size:14px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
  margin-bottom:14px;
}
.face-1kou a{
  display:block;padding:4px 0;font-size:14.5px;color:var(--footer-muted);
  transition:color .15s ease;
}
.face-1kou a:hover{color:var(--footer-heading)}
.panel-po2r p{font-size:14px;color:var(--footer-muted);margin:14px 0 18px;max-width:36ch}
.piece-1017 .grid-1ua7{color:var(--footer-heading);font-size:20px}
.piece-1017 .brand__name{color:var(--footer-heading)}
.segment-1eat{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  font-size:12px;color:var(--footer-dim);
}
.module-1xpn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:5px 9px;border:1px solid var(--footer-border);border-radius:6px;
  font-weight:700;color:var(--footer-heading);letter-spacing:.04em;
}

.group-1gon{
  border-top:1px solid var(--footer-border);
  padding:28px 0 6px;
}
.wrapper-1w4w + .wrapper-1w4w{margin-top:22px}
.holder-1adq{
  text-align:center;font-size:11px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--footer-dim);margin-bottom:14px;
}
.strip-1skf{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:10px 12px;max-width:760px;margin:0 auto;
}
.piece-9zxn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--surface);border-radius:8px;padding:7px 10px;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
}
.piece-9zxn img{height:22px;width:auto;object-fit:contain;display:block}

/* Factual brand legal line (licence / operator / established) — dark footer. */
.cluster-ovpo{
  text-align:center;font-size:12px;line-height:1.5;
  color:var(--footer-dim);padding:14px 0 2px;
}

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

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

.deck-4ily{
  border-top:1px solid var(--footer-border);
  padding:18px 0;
}
.spot-1yjv{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;flex-wrap:wrap;
  font-size:13px;color:var(--footer-dim);
}

@media (max-width:880px){
  .plate-18ga{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:560px){
  .plate-18ga{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 .layout-ui3g{margin-inline:0}
.hero__image{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  width:100%;height:auto;
  margin:6px 0 6px;
}
.segment-ppz0 .hero__image{margin:0}

/* bonuses block */
.stack-1lij{padding:64px 0;background:var(--bg)}
.bar-oqg2{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}
.group-1vac{
  background:var(--surface);
  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;
}
.group-1vac:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.body-1z6n{display:flex;flex-direction:column;gap:6px}
.rail-1aj5{
  font-family:'Manrope','Inter',sans-serif;font-weight:700;
  font-size:1.05rem;color:var(--ink);margin:0;
}
.node-1yk7{
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;margin:0;
}
.spot-mgzp{
  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-text);
}
.grid-r42c{font-size:14px;font-weight:500;color:var(--text-muted);text-transform:lowercase}
.slab-16pw{font-size:1.4rem;color:var(--ink);line-height:1}
.tile-16jr{font-size:14.5px;color:var(--text-muted);line-height:1.55}
.plate-1sff{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:0;
  border-top:1px solid var(--border);
}
.plate-1sff li{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:14px;margin:0;
}
.plate-1sff li:last-child{border-bottom:0}
.plate-1sff span{color:var(--text-muted)}
.plate-1sff 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-text);
  border-radius:6px;font-size:13px;
}

/* games block */
.row-s9z9{padding:64px 0;background:var(--surface);border-block:1px solid var(--border)}
.band-8iee{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;
}
.module-1pca{
  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);
}
.module-1pca:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
  border-color:var(--accent);
}
.crate-y5ue{
  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;
}
.crate-y5ue img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .3s ease;
}
.module-1pca:hover .crate-y5ue img{transform:scale(1.05)}
.chunk-ld0x{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:2.4rem;color:var(--accent-text);
}
.col-1r3c{
  padding:12px 14px;
  display:flex;flex-direction:column;gap:2px;
}
.strip-18gc{
  font-weight:600;font-size:14.5px;color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.rail-1y7r{font-size:12.5px;color:var(--text-muted)}

/* payment block — extends .bar-1cyu table */
.bar-1cyu{padding:64px 0}
.tile-19a8{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}
.tile-19a8 .spot-6hyj{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){
  .bar-oqg2{grid-template-columns:1fr}
  .band-8iee{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. */
.segment-1kze,.stack-1lij,.row-s9z9,.bar-1cyu,.strip-nmdg{scroll-margin-top:calc(var(--header-h) + 16px);}

/* per-site palette overlay (mono-03) :: jade */
:root{
  --bg:#f5f9f7;
  --surface:#ffffff;
  --surface-alt:#ecf5f0;
  --border:#d9e9e1;
  --border-strong:#c0dccd;
  --text:#1c2a24;
  --text-muted:#556a61;
  --ink:#0c1f16;
  --accent:#059669;
  --accent-rgb:5,150,105;
  --accent-2:#047857;
  --accent-soft:#e4f5ee;
  --accent-ring:rgba(5,150,105,.18);
  --on-accent:#ffffff;
  --on-accent-2:#ffffff;
  --accent-text:#047857;
  --footer-bg:#0e1f17;
  --footer-text:#c2cfc7;
  --footer-muted:#a4b3a9;
  --footer-dim:#7c8b82;
  --footer-border:#1f3329;
  --footer-heading:#ffffff;
  --header-bg:rgba(255,255,255,.94);
  --hero-veil-top:rgba(247,249,246,.84);
  --hero-veil-bottom:rgba(247,249,246,.90);
}

/* z646li */
