/* ============================================================
   Mr. Bets — Landing v2  ·  "SPORTSBOOK ENERGY, HONEST CORE"
   Display condensado pesado + odds tiles + cores saturadas.
   Índigo da marca · verde valor · laranja urgência.
   ============================================================ */

:root {
  /* surfaces — deeper, richer */
  --bg-0: #08090d;
  --bg-1: #0f1218;
  --bg-2: #161a22;
  --bg-3: #1e2330;
  --bg-4: #272d3c;
  --border: #232a36;
  --border-2: #313a4a;
  --border-glow: #3f4a5e;

  --tx-hi: #f3f5f8;
  --tx-mid: #9aa4b4;
  --tx-lo: #66708020;
  --tx-lo: #687283;
  --tx-faint: #444d5c;

  /* brand */
  --indigo: #7d8bff;
  --indigo-br: #9aa6ff;
  --indigo-dim: rgba(125, 139, 255, 0.16);
  --indigo-line: rgba(125, 139, 255, 0.42);

  /* value / win — vivid pitch green */
  --win: #1fd673;
  --win-br: #3bee8d;
  --win-dim: rgba(31, 214, 115, 0.15);
  --win-line: rgba(31, 214, 115, 0.4);

  /* urgency / ban warning */
  --hot: #ff7a3d;
  --hot-br: #ff945f;
  --hot-dim: rgba(255, 122, 61, 0.14);
  --hot-line: rgba(255, 122, 61, 0.4);
  --red: #ff4d63;

  /* sports */
  --s-fut: #1fd673;
  --s-bask: #ff7a3d;
  --s-ten: #d7f23a;
  --s-cup: #ffce4d;
  --gold: #ffce4d;

  --ui: "Geist", system-ui, -apple-system, sans-serif;
  --disp: "Saira Condensed", "Geist", sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", monospace;

  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 26px;

  --maxw: 1220px;
  --pad: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }

body {
  margin: 0;
  background: var(--bg-0);
  color: var(--tx-hi);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
::selection { background: var(--indigo-dim); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* DISPLAY HEADINGS — condensed, heavy, tight, uppercase energy */
h1, h2, h3 { margin: 0; font-family: var(--disp); font-weight: 800; line-height: 0.92; letter-spacing: -0.01em; text-wrap: balance; text-transform: uppercase; }
p { margin: 0; text-wrap: pretty; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: 100px 0; position: relative; }
.section.alt { background: var(--bg-1); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ===== shared bits ===== */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--indigo-br);
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--indigo); border-radius: 2px; }
.kicker.win { color: var(--win-br); }
.kicker.win::before { background: var(--win); }
.kicker.hot { color: var(--hot-br); }
.kicker.hot::before { background: var(--hot); }
.kicker.cup { color: var(--gold); }
.kicker.cup::before { background: var(--gold); }

.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .kicker { justify-content: center; }
.sec-title { font-size: clamp(38px, 5.6vw, 68px); margin: 18px 0 0; }
.sec-sub { font-size: 18px; color: var(--tx-mid); margin-top: 20px; line-height: 1.55; font-family: var(--ui); text-transform: none; font-weight: 400; }

.hl-ind { color: var(--indigo-br); }
.hl-win { color: var(--win-br); }
.hl-hot { color: var(--hot-br); }
.hl-cup { color: var(--gold); }
.pos { color: var(--win); }
.muted { color: var(--tx-mid); }
.faint { color: var(--tx-lo); }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ui); font-size: 15.5px; font-weight: 650;
  padding: 15px 26px; border-radius: var(--r-sm); cursor: pointer;
  border: 1px solid transparent; transition: transform .12s, background .15s, box-shadow .18s, border-color .15s;
  white-space: nowrap; letter-spacing: -0.01em;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(180deg, var(--win-br), var(--win));
  color: #052b16; font-weight: 750;
  box-shadow: 0 8px 30px -8px var(--win), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-primary:hover { box-shadow: 0 14px 40px -8px var(--win), inset 0 1px 0 rgba(255,255,255,0.3); transform: translateY(-1px); }
