/* Secretbet Maroc — styles. */
:root {
    --ink:        #2A1712;
    --ink-900:    #1B0E0A;
    --ink-800:    #331E16;
    --ink-700:    #45291E;
    --ink-600:    #5C3B2C;
    --ink-500:    #74513F;
    --ink-400:    #916E59;
    --ink-300:    #B0917A;
    --ink-200:    #D2BBA6;

    --paper:      #F7EFE1;
    --paper-100:  #F0E4D0;
    --paper-200:  #E6D6BC;
    --paper-300:  #D0BA98;

    --clay:       #C24328;
    --clay-600:   #A5381F;
    --clay-100:   #F1D2C6;

    --emerald:    #0C7C59;
    --emerald-600:#0A6A4D;
    --emerald-700:#075139;
    --emerald-100:#CDE7DC;

    --gold:       #DB9B26;
    --gold-600:   #BE8318;
    --gold-100:   #F6E6BC;

    --font-display: 'Reem Kufi', 'Cairo', system-ui, sans-serif;
    --font-sans:    'Cairo', system-ui, -apple-system, sans-serif;

    --container: 1200px;
    --gutter: 32px;
    --card-sh: 0 14px 40px -18px rgba(43,23,18,0.42);
    --card-sh-sm: 0 8px 22px -14px rgba(43,23,18,0.38);
  }

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    line-height: 1.65;
  }
  ::selection { background: var(--emerald); color: #fff; }
  *:focus-visible { outline: 2px solid var(--emerald); outline-offset: 2px; }
  a { color: inherit; text-decoration: none; }
  a.tlink { color: var(--emerald); }
  a.tlink:hover { color: var(--emerald-600); }
  img { max-width: 100%; }

  .wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

  /* ===== section index pill (new signature — replaces chapter/stripe) ===== */
  .kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
  .kicker .idx {
    display: inline-grid; place-items: center; width: 40px; height: 40px;
    background: var(--clay); color: #fff;
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
    border-radius: 13px 13px 13px 4px; direction: ltr;
  }
  .kicker .kt {
    font-family: var(--font-sans); font-weight: 800; font-size: 13.5px;
    letter-spacing: 0.02em; color: var(--ink-500); text-transform: uppercase;
  }
  .kicker.on-dark .kt { color: var(--ink-200); }
  .kicker.gold .idx { background: var(--gold); color: var(--ink); }
  .kicker.em .idx { background: var(--emerald); color: #fff; }

  h2.sec { font-family: var(--font-display); font-weight: 700; font-size: 60px; line-height: 1.08; margin: 0 0 16px; letter-spacing: -0.01em; }
  .lede { font-size: 17px; line-height: 1.8; color: var(--ink-500); margin: 0; max-width: 620px; }

  /* buttons — emerald primary (new), clay/ghost secondary */
  .btn { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; font-family: var(--font-sans); font-weight: 800; font-size: 14.5px; border: 2px solid transparent; border-radius: 14px; padding: 13px 24px; transition: background 130ms, color 130ms, border-color 130ms, transform 130ms; white-space: nowrap; }
  .btn:active { transform: translateY(1px); }
  .btn-em { background: var(--emerald); color: #fff; }
  .btn-em:hover { background: var(--emerald-600); }
  .btn-clay { background: var(--clay); color: #fff; }
  .btn-clay:hover { background: var(--clay-600); }
  .btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
  .btn-ghost:hover { background: var(--ink); color: var(--paper); }
  .btn-ghost.light { border-color: rgba(247,239,225,0.5); color: var(--paper); }
  .btn-ghost.light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
  .btn svg { width: 18px; height: 18px; flex: none; }
  .arr { width: 8px; height: 8px; border-inline-start: 2px solid currentColor; border-top: 2px solid currentColor; transform: rotate(-45deg); flex: none; }

  /* ===== TOP STRIP ===== */
  .topstrip { background: var(--ink-900); color: var(--ink-200); font-size: 12.5px; font-weight: 600; }
  .topstrip .wrap { display: flex; align-items: center; justify-content: space-between; height: 36px; }
  .topstrip .age { display: inline-flex; align-items: center; gap: 9px; color: var(--paper); }
  .topstrip .age .b { background: var(--emerald); color: #fff; font-weight: 800; padding: 2px 7px; border-radius: 6px; font-size: 11px; direction: ltr; unicode-bidi: isolate; }
  .topstrip .lic { color: var(--ink-300); }

  /* ===== HEADER ===== */
  header.site { background: rgba(247,239,225,0.9); border-bottom: 1px solid var(--paper-200); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); }
  header.site .wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; height: 74px; gap: 24px; }
  .brand { display: flex; align-items: center; gap: 13px; color: var(--ink); }
  .brand img { height: 27px; }
  .brand .tag { font-family: var(--font-sans); font-weight: 700; font-size: 12px; color: var(--ink-400); border-inline-start: 1px solid var(--paper-300); padding-inline-start: 13px; }
  nav.primary { display: flex; gap: 24px; justify-self: center; }
  nav.primary a { color: var(--ink); font-size: 14.5px; font-weight: 700; padding: 6px 2px; border-bottom: 2px solid transparent; }
  nav.primary a:hover { color: var(--emerald); }
  nav.primary a.active { border-bottom-color: var(--gold); }
  .header-end { display: flex; align-items: center; gap: 10px; justify-self: end; }
  .header-end .btn { padding: 11px 18px; font-size: 13.5px; }

  /* ===== HERO (image-left, arch frame) ===== */
  .hero { position: relative; overflow: hidden; }
  .hero .wrap { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 60px; align-items: center; padding: 66px 0 74px; direction: ltr; }
  /* wrap is ltr so the art column sits physically on the LEFT and copy on the right */
  .hero-copy { direction: rtl; }
  .hero-art { position: relative; }
  .hero-frame {
    position: relative; aspect-ratio: 4/4.4; overflow: hidden;
    border-radius: 240px 240px 26px 26px / 200px 200px 26px 26px;
    background: linear-gradient(180deg, #F3E6D0 0%, #ECdcc0 60%, #E7D3B4 100%);
    border: 3px solid var(--clay);
    box-shadow: var(--card-sh);
  }
  .hero-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; mix-blend-mode: multiply; }
  .hero-frame .badge {
    position: absolute; z-index: 3; bottom: 16px; left: 50%; transform: translateX(-50%);
    background: var(--ink); color: var(--paper);
    font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: 0.04em;
    padding: 8px 20px; border-radius: 999px; white-space: nowrap;
  }
  /* small decorative arch echo behind the frame */
  .hero-art::before {
    content: ""; position: absolute; z-index: -1; inset-inline-end: -18px; top: 26px; bottom: 40px; inset-inline-start: 26px;
    border-radius: 240px 240px 26px 26px / 200px 200px 26px 26px;
    background: var(--emerald-100); opacity: 0.7;
  }
  .hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-100); color: var(--gold-600); font-weight: 800; font-size: 12.5px; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
  .hero-copy .eyebrow .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--emerald); }
  .hero h1 { font-family: var(--font-display); font-weight: 700; font-size: 92px; line-height: 1.04; margin: 0 0 20px; letter-spacing: -0.015em; }
  .hero h1 .b { color: var(--clay); }
  .hero h1 .g { color: var(--gold); }
  .hero .sub { font-size: 19px; line-height: 1.7; color: var(--ink-600); margin: 0 0 30px; max-width: 560px; }
  .hero .sub b { color: var(--ink); font-weight: 800; }
  .hero-cta { display: flex; gap: 13px; align-items: center; flex-wrap: wrap; margin-bottom: 34px; }
  .hero-cta .btn { padding: 15px 28px; font-size: 15px; }
  .hero-chips { display: flex; gap: 26px; flex-wrap: wrap; }
  .hero-chips .c .n { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: var(--emerald); line-height: 1; display: block; }
  .hero-chips .c .l { font-size: 12.5px; font-weight: 700; color: var(--ink-500); margin-top: 4px; }
  .hero-chips .c + .c { border-inline-start: 1px solid var(--paper-300); padding-inline-start: 26px; }

  /* ===== APP BLOCK (#app) — slideshow phone ===== */
  .app { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
  .app::before { content: ""; position: absolute; inset-inline-start: -160px; top: -120px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(12,124,89,0.34), transparent 66%); pointer-events: none; }
  .app::after { content: ""; position: absolute; inset-inline-end: -140px; bottom: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(219,155,38,0.20), transparent 66%); pointer-events: none; }
  .app .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: center; padding: 84px 0; }
  .app .kt { color: var(--ink-200); }
  .app h2.sec { color: var(--paper); }
  .app h2.sec .g { color: var(--gold); }
  .app .sub { font-size: 17px; line-height: 1.75; color: var(--ink-200); margin: 0 0 26px; max-width: 480px; }
  .app-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 0 0 26px; max-width: 480px; }
  .app-feats .f { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; font-size: 14px; font-weight: 600; color: var(--paper); }
  .app-feats .f .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--emerald); display: grid; place-items: center; }
  .app-feats .f .ic svg { width: 16px; height: 16px; }
  .stores { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
  .store { display: inline-flex; align-items: center; gap: 11px; background: var(--paper); color: var(--ink); padding: 11px 18px; border-radius: 13px; min-height: 54px; transition: transform 130ms; }
  .store:hover { transform: translateY(-2px); }
  .store svg { width: 25px; height: 25px; flex: none; }
  .store .st { display: grid; line-height: 1.15; }
  .store .st .s1 { font-size: 10px; font-weight: 600; color: var(--ink-500); }
  .store .st .s2 { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); }
  .app-meta { display: flex; align-items: center; gap: 18px; }
  .qr { width: 96px; height: 96px; border-radius: 14px; background: #fff; padding: 9px; flex: none; box-shadow: var(--card-sh-sm); }
  .qr svg { width: 100%; height: 100%; display: block; }
  .app-meta .mtxt .r { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--gold-100); display: flex; align-items: center; gap: 7px; }
  .app-meta .mtxt .r .stars { color: var(--gold); letter-spacing: 2px; }
  .app-meta .mtxt .d { font-size: 12.5px; color: var(--ink-300); margin-top: 3px; }
  .app-meta .mtxt .steps { font-size: 12px; color: var(--ink-200); margin-top: 8px; line-height: 1.7; }
  .app-meta .mtxt .steps b { color: var(--gold-100); font-weight: 700; }

  /* phone + carousel */
  .phone-col { display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .phone { width: 300px; height: 616px; border-radius: 46px; background: #120a07; border: 3px solid #2c1a13; padding: 11px; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.7); position: relative; flex: none; }
  .phone .notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 120px; height: 24px; background: #120a07; border-radius: 0 0 15px 15px; z-index: 6; }
  .phone .scr { position: relative; width: 100%; height: 100%; border-radius: 35px; overflow: hidden; background: var(--paper); }
  .track { display: flex; height: 100%; direction: ltr; transition: transform .62s cubic-bezier(.66,0,.2,1); }
  .slide { min-width: 100%; height: 100%; direction: rtl; display: flex; flex-direction: column; background: var(--paper); }
  /* app chrome */
  .a-top { display: flex; align-items: center; justify-content: space-between; padding: 30px 15px 10px; background: var(--ink); color: var(--paper); }
  .a-top .lg { font-family: var(--font-display); font-weight: 700; font-size: 14px; }
  .a-top .lg b { color: var(--gold); }
  .a-top .rt { display: flex; align-items: center; gap: 12px; }
  .a-top .bell { position: relative; }
  .a-top .bell .n { position: absolute; top: -5px; inset-inline-end: -6px; background: var(--clay); color: #fff; font-size: 8px; font-weight: 800; width: 14px; height: 14px; border-radius: 50%; display: grid; place-items: center; direction: ltr; }
  .a-top svg { width: 17px; height: 17px; display: block; }
  .a-bal { background: var(--ink-800); color: var(--gold-100); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 8px; direction: ltr; }
  .a-body { flex: 1; overflow: hidden; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
  .a-bnav { display: grid; grid-template-columns: repeat(5,1fr); background: #fff; border-top: 1px solid var(--paper-200); padding: 8px 4px 10px; }
  .a-bnav .nv { display: grid; justify-items: center; gap: 3px; font-size: 8.5px; font-weight: 700; color: var(--ink-400); }
  .a-bnav .nv.on { color: var(--emerald); }
  .a-bnav .nv svg { width: 18px; height: 18px; }
  /* generic app bits */
  .a-chip { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; background: var(--clay); color: #fff; font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 7px; }
  .a-chip .lv { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: blink 1.4s infinite; }
  @keyframes blink { 50% { opacity: 0.3; } }
  .a-league { font-size: 11px; font-weight: 700; color: var(--ink-400); }
  .a-match { background: #fff; border: 1px solid var(--paper-200); border-radius: 14px; padding: 13px; box-shadow: var(--card-sh-sm); }
  .a-vs { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; text-align: center; gap: 6px; margin-bottom: 11px; }
  .a-vs .tm { display: grid; justify-items: center; gap: 6px; }
  .a-vs .crest { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 13px; }
  .a-vs .tn { font-size: 11px; font-weight: 700; color: var(--ink); }
  .a-vs .sc { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--ink); }
  .a-odds { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
  .a-od { background: var(--paper-100); border-radius: 9px; padding: 6px; text-align: center; }
  .a-od.on { background: var(--gold); }
  .a-od .k { font-size: 9px; font-weight: 700; color: var(--ink-400); }
  .a-od.on .k { color: var(--ink); }
  .a-od .v { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink); direction: ltr; }
  .a-btn { background: var(--emerald); color: #fff; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; padding: 12px; border-radius: 12px; }
  .a-tabs { display: flex; gap: 7px; }
  .a-tabs .t { font-size: 10.5px; font-weight: 700; color: var(--ink-400); background: var(--paper-100); padding: 6px 12px; border-radius: 999px; }
  .a-tabs .t.on { background: var(--ink); color: var(--paper); }
  .a-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; background: #fff; border: 1px solid var(--paper-200); border-radius: 11px; padding: 9px 11px; }
  .a-row .lg2 { font-size: 10.5px; font-weight: 700; color: var(--ink); }
  .a-row .sub2 { font-size: 8.5px; color: var(--ink-400); margin-top: 2px; }
  .a-row .oo { display: flex; gap: 5px; }
  .a-row .oo span { font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--emerald); background: var(--emerald-100); padding: 3px 7px; border-radius: 6px; direction: ltr; }
  .a-slipline { display: grid; grid-template-columns: 1fr auto; gap: 4px; background: #fff; border: 1px solid var(--paper-200); border-radius: 11px; padding: 10px 11px; }
  .a-slipline .p { font-size: 10.5px; font-weight: 700; color: var(--ink); }
  .a-slipline .s { font-size: 8.5px; color: var(--ink-400); }
  .a-slipline .od { font-family: var(--font-display); font-weight: 700; color: var(--emerald); font-size: 13px; direction: ltr; }
  .a-total { display: flex; align-items: center; justify-content: space-between; padding: 4px 2px; }
  .a-total .l { font-size: 10px; font-weight: 700; color: var(--ink-400); }
  .a-total .v { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); direction: ltr; }
  .a-stake { display: flex; align-items: center; justify-content: space-between; background: var(--paper-100); border-radius: 10px; padding: 9px 12px; }
  .a-stake .in { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); direction: ltr; }
  .a-gamegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .a-game { position: relative; aspect-ratio: 1/1; border-radius: 11px; overflow: hidden; background: var(--ink); }
  .a-game img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .a-game.big { grid-column: span 2; aspect-ratio: 2/1; }
  .a-game .gt { position: absolute; z-index: 2; inset-inline-start: 8px; bottom: 7px; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 11px; text-shadow: 0 1px 3px rgba(0,0,0,.6); }
  .a-game .scr2 { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.62)); }
  .a-balance { background: linear-gradient(135deg, var(--emerald), var(--emerald-700)); color: #fff; border-radius: 14px; padding: 14px; }
  .a-balance .l { font-size: 10px; font-weight: 700; opacity: .85; }
  .a-balance .v { font-family: var(--font-display); font-weight: 700; font-size: 26px; direction: ltr; }
  .a-pay { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--paper-200); border-radius: 11px; padding: 10px 12px; font-size: 11px; font-weight: 700; color: var(--ink); }
  .a-pay .tag2 { font-size: 8.5px; font-weight: 700; color: var(--emerald); background: var(--emerald-100); padding: 2px 7px; border-radius: 6px; }
  .a-chips { display: flex; gap: 6px; }
  .a-chips span { flex: 1; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; padding: 8px 0; border-radius: 9px; background: var(--paper-100); color: var(--ink); direction: ltr; }
  .a-chips span.on { background: var(--gold); }
  .a-bonus { background: var(--ink); border: 1px solid var(--ink-700); border-radius: 16px 16px 16px 4px; padding: 16px; text-align: center; color: var(--paper); position: relative; overflow: hidden; }
  .a-bonus .bk { font-size: 10px; font-weight: 800; color: var(--gold); letter-spacing: .1em; }
  .a-bonus .bv { font-family: var(--font-display); font-weight: 700; font-size: 25px; line-height: 1.15; margin: 6px 0 4px; }
  .a-bonus .bv .g { color: var(--gold); }
  .a-bonus ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 5px; text-align: start; }
  .a-bonus ul li { font-size: 10px; color: var(--ink-200); padding-inline-start: 16px; position: relative; }
  .a-bonus ul li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--emerald-100); font-weight: 800; }

  /* dots + arrows */
  .carousel-ui { display: flex; align-items: center; gap: 16px; }
  .dots { display: flex; gap: 8px; }
  .dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(247,239,225,0.32); cursor: pointer; padding: 0; transition: background .2s, width .2s; }
  .dots button.on { background: var(--gold); width: 24px; border-radius: 6px; }
  .cbtn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(247,239,225,0.28); background: transparent; color: var(--paper); cursor: pointer; display: grid; place-items: center; }
  .cbtn:hover { background: rgba(247,239,225,0.12); }
  .cbtn svg { width: 16px; height: 16px; }
  .slide-label { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--gold-100); min-width: 92px; text-align: center; }

  /* ===== BET (sports + markets merged) ===== */
  .bet { padding: 88px 0; }
  .bet .bet-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 36px; }
  .bet .bet-head .lede { padding-bottom: 8px; }
  .bet-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; }
  .tile { background: #fff; border: 1px solid var(--paper-200); border-radius: 20px; padding: 24px; box-shadow: var(--card-sh-sm); }
  .tile.feature { grid-row: span 2; background: var(--ink); color: var(--paper); border-color: var(--ink); display: flex; flex-direction: column; position: relative; overflow: hidden; }
  .tile.feature::after { content: ""; position: absolute; inset-inline-end: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(219,155,38,0.28), transparent 68%); }
  .tile .sport-name { font-family: var(--font-display); font-weight: 700; font-size: 27px; line-height: 1.1; }
  .tile.feature .sport-name { font-size: 40px; color: var(--paper); }
  .tile .sport-meta { font-size: 12.5px; color: var(--ink-400); margin-top: 6px; }
  .tile.feature .sport-meta { color: var(--ink-200); }
  .tile .cnt { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--emerald); margin-top: 14px; }
  .tile.feature .cnt { color: var(--gold); font-size: 56px; margin-top: auto; }
  .tile.feature .leagues { font-size: 13.5px; line-height: 1.8; color: var(--ink-200); margin: 14px 0 0; position: relative; z-index: 1; }
  .tile.link { display: flex; flex-direction: column; justify-content: space-between; min-height: 148px; transition: transform 140ms, border-color 140ms; }
  .tile.link:hover { transform: translateY(-3px); border-color: var(--emerald); }
  .tile.link .cnt { font-size: 26px; }
  /* markets showcase */
  .markets { margin-top: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
  .mkt { background: var(--paper-100); border-radius: 18px; padding: 20px; }
  .mkt.hot { background: var(--gold-100); }
  .mkt .mh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .mkt .mn { font-family: var(--font-display); font-weight: 700; font-size: 19px; }
  .mkt .mtag { font-size: 10.5px; font-weight: 800; color: var(--clay); }
  .mkt .picks { display: flex; gap: 7px; }
  .mkt .pick { flex: 1; background: #fff; border: 1.5px solid var(--emerald); border-radius: 10px; padding: 8px 4px; text-align: center; transition: background .12s, color .12s; }
  .mkt .pick:hover { background: var(--emerald); color: #fff; }
  .mkt .pick .pl { font-size: 9px; font-weight: 700; color: var(--ink-400); }
  .mkt .pick:hover .pl { color: var(--emerald-100); }
  .mkt .pick .pv { font-family: var(--font-display); font-weight: 700; font-size: 15px; direction: ltr; }

  /* ===== CASINO ===== */
  .casino { padding: 88px 0; background: var(--paper-100); }
  .casino-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 30px; }
  .cashback { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--paper-200); border-radius: 16px; padding: 14px 18px; margin-bottom: 22px; box-shadow: var(--card-sh-sm); }
  .cashback img { width: 58px; height: auto; transform: rotate(-8deg); flex: none; filter: drop-shadow(0 4px 7px rgba(0,0,0,.2)); }
  .cashback .t { font-size: 14.5px; font-weight: 700; color: var(--ink-600); }
  .cashback .t b { color: var(--clay); }
  .games { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
  .game { position: relative; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; background: var(--ink); box-shadow: var(--card-sh-sm); transition: transform 150ms; }
  .game:hover { transform: translateY(-4px); }
  .game img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .game .scr { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,14,10,0) 42%, rgba(27,14,10,0.9)); }
  .game .gt { position: absolute; z-index: 2; inset-inline-start: 11px; bottom: 11px; }
  .game .gtag { display: inline-block; background: var(--gold); color: var(--ink); font-size: 9.5px; font-weight: 800; padding: 3px 8px; border-radius: 7px; }
  .game .gtag.em { background: var(--emerald); color: #fff; }
  .game .gtag.clay { background: var(--clay); color: #fff; }

  /* ===== WELCOME (bold arch statement) ===== */
  .welcome { padding: 88px 0; }
  .welcome-card { position: relative; background: var(--ink); color: var(--paper); border-radius: 30px; overflow: hidden; padding: 56px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; box-shadow: var(--card-sh); }
  .welcome-card::before { content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 40%; background: radial-gradient(120% 100% at 0% 50%, rgba(12,124,89,0.4), transparent 62%); }
  .welcome-card .wl { position: relative; z-index: 1; }
  .welcome-card .big { font-family: var(--font-display); font-weight: 700; font-size: 30px; line-height: 1.14; margin: 6px 0 10px; }
  .welcome-card .amount { font-family: var(--font-display); font-weight: 700; font-size: 74px; line-height: 1; color: var(--gold); letter-spacing: -0.01em; margin-bottom: 6px; }
  .welcome-card .amount small { display: block; font-size: 15px; font-weight: 700; color: var(--ink-200); letter-spacing: 0; margin-top: 8px; }
  .welcome-card .wl .stamp { position: absolute; z-index: 3; top: -14px; inset-inline-end: 6%; width: 84px; transform: rotate(11deg); filter: drop-shadow(0 6px 10px rgba(0,0,0,.4)); }
  .welcome-steps { position: relative; z-index: 1; display: grid; gap: 14px; }
  .welcome-steps .st { display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: start; }
  .welcome-steps .st .no { width: 40px; height: 40px; border-radius: 12px; background: var(--emerald); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; font-size: 16px; direction: ltr; }
  .welcome-steps .st h5 { font-family: var(--font-display); font-weight: 700; font-size: 17px; margin: 0 0 3px; color: var(--paper); }
  .welcome-steps .st p { font-size: 13px; color: var(--ink-200); margin: 0; line-height: 1.6; }
  .welcome-rules { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
  .welcome-rules .r { font-size: 12px; font-weight: 700; color: var(--ink-600); background: var(--paper-100); border-radius: 999px; padding: 8px 15px; }
  .welcome-rules .r b { color: var(--clay); }

  /* ===== PAY + CRYPTO ===== */
  .pay { padding: 88px 0; background: var(--ink); color: var(--paper); position: relative; }
  .pay .kt { color: var(--ink-200); }
  .pay h2.sec { color: var(--paper); }
  .pay .pay-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 34px; }
  .pay .pay-head .lede { color: var(--ink-200); }
  .pay-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
  .methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  .method { background: var(--ink-800); border: 1px solid var(--ink-700); border-radius: 15px; padding: 18px; }
  .method.local { background: linear-gradient(155deg, var(--ink-700), var(--ink-800)); border-color: var(--emerald-700); }
  .method .ml { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--paper); }
  .method .ms { font-size: 12px; color: var(--gold); margin-top: 3px; }
  .method .mn { font-size: 10.5px; font-weight: 700; color: var(--ink-300); margin-top: 9px; }
  .crypto-box { background: var(--ink-800); border: 1px solid var(--ink-700); border-radius: 18px; padding: 22px; }
  .crypto-box h4 { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin: 0 0 4px; color: var(--paper); }
  .crypto-box .cx { font-size: 13px; color: var(--ink-200); margin: 0 0 16px; }
  .coins { display: flex; flex-wrap: wrap; gap: 8px; }
  .coin { display: inline-flex; align-items: center; gap: 7px; background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: 999px; padding: 7px 13px; font-weight: 700; font-size: 12.5px; }
  .coin .sym { font-family: var(--font-display); color: var(--gold); direction: ltr; }
  .coin .nm { color: var(--ink-200); font-size: 11px; }
  .pay-note { display: flex; gap: 22px; margin-top: 18px; }
  .pay-note .pn { display: flex; align-items: baseline; gap: 8px; }
  .pay-note .pn .k { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--emerald-100); }
  .pay-note .pn .v { font-size: 12.5px; color: var(--ink-300); }

  /* ===== FAQ ===== */
  .faq { padding: 88px 0; }
  .faq-head { text-align: center; margin-bottom: 34px; }
  .faq-head .kicker { justify-content: center; }
  .faq-head .lede { margin: 0 auto; }
  .faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
  details.q { background: #fff; border: 1px solid var(--paper-200); border-radius: 16px; overflow: hidden; box-shadow: var(--card-sh-sm); }
  details.q summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-display); font-weight: 700; font-size: 19px; }
  details.q summary::-webkit-details-marker { display: none; }
  details.q summary .sign { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--paper-100); color: var(--clay); display: grid; place-items: center; font-family: var(--font-display); font-size: 20px; transition: transform .2s, background .2s; }
  details.q[open] summary .sign { transform: rotate(45deg); background: var(--clay); color: #fff; }
  details.q .a { padding: 0 22px 22px; color: var(--ink-500); font-size: 15px; line-height: 1.85; }

  /* ===== VISIT ===== */
  .visit { padding: 20px 0 88px; }
  .visit-card { background: linear-gradient(135deg, var(--emerald), var(--emerald-700)); color: #fff; border-radius: 28px; padding: 52px 56px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; box-shadow: var(--card-sh); position: relative; overflow: hidden; }
  .visit-card::after { content: ""; position: absolute; inset-inline-end: -40px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,0.09); }
  .visit-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 44px; line-height: 1.08; margin: 0 0 10px; position: relative; z-index: 1; }
  .visit-card h3 .g { color: var(--gold-100); }
  .visit-card p { margin: 0; font-size: 16px; color: rgba(255,255,255,0.88); max-width: 500px; position: relative; z-index: 1; }
  .visit-card .btn { position: relative; z-index: 1; background: #fff; color: var(--emerald-700); }
  .visit-card .btn:hover { background: var(--gold-100); }

  /* ===== RG ===== */
  .rg { background: var(--paper-100); padding: 44px 0; border-top: 1px solid var(--paper-200); }
  .rg .wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 44px; align-items: start; }
  .rg h4 { font-family: var(--font-display); font-weight: 700; font-size: 30px; margin: 0; }
  .rg .sub { color: var(--clay); font-weight: 700; font-size: 14px; margin: 4px 0 0; }
  .rg p { font-size: 14px; color: var(--ink-500); line-height: 1.85; margin: 0 0 12px; }
  .rg .marks { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
  .rg .marks .m { border: 1px solid var(--paper-300); background: var(--paper); border-radius: 8px; padding: 7px 13px; font-size: 11px; font-weight: 800; color: var(--ink); }
  .rg .marks .age { background: var(--emerald); color: #fff; border-color: var(--emerald); direction: ltr; unicode-bidi: isolate; }

  /* ===== FOOTER ===== */
  footer.site { background: var(--ink-900); color: var(--ink-200); padding: 60px 0 30px; font-size: 14px; }
  footer.site .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; margin-bottom: 42px; }
  footer.site .brandcol img { height: 30px; margin-bottom: 16px; }
  footer.site .brandcol p { color: var(--ink-300); font-size: 13.5px; max-width: 320px; margin: 0 0 16px; line-height: 1.7; }
  footer.site .brandcol .where { font-size: 12px; font-weight: 700; color: var(--ink-400); }
  footer.site h6 { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--paper); margin: 4px 0 15px; }
  footer.site ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
  footer.site a { color: var(--ink-200); }
  footer.site a:hover { color: var(--gold); }
  footer.site .appcol p { font-size: 13px; color: var(--ink-300); margin: 0 0 14px; line-height: 1.65; }
  footer.site .appcol .stores { flex-direction: column; }
  footer.site .appcol .store { background: var(--ink-800); color: var(--paper); }
  footer.site .appcol .store .st .s1 { color: var(--ink-300); }
  footer.site .appcol .store .st .s2 { color: var(--paper); }
  footer.site .fine { border-top: 1px solid var(--ink-700); padding-top: 22px; color: var(--ink-300); font-size: 12px; line-height: 1.8; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
  footer.site .fine .copy { font-weight: 700; color: var(--ink-300); }

  /* ===== ROUTER / SHELL ===== */
  html { scroll-behavior: smooth; }
  .page { display: block; }

  /* text pages */
  .textpage { padding: clamp(40px,7vw,80px) 0; }
  .textpage .wrap { max-width: 780px; }
  .textpage .eyebrow { display: inline-block; background: var(--gold-100); color: var(--gold-600); font-weight: 800; font-size: 12.5px; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
  .textpage h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px,8vw,76px); line-height: 1.05; margin: 0 0 10px; }
  .textpage .updated { font-size: 12px; font-weight: 700; color: var(--ink-400); margin-bottom: 28px; }
  .textpage .lead { font-size: 21px; color: var(--ink-600); line-height: 1.6; margin-bottom: 26px; font-weight: 600; }
  .textpage h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px,4.5vw,36px); line-height: 1.1; margin: 38px 0 14px; padding-top: 20px; border-top: 2px solid var(--paper-200); }
  .textpage p { font-size: 16.5px; line-height: 1.9; color: var(--ink-700); margin: 0 0 16px; }
  .textpage ul { margin: 0 0 16px; padding: 0; list-style: none; display: grid; gap: 10px; }
  .textpage ul li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; font-size: 16px; line-height: 1.7; color: var(--ink-700); }
  .textpage ul li::before { content: "✦"; color: var(--gold); }

  /* 404 */
  .err { background: #FDF9EE; text-align: center; padding: clamp(36px,6vw,64px) 0 clamp(56px,9vw,96px); }
  .err .wrap { max-width: 820px; }
  .err .art { width: 100%; max-width: 560px; margin: 0 auto 4px; display: block; }
  .err h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px,5vw,50px); line-height: 1.1; margin: 6px 0 12px; }
  .err h2 .b { color: var(--clay); }
  .err p { font-size: clamp(16px,2.3vw,19px); color: var(--ink-500); max-width: 500px; margin: 0 auto 26px; }
  .err .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  /* sticky CTA (mobile) */
  .stickyCTA { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: var(--ink-900); border-top: 3px solid var(--emerald); padding: 9px var(--gutter) max(9px, env(safe-area-inset-bottom)); grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; z-index: 150; }
  .stickyCTA .age { display: inline-flex; align-items: center; gap: 7px; color: var(--paper); font-size: 11px; font-weight: 700; }
  .stickyCTA .age .b { background: var(--emerald); color: #fff; padding: 3px 6px; border-radius: 5px; font-weight: 800; font-size: 10px; direction: ltr; unicode-bidi: isolate; }
  .stickyCTA .btn { padding: 11px 15px; min-height: 44px; font-size: 13px; }

  .menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--paper-300); border-radius: 10px; background: transparent; padding: 0; flex-direction: column; gap: 4px; align-items: center; justify-content: center; cursor: pointer; }
  .menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

  /* responsive */
  .hero h1 { font-size: clamp(44px, 9vw, 92px); }
  h2.sec { font-size: clamp(34px, 6vw, 60px); }

  @media (max-width: 980px) {
    :root { --gutter: 18px; }
    .menu-btn { display: flex; }
    header.site .wrap { grid-template-columns: auto 1fr auto; height: 60px; gap: 10px; }
    nav.primary { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(247,239,225,0.98); border-bottom: 1px solid var(--paper-200); padding: 8px var(--gutter) 14px; }
    nav.primary.open { display: flex; }
    nav.primary a { padding: 13px 0; border-bottom: 1px solid var(--paper-200); }
    .header-end .btn.open-acc { display: none; }
    .hero .wrap { grid-template-columns: 1fr; gap: 34px; padding: 40px 0 48px; }
    .hero-art { order: 2; max-width: 420px; margin: 0 auto; width: 100%; }
    .hero-copy { order: 1; }
    .app .wrap { grid-template-columns: 1fr; gap: 44px; padding: 56px 0; }
    .phone-col { order: -1; }
    .bet-grid { grid-template-columns: 1fr 1fr; }
    .tile.feature { grid-row: auto; grid-column: 1 / -1; }
    .markets { grid-template-columns: 1fr; }
    .games { grid-template-columns: repeat(3, 1fr); }
    .welcome-card { grid-template-columns: 1fr; gap: 34px; padding: 40px 28px; }
    .pay-grid { grid-template-columns: 1fr; gap: 30px; }
    .visit-card { grid-template-columns: 1fr; gap: 26px; padding: 38px 30px; }
    .rg .wrap { grid-template-columns: 1fr; gap: 16px; }
    footer.site .cols { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    footer.site .appcol { grid-column: 1 / -1; }
    footer.site .appcol .stores { flex-direction: row; }
    .bet-head, .casino-head, .pay-head { grid-template-columns: 1fr; gap: 14px; }
    .stickyCTA { display: grid; }
    body { padding-bottom: 80px; }
  }
  @media (max-width: 560px) {
    .hero h1 { font-size: 46px; }
    .app-feats { grid-template-columns: 1fr; }
    .methods { grid-template-columns: 1fr 1fr; }
    .games { grid-template-columns: 1fr 1fr; }
    .bet-grid { grid-template-columns: 1fr; }
    footer.site .cols { grid-template-columns: 1fr; }
    footer.site .appcol .stores { flex-direction: column; }
    .hero-chips { gap: 16px; }
    .hero-chips .c + .c { padding-inline-start: 16px; }
    .welcome-card .amount { font-size: 56px; }
  }

