/* Baqgybet promo — standalone stylesheet (Duel system, promo subset) */
:root {
  --bg: #0F1014; --panel: #16181F; --panel-2: #1C1F29; --line: #262A35;
  --red: #E8394A; --red-deep: #3A1219; --ice: #4CC9F0; --ice-deep: #0F2A36;
  --text: #EFF1F6; --dim: #9AA2B5;
  --font-head: 'Sora', sans-serif; --font-body: 'Inter', sans-serif;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-head); letter-spacing: -.02em; line-height: 1.12; }
:focus-visible { outline: 2px solid var(--ice); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
.wrap { max-width: 1140px; margin-inline: auto; padding-inline: 24px; }
.num { font-variant-numeric: tabular-nums; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 15px; padding: 13px 26px; border: 1px solid transparent; transition: .15s ease-out; min-height: 44px; }
.btn--red { background: var(--red); color: #fff; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.btn--red:hover { filter: brightness(1.1); }
.btn--ghost { border-color: var(--line); }
.btn--ghost:hover { border-color: var(--dim); }

.ncpf { background: linear-gradient(90deg, var(--red), #B32B39 49.9%, #2B8FB0 50.1%, var(--ice)); color: #fff; text-align: center; padding: 10px 16px; font-weight: 700; font-size: 14px; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.ncpf a { text-decoration: underline; }
.comp { background: #0A0B0E; border-bottom: 1px solid var(--line); font-size: 12.5px; color: var(--dim); display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; padding: 7px 16px; }
.comp b { color: var(--text); border: 1px solid var(--dim); border-radius: 3px; padding: 0 6px; }
.comp a { text-decoration: underline; }

.top { position: sticky; top: 0; z-index: 50; background: rgba(15,16,20,.93); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; gap: 20px; height: 60px; }
.logo { font-family: var(--font-head); font-weight: 800; font-size: 24px; }
.logo .l { color: var(--red); } .logo .r { color: var(--ice); }

/* logo intro (same sequence as the main site) */
[data-logo-intro] { position: relative; display: inline-block; }
.logo__text { display: inline-block; }
.logo__odds { position: absolute; inset: 0; display: none; align-items: center; color: var(--text); font-weight: 800; }
[data-logo-intro].is-animating .logo__odds { display: inline-flex; }
[data-logo-intro].is-animating .logo__text { opacity: 0; }
.logo__odds.is-step { animation: logo-odds 160ms ease-out both; }
@keyframes logo-odds {
  0%   { opacity: 0; transform: translateY(12px) scale(.72); }
  55%  { opacity: 1; transform: translateY(0) scale(1.05); }
  100% { opacity: 0; transform: translateY(-9px) scale(1.14); }
}
[data-logo-intro].is-reveal .logo__text { animation: logo-reveal 450ms cubic-bezier(.22,.9,.3,1) both; }
@keyframes logo-reveal { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
[data-logo-intro].is-glow .logo .r, [data-logo-intro].is-glow .r { animation: logo-glow 280ms ease-out both; }
@keyframes logo-glow {
  0% { text-shadow: 0 0 0 transparent; }
  45% { text-shadow: 0 0 14px rgba(76, 201, 240, .5); }
  100% { text-shadow: 0 0 0 transparent; }
}
@media (prefers-reduced-motion: reduce) {
  [data-logo-intro].is-animating .logo__text { opacity: 1; }
  .logo__odds { display: none !important; }
}
.top .cta { margin-left: auto; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); text-align: center; padding: 72px 0 84px; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(105deg, rgba(58,18,25,.75), transparent 45%),
  linear-gradient(-105deg, rgba(15,42,54,.75), transparent 45%),
  linear-gradient(180deg, rgba(15,16,20,.35), rgba(15,16,20,.72)); }
.hero .wrap { position: relative; z-index: 2; }
.hero .kick { color: var(--ice); font-weight: 700; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); text-transform: uppercase; margin: 16px auto 18px; max-width: 18ch; }
.hero h1 .red { color: var(--red); } .hero h1 .ice { color: var(--ice); }
.hero p { color: var(--dim); max-width: 56ch; margin: 0 auto 30px; font-size: 18px; }
.hero .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--panel); }
.ticker-track { display: flex; gap: 44px; white-space: nowrap; padding: 10px 0; animation: tick 38s linear infinite; font-size: 13.5px; color: var(--dim); font-weight: 600; }
.ticker-track b { color: var(--ice); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

section { padding: 60px 0; }
.sec-h { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.sec-h h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); text-transform: uppercase; }
.sec-h .ln { flex: 1; height: 2px; background: linear-gradient(90deg, var(--red), var(--ice)); opacity: .8; }

.sp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 640px) { .sp-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .sp-grid { grid-template-columns: repeat(7, 1fr); } }
.sp { background: var(--bg); padding: 20px 8px; text-align: center; font-weight: 600; font-size: 13px; }
.sp svg { width: 20px; height: 20px; margin: 0 auto 8px; color: var(--dim); }
.sp:hover { background: var(--panel); }
.sp:nth-child(odd):hover svg { color: var(--red); }
.sp:nth-child(even):hover svg { color: var(--ice); }

/* Photo-backed sport cards (matches baqgybet.com "Pick your code") */
.sp--photo { position: relative; overflow: hidden; min-height: 96px; display: grid; align-items: end; padding: 12px 8px; }
.sp--photo .sp__bg { position: absolute; inset: 0; }
.sp--photo .sp__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sp--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,16,20,.18), rgba(15,16,20,.82) 82%); }
.sp--photo .sp__label { position: relative; z-index: 1; display: block; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.6); }
.sp--photo .sp__label svg { color: #fff; filter: drop-shadow(0 1px 4px rgba(0,0,0,.6)); margin: 0 auto 6px; }
.sp--photo:hover { background: var(--bg); }
.sp--photo:hover .sp__bg img { transform: scale(1.06); }
.sp--photo:hover::after { background: linear-gradient(180deg, rgba(15,16,20,.05), rgba(15,16,20,.72) 82%); }

.why { display: grid; gap: 14px; }
@media (min-width: 640px) { .why { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .why { grid-template-columns: repeat(4, 1fr); } }
.why .cell { background: var(--panel); border: 1px solid var(--line); padding: 22px; }
.why .cell svg { color: var(--ice); width: 22px; height: 22px; }
.why h3 { font-size: 16px; margin: 10px 0 6px; }
.why p { color: var(--dim); font-size: 14px; }

.rg-band { background: var(--panel); border-block: 1px solid var(--line); border-left: 4px solid var(--red); border-right: 4px solid var(--ice); }
.rg-band .wrap { display: grid; gap: 32px; padding-block: 44px; align-items: center; }
@media (min-width: 861px) { .rg-band .wrap { grid-template-columns: 1.2fr .8fr; } }
.rg-band h2 { font-size: 22px; text-transform: uppercase; margin-bottom: 10px; }
.rg-band p { color: var(--dim); }
.rg-band .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.rg-band .box { background: var(--bg); border: 1px dashed var(--line); padding: 20px; font-size: 15px; }
.rg-band .box b { color: var(--ice); }
.rg-band .box a { text-decoration: underline; }

.acc { background: var(--panel); border: 1px solid var(--line); margin-bottom: 8px; }
.acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; padding: 16px 20px; font-weight: 700; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; color: var(--red); font-family: var(--font-head); font-weight: 800; font-size: 18px; }
.acc[open] summary::after { content: "–"; color: var(--ice); }
.acc div { padding: 0 20px 20px; color: var(--dim); font-size: 15px; }
.acc a { color: var(--ice); text-decoration: underline; }

footer { background: #0A0B0E; border-top: 1px solid var(--line); font-size: 14px; }
.f-legal { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; padding-block: 28px; color: var(--dim); font-size: 13px; }
.f-legal b { color: var(--text); }
.f-legal a { text-decoration: underline; }
.betstop-chip { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; background: #fff; border: 1px solid var(--line); padding: 7px 12px; transition: box-shadow .15s ease; }
.betstop-chip:hover { box-shadow: 0 0 0 2px var(--ice); }
.betstop-chip img { height: 28px; width: auto; display: block; }
.f-links { border-top: 1px solid var(--line); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; color: var(--dim); font-size: 13px; }
.f-links a:hover { color: var(--text); }
.f-bottom { border-top: 1px solid var(--line); padding: 16px; text-align: center; color: var(--dim); font-size: 13px; }
.pay-strip { border-top: 1px solid var(--line); }
.pay-strip__row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-block: 16px; }
.pay-strip__label { font-size: 12px; color: var(--dim); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.pay-chip { display: inline-flex; align-items: center; justify-content: center; background: #EFF1F6; border-radius: 4px; height: 30px; padding: 6px 10px; }
.pay-chip img { height: 16px; width: auto; display: block; }
.pay-chip--text { font-size: 12px; font-weight: 800; color: #0F1014; letter-spacing: .02em; gap: 5px; }
.pay-chip--text svg { width: 14px; height: 14px; color: #0F1014; }
.pay-strip__note { font-size: 12px; color: var(--dim); }
@media (min-width: 720px) { .pay-strip__note { margin-left: auto; } }
.age-badge { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 2px solid var(--ice); border-radius: 50%; color: var(--ice); font-weight: 800; font-size: 12px; margin-right: 8px; vertical-align: middle; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease-out, transform .5s ease-out; }
.reveal.is-in { opacity: 1; transform: none; }

/* age gate + consent (same behaviour as main site) */
.age-gate { position: fixed; inset: 0; z-index: 100; background: rgba(10,11,14,.92); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 16px; }
.age-gate[hidden] { display: none; }
.age-gate .panel { position: relative; overflow: hidden; text-align: center; background: var(--panel); border: 1px solid var(--line); padding: 40px 32px; max-width: 470px; width: 100%; }
.age-gate .halves { position: absolute; inset: 0 0 auto; height: 6px; display: flex; }
.age-gate .halves span:first-child { flex: 1; background: var(--red); }
.age-gate .halves span:last-child { flex: 1; background: var(--ice); }
.age-gate h2 { font-size: 24px; margin-bottom: 8px; }
.age-gate p { color: var(--dim); }
.age-gate .actions { display: flex; gap: 12px; justify-content: center; margin: 24px 0 20px; flex-wrap: wrap; }
.age-gate .under { font-size: 13px; color: var(--dim); border-top: 1px dashed var(--line); padding-top: 16px; }
.age-gate .under a { text-decoration: underline; }
.age-gate .badge { display: inline-grid; place-items: center; width: 52px; height: 52px; border: 2px solid var(--ice); border-radius: 50%; color: var(--ice); font-weight: 800; margin-bottom: 16px; }

.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; display: flex; pointer-events: none; }
.consent[hidden] { display: none; }
.consent .panel { pointer-events: auto; max-width: 480px; background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--ice); padding: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.consent h2 { font-size: 16px; margin-bottom: 8px; }
.consent p { color: var(--dim); font-size: 13px; }
.consent a { text-decoration: underline; }
.consent .actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.consent .actions .btn { min-height: 38px; padding-block: 8px; font-size: 13px; }
.consent .cats { margin-top: 14px; display: grid; gap: 8px; }
.consent .cats label { display: flex; gap: 8px; font-size: 13px; color: var(--dim); align-items: flex-start; }
.consent .cats input { margin-top: 3px; accent-color: var(--ice); }
.consent .cats b { color: var(--text); }