.btn-ind {
  background: linear-gradient(180deg, var(--indigo-br), var(--indigo));
  color: #0a0c1e; font-weight: 750;
  box-shadow: 0 8px 30px -8px var(--indigo), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-ind:hover { box-shadow: 0 14px 40px -8px var(--indigo); transform: translateY(-1px); }
.btn-ghost { background: var(--bg-2); border-color: var(--border-2); color: var(--tx-hi); }
.btn-ghost:hover { border-color: var(--border-glow); background: var(--bg-3); }
.btn-lg { font-size: 17px; padding: 17px 32px; }
.btn-block { width: 100%; }

/* ===================== OFFER BAR ===================== */
.offerbar {
  background: linear-gradient(90deg, var(--hot), #ff5a3d);
  color: #2a0e02; text-align: center; font-size: 14px; font-weight: 600;
  padding: 9px 16px; position: relative; z-index: 110;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.offerbar b { font-weight: 800; }
.offerbar a {
  font-weight: 750; text-decoration: underline; text-underline-offset: 2px;
  display: inline-flex; align-items: center; gap: 5px;
}
.offerbar .flame { font-size: 15px; }

/* ===================== NAV ===================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8, 9, 13, 0.82);
  backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--border); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: linear-gradient(150deg, var(--bg-4), var(--bg-2));
  border: 1px solid var(--border-2); display: grid; place-items: center; position: relative;
}
.brand-mark::after { content: ""; position: absolute; inset: 0; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(255,206,77,0.22); }
.brand-mark span { font-family: var(--mono); font-weight: 600; font-size: 17px; color: var(--gold); }
.brand-name { font-family: var(--disp); font-weight: 800; font-size: 22px; letter-spacing: 0; line-height: 0.9; text-transform: uppercase; }
.brand-sub { font-family: var(--mono); font-size: 9.5px; color: var(--tx-lo); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 2px; margin-left: 20px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--tx-mid); padding: 9px 14px; border-radius: 8px; transition: color .13s, background .13s; }
.nav-links a:hover { color: var(--tx-hi); background: var(--bg-2); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-login { font-size: 14.5px; font-weight: 550; color: var(--tx-mid); padding: 9px 14px; }
.nav-login:hover { color: var(--tx-hi); }
.install-btn { padding: 9px 15px; font-size: 14px; font-weight: 600; gap: 7px; }
.install-btn svg { width: 16px; height: 16px; }

/* ===================== HERO ===================== */
.hero { position: relative; padding: 60px 0 0; overflow: hidden; }
.hero-glow {
  position: absolute; top: -260px; left: 12%; width: 760px; height: 700px; pointer-events: none;
  background: radial-gradient(closest-side, rgba(125,139,255,0.22), transparent 70%); filter: blur(6px);
}
.hero-glow.g2 { left: auto; right: 4%; top: -180px; width: 620px; height: 600px;
  background: radial-gradient(closest-side, rgba(31,214,115,0.16), transparent 70%); }
.hero-pitch {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 0%, #000 25%, transparent 70%);
          mask-image: radial-gradient(ellipse 75% 65% at 50% 0%, #000 25%, transparent 70%);
}
.hero-inner { position: relative; z-index: 2; display: block; width: 100%; padding: 18px 0 78px; }
.hero .ticker { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; }
.hero-text { position: relative; z-index: 2; max-width: 660px; }

.hero-h1 { font-size: clamp(38px, 4.4vw, 64px); line-height: 0.94; letter-spacing: -0.02em; text-shadow: 0 2px 30px rgba(0,0,0,0.72), 0 1px 4px rgba(0,0,0,0.55); }
.hero-h1 .ln { display: block; }
.hero-sub { font-size: 19px; color: #ccd3dd; margin-top: 26px; max-width: 520px; line-height: 1.55; text-shadow: 0 1px 6px rgba(0,0,0,0.9), 0 2px 22px rgba(0,0,0,0.8); }
.hero-sub b { color: var(--tx-hi); font-weight: 600; }
.hero-cta { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.hero-fine { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: 13px; color: var(--tx-lo); }
.badge-18 { font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--hot); border: 1px solid var(--hot-line); border-radius: 5px; padding: 1px 6px; }

.hero-trust { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.tstat { display: flex; flex-direction: column; gap: 2px; }
.tstat .v { font-family: var(--disp); font-size: 34px; font-weight: 800; line-height: 1; letter-spacing: -0.01em; }
.tstat .l { font-size: 12px; color: #9aa4b4; font-weight: 500; text-shadow: 0 1px 6px rgba(0,0,0,0.8); }
.tstat .v { text-shadow: 0 1px 8px rgba(0,0,0,0.7); }
.hero-fine { text-shadow: 0 1px 6px rgba(0,0,0,0.85); }

/* hero — full-bleed athlete photography (framing-aware) */
.hero {
  --acc: var(--win); --acc-br: var(--win-br); --acc-dim: var(--win-dim); --acc-line: var(--win-line);
  --nrg: 0.62;            /* energy 0..1 (Tweaks) */
  --hero-h: 700px;
  min-height: var(--hero-h);
  display: flex; align-items: center;
}
.hl-acc { color: var(--acc-br); transition: color .5s; }

.hero-bg { position: absolute; left: 0; right: 0; top: -12%; height: 124%; z-index: 0; overflow: hidden; will-change: transform; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%;
  animation: kenburns calc(28s - var(--nrg) * 12s) ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(calc(1.05 + var(--nrg) * 0.11)); } }
@media (prefers-reduced-motion: reduce){ .hero-bg img { animation: none; } }

.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg-0) 0%, rgba(8,9,13,0.86) 30%, rgba(8,9,13,0.30) 54%, transparent 74%, rgba(8,9,13,0.32) 100%),
    linear-gradient(0deg, var(--bg-0) 2%, rgba(8,9,13,0.46) 17%, transparent 42%);
}
.hero-energy {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: calc(0.12 + var(--nrg) * 0.5);
  background: radial-gradient(ellipse 62% 56% at 58% 30%, color-mix(in srgb, var(--acc) 42%, transparent), transparent 66%);
  transition: opacity .4s, background .6s;
}

/* framing: cinematic — show the image more complete, text drops lower */
.hero[data-frame="cinematic"] { --hero-h: 840px; align-items: flex-end; }
.hero[data-frame="cinematic"] .hero-bg img { object-position: 50% 16%; }
.hero[data-frame="cinematic"] .hero-scrim {
  background:
    radial-gradient(ellipse 54% 66% at 16% 86%, rgba(8,9,13,0.82), rgba(8,9,13,0.4) 52%, transparent 74%),
    linear-gradient(0deg, var(--bg-0) 3%, rgba(8,9,13,0.62) 16%, rgba(8,9,13,0.12) 38%, transparent 56%),
    linear-gradient(90deg, rgba(8,9,13,0.46) 0%, transparent 38%);
}
.hero[data-frame="cinematic"] .hero-inner { padding-bottom: 92px; }
.hero[data-frame="cinematic"] .hero-visual { top: auto; transform: none; bottom: 96px; }
.hero[data-frame="cinematic"] .hero-energy { opacity: calc(0.06 + var(--nrg) * 0.3); }

/* framing: poster — image becomes a contained card on the right */
.hero[data-frame="poster"] { --hero-h: 760px; }
.hero[data-frame="poster"] .hero-bg {
  left: auto; right: var(--pad); top: 30px; bottom: 30px; width: 43%; height: auto;
  border-radius: var(--r-lg); border: 1px solid var(--border-2); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8);
}
.hero[data-frame="poster"] .hero-bg img { object-position: 50% 8%; }
.hero[data-frame="poster"] .hero-scrim { background: linear-gradient(90deg, var(--bg-0) 50%, transparent 60%); }
.hero[data-frame="poster"] .hero-energy { display: none; }

.athlete-layer { display: none; }

/* sport switch tabs */
.sport-tabs { display: inline-flex; gap: 8px; margin-top: 30px; background: var(--bg-1); border: 1px solid var(--border); border-radius: 30px; padding: 5px; }
.sport-tab {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 22px;
  font-family: var(--disp); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.03em;
  color: var(--tx-mid); cursor: pointer; transition: color .2s, background .2s; border: none; background: transparent;
}
.sport-tab svg { width: 17px; height: 17px; }
.sport-tab.on { color: var(--bg-0); background: var(--acc); }
.sport-tab:not(.on):hover { color: var(--tx-hi); }

/* hero visual — compact floating value card */
.hero-visual { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); right: max(var(--pad), calc((100% - var(--maxw)) / 2 + var(--pad))); width: 336px; }
.odds-tile.val { border-color: var(--acc-line); background: linear-gradient(180deg, var(--acc-dim), transparent); }
.odds-tile.val .ov { color: var(--acc-br); }
.odds-tile.val .ol { color: var(--acc); }
.val-flag { color: var(--acc-br); background: var(--acc-dim); border-color: var(--acc-line); }
.float-chip .ic { background: var(--acc-dim); color: var(--acc); }
.float-chip .b.pos { color: var(--acc-br); }
.slip-swap { animation: slipIn .5s ease; }
@keyframes slipIn { from { transform: translateY(10px); } to { transform: none; } }
.slip {
  background: linear-gradient(180deg, rgba(22, 26, 34, 0.62), rgba(15, 18, 24, 0.68));
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  backdrop-filter: blur(16px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.07);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.slip:hover { border-color: rgba(255,255,255,0.2); }
.slip-top { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(24, 29, 38, 0.45); }
.slip .match { border-bottom-color: rgba(255,255,255,0.06); }
.slip .odds-tile { background: rgba(32, 39, 51, 0.5); border-color: rgba(255,255,255,0.1); }
.slip-top .lg { width: 26px; height: 26px; border-radius: 7px; background: var(--bg-4); display: grid; place-items: center; }
.slip-live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--red); letter-spacing: 0.08em; }
.slip-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(255,77,99,0.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,77,99,0.5);} 70%{box-shadow:0 0 0 7px transparent;} 100%{box-shadow:0 0 0 0 transparent;} }

