/* ==========================================================
   HIKUBET — Signal Lime
   Black · acid lime · white. Sharp, technical, fast.
   ========================================================== */

@font-face { font-family: "Inter"; src: url("InterVariable.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }

:root {
  --black: #000;
  --bg: #050505;
  --s1: #0b0b0b;
  --s2: #111;
  --s3: #181818;
  --line: rgba(255,255,255,.08);
  --line-2: rgba(255,255,255,.16);
  --text: #f2f2f2;
  --soft: #bdbdbd;
  --muted: #7d7d7d;
  --dim: #4a4a4a;
  --lime: #c6ff3d;
  --lime-2: #d9ff7a;
  --lime-a: rgba(198,255,61,.12);
  --up: #c6ff3d;
  --down: #ff5c47;

  --f-display: "Clash Display", "General Sans", system-ui, sans-serif;
  --f-body: "General Sans", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --gutter: clamp(16px, 3.6vw, 56px);
  --header-h: 72px;
  --ease: cubic-bezier(.19, 1, .22, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
html:not(.lenis) { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--f-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3 { margin: 0; font-family: var(--f-display); font-weight: 600; line-height: 1; letter-spacing: -.01em; }
p { margin: 0; }
::selection { background: var(--lime); color: #000; }
:focus-visible { outline: 1px solid var(--lime); outline-offset: 3px; }
.mono { font-family: var(--f-mono); font-size: 12px; letter-spacing: .02em; }
.lime { color: var(--lime); }
.dim { color: var(--muted); }
.u { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.shell { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 var(--gutter); }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--lime); color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

/* ---------- Cursor ---------- */
.cursor { position: fixed; inset: 0; z-index: 300; pointer-events: none; display: none; mix-blend-mode: difference; }
.has-cursor .cursor { display: block; }
.cursor-dot, .cursor-ring { position: fixed; left: 0; top: 0; border-radius: 50%; translate: -50% -50%; }
.cursor-dot { width: 6px; height: 6px; background: var(--lime); }
.cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(198,255,61,.7); transition: width .4s var(--ease), height .4s var(--ease), background .3s; }
.cursor.is-hover .cursor-ring { width: 64px; height: 64px; background: rgba(198,255,61,.12); }
.has-cursor, .has-cursor a, .has-cursor button { cursor: none; }

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 14px; height: 54px; padding: 0 26px; font-family: var(--f-display); font-weight: 600; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; overflow: hidden; isolation: isolate; transition: color .35s var(--ease), border-color .35s; }
.btn-sm { height: 42px; padding: 0 18px; font-size: 12px; gap: 10px; }
.btn-lime { background: var(--lime); color: #000; }
.btn-lime::before { content: ""; position: absolute; inset: 0; z-index: -1; background: #fff; transform: translateY(101%); transition: transform .5s var(--ease); }
.btn-lime:hover::before { transform: none; }
.btn-line { border: 1px solid var(--line-2); color: var(--text); }
.btn-line::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--lime); transform: translateY(101%); transition: transform .5s var(--ease); }
.btn-line:hover { color: #000; border-color: var(--lime); }
.btn-line:hover::before { transform: none; }
.btn .arrow { display: inline-block; transition: transform .45s var(--ease); }
.btn:hover .arrow { transform: translate(3px, -3px); }
.btn-icon { font-size: 9px; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); display: flex; align-items: center; gap: 40px; padding: 0 var(--gutter); border-bottom: 1px solid transparent; transition: background .4s, border-color .4s, transform .6s var(--ease); }
.site-header.is-solid { background: rgba(5,5,5,.8); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); }
.site-header.is-hidden { transform: translateY(-100%); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--f-display); font-weight: 700; font-size: 18px; letter-spacing: .22em; }
.brand-sq { width: 12px; height: 12px; background: var(--lime); }
.nav { display: flex; align-items: center; gap: 14px; font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.nav span { color: var(--dim); }
.nav a { position: relative; transition: color .3s; }
.nav a:hover, .nav a.is-active { color: var(--text); }
.nav a.is-active::before { content: ""; position: absolute; left: -10px; top: 50%; width: 5px; height: 5px; margin-top: -2.5px; background: var(--lime); }
.header-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); text-transform: uppercase; font-size: 11px; }
.status i, .response i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 0 rgba(198,255,61,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(198,255,61,0); } 100% { box-shadow: 0 0 0 0 rgba(198,255,61,0); } }
.menu-btn { display: none; width: 44px; height: 44px; margin-left: auto; position: relative; }
.menu-btn span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--text); transition: transform .4s var(--ease), top .4s var(--ease); }
.menu-btn span:first-child { top: 17px; } .menu-btn span:last-child { top: 25px; }
.menu-btn[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.menu { position: fixed; inset: 0; z-index: 90; background: var(--black); padding: calc(var(--header-h) + 24px) var(--gutter) 28px; display: flex; flex-direction: column; justify-content: space-between; }
.menu[hidden] { display: none; }
.menu nav { display: grid; }
.menu nav a { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--f-display); font-weight: 600; font-size: 34px; letter-spacing: -.02em; text-transform: uppercase; }
.menu nav a:last-child { color: var(--lime); }
.menu nav .mono { color: var(--muted); }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: #000; isolation: isolate; }
.hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }
.has-gl .hero-fallback { visibility: hidden; }
.hero-gl, .hero-fx { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-fx { pointer-events: none; }
.hero-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 32%, rgba(0,0,0,0) 55%), linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 28%); }
.hero-grid { position: absolute; inset: 0; pointer-events: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 var(--gutter); }
.hero-grid i { border-left: 1px solid rgba(255,255,255,.045); }
.hero-grid i:last-child { border-right: 1px solid rgba(255,255,255,.045); }
.hero-ui { position: absolute; z-index: 3; left: var(--gutter); top: 50%; translate: 0 -54%; width: min(760px, 58vw); }
.tag { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 26px; }
.hero-title { font-size: clamp(42px, min(5.5vw, 10vh), 96px); font-weight: 600; line-height: .92; letter-spacing: -.01em; text-transform: uppercase; }
.hero-title .lime { text-transform: none; }
.caret { color: var(--lime); animation: blink 1.1s steps(1) infinite; margin-left: .02em; white-space: nowrap; }
@keyframes blink { 50% { opacity: 0; } }
.hero-sub { margin-top: 26px; max-width: 46ch; font-size: clamp(15px, 1.15vw, 18px); color: var(--soft); }
.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-hud { position: absolute; z-index: 3; left: var(--gutter); right: var(--gutter); bottom: 0; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.hud-stats { display: flex; gap: clamp(24px, 4vw, 64px); margin: 0; }
.hud-stats dt { font-family: var(--f-display); font-weight: 500; font-size: clamp(26px, 2.4vw, 36px); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.hud-stats dd { margin: 6px 0 0; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.hud-scroll { display: flex; align-items: center; gap: 14px; color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.hud-scroll b { width: 120px; height: 2px; background: var(--line-2); position: relative; overflow: hidden; }
.hud-scroll b i { position: absolute; inset: 0; background: var(--lime); transform-origin: left; transform: scaleX(0); }
.hero-next { position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; justify-content: center; padding: 0 var(--gutter); pointer-events: none; visibility: hidden; }
.lime-sweep { position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--lime); box-shadow: 0 0 24px rgba(198,255,61,.7); transform-origin: left; transform: scaleX(0); }
.next-title { margin-top: 18px; font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(44px, 8vw, 140px); line-height: .88; letter-spacing: -.015em; max-width: 12ch; }
.next-title .lime { text-transform: none; }

/* ---------- Ticker ---------- */
.ticker { background: var(--lime); color: #000; overflow: hidden; padding: 16px 0; }
.ticker-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--f-display); font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: -.01em; white-space: nowrap; }
.ticker span::after { content: ""; width: 10px; height: 10px; background: #000; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Common section ---------- */
.section { position: relative; padding: clamp(96px, 12vw, 180px) 0; border-top: 1px solid var(--line); }
.label { display: flex; align-items: center; gap: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 26px; }
.label span { color: var(--lime); }
.section h2, .products h2, .payments h2 { font-size: clamp(36px, 5vw, 80px); font-weight: 700; line-height: .92; letter-spacing: -.015em; text-transform: uppercase; max-width: 16ch; }
.section h2 .lime, .products h2 .lime { text-transform: none; font-weight: 600; }
.section-head { margin-bottom: clamp(56px, 7vw, 100px); }
.section-head.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px 80px; align-items: end; }
.head-note { color: var(--muted); max-width: 44ch; font-size: 16px; margin-top: 22px; }
.section-head.split .head-note { margin-top: 0; }
.checks { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; }
.checks li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--soft); }
.checks li::before { content: ""; width: 8px; height: 8px; background: var(--lime); flex: none; }
.split-line { overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }

