/* =============================================================
   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;
}

.plate-e1b6{
  width:100%;max-width:var(--container);
  margin:0 auto;padding:0 24px;
}
.mark-uh66{max-width:var(--container-narrow)}

/* ============== BUTTONS ============== */
.layout-13t8{
  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;
}
.strip-aax6{
  background:var(--accent);
  color:var(--on-accent);
  box-shadow:0 6px 14px rgba(var(--accent-rgb),.28);
}
.strip-aax6:hover{background:var(--accent-2);color:var(--on-accent-2);box-shadow:0 10px 22px rgba(var(--accent-rgb),.36);transform:translateY(-1px)}
.strip-aax6:active{transform:translateY(0);box-shadow:0 4px 10px rgba(var(--accent-rgb),.24)}
.crate-t0vc{color:var(--ink);background:transparent}
.crate-t0vc: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)}
.stack-swg6{padding:15px 28px;font-size:16px}
.wrapper-1nnl{width:100%}

/* ============== HEADER ============== */
.pane-1ecp{
  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);
}
.node-e6wc{
  display:flex;align-items:center;gap:28px;
  height:var(--header-h);
}
.wrapper-1ncf{
  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;
}
.col-16af{
  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 .col-16af 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. */
.unit-5m6j{
  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;
}
.shell-brxh{
  max-height:46px;max-width:100%;width:auto;height:auto;
  display:block;object-fit:contain;
}
.zone-ej1u{width:48px;height:48px;box-shadow:none}
.band-1700{max-height:40px}
/* Smaller phones: shrink the header logo chip so a long brand name keeps room. */
@media (max-width:560px){
  .unit-5m6j{width:46px;height:46px}
  .shell-brxh{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). */
.strip-d1pr{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. */
  .node-e6wc{gap:12px}
  .wrapper-1ncf{flex:1 1 auto;min-width:0}
  .col-16af{flex-shrink:0}
  .brand__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}

  /* Mobile nav drawer. NOTE: .pane-1ecp 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. */
  .strip-d1pr{flex-shrink:0;gap:8px}
  .strip-d1pr .layout-13t8{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 .strip-d1pr .crate-t0vc{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 .layout-13t8{padding:13px 18px;font-size:15px}
}

/* ============== HERO ============== */
.mark-hy54{
  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;
}
.cluster-royj{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;align-items:center;
}
.region-12d1 .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);
}
.slot-1qul{font-size:3rem;line-height:1.08;margin-bottom:18px}
.slot-1qul .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;
}
.slot-8asg{
  font-size:1.1rem;line-height:1.55;color:var(--text-muted);
  max-width:54ch;margin-bottom:28px;
}
.body-115q{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) */
.slab-11pw{position:relative}
.deck-k59j{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-lg);
  position:relative;
  overflow:hidden;
}
.deck-k59j::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(400px 200px at 100% 0%, rgba(var(--accent-rgb),.12), transparent 60%);
  pointer-events:none;
}
.slab-17oo{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;position:relative;
}
.node-ii5l{
  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;
}
.shell-83ni{font-size:1rem;color:var(--text-muted);font-weight:500;margin-bottom:6px;position:relative}
.box-1szk{
  display:flex;align-items:baseline;gap:4px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  color:var(--ink);position:relative;
  margin-bottom:14px;
}
.piece-1h26{font-size:2.6rem;line-height:1;color:var(--accent-text)}
.card-1hx5{font-size:14.5px;color:var(--text-muted);margin-bottom:18px;position:relative}