.match { padding: 16px 18px; border-bottom: 1px solid var(--border); }
.match-meta { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; color: var(--tx-lo); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.match-meta .sp { width: 16px; height: 16px; }
.match-teams { display: flex; flex-direction: column; gap: 9px; margin-bottom: 14px; }
.mteam { display: flex; align-items: center; gap: 11px; }
.mteam .crest { width: 26px; height: 26px; border-radius: 7px; flex: none; display: grid; place-items: center; font-family: var(--disp); font-weight: 800; font-size: 12px; color: #fff; }
.mteam .nm { font-weight: 600; font-size: 15px; }
.mteam .pr { margin-left: auto; font-family: var(--mono); font-size: 12px; color: var(--tx-mid); }
.odds-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.odds-tile {
  background: var(--bg-3); border: 1px solid var(--border-2); border-radius: var(--r-sm);
  padding: 9px 6px; text-align: center; cursor: pointer; transition: border-color .13s, background .13s, transform .1s;
}
.odds-tile:hover { border-color: var(--indigo-line); background: var(--bg-4); transform: translateY(-1px); }
.odds-tile .ol { font-family: var(--mono); font-size: 10px; color: var(--tx-lo); text-transform: uppercase; letter-spacing: 0.06em; }
.odds-tile .ov { font-family: var(--mono); font-size: 18px; font-weight: 600; margin-top: 3px; }
.odds-tile.val { border-color: var(--win-line); background: linear-gradient(180deg, var(--win-dim), transparent); }
.odds-tile.val .ov { color: var(--win-br); }
.odds-tile.val .ol { color: var(--win); }
.match-foot { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 12px; color: var(--tx-mid); }
.val-flag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--win-br); background: var(--win-dim); border: 1px solid var(--win-line); border-radius: 20px; padding: 3px 10px; }