/* ---------- Manifesto ---------- */
.manifesto-text { font-family: var(--f-display); font-weight: 500; font-size: clamp(30px, 4.2vw, 68px); line-height: 1.04; letter-spacing: -.015em; max-width: 22ch; }
.manifesto-text .word { color: #2a2a2a; transition: color .15s linear; }
.manifesto-text .word.on { color: var(--text); }
.pillars-mini { margin-top: clamp(64px, 8vw, 120px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pillars-mini > div { padding: 28px 28px 0 0; }
.pillars-mini > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.pillars-mini h3 { margin-top: 18px; font-size: 26px; text-transform: uppercase; }
.pillars-mini p { margin-top: 10px; color: var(--muted); font-size: 15px; max-width: 32ch; }

/* ---------- Products (horizontal) ---------- */
.products { position: relative; border-top: 1px solid var(--line); padding: clamp(96px, 10vw, 150px) 0 clamp(80px, 8vw, 120px); overflow: hidden; }
.products-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px 80px; align-items: end; margin-bottom: 44px; }
@media (min-width: 1025px) { .h-track { display: grid; grid-template-columns: repeat(3, 1fr); width: auto; max-width: 1480px; margin: 0 auto; } .p-card { width: auto; } .products h2 { max-width: 20ch; } }
.products-head .head-note { margin-top: 0; }
.h-track { display: flex; gap: 20px; padding: 0 var(--gutter); width: max-content; will-change: transform; }
.p-card { position: relative; width: clamp(300px, 25vw, 390px); flex: none; display: flex; flex-direction: column; gap: 16px; padding: 22px; background: var(--s1); border: 1px solid var(--line); transition: border-color .4s, background .4s; }
.p-card:hover { border-color: var(--lime); background: #0d0f08; }
.p-top { display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; font-size: 11px; }
.p-top span:first-child { color: var(--lime); }
.p-card figure { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #000; }
.p-card figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1) brightness(.8); transform: scale(1.04); transition: transform 1.2s var(--ease), filter .8s; }
.p-card:hover figure img { transform: scale(1.1); filter: grayscale(.2) contrast(1.05) brightness(.9); }
.p-card h3 { font-size: 30px; text-transform: uppercase; letter-spacing: -.015em; }
.p-card > p { color: var(--muted); font-size: 15px; }
.p-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: auto 0 0; border-top: 1px solid var(--line); }
.p-metrics div { padding-top: 14px; }
.p-metrics div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.p-metrics dt { font-family: var(--f-display); font-weight: 600; font-size: 24px; line-height: 1; }
.p-metrics dd { margin: 6px 0 0; font-family: var(--f-mono); font-size: 10px; text-transform: uppercase; color: var(--muted); }
.p-link { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; color: var(--lime); }
.p-link span { transition: transform .45s var(--ease); }
.p-link:hover span { transform: translate(3px, -3px); }
.p-card-cta { justify-content: center; background: var(--lime-a); border-color: rgba(198,255,61,.35); }
.p-card-cta h3 { font-size: 44px; }
.p-card-cta .btn { align-self: flex-start; margin-top: 12px; }

/* ---------- Platform terminal ---------- */
.platform-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 64px 96px; align-items: center; }
.terminal { background: var(--s1); border: 1px solid var(--line-2); font-size: 13px; box-shadow: 0 40px 100px -40px rgba(198,255,61,.18); }
.term-bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.term-bar span { display: flex; gap: 6px; }
.term-bar i { width: 9px; height: 9px; border-radius: 50%; background: #2a2a2a; }
.term-bar em { margin-left: auto; font-style: normal; color: #000; background: var(--lime); padding: 2px 8px; font-size: 10px; }
.term-kpis { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.term-kpis div { padding: 18px 16px; display: grid; gap: 6px; }
.term-kpis div + div { border-left: 1px solid var(--line); }
.term-kpis .mono { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.term-kpis b { font-family: var(--f-display); font-weight: 600; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.term-kpis small { font-family: var(--f-mono); font-size: 11px; }
.up { color: var(--up); } .down { color: var(--down); }
.term-chart { height: 140px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(90deg, transparent 0 59px, rgba(255,255,255,.04) 59px 60px); }
.term-chart svg { width: 100%; height: 100%; display: block; }
.term-chart .line { fill: none; stroke: var(--lime); stroke-width: 2; vector-effect: non-scaling-stroke; }
.term-chart .area { fill: url(#none); fill: rgba(198,255,61,.08); }
.term-odds { padding: 6px 16px 10px; }
.odds-head, .odds-row { display: grid; grid-template-columns: 1fr 56px 56px 56px; gap: 6px; align-items: center; }
.odds-head { color: var(--dim); font-size: 10px; text-transform: uppercase; padding: 8px 0; }
.odds-head span:not(:first-child) { text-align: center; }
.odds-row { padding: 9px 0; border-top: 1px solid var(--line); }
.odds-row span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--soft); }
.odds-row b { font-family: var(--f-mono); font-weight: 400; font-size: 12px; text-align: center; padding: 5px 0; background: var(--s3); transition: background .5s, color .5s; font-variant-numeric: tabular-nums; }
.odds-row b.up { background: rgba(198,255,61,.14); color: var(--lime); }
.odds-row b.down { background: rgba(255,92,71,.14); color: var(--down); }

/* ---------- Services rows ---------- */
.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.row { position: relative; display: grid; grid-template-columns: 80px 1.1fr 1.4fr auto; gap: 24px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); isolation: isolate; }
.row::before { content: ""; position: absolute; inset: 0 calc(var(--gutter) * -1); z-index: -1; background: var(--lime); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
.row:hover::before { transform: scaleY(1); }
.row > .mono { color: var(--lime); transition: color .3s; }
.row h3 { font-size: clamp(32px, 4.2vw, 64px); text-transform: uppercase; letter-spacing: -.015em; transition: color .3s, transform .6s var(--ease); }
.row p { color: var(--muted); max-width: 48ch; transition: color .3s; }
.row-tags { color: var(--dim); text-transform: uppercase; font-size: 11px; transition: color .3s; }
.row:hover > .mono, .row:hover h3, .row:hover p, .row:hover .row-tags { color: #000; }
.row:hover h3 { transform: translateX(12px); }

/* ---------- Trust ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-grid article { background: var(--bg); padding: 32px 28px 36px; transition: background .4s; }
.trust-grid article:hover { background: var(--s1); }
.trust-grid h3 { margin-top: 30px; font-size: 24px; text-transform: uppercase; letter-spacing: -.03em; }
.trust-grid p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.dd { margin-top: 20px; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 32px 56px; align-items: center; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(198,255,61,.4); background: linear-gradient(120deg, rgba(198,255,61,.1), transparent 60%), var(--s1); }
.dd h3 { margin-top: 14px; font-size: clamp(24px, 2.4vw, 34px); text-transform: uppercase; letter-spacing: -.035em; max-width: 20ch; }
.dd .checks { margin: 0; }

/* ---------- Process ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-2); position: relative; }
.steps::after { content: ""; position: absolute; left: 0; top: -1px; height: 2px; width: 100%; background: var(--lime); transform-origin: left; transform: scaleX(var(--progress, 0)); }
.steps li { padding: 34px 28px 0 0; }
.steps li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.step-n { display: block; font-family: var(--f-display); font-weight: 700; font-size: clamp(56px, 6vw, 96px); line-height: .9; letter-spacing: -.015em; color: transparent; -webkit-text-stroke: 1px #333; transition: color .6s, -webkit-text-stroke-color .6s; margin-bottom: 22px; }
.steps li.is-on .step-n { color: var(--lime); -webkit-text-stroke-color: var(--lime); }
.steps h3 { margin-top: 10px; font-size: 26px; text-transform: uppercase; }
.steps p { margin-top: 10px; color: var(--muted); font-size: 15px; }

/* ---------- Payments ---------- */
.payments { border-top: 1px solid var(--line); padding: clamp(80px, 9vw, 130px) 0 0; }
.payments-head { margin-bottom: 48px; }
.payments h2 { font-size: clamp(28px, 3.4vw, 52px); max-width: 22ch; }
.logo-rail { overflow: hidden; border-block: 1px solid var(--line); }
.logo-track { display: flex; width: max-content; animation: marquee 44s linear infinite; }
.pay { margin: 0; flex: none; min-width: 240px; height: 170px; padding: 0 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--line); transition: background .5s var(--ease); }
.pay-logo { display: block; height: 58px; width: calc(58px * var(--ar, 1)); background: var(--text); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; opacity: .88; transition: background .4s, opacity .4s, transform .6s var(--ease); }
.pay.word .pay-logo { height: 40px; width: min(calc(40px * var(--ar, 1)), 230px); }
.pay figcaption { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); transition: color .4s; }
.pay:hover { background: var(--lime-a); }
.pay:hover .pay-logo { background: var(--lime); opacity: 1; transform: scale(1.06); }
.pay:hover figcaption { color: var(--lime); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px 96px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; text-align: left; font-family: var(--f-display); font-weight: 500; font-size: clamp(18px, 1.6vw, 22px); letter-spacing: -.02em; transition: color .3s; }
.faq-item button:hover { color: var(--lime); }
.faq-item button i { flex: none; width: 34px; height: 34px; border: 1px solid var(--line-2); position: relative; transition: background .4s, border-color .4s, transform .6s var(--ease); }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: currentColor; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i { background: var(--lime); border-color: var(--lime); color: #000; transform: rotate(45deg); }
.faq-a { height: 0; overflow: hidden; }
.no-gsap .faq-a { height: auto; display: none; }
.no-gsap .faq-item.is-open .faq-a { display: block; }
.faq-a p { padding: 0 60px 26px 0; color: var(--muted); }

/* ---------- Contact ---------- */
.contact { position: relative; border-top: 1px solid var(--line); padding: clamp(96px, 12vw, 170px) 0; background: radial-gradient(60% 50% at 100% 0%, rgba(198,255,61,.08), transparent 70%), var(--bg); }
.contact-title { font-size: clamp(48px, 9vw, 160px); font-weight: 700; line-height: .86; letter-spacing: -.015em; text-transform: uppercase; max-width: 12ch; }
.contact-title .lime { text-transform: none; font-weight: 600; }
.contact-grid { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px 96px; align-items: start; }
.channels { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.channels a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--f-display); font-weight: 500; font-size: 20px; transition: color .3s, padding .5s var(--ease); }
.channels .mono { color: var(--muted); text-transform: uppercase; font-size: 11px; }
.channels a:hover { color: var(--lime); padding-left: 10px; }
.response { margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; color: var(--soft); text-transform: uppercase; font-size: 11px; }
.form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form label > .mono, .chips legend { display: block; color: var(--muted); text-transform: uppercase; font-size: 11px; margin-bottom: 8px; }
.form input:not([type="checkbox"]), .form textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line-2); border-radius: 0; color: var(--text); font: inherit; font-size: 17px; padding: 10px 0 12px; transition: border-color .3s; }
.form input::placeholder, .form textarea::placeholder { color: var(--dim); }
.form textarea { resize: vertical; min-height: 96px; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--lime); }
.form input[aria-invalid="true"] { border-color: var(--down); }
.chips { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips legend { width: 100%; padding: 0; }
.chips label { position: relative; }
.chips input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chips label span { display: inline-block; padding: 9px 14px; border: 1px solid var(--line-2); font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; color: var(--soft); transition: all .3s; }
.chips input:checked + span { background: var(--lime); border-color: var(--lime); color: #000; }
.chips input:focus-visible + span { outline: 1px solid var(--lime); outline-offset: 3px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.consent a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.consent input { accent-color: var(--lime); width: 17px; height: 17px; margin-top: 2px; flex: none; }
.form .btn { justify-self: start; }
.form-status { min-height: 1.4em; color: var(--lime); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 72px 0 28px; background: var(--black); overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid .dim { margin-top: 14px; font-size: 14px; }
.footer-grid nav { display: grid; gap: 10px; align-content: start; font-size: 14px; color: var(--soft); }
.footer-grid nav a, .link-btn { text-align: left; font-size: 14px; transition: color .3s; }
.footer-grid nav a:hover, .link-btn:hover { color: var(--lime); }
.footer-word { display: flex; justify-content: center; margin-top: 64px; font-family: var(--f-display); font-weight: 700; font-size: 19vw; line-height: .8; letter-spacing: 0; white-space: nowrap; user-select: none; }
.footer-bottom { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.age { display: inline-grid; place-items: center; width: 26px; height: 26px; margin-right: 8px; border: 1px solid var(--lime); color: var(--lime); font-size: 10px; }

/* ---------- Cookie consent ---------- */
.cookie { position: fixed; z-index: 150; right: 16px; bottom: 16px; width: min(400px, calc(100% - 32px)); background: rgba(11,11,11,.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--line-2); border-top: 2px solid var(--lime); padding: 20px; }
.cookie[hidden] { display: none; }
.cookie h2 { font-family: var(--f-mono); font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--lime); margin-bottom: 10px; }
.cookie p { font-size: 13.5px; color: var(--soft); }
.cookie p a { color: var(--text); text-decoration: underline; }
.cookie-prefs { display: grid; margin-top: 12px; border-top: 1px solid var(--line); }
.cookie-prefs[hidden] { display: none; }
.cookie-prefs label { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.cookie-prefs small { display: block; color: var(--muted); font-size: 12px; }
.switch { appearance: none; -webkit-appearance: none; width: 40px; height: 22px; background: #2a2a2a; position: relative; cursor: pointer; flex: none; margin: 0; transition: background .3s; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: #fff; transition: transform .3s var(--ease); }
.switch:checked { background: var(--lime); }
.switch:checked::after { transform: translateX(18px); background: #000; }
.switch:disabled { opacity: .5; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cookie-actions button { flex: 1 1 auto; height: 40px; padding: 0 12px; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; border: 1px solid var(--line-2); transition: border-color .3s, background .3s, color .3s; }
.cookie-actions button:hover { border-color: var(--lime); }
.cookie-actions .c-accept { background: var(--lime); border-color: var(--lime); color: #000; }

/* ---------- Legal pages ---------- */
.legal-hero { padding: calc(var(--header-h) + clamp(64px, 9vw, 128px)) 0 clamp(48px, 6vw, 80px); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(44px, 7vw, 110px); font-weight: 700; text-transform: uppercase; letter-spacing: -.015em; line-height: .9; }
.legal-hero .meta { margin-top: 22px; font-family: var(--f-mono); font-size: 12px; color: var(--muted); text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 80px; padding-block: clamp(56px, 7vw, 100px); }
.legal-toc { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; display: grid; gap: 2px; font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; }
.legal-toc a { padding: 8px 0 8px 14px; border-left: 1px solid var(--line); color: var(--muted); transition: color .3s, border-color .3s; }
.legal-toc a:hover, .legal-toc a.is-active { color: var(--text); border-color: var(--lime); }
.legal-body { max-width: 760px; }
.legal-body section { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-body h2 { font-size: 26px; font-weight: 600; text-transform: uppercase; margin-bottom: 18px; display: flex; gap: 16px; align-items: baseline; }
.legal-body h2 span { font-family: var(--f-mono); font-size: 12px; font-weight: 400; color: var(--lime); }
.legal-body p, .legal-body li { color: var(--soft); }
.legal-body p + p { margin-top: 14px; }
.legal-body ul { padding-left: 20px; margin: 14px 0 0; display: grid; gap: 8px; }
.legal-body li::marker { color: var(--lime); }
.legal-body a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-body table { width: 100%; border-collapse: collapse; margin-top: 18px; font-size: 14px; }
.legal-body th, .legal-body td { text-align: left; padding: 12px 12px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--soft); }
.legal-body th { font-family: var(--f-mono); font-weight: 400; font-size: 11px; text-transform: uppercase; color: var(--muted); }
.table-wrap { overflow-x: auto; }
.note { padding: 14px 16px; border: 1px dashed var(--lime); color: var(--lime) !important; font-size: 14px !important; margin-bottom: 40px; }
.kicker { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--lime); margin-bottom: 22px; }

/* ---------- Reveal (only when JS animations are active) ---------- */
.anim [data-reveal] { opacity: 0; transform: translateY(40px); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .status { display: none; }
  .nav { gap: 10px; }
  .dd { grid-template-columns: 1fr 1fr; }
  .dd .btn { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 1024px) {
  .nav, .header-right { display: none; }
  .menu-btn { display: block; }
  .hero-ui { width: calc(100% - var(--gutter) * 2); }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.6) 50%, rgba(0,0,0,.15) 100%), linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 35%); }
  .products-head, .section-head.split, .platform-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .h-track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
  .h-track::-webkit-scrollbar { display: none; }
  .p-card { scroll-snap-align: start; width: min(82vw, 400px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .row { grid-template-columns: 60px 1fr; }
  .row p, .row-tags { grid-column: 2; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-toc { position: static; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}
@media (max-width: 720px) {
  :root { --header-h: 64px; }
  .hero { min-height: 640px; }
  .hero-fallback { object-position: 70% 30%; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,.85) 55%, rgba(0,0,0,.95) 100%); }
  .hero-grid { display: none; }
  .hero-ui { top: auto; bottom: 120px; translate: none; }
  .hero-title { font-size: clamp(40px, 12.5vw, 60px); }
  .hero-sub { font-size: 15px; margin-top: 16px; }
  .hero-cta { margin-top: 22px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-hud { padding-bottom: 18px; padding-top: 14px; }
  .hud-scroll { display: none; }
  .hud-stats { width: 100%; justify-content: space-between; gap: 12px; }
  .hud-stats dt { font-size: 24px; }
  .ticker span { font-size: 17px; }
  .section h2, .products h2 { font-size: clamp(34px, 10vw, 48px); }
  .pillars-mini { grid-template-columns: 1fr; }
  .pillars-mini > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); margin-top: 24px; }
  .term-kpis { grid-template-columns: 1fr 1fr; }
  .term-kpis div:nth-child(3) { display: none; }
  .odds-head, .odds-row { grid-template-columns: 1fr 44px 44px 44px; }
  .trust-grid { grid-template-columns: 1fr; }
  .dd { grid-template-columns: 1fr; }
  .row { padding: 28px 0; gap: 12px 16px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 28px 0 0; border-left: 0; }
  .form-row { grid-template-columns: 1fr; }
  .form .btn { justify-self: stretch; }
  .channels a { grid-template-columns: 84px 1fr auto; font-size: 17px; }
  .faq-a p { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pay { min-width: 170px; height: 130px; padding: 0 26px; gap: 12px; }
  .pay-logo { height: 42px; width: calc(42px * var(--ar, 1)); }
  .pay.word .pay-logo { height: 28px; width: min(calc(28px * var(--ar, 1)), 170px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .ticker-track, .logo-track { animation: none !important; }
}

/* ---------- Footer word: each letter is a link ---------- */
.footer-word a { position: relative; color: rgb(198 255 61 / var(--f, 0)); -webkit-text-stroke: 1px #2a2a2a; transition: color .35s var(--ease), -webkit-text-stroke-color .35s; }
.footer-word a:hover, .footer-word a:focus-visible { color: #fff; -webkit-text-stroke-color: #fff; outline: none; }
.footer-word a::after { content: attr(data-label); position: absolute; left: 50%; top: -.05em; translate: -50% -100%; padding: 6px 10px; background: var(--lime); color: #000; -webkit-text-stroke: 0; font-family: var(--f-mono); font-size: 12px; font-weight: 500; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .3s, translate .4s var(--ease); }
.footer-word a:hover::after, .footer-word a:focus-visible::after { opacity: 1; translate: -50% -130%; }
.footer-hint { margin-top: 10px; text-align: center; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); }

/* ---------- Product visuals (coded, no photos) ---------- */
.p-vis { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #070707; border: 1px solid var(--line); font-family: var(--f-mono); font-size: 11px; }
.p-vis::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; pointer-events: none; }
.vis-sb { display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 14px; }
.sb-row { position: relative; display: grid; grid-template-columns: 1fr 42px 42px 42px; gap: 5px; align-items: center; }
.sb-row span { display: flex; flex-direction: column; color: var(--soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: var(--f-body); font-size: 12px; }
.sb-row i { font-style: normal; font-family: var(--f-mono); font-size: 9px; color: var(--muted); }
.sb-row i.live { color: var(--lime); }
.sb-row b { font-weight: 400; text-align: center; padding: 6px 0; background: var(--s3); color: var(--soft); transition: background .4s, color .4s; }
.sb-row b.on { background: var(--lime); color: #000; }
.sb-slip { position: relative; margin-top: 4px; display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; border: 1px dashed rgba(198,255,61,.5); color: var(--muted); text-transform: uppercase; font-size: 9px; }
.sb-slip b { color: var(--lime); font-size: 14px; font-weight: 500; }
.p-card:hover .sb-row b.on { background: #fff; }
.vis-casino { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 16px; }
.reel { position: relative; overflow: hidden; background: var(--s2); border: 1px solid var(--line); display: flex; flex-direction: column; }
.reel span { flex: 0 0 33.34%; display: grid; place-items: center; font-family: var(--f-display); font-size: clamp(20px, 2vw, 30px); font-weight: 600; color: var(--soft); }
.reel span:nth-child(2) { color: var(--lime); }
.reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #070707, transparent 30%, transparent 70%, #070707); pointer-events: none; }
.p-card:hover .reel { animation: spin .9s var(--ease) both; }
.p-card:hover .reel:nth-child(2) { animation-delay: .08s; } .p-card:hover .reel:nth-child(3) { animation-delay: .16s; } .p-card:hover .reel:nth-child(4) { animation-delay: .24s; }
@keyframes spin { 0% { transform: translateY(0); } 40% { transform: translateY(-40%); filter: blur(2px); } 100% { transform: translateY(0); } }
.vis-stack { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0; perspective: 600px; }
.slab { position: relative; width: 72%; padding: 10px 14px; margin-top: -4px; border: 1px solid var(--line-2); background: rgba(17,17,17,.92); color: var(--soft); text-transform: uppercase; font-size: 10px; letter-spacing: .06em; transform: rotateX(38deg) translateZ(0); transition: transform .8s var(--ease), background .4s, color .4s; }
.slab.s1 { background: var(--lime); color: #000; border-color: var(--lime); }
.p-card:hover .slab.s1 { transform: rotateX(38deg) translateY(-10px); }
.p-card:hover .slab.s2 { transform: rotateX(38deg) translateY(-4px); }
.p-card:hover .slab.s4 { transform: rotateX(38deg) translateY(6px); }
.vis-code { padding: 14px 16px; display: flex; align-items: center; }
.vis-code pre { position: relative; margin: 0; font-family: var(--f-mono); font-size: 11.5px; line-height: 1.55; color: var(--soft); white-space: pre; overflow: hidden; }
.vis-code .c { color: var(--dim); } .vis-code .k { color: var(--lime); } .vis-code .s { color: #e8e8e8; } .vis-code .a { color: var(--muted); }
.cur { display: inline-block; width: 7px; height: 13px; margin-left: 2px; vertical-align: -2px; background: var(--lime); animation: blink 1s steps(1) infinite; }
.vis-risk { display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; gap: 10px; }
.bars { position: relative; flex: 1; display: flex; align-items: flex-end; gap: 6px; }
.bars i { flex: 1; height: calc(var(--h) * 100%); background: linear-gradient(180deg, #3a3a3a, #1c1c1c); transform-origin: bottom; transition: transform .9s var(--ease), background .4s; }
.bars i.hot { background: linear-gradient(180deg, var(--lime), rgba(198,255,61,.25)); }
.p-card:hover .bars i { transform: scaleY(.7); }
.p-card:hover .bars i:nth-child(odd) { transform: scaleY(1.08); }
.risk-meta { position: relative; display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; font-size: 10px; }
.risk-meta b { color: var(--lime); font-weight: 500; }

/* legal text extras */
.legal-intro { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-intro p { color: var(--text); font-size: 17px; }
.legal-intro p + p { margin-top: 14px; }
.legal-body h3 { margin: 26px 0 12px; font-size: 17px; font-weight: 600; text-transform: uppercase; letter-spacing: .01em; color: var(--text); }
.legal-body strong { color: var(--text); font-weight: 600; }

/* Products on tablets: readable 2-column grid (phones keep the swipe row) */
@media (min-width: 721px) and (max-width: 1024px) {
  .h-track { display: grid; grid-template-columns: repeat(2, 1fr); width: auto; overflow: visible; scroll-snap-type: none; }
  .p-card { width: auto; }
}

/* Products on desktop: full 3-column grid, everything readable (no horizontal scroll) */
@media (min-width: 1025px) {
  .h-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: auto; max-width: 1480px; margin: 0 auto; padding: 0 var(--gutter); transform: none !important; }
  .p-card { width: auto; }
}

/* ==========================================================
   Content pages (sportsbook, casino, about, blog, products…)
   ========================================================== */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(64px, 9vw, 136px)) 0 clamp(64px, 8vw, 110px); background: radial-gradient(55% 60% at 100% 0%, rgba(198,255,61,.08), transparent 70%), var(--bg); }
.page-hero h1 { font-size: clamp(46px, 8vw, 132px); font-weight: 700; line-height: .88; letter-spacing: -.015em; text-transform: uppercase; max-width: 14ch; }
.page-hero h1 .lime { text-transform: none; font-weight: 600; }
.page-lead { margin-top: 30px; max-width: 64ch; color: var(--soft); font-size: clamp(16px, 1.25vw, 19px); }
.page-lead + .page-lead { margin-top: 14px; }
.pg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pg-section.pt-0 { padding-top: 0; border-top: 0; }
.pg-section.no-body { padding-block: clamp(72px, 9vw, 130px); }
.pg-section .section-head { margin-bottom: clamp(44px, 5.5vw, 80px); }
.pg-section h2 { max-width: 18ch; }
.pg-block + .pg-block { margin-top: clamp(40px, 5vw, 72px); }
.prose p { color: var(--soft); font-size: 17px; max-width: 68ch; }
.prose p + p { margin-top: 18px; }
.prose.short { margin-top: 22px; }
.prose.short p { color: var(--muted); font-size: 16px; max-width: 52ch; }
.prose a, .pg-grid a:not(.p-link), .page-lead a, .pg-strip a:not(.p-link), .faq-a a, .pg-article a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.pg-body { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px 96px; align-items: start; }
.pg-body h2 { position: sticky; top: calc(var(--header-h) + 32px); }
.pg-body .pg-actions { margin-top: 30px; }

/* card grids (hairline cells) */
.pg-grid, .pg-strip { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pg-grid > article, .pg-strip > article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pg-strip { margin-top: clamp(56px, 7vw, 96px); }
.pg-grid article, .pg-strip article { background: var(--bg); padding: 30px 28px 34px; display: flex; flex-direction: column; gap: 14px; transition: background .4s; }
.pg-strip article { background: rgba(5,5,5,.72); }
.pg-grid article:hover, .pg-strip article:hover { background: var(--s1); }
.pg-grid h3, .pg-strip h3 { margin-top: 16px; font-size: clamp(21px, 1.7vw, 26px); line-height: 1.05; text-transform: uppercase; letter-spacing: -.02em; }
.pg-grid p, .pg-strip p { color: var(--muted); font-size: 15px; }
.pg-grid .p-link, .pg-strip .p-link { margin-top: auto; }
.pg-grid p + .p-link { margin-top: auto; }
.pg-grid article > .p-link:first-of-type { margin-top: auto; }

/* stats */
.pg-stats { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); border-top: 1px solid var(--line-2); }
.pg-stats div { padding: 28px 24px 0 0; }
.pg-stats div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.pg-stats dt { font-family: var(--f-display); font-weight: 600; font-size: clamp(44px, 5.4vw, 88px); line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.pg-stats dd { margin: 12px 0 0; font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }

/* lists */
.checks li > span { flex: 1; }
.pg-block .checks, .pg-panel .checks { margin-top: 0; }
.checks.cols-2 { grid-template-columns: 1fr 1fr; gap: 16px 48px; }
.pg-block .checks li, .pg-panel .checks li { align-items: flex-start; font-size: 16px; }
.pg-block .checks li::before, .pg-panel .checks li::before { margin-top: 9px; }
.checks strong { color: var(--text); font-weight: 600; }

/* two panels */
.pg-duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 20px; }
.pg-panel { display: flex; flex-direction: column; gap: 22px; padding: clamp(28px, 3.4vw, 48px); border: 1px solid var(--line); background: var(--s1); transition: border-color .4s; }
.pg-panel:hover { border-color: rgba(198,255,61,.45); }
.pg-panel .kicker { margin: 0; }
.pg-panel h3 { font-size: clamp(28px, 3vw, 44px); text-transform: uppercase; letter-spacing: -.015em; }
.pg-panel p { color: var(--soft); }
.pg-panel .pg-actions { margin-top: auto; padding-top: 8px; }

/* tabs (home · sports) */
.pg-tabs [role="tablist"] { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.pg-tabs [role="tab"] { padding: 11px 18px; border: 1px solid var(--line-2); font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--soft); transition: background .3s, color .3s, border-color .3s; }
.pg-tabs [role="tab"]:hover { border-color: var(--lime); color: var(--text); }
.pg-tabs [role="tab"][aria-selected="true"] { background: var(--lime); border-color: var(--lime); color: #000; }
.pg-tabs [role="tabpanel"] p { color: var(--soft); font-size: 16px; max-width: 64ch; }

/* chips */
.pg-chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.pg-chips li { padding: 14px 22px; border: 1px solid var(--line-2); font-family: var(--f-display); font-weight: 600; font-size: clamp(18px, 2vw, 28px); text-transform: uppercase; letter-spacing: -.01em; transition: background .3s, color .3s, border-color .3s; }
.pg-chips li:hover { background: var(--lime); border-color: var(--lime); color: #000; }

/* blog list */
.pg-posts { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.pg-posts .post { position: relative; display: grid; grid-template-columns: 150px 1fr auto; gap: 16px 40px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); isolation: isolate; }
.pg-posts .post::before { content: ""; position: absolute; inset: 0 calc(var(--gutter) * -1); z-index: -1; background: var(--s1); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
.pg-posts .post:hover::before { transform: scaleY(1); }
.pg-posts .mono { color: var(--lime); padding-top: 6px; }
.pg-posts h3 { font-size: clamp(22px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -.015em; transition: color .3s; }
.pg-posts p { margin-top: 12px; color: var(--muted); max-width: 80ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pg-posts .post:hover h3 { color: var(--lime); }
.post-go { font-size: 22px; color: var(--lime); transition: transform .45s var(--ease); }
.pg-posts .post:hover .post-go { transform: translate(4px, -4px); }

/* article pages */
.pg-article-hero h1 { font-size: clamp(34px, 5vw, 76px); max-width: 22ch; line-height: .95; }
.pg-article-hero .kicker a:hover { color: var(--text); }
.pg-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; padding-block: clamp(56px, 7vw, 100px); }
.pg-article { max-width: 760px; }
.pg-article p, .pg-article li { color: var(--soft); font-size: 17px; line-height: 1.75; }
.pg-article p + p { margin-top: 18px; }
.pg-article h2, .pg-article h3 { color: var(--text); line-height: 1.12; letter-spacing: -.01em; }
.pg-article h2 { font-size: clamp(26px, 2.4vw, 34px); margin: 48px 0 16px; }
.pg-article h3 { font-size: clamp(21px, 1.8vw, 26px); margin: 40px 0 14px; }
.pg-article h3 strong { font-weight: inherit; }
.pg-article > :first-child { margin-top: 0; }
.pg-article ul { padding-left: 20px; margin: 18px 0; display: grid; gap: 12px; }
.pg-article li::marker { color: var(--lime); }
.pg-article strong { color: var(--text); }
.pg-aside { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
.pg-aside nav { display: grid; border-top: 1px solid var(--line); }
.pg-aside nav a { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--f-display); font-weight: 500; font-size: 16px; line-height: 1.25; transition: color .3s, padding .5s var(--ease); }
.pg-aside nav a span { color: var(--lime); }
.pg-aside nav a:hover { color: var(--lime); padding-left: 8px; }

/* contact band + contact page */
.cta-band { border-top: 1px solid var(--line); padding: clamp(80px, 10vw, 150px) 0; background: radial-gradient(50% 70% at 0% 100%, rgba(198,255,61,.1), transparent 70%), var(--bg); }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 96px; align-items: end; }
.cta-band h2 { font-size: clamp(52px, 9vw, 150px); font-weight: 700; line-height: .86; letter-spacing: -.015em; text-transform: uppercase; }
.cta-band p { color: var(--soft); font-size: 18px; max-width: 48ch; }
.contact-page { padding-top: calc(var(--header-h) + clamp(64px, 9vw, 130px)); border-top: 0; }
.contact-page .page-lead { margin-top: 26px; }

/* home: products grid gets a full-width closing card */
@media (min-width: 1025px) { .p-card-cta.span-all { grid-column: 1 / -1; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 20px 48px; } .p-card-cta.span-all > * { margin: 0; } .p-card-cta.span-all p:not(.mono) { flex: 1 1 360px; } .p-card-cta.span-all h3 { flex: 1 1 420px; } }
.vis-b2b { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; align-content: center; }
.vis-b2b span { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; color: var(--soft); background: #000; }
.vis-b2b span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); animation: pulse 2s infinite; }

@media (max-width: 1024px) {
  .pg-grid, .pg-strip { --cols: 2 !important; }
  .pg-body, .cta-grid, .pg-article-layout { grid-template-columns: 1fr; }
  .pg-body h2, .pg-aside { position: static; }
}
@media (max-width: 720px) {
  .pg-grid, .pg-strip { grid-template-columns: 1fr; }
  .checks.cols-2 { grid-template-columns: 1fr; }
  .pg-stats { grid-template-columns: 1fr 1fr; }
  .pg-stats div, .pg-stats div + div { padding: 22px 16px 0 0; border-left: 0; }
  .pg-stats div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
  .pg-posts .post { grid-template-columns: 1fr auto; padding: 26px 0; }
  .pg-posts .post > div { grid-column: 1 / -1; grid-row: 2; }
  .pg-actions .btn { flex: 1 1 100%; }
  .page-hero h1 { font-size: clamp(40px, 12vw, 64px); }
}

/* home additions */
.p-card .p-link { margin-top: auto; }
.next-title.long { max-width: 17ch; font-size: clamp(40px, 6.6vw, 116px); }
.next-sub { margin-top: 22px; max-width: 46ch; color: var(--soft); font-size: clamp(15px, 1.2vw, 18px); }
.about-body { margin-top: clamp(64px, 8vw, 120px); padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--line); }
.stats-row { margin-top: clamp(64px, 8vw, 110px); }
.sub-h { font-size: clamp(28px, 3vw, 44px); text-transform: uppercase; margin-bottom: 24px; }
.pg-tabs { margin-top: clamp(64px, 8vw, 110px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); }
a.row-tags { color: var(--lime); }
.dd .prose p { color: var(--soft); }
@media (min-width: 1025px) { .steps.three { grid-template-columns: repeat(3, 1fr); } .pg-grid.five { --cols: 5; } }
/* longer hero headline: keep it clear of the robot */
@media (min-width: 721px) { .hero-title { font-size: clamp(40px, min(4.3vw, 8.6vh), 84px); max-width: 10.5em; } }
/* 7-item nav: keep it on one line on small laptops */
.nav a { white-space: nowrap; }
@media (min-width: 1025px) and (max-width: 1240px) { .nav { gap: 10px; font-size: 11px; letter-spacing: .04em; } .site-header .status { display: none; } }
/* hero headline: lines slide out on scroll via --out (survives SplitText re-flow on resize) */
.hero-title { --out: 0; }
.hero-title .hw { translate: 0 calc(var(--out) * -125%); }
@media (min-width: 1600px) { .hero-ui { width: min(1000px, 50vw); } }
/* phones: compact text stack so the robot fits above it */
@media (max-width: 720px) {
  .hero-ui { bottom: 104px; }
  .hero-title { font-size: clamp(36px, 10.8vw, 56px); }
  .hero-tag, .hero-ui .tag { margin-bottom: 14px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { flex: 1 1 0; padding-left: 10px; padding-right: 10px; white-space: nowrap; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 12%, rgba(0,0,0,0) 38%, rgba(0,0,0,.8) 56%, rgba(0,0,0,.95) 100%); }
  .hero-fallback { object-fit: contain; object-position: 66% 18%; }
}
/* chapter / card marker — replaces the old 01–09 numbering */
.mk { display: inline-block; flex: none; align-self: flex-start; justify-self: start; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,255,61,.12), 0 0 14px rgba(198,255,61,.45); }
.label .mk { align-self: center; }
.p-top .mk { align-self: center; }
.row > .mk { align-self: center; width: 12px; height: 12px; }
.trust-grid .mk, .pg-grid .mk, .pg-strip .mk { margin-top: 4px; }
.menu nav a { align-items: center; }
.menu nav a .mk { align-self: center; width: 10px; height: 10px; }
.menu nav a:last-child .mk { box-shadow: 0 0 18px rgba(198,255,61,.7); }
.legal-body h2 { align-items: center; }
/* stat numbers: sized from the row width so long figures (500,000+) never run into the next column.
   Plain CSS (no container queries / :has) so Safari renders it the same. --c = items in the row (set by the builder). */
.pg-stats { --w: calc(min(100vw, 1480px) - 2 * var(--gutter)); grid-template-columns: repeat(var(--c, 3), minmax(0, 1fr)); }
.pg-stats dt { white-space: nowrap; font-size: min(clamp(44px, 5.4vw, 88px), calc((var(--w) / var(--c, 3) - 48px) / 5.2)); }
@media (max-width: 1024px) { .pg-stats.n4, .pg-stats.n5 { --c: 2 !important; } }
@media (max-width: 720px) {
  .pg-stats { --c: 2 !important; }
  .pg-stats dt { font-size: min(44px, calc((var(--w) / 2 - 32px) / 5.2)); }
/* hero: four stats as a 2 × 2 grid */
  .hud-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
  .hud-stats dt { font-size: 22px; white-space: nowrap; }
  .hero-ui { bottom: 150px; }
}
@media (min-width: 721px) and (max-width: 1100px) { .hud-stats { gap: 22px; } .hud-stats dt { font-size: 24px; } }

/* ---------- Form honeypot + Calendly booking ---------- */
.form .hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form .btn:disabled { opacity: .6; pointer-events: none; }
.booking { margin-top: clamp(72px, 9vw, 120px); padding-top: clamp(48px, 6vw, 72px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px 96px; align-items: start; scroll-margin-top: calc(var(--header-h, 72px) + 24px); }
.booking .label { display: flex; align-items: center; gap: 10px; }
.booking .label .mk { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px rgba(198,255,61,.6); }
.booking-title { margin-top: 18px; font-size: clamp(34px, 4vw, 60px); font-weight: 700; line-height: .92; text-transform: uppercase; }
.booking-title .lime { text-transform: none; font-weight: 600; }
.booking-lead { margin: 22px 0 30px; color: var(--muted); max-width: 42ch; line-height: 1.6; }
.booking-frame { position: relative; min-height: 700px; border: 1px solid var(--line); background: #000; overflow: hidden; }
.booking-frame .calendly-inline-widget, .booking-frame iframe { width: 100%; min-width: 0 !important; height: 700px !important; border: 0; display: block; }
.booking-wait { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); }
@media (max-width: 1024px) { .booking { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .booking-frame, .booking-frame .calendly-inline-widget, .booking-frame iframe { min-height: 1000px; height: 1000px !important; } .booking-frame { margin-inline: -4px; } }