.wrapper-sss1{
  list-style:none;padding:0;margin:0 0 20px;position:relative;
}
.wrapper-sss1 li{
  display:flex;align-items:center;justify-content:space-between;
  padding:11px 0;
  border-top:1px solid var(--border);
  font-size:14px;
  margin:0;
}
.wrapper-sss1 li:first-child{border-top:0}
.wrapper-sss1 span{color:var(--text-muted)}
.wrapper-sss1 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){
  .mark-hy54{padding:40px 0 56px}
  .cluster-royj{grid-template-columns:1fr;gap:36px}
  .slot-1qul{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 ============== */
.pane-wxcz{padding:64px 0}
.block-czve{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:24px;margin-bottom:36px;flex-wrap:wrap;
}
.bar-si29{text-align:center;flex-direction:column;align-items:center}
.block-czve .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;
}
.widget-181q{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) ============== */
.rail-p7x2{padding:56px 0;background:var(--surface);border-block:1px solid var(--border)}
.mark-111t{
  margin-bottom:48px;
}
.mark-111t:last-child{margin-bottom:0}
.cell-9hg7{
  font-size:1.6rem;color:var(--ink);margin-bottom:14px;
  position:relative;padding-left:18px;
}
.cell-9hg7::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%);
}
.layout-12fv{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. */
.wrapper-bgu0 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;
}
.layout-12fv p{margin-bottom:.9rem}
.layout-12fv h3{font-size:1.2rem;margin:1.5rem 0 .6rem;color:var(--ink)}
.layout-12fv h4{font-size:1.05rem;margin:1.2rem 0 .5rem;color:var(--ink)}
.layout-12fv a{color:var(--accent-text);text-decoration:underline}
.layout-12fv ul li::marker{color:var(--accent)}
.layout-12fv table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  background:var(--surface-alt);
  border-radius:var(--radius);overflow:hidden;
  font-size:15px;
}
.layout-12fv th,
.layout-12fv td{
  padding:11px 14px;text-align:left;
  border-bottom:1px solid var(--border);
}
.layout-12fv 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 ============== */
.rail-1gd4{background:var(--surface);border-block:1px solid var(--border)}
.section-d9ct{
  width:100%;border-collapse:collapse;
  font-size:15px;
}
.section-d9ct th,
.section-d9ct td{
  padding:14px 16px;text-align:left;
  border-bottom:1px solid var(--border);
}
.section-d9ct th{
  background:var(--surface-alt);color:var(--ink);
  font-weight:600;font-size:13.5px;
  text-transform:uppercase;letter-spacing:.04em;
}
.section-d9ct tbody tr:hover{background:var(--accent-soft)}
.section-d9ct 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 ============== */
.shell-18c4{background:var(--surface);border-top:1px solid var(--border)}
.deck-19q5{
  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)}
.slab-1n4l{
  position:relative;width:18px;height:18px;flex-shrink:0;
  transition:transform .2s ease;
}
.slab-1n4l::before,
.slab-1n4l::after{
  content:"";position:absolute;background:var(--accent);
  border-radius:1px;
}
.slab-1n4l::before{left:0;right:0;top:50%;height:2px;margin-top:-1px}
.slab-1n4l::after{top:0;bottom:0;left:50%;width:2px;margin-left:-1px}
.faq__item[open] .slab-1n4l{transform:rotate(45deg)}
.mark-1nx0{
  padding:0 4px 22px;
  font-size:15.5px;line-height:1.65;color:var(--text);
}

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

/* ============== FOOTER ============== */
.face-14pd{
  background:var(--footer-bg);
  color:var(--footer-text);
  padding:56px 0 0;
}
.section-8993{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:36px;
  padding-bottom:36px;
}
.mark-5fs7{
  grid-template-columns:1fr auto;
  align-items:center;
  gap:32px;
}
.panel-1lk7{
  display:flex;flex-wrap:wrap;gap:8px 22px;
  justify-content:flex-end;
}
.panel-1lk7 a{
  font-size:14.5px;color:var(--footer-muted);padding:4px 0;
  transition:color .15s ease;
}
.panel-1lk7 a:hover{color:var(--footer-heading)}
.module-1sxy h5{
  color:var(--footer-heading);font-size:14px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
  margin-bottom:14px;
}
.module-1sxy a{
  display:block;padding:4px 0;font-size:14.5px;color:var(--footer-muted);
  transition:color .15s ease;
}
.module-1sxy a:hover{color:var(--footer-heading)}
.chunk-b429 p{font-size:14px;color:var(--footer-muted);margin:14px 0 18px;max-width:36ch}
.face-14pd .wrapper-1ncf{color:var(--footer-heading);font-size:20px}
.face-14pd .brand__name{color:var(--footer-heading)}
.slab-fe4q{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  font-size:12px;color:var(--footer-dim);
}
.item-1tv0{
  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;
}