.float-chip {
  position: absolute; bottom: -20px; right: -14px;
  background: var(--bg-3); border: 1px solid var(--border-2); border-radius: var(--r-md);
  padding: 12px 15px; box-shadow: 0 20px 44px -14px rgba(0,0,0,0.8);
  display: flex; align-items: center; gap: 12px;
}
.float-chip .ic { width: 36px; height: 36px; border-radius: 9px; background: var(--win-dim); color: var(--win); display: grid; place-items: center; flex: none; }
.float-chip .t { font-size: 11px; color: var(--tx-lo); }
.float-chip .b { font-family: var(--mono); font-size: 16px; font-weight: 600; }

/* ===================== SPORT TICKER ===================== */
.ticker { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-1); overflow: hidden; position: relative; }
.ticker::before, .ticker::after { content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, var(--bg-1), transparent); }
.ticker::after { right: 0; background: linear-gradient(270deg, var(--bg-1), transparent); }
.ticker-track { display: flex; gap: 0; width: max-content; animation: scroll 38s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tick {
  display: flex; align-items: center; gap: 12px; padding: 14px 26px; border-right: 1px solid var(--border); white-space: nowrap;
}
.tick .sp { width: 16px; height: 16px; flex: none; }
.tick .tm { font-size: 13px; font-weight: 550; color: var(--tx-mid); }
.tick .od { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--tx-hi); background: var(--bg-3); border-radius: 5px; padding: 2px 8px; }
.tick .od.up { color: var(--win-br); }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ===================== SPORT TABS / COVERAGE ===================== */
.sports { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.sport-pill {
  display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-radius: var(--r-md);
  background: var(--bg-1); border: 1px solid var(--border); min-width: 180px;
  transition: border-color .15s, transform .12s, background .15s;
}
.sport-pill:hover { transform: translateY(-3px); border-color: var(--border-glow); background: var(--bg-2); }
.sport-pill .si { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.sport-pill .sn { font-family: var(--disp); font-weight: 700; font-size: 19px; text-transform: uppercase; line-height: 1; }
.sport-pill .sm { font-size: 11.5px; color: var(--tx-lo); margin-top: 3px; }

/* ===================== BAN-WARNING (ad disguised as alert) ===================== */
.banwarn {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,122,61,0.14), rgba(255,77,99,0.08) 60%, transparent), var(--bg-1);
  border-top: 1px solid var(--hot-line); border-bottom: 1px solid var(--hot-line);
}
.banwarn-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 44px 0; }
.banwarn .bw-ic { width: 76px; height: 76px; border-radius: 18px; background: var(--hot-dim); border: 1px solid var(--hot-line); display: grid; place-items: center; color: var(--hot); flex: none; }
.banwarn h3 { font-size: clamp(26px, 3.4vw, 40px); color: var(--tx-hi); }
.banwarn h3 .hl-hot { color: var(--hot-br); }
.banwarn p { font-size: 16px; color: var(--tx-mid); margin-top: 12px; max-width: 720px; line-height: 1.55; }
.banwarn p b { color: var(--tx-hi); font-weight: 600; }
.banwarn .bw-cta { flex: none; }
.bw-stamp {
  position: absolute; top: 16px; right: 22px; font-family: var(--mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--hot); opacity: 0.6;
}

/* ===================== COMPARE (pain) ===================== */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cc { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 30px; background: var(--bg-1); }
.cc.them { background: var(--bg-0); }
.cc.us { border-color: var(--win-line); background: linear-gradient(180deg, var(--win-dim), transparent 36%), var(--bg-1); }
.cc-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 18px; }
.cc-tag.them { color: var(--tx-lo); border: 1px solid var(--border-2); }
.cc-tag.us { color: var(--win-br); background: var(--win-dim); border: 1px solid var(--win-line); }
.cc h3 { font-size: 26px; margin-bottom: 20px; }
.cc.them h3 { color: var(--tx-mid); }
.clist { display: flex; flex-direction: column; gap: 15px; }
.citem { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: var(--tx-mid); line-height: 1.45; }
.citem .ic { width: 24px; height: 24px; border-radius: 7px; flex: none; display: grid; place-items: center; margin-top: 1px; }
.citem .ic.bad { background: rgba(255,77,99,0.13); color: var(--red); }
.citem .ic.good { background: var(--win-dim); color: var(--win); }
.citem b { color: var(--tx-hi); font-weight: 600; }

/* ===================== PROOF (compact, credibility) ===================== */
.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pcard { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; background: var(--bg-1); }
.pcard .pv { font-family: var(--disp); font-size: 52px; font-weight: 800; line-height: 0.9; letter-spacing: -0.02em; }
.pcard .pt { font-family: var(--disp); font-size: 19px; font-weight: 700; text-transform: uppercase; margin-top: 14px; }
.pcard .pp { font-size: 14px; color: var(--tx-mid); margin-top: 8px; line-height: 1.5; }
.mini-calib { display: flex; align-items: flex-end; gap: 5px; height: 56px; margin-top: 4px; }
.mini-calib i { flex: 1; background: linear-gradient(180deg, var(--indigo-br), var(--indigo)); border-radius: 3px 3px 0 0; opacity: 0.9; }