.card-pcqg{
  border-top:1px solid var(--footer-border);
  padding:28px 0 6px;
}
.grid-9d3a + .grid-9d3a{margin-top:22px}
.chunk-16kz{
  text-align:center;font-size:11px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--footer-dim);margin-bottom:14px;
}
.cell-102g{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:10px 12px;max-width:760px;margin:0 auto;
}
.item-fvk1{
  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);
}
.item-fvk1 img{height:22px;width:auto;object-fit:contain;display:block}

/* Factual brand legal line (licence / operator / established) — dark footer. */
.node-rdt5{
  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). */
.mark-198s,.zone-1pyr{
  text-align:center;margin:0 0 16px;font-size:14px;
  color:inherit;opacity:.72;
}
.zone-1pyr{font-size:13px;margin-top:-8px}

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

.panel-1sl9{
  border-top:1px solid var(--footer-border);
  padding:18px 0;
}
.unit-m3ti{
  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){
  .section-8993{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:560px){
  .section-8993{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 .slot-8asg{margin-inline:0}
.hero__image{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  width:100%;height:auto;
  margin:6px 0 6px;
}
.slab-11pw .hero__image{margin:0}

/* bonuses block */
.tile-y8qx{padding:64px 0;background:var(--bg)}
.rail-1y3n{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}
.slot-160z{
  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;
}
.slot-160z:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.widget-1xt3{display:flex;flex-direction:column;gap:6px}
.region-gslx{
  font-family:'Manrope','Inter',sans-serif;font-weight:700;
  font-size:1.05rem;color:var(--ink);margin:0;
}
.segment-9aaa{
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;margin:0;
}
.stack-1fgs{
  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);
}
.wrapper-n3wo{font-size:14px;font-weight:500;color:var(--text-muted);text-transform:lowercase}
.block-ln4i{font-size:1.4rem;color:var(--ink);line-height:1}
.section-okv2{font-size:14.5px;color:var(--text-muted);line-height:1.55}
.unit-18de{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:0;
  border-top:1px solid var(--border);
}
.unit-18de li{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:14px;margin:0;
}
.unit-18de li:last-child{border-bottom:0}
.unit-18de span{color:var(--text-muted)}
.unit-18de 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 */
.wrap-h5fo{padding:64px 0;background:var(--surface);border-block:1px solid var(--border)}
.face-wb4s{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;
}
.face-brtr{
  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);
}
.face-brtr:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
  border-color:var(--accent);
}
.pane-9ksk{
  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;
}
.pane-9ksk img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .3s ease;
}
.face-brtr:hover .pane-9ksk img{transform:scale(1.05)}
.panel-g8ql{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:2.4rem;color:var(--accent-text);
}
.panel-4lud{
  padding:12px 14px;
  display:flex;flex-direction:column;gap:2px;
}
.body-s2xn{
  font-weight:600;font-size:14.5px;color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.wrapper-1u6b{font-size:12.5px;color:var(--text-muted)}

/* payment block — extends .rail-1gd4 table */
.rail-1gd4{padding:64px 0}
.section-gkdy{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}
.section-gkdy .section-d9ct{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){
  .rail-1y3n{grid-template-columns:1fr}
  .face-wb4s{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. */
.mark-111t,.tile-y8qx,.wrap-h5fo,.rail-1gd4,.shell-18c4{scroll-margin-top:calc(var(--header-h) + 16px);}

/* per-site palette overlay (mono-03) :: pine */
:root{
  --bg:#f4f9fa;
  --surface:#ffffff;
  --surface-alt:#e9f3f5;
  --border:#d6e7ea;
  --border-strong:#bdd9de;
  --text:#1b292c;
  --text-muted:#54676b;
  --ink:#0b1d20;
  --accent:#0e7490;
  --accent-rgb:14,116,144;
  --accent-2:#0c627a;
  --accent-soft:#e2f2f6;
  --accent-ring:rgba(14,116,144,.18);
  --on-accent:#ffffff;
  --on-accent-2:#ffffff;
  --accent-text:#0c627a;
  --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);
}

/* 1sa3i2m */