/* ===================== FEATURES ===================== */
.feature { display: grid; grid-template-columns: 1fr 1.22fr; gap: 56px; align-items: center; }
.feature + .feature { margin-top: 108px; }
.feature.flip .ftext { order: 2; }
.feature.flip .fvis { order: 1; }
.fkick { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.fkick .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--indigo-dim); border: 1px solid var(--indigo-line); display: grid; place-items: center; color: var(--indigo-br); }
.fkick .kt { font-family: var(--disp); font-weight: 700; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--indigo-br); }
.feature h3 { font-size: clamp(30px, 3.6vw, 46px); }
.feature .fp { font-size: 17px; color: var(--tx-mid); margin-top: 16px; line-height: 1.55; }
.fbul { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; padding: 0; }
.fbul li { list-style: none; display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--tx-mid); }
.fbul .ic { width: 22px; height: 22px; flex: none; border-radius: 6px; background: var(--win-dim); color: var(--win); display: grid; place-items: center; margin-top: 1px; }
.fbul b { color: var(--tx-hi); font-weight: 600; }

.shot {
  border: 1px solid var(--border-2); border-radius: var(--r-lg); background: var(--bg-1); overflow: hidden;
  box-shadow: 0 36px 80px -30px rgba(0,0,0,0.8); transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.fvis:hover .shot { transform: translateY(-5px); }
.shot .bar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; border-bottom: 1px solid var(--border); background: var(--bg-2); }
.shot .bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--bg-4); }
.shot .bar .url { margin-left: 10px; font-family: var(--mono); font-size: 11px; color: var(--tx-lo); background: var(--bg-1); border: 1px solid var(--border); border-radius: 6px; padding: 4px 12px; }
.shot img { width: 100%; display: block; }

.feat-warn {
  display: flex; gap: 12px; align-items: flex-start; margin-top: 24px;
  background: var(--hot-dim); border: 1px solid var(--hot-line); border-radius: var(--r-md); padding: 15px 18px;
}
.feat-warn svg { color: var(--hot); flex: none; width: 20px; height: 20px; margin-top: 1px; }
.feat-warn p { font-size: 13.5px; color: var(--tx-mid); line-height: 1.5; text-transform: none; }
.feat-warn b { color: var(--tx-hi); font-weight: 600; }

/* ===================== COPA 2026 ===================== */
.copa {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 55% 75% at 88% 15%, rgba(255,206,77,0.14), transparent 60%),
    radial-gradient(ellipse 50% 70% at 8% 92%, rgba(125,139,255,0.12), transparent 60%),
    var(--bg-1);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.copa-inner { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 50px; align-items: center; }
.copa h2 { font-size: clamp(40px, 6vw, 78px); margin-top: 18px; line-height: 0.86; }
.copa-sub { font-size: 18px; color: var(--tx-mid); margin-top: 20px; line-height: 1.55; text-transform: none; }
.copa-stats { display: flex; gap: 34px; margin-top: 34px; flex-wrap: wrap; }
.cstat .v { font-family: var(--disp); font-size: 44px; font-weight: 800; line-height: 0.9; }
.cstat .l { font-size: 13px; color: var(--tx-mid); margin-top: 4px; }
.copa-photo { position: relative; }
.photo-slot { width: 100%; aspect-ratio: 16/11; border-radius: var(--r-lg); border: 1px solid var(--border-2); box-shadow: 0 36px 80px -30px rgba(0,0,0,0.8); }

/* ===================== STEPS ===================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px 28px; background: var(--bg-1); position: relative; overflow: hidden; }
.step .bign { position: absolute; top: -18px; right: 6px; font-family: var(--disp); font-weight: 800; font-size: 130px; line-height: 1; color: var(--bg-2); z-index: 0; }
.step .sct { position: relative; z-index: 1; }
.step h4 { font-family: var(--disp); font-size: 24px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--tx-mid); line-height: 1.5; }
.step .sn-tag { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--win); margin-bottom: 18px; display: inline-block; }

/* ===================== PLANS ===================== */
.plans { display: grid; grid-template-columns: 1fr 1.12fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.plan { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 34px; background: var(--bg-1); display: flex; flex-direction: column; }
.plan.pro { border-color: var(--win-line); background: linear-gradient(180deg, var(--win-dim), transparent 28%), var(--bg-1); box-shadow: 0 30px 80px -34px var(--win); position: relative; }
.plan-flag { position: absolute; top: 22px; right: 22px; font-family: var(--mono); font-size: 11px; color: #052b16; background: var(--win); font-weight: 750; padding: 5px 12px; border-radius: 20px; }
.plan-name { font-family: var(--disp); font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--tx-mid); }
.plan.pro .plan-name { color: var(--win-br); }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin: 14px 0 6px; }
.plan-price .amt { font-family: var(--disp); font-size: 56px; font-weight: 800; line-height: 0.9; letter-spacing: -0.02em; }
.plan-price .per { font-size: 15px; color: var(--tx-lo); font-family: var(--ui); }
.plan-tag { font-size: 14.5px; color: var(--tx-mid); min-height: 44px; }
.pfeats { list-style: none; padding: 0; margin: 22px 0 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.pfeats li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--tx-mid); }
.pfeats .ic { width: 20px; height: 20px; flex: none; margin-top: 1px; border-radius: 6px; display: grid; place-items: center; }
.pfeats .ic.y { background: var(--win-dim); color: var(--win); }
.pfeats .ic.n { color: var(--tx-faint); }
.pfeats b { color: var(--tx-hi); font-weight: 600; }
.plan-pay { margin-top: 14px; font-size: 12.5px; color: var(--tx-lo); display: flex; align-items: center; gap: 8px; justify-content: center; }

/* ===================== FAQ ===================== */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--bg-1); margin-bottom: 12px; overflow: hidden; transition: border-color .15s; }
.faq details[open] { border-color: var(--border-2); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 24px; font-family: var(--disp); font-size: 21px; font-weight: 700; text-transform: uppercase; display: flex; align-items: center; gap: 14px; user-select: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .qic { margin-left: auto; color: var(--tx-lo); transition: transform .2s; flex: none; }
.faq details[open] summary .qic { transform: rotate(45deg); color: var(--win); }
.faq .ans { padding: 0 24px 24px; color: var(--tx-mid); font-size: 15px; line-height: 1.6; }
.faq .ans b { color: var(--tx-hi); font-weight: 600; }

/* ===================== FINAL CTA ===================== */
.final { text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(31,214,115,0.14), transparent 62%), var(--bg-0); }
.final-bg { position: absolute; left: 0; right: 0; top: -16%; height: 132%; z-index: 0; overflow: hidden; will-change: transform; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; opacity: .42; }
.final-bg::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 85% 95% at 50% 50%, rgba(8,9,13,0.5), rgba(8,9,13,0.92) 78%),
              linear-gradient(0deg, var(--bg-0), transparent 28%, transparent 72%, var(--bg-0)); }
.final .wrap { position: relative; z-index: 1; }
.final h2 { font-size: clamp(46px, 7vw, 92px); line-height: 0.86; }
.final p { font-size: 19px; color: var(--tx-mid); margin: 22px auto 0; max-width: 560px; text-transform: none; }
.final .hero-cta { justify-content: center; }

/* ===================== FOOTER ===================== */
.footer { background: var(--bg-1); border-top: 1px solid var(--border); padding: 60px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-brand { max-width: 290px; }
.footer-brand p { font-size: 13.5px; color: var(--tx-lo); margin-top: 14px; line-height: 1.5; }
.footer-col h5 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tx-lo); margin: 0 0 14px; font-weight: 600; }
.footer-col a { display: block; font-size: 14px; color: var(--tx-mid); padding: 5px 0; transition: color .13s; }
.footer-col a:hover { color: var(--tx-hi); }
.footer-legal { padding-top: 28px; display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.footer-legal .resp { font-size: 12.5px; color: var(--tx-lo); line-height: 1.6; max-width: 640px; }
.footer-legal .resp b { color: var(--hot); font-weight: 600; }
.footer-18 { font-family: var(--mono); font-weight: 700; font-size: 17px; color: var(--hot); border: 1.5px solid var(--hot); border-radius: 9px; padding: 7px 12px; flex: none; }

/* reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===================== MOBILE ===================== */
@media (max-width: 980px) {
  .section { padding: 70px 0; }
  .hero-inner, .feature, .feature.flip .ftext, .feature.flip .fvis, .copa-inner, .banwarn-inner { grid-template-columns: 1fr; }
  .feature.flip .ftext, .feature.flip .fvis { order: 0; }
  .fvis { order: -1; }
  .feature { gap: 32px; }
  .feature + .feature { margin-top: 64px; }
  .banwarn-inner { text-align: center; justify-items: center; gap: 22px; }
  .banwarn .bw-ic { margin: 0 auto; }
  .compare, .plans, .steps, .proof-band { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-h1 { font-size: clamp(48px, 13vw, 80px); }
  .hero, .hero[data-frame="cinematic"] { min-height: auto; display: block; }   /* empilha texto + slip (era flex lado a lado) */
  .hero-visual { position: relative; z-index: 2; width: 100%; max-width: 400px; margin: 32px auto 0; right: auto; bottom: auto; top: auto; transform: none; }   /* relative p/ o z-index valer e o card ficar ACIMA do scrim (senão a sombra escura cobre o card) */
  .hero-bg img { object-position: 50% 12%; }
}
@media (max-width: 560px) {
  :root { --pad: 18px; }
  .hero { padding: 36px 0 0; }
  .hero-cta .btn { flex: 1; }
  .hero-trust { gap: 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-legal { flex-direction: column-reverse; }
  .sports { display: grid; grid-template-columns: 1fr 1fr; }   /* 2x2 em vez de 4 espremidos numa linha */
  .sport-pill { min-width: 0; }
  .nav-cta { gap: 7px; }
  .nav-login { display: none; }   /* mesmo destino (/app) de "Começar grátis": redundante no mobile, libera espaço p/ Instalar */
  .install-btn .install-txt { display: none; }   /* nav apertada no mobile: só o ícone */
  .install-btn { padding: 9px 10px; }
}

/* img no lugar do custom element image-slot */
img.photo-slot { object-fit: cover; display: block; }

/* ===================== tutorial (passo a passo) ===================== */
.toc { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.toc a { font-size: 13px; color: var(--tx-mid); border: 1px solid var(--border-2); border-radius: 999px; padding: 7px 15px; text-decoration: none; transition: color .15s, border-color .15s, background .15s; }
.toc a:hover { color: var(--tx-hi); border-color: var(--acc); background: var(--acc-dim); }
.tut-ol { counter-reset: t; list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 13px; }
.tut-ol li { position: relative; padding-left: 46px; font-size: 14.5px; line-height: 1.6; color: var(--tx-mid); }
.tut-ol li b { color: var(--tx-hi); font-weight: 600; }
.tut-ol li::before { counter-increment: t; content: counter(t); position: absolute; left: 0; top: -1px; width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; font-family: var(--disp); font-weight: 800; font-size: 15px; color: var(--win-br); background: var(--win-dim); border: 1px solid var(--win-line); }
.tip { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; padding: 14px 16px; border-radius: var(--r-md); background: rgba(99,102,241,.08); border: 1px solid var(--acc-line); font-size: 13.5px; color: var(--tx-mid); line-height: 1.55; }
.tip b { color: var(--tx-hi); font-weight: 600; }
.tip > span:first-child { font-size: 18px; line-height: 1; flex: none; }
