@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/barlow-condensed-600.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/barlow-condensed-700.woff2') format('woff2');
  }

  /* ── Identidade arena: tema único deliberado (preto stone + laranja) ── */
  :root {
    --ground: #0C0A09;
    --ground-2: #120F0D;
    --surface: #1C1917;
    --surface-2: #171412;
    --border: #292524;
    --border-soft: #221E1B;
    --text: #FAFAF9;
    --text-2: #B6B0AA;
    --text-3: #8A827C;
    --brand: #F97316;
    --brand-light: #FB923C;
    --brand-ink: #1A0F02;
    --brand-soft: rgba(249, 115, 22, 0.13);
    --brand-line: rgba(249, 115, 22, 0.32);
    --gold: #EAB308;
    --wa-bg: #0B141A;
    --wa-in: #202C33;
    --wa-out: #005C4B;
    --wa-text: #E9EDEF;
    --wa-time: #8696A0;
    --display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
    --body: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
    --radius: 16px;
  }

  * { box-sizing: border-box; }
  body {
    margin: 0;
    background: var(--ground);
    color: var(--text);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
  }
  a { color: inherit; text-decoration: none; }
  :is(a, button, summary, input, select):focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
    border-radius: 6px;
  }

  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .wrap-wide { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

  /* ── Tipografia ── */
  .eyebrow {
    font-family: var(--display);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
  }
  .eyebrow::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--brand);
    border-radius: 2px;
  }
  h1, h2, h3 { text-wrap: balance; }
  h1 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 0.98;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    margin: 0 0 20px;
  }
  h1 em { font-style: normal; color: var(--brand); }
  h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(32px, 4.6vw, 50px);
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 14px;
  }
  .lede { font-size: 18px; color: var(--text-2); max-width: 54ch; margin: 0 0 32px; }
  .sub { font-size: 16px; color: var(--text-2); max-width: 62ch; margin: 0 0 44px; }
  .tabnum { font-variant-numeric: tabular-nums; }

  /* ── Botões ── */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--body);
    font-size: 15.5px;
    font-weight: 700;
    border-radius: 12px;
    padding: 0 26px;
    height: 52px;
    cursor: pointer;
    border: none;
    transition: background 0.18s, transform 0.18s, border-color 0.18s;
    white-space: nowrap;
  }
  .btn-primary { background: var(--brand); color: var(--brand-ink); }
  .btn-primary:hover { background: var(--brand-light); transform: translateY(-1px); }
  .btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
  }
  .btn-ghost:hover { border-color: var(--brand-line); color: var(--brand-light); }
  .btn svg { flex-shrink: 0; }

  /* ── Navbar: logo e CTA soltos, pílula central só com os links (padrão Aries) ── */
  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 24px 0;
  }
  .nav-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 62px;
    max-width: 1320px;
    margin: 0 auto;
  }
  .logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--display);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
  }
  .logo b { color: var(--brand); font-weight: 700; }
  .logo svg { flex-shrink: 0; }
  /* Logo oficial (logoquadrasystem.png processada p/ fundo escuro) */
  .logo img { display: block; height: 48px; width: auto; }
  .foot .logo img { height: 40px; }
  /* Lockup da marca: QUADRA empilhado sobre SYSTEM (laranja, espaçado) */
  .logo-word {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1;
    font-size: 21px;
  }
  .logo-word small {
    font-family: var(--display);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
    color: var(--brand);
  }
  .nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    background: rgba(16, 13, 11, 0.78);
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4);
  }
  .nav-links a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-2);
    padding: 9px 15px;
    border-radius: 999px;
    transition: color 0.15s, background 0.15s;
  }
  .nav-links a:hover { color: var(--text); }
  .nav-links a.active { background: var(--surface); color: var(--text); }
  .nav .btn { height: 44px; padding: 0 20px; font-size: 14px; border-radius: 999px; }
  .menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text);
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
  }
  .nav-menu { display: none; }
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* overlay: dropdown absoluto sob a row — não empurra o conteúdo
       nem muda a altura do nav sticky */
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: min(440px, calc(100vw - 28px));
    margin: 0;
    padding: 10px 24px 16px;
    background: rgba(16, 13, 11, 0.94);
    border: 1px solid var(--border);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
    animation: menu-in 0.22s ease-out;
  }
  @keyframes menu-in {
    from { opacity: 0; transform: translate(-50%, -8px); }
  }
  .nav-menu a {
    padding: 11px 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-2);
    border-bottom: 1px solid var(--border-soft);
  }
  .nav-menu a.active { color: var(--brand-light); }
  .nav-menu a:last-child { border-bottom: none; }
  /* CTA dentro do menu mobile (o .nav-cta some ≤900px) — vence o .nav-menu a */
  .nav-menu .nav-menu-cta {
    margin-top: 14px;
    height: 48px;
    padding: 0 20px;
    border-bottom: none;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 15px;
  }

  /* ── Páginas (roteador) ── */
  .page { display: none; }
  .page.active { display: block; }
  .page-head { padding: 72px 0 8px; }
  .page-head h1 { font-size: clamp(38px, 5.6vw, 60px); }
  .page-head .lede { margin-bottom: 8px; }

  section { padding: 88px 0; }
  section.tight { padding: 64px 0; }
  .section-head { max-width: 720px; }
  /* variante centralizada usada na home */
  .section-head.center { margin: 0 auto; text-align: center; }
  .section-head.center .sub { margin-left: auto; margin-right: auto; }

  /* ── Hero (Início) ── */
  /* desliza sob o nav flutuante (14px + 62px) para a luz aparecer atrás da pílula */
  .hero {
    position: relative;
    margin-top: -76px;
    padding: 156px 0 90px;
    overflow: clip;
    background:
      linear-gradient(180deg, rgba(12, 10, 9, 0.04) 0%, rgba(12, 10, 9, 0.30) 62%, #0C0A09 98%),
      url('/assets/img/hero-bg.jpg') center top / cover no-repeat,
      var(--ground);
  }
  .hero-court {
    position: absolute;
    inset: -60px -120px auto auto;
    width: 760px;
    height: 640px;
    pointer-events: none;
    opacity: 0.9;
  }
  .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
  }
  .hero-copy .lede { font-size: 19px; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
  .hero-sports {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hero-sports li {
    font-family: var(--display);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-3);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 4px 14px;
  }

  /* ── Marquee (faixa que desliza sozinha) ── */
  .marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }
  .marquee-inner { display: flex; width: max-content; animation: marquee 30s linear infinite; }
  .marquee-track { display: flex; align-items: center; gap: 12px; padding-right: 12px; }
  .marquee:hover .marquee-inner { animation-play-state: paused; }
  @keyframes marquee { to { transform: translateX(-50%); } }

  /* ── Vitrine de telas do sistema: marquee full-bleed (padrão Aries) ── */
  .shots .section-head { margin-bottom: 36px; }
  .shots-marquee { position: relative; padding: 14px 0 20px; }
  .shots-marquee::before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: 50%;
    width: min(1400px, 96vw);
    transform: translateX(-50%);
    background: radial-gradient(55% 60% at 50% 42%, rgba(249, 115, 22, 0.10), transparent 70%);
    pointer-events: none;
  }
  .shots-marquee .marquee-track { gap: 24px; padding-right: 24px; align-items: center; }
  .shot-card { position: relative; }
  .shot-card img { display: block; height: 400px; width: auto; }
  .shot-card.browser { box-shadow: 0 22px 54px rgba(0, 0, 0, 0.55); }
  .shot-phone {
    background: #171412;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 7px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.55);
  }
  .shot-phone img { border-radius: 20px; }
  @media (max-width: 720px) {
    .shot-card img { height: 300px; }
  }

  /* Depoimentos deslizando (full-bleed) */
  .quotes-marquee { margin-top: 8px; }
  .quotes-marquee .marquee-track { gap: 18px; padding-right: 18px; align-items: stretch; }
  .quotes-marquee .quote-wa { width: min(380px, 84vw); flex-shrink: 0; }

  /* Faixa de replays recentes (página /replays) */
  .replay-strip {
    padding: 26px 0;
    background: var(--ground-2);
    border-top: 1px solid var(--border-soft);
    /* sem border-bottom: a section .band seguinte já traz a divisória */
  }
  .replay-chip {
    display: flex;
    align-items: center;
    gap: 11px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 11px 18px 11px 11px;
    white-space: nowrap;
  }
  .replay-chip .play {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .replay-chip b { display: block; font-size: 13px; }
  .replay-chip small { display: block; font-size: 11px; color: var(--text-3); font-variant-numeric: tabular-nums; }

  /* ── Moldura de celular ── */
  .phone-slot { display: flex; flex-direction: column; align-items: center; position: relative; }
  /* ponto de luz atrás do celular */
  .phone-slot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 440px;
    max-width: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(249, 115, 22, 0.16), transparent 62%);
    pointer-events: none;
  }
  .phone { position: relative; }
  .phone {
    width: 100%;
    max-width: 356px;
    background: #171412;
    border: 1px solid var(--border);
    border-radius: 36px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .screen {
    background: var(--ground);
    border-radius: 28px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
  }
  .statusbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 22px 6px;
    font-size: 12px;
    font-weight: 600;
    color: #D6D3D1;
    font-variant-numeric: tabular-nums;
  }
  .statusbar .pills { display: flex; gap: 4px; }
  .statusbar .pills i { width: 14px; height: 8px; border-radius: 3px; background: #44403C; display: block; }
  .statusbar .pills i:last-child { background: var(--brand); }

  .booking { padding: 14px 18px 20px; display: flex; flex-direction: column; gap: 14px; }
  .booking-head b {
    display: block;
    font-family: var(--display);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .booking-head small { color: var(--text-3); font-size: 12px; }
  .day-row { display: flex; gap: 8px; }
  .day {
    flex: 1;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 7px 4px;
    color: var(--text-2);
  }
  .day small { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; }
  .day b { font-size: 16px; font-variant-numeric: tabular-nums; }
  .day.on {
    border-color: var(--brand);
    background: var(--brand-soft);
    color: var(--brand-light);
  }
  .slot-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-3);
  }
  .slots { display: flex; flex-direction: column; gap: 8px; }
  .slot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 14px;
    background: var(--surface-2);
  }
  .slot b { font-size: 14px; font-variant-numeric: tabular-nums; }
  .slot .price { font-size: 13px; color: var(--text-2); font-variant-numeric: tabular-nums; }
  .slot.busy { opacity: 0.45; }
  .slot.sel {
    border-color: var(--brand);
    background: var(--brand-soft);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
  }
  .slot.sel .price { color: var(--brand-light); font-weight: 700; }
  .phone-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border-radius: 12px;
    background: var(--brand);
    color: var(--brand-ink);
    font-size: 14.5px;
    font-weight: 700;
  }

  /* ── Hero: demo animada do fluxo de agendamento ── */
  .hero-screen .stepper { display: flex; gap: 5px; padding: 10px 18px 0; }
  .hero-screen .stepper i {
    flex: 1; height: 4px; border-radius: 999px; background: var(--border);
    display: block; transition: background 0.4s;
  }
  .hero-screen .stepper i.on { background: var(--brand); }
  .hero-screen .panes { position: relative; height: 468px; }
  .pane {
    position: absolute;
    inset: 0;
    padding: 14px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateX(26px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
    pointer-events: none;
    visibility: hidden; /* fora do fluxo de Tab enquanto oculta */
  }
  .pane.on { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
  .pane.gone { opacity: 0; transform: translateX(-26px); visibility: visible; }

  .qcards { display: flex; flex-direction: column; gap: 9px; }
  .qcard {
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 14px;
    background: var(--surface-2);
    transition: border-color 0.35s, background 0.35s, box-shadow 0.35s;
  }
  .qcard .ic {
    width: 36px; height: 36px; border-radius: 10px; background: var(--brand-soft);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .qcard b { display: block; font-size: 14px; line-height: 1.25; }
  .qcard small { display: block; font-size: 11px; color: var(--text-3); }
  .qcard .qprice {
    margin-left: auto; text-align: right; font-size: 11.5px; color: var(--text-2);
    font-variant-numeric: tabular-nums; white-space: nowrap;
  }
  .hero-screen.pick-q .qcard.pick {
    border-color: var(--brand);
    background: var(--brand-soft);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
  }
  .pane-b .slot-pick { transition: border-color 0.35s, background 0.35s, box-shadow 0.35s; }
  .hero-screen.pick-s .slot-pick {
    border-color: var(--brand);
    background: var(--brand-soft);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
  }
  .hero-screen.pick-s .slot-pick .price { color: var(--brand-light); font-weight: 700; }
  .pane-b .phone-cta { opacity: 0.45; transition: opacity 0.35s; margin-top: auto; }
  .hero-screen.pick-s .pane-b .phone-cta { opacity: 1; }

  .confirm {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
  .confirm .cicon {
    width: 66px; height: 66px; border-radius: 999px;
    background: var(--brand-soft); border: 1px solid var(--brand-line);
    display: flex; align-items: center; justify-content: center;
  }
  .confirm > b {
    font-family: var(--display); font-weight: 700; font-size: 26px;
    text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.1;
  }
  .confirm > p { margin: -4px 0 0; font-size: 14px; color: var(--text-2); font-variant-numeric: tabular-nums; }
  .confirm .cdetail {
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface-2);
    padding: 10px 16px;
    font-size: 12.5px;
    color: var(--text-2);
    font-variant-numeric: tabular-nums;
  }
  .confirm .cdetail b { color: var(--text); }

  .notif {
    position: absolute;
    top: 6px;
    left: 8px;
    right: 8px;
    z-index: 5;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: rgba(28, 25, 23, 0.97);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 10px 13px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.3, 1.15), opacity 0.4s;
  }
  .notif.show { transform: none; opacity: 1; }
  .notif .napp {
    width: 34px; height: 34px; border-radius: 9px; background: #25D366;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .notif .nbody { min-width: 0; flex: 1; }
  .notif .nrow { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
  .notif .nrow b { font-size: 12px; }
  .notif .nrow small { font-size: 10px; color: var(--text-3); }
  .notif .nbody p { margin: 1px 0 0; font-size: 12px; color: var(--text-2); line-height: 1.4; }

  /* ── Cards de funcionalidades (resumo no Início) ── */
  .feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .feat {
    display: flex;
    flex-direction: column;
    background: var(--surface-2);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    padding: 24px 24px 22px;
    transition: border-color 0.2s, transform 0.2s;
  }
  .feat:hover { border-color: var(--brand-line); transform: translateY(-2px); }
  .feat .ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .feat h3 {
    font-family: var(--display);
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 6px;
  }
  .feat p { margin: 0 0 14px; font-size: 14.5px; color: var(--text-2); }
  .feat .more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--brand-light);
  }

  /* ── Página Funcionalidades: blocos detalhados ── */
  .fd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 64px 0;
    border-top: 1px solid var(--border-soft);
  }
  .fd:first-of-type { border-top: none; }
  .fd.flip .fd-copy { order: 2; }
  .fd.flip .fd-mock { order: 1; }
  .fd h2 { font-size: clamp(28px, 3.6vw, 40px); }
  .fd .lede { font-size: 16.5px; margin-bottom: 24px; }
  .fd-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .fd-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--text-2); }
  .fd-points svg { flex-shrink: 0; margin-top: 4px; }
  .fd-points b { color: var(--text); }
  .fd-mock { min-width: 0; }

  /* ── Chat do robô ── */
  .chat {
    background: var(--wa-bg);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    max-width: 420px;
  }
  .chat-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #111B21;
    border-bottom: 1px solid #222D34;
  }
  .chat-head .ava {
    width: 34px; height: 34px; border-radius: 999px;
    background: var(--brand-soft); border: 1px solid var(--brand-line);
    display: flex; align-items: center; justify-content: center;
  }
  .chat-head b { font-size: 14px; color: var(--wa-text); display: block; line-height: 1.2; }
  .chat-head small { font-size: 11.5px; color: #4AD07A; }
  .chat-body { padding: 16px 14px 18px; display: flex; flex-direction: column; gap: 9px; min-height: 290px; }
  .msg {
    max-width: 84%;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--wa-text);
    opacity: 0;
    transform: translateY(8px);
  }
  .msg.in { background: var(--wa-in); border-radius: 12px 12px 12px 4px; align-self: flex-start; }
  .msg.out { background: var(--wa-out); border-radius: 12px 12px 4px 12px; align-self: flex-end; }
  .msg small {
    display: block; text-align: right; font-size: 10px; color: var(--wa-time);
    margin-top: 2px; font-variant-numeric: tabular-nums;
  }
  .chat.play .msg { animation: msgIn 0.4s ease-out forwards; }
  .chat.play .msg:nth-child(1) { animation-delay: 0.3s; }
  .chat.play .msg:nth-child(2) { animation-delay: 1.5s; }
  .chat.play .msg:nth-child(3) { animation-delay: 3s; }
  .chat.play .msg:nth-child(4) { animation-delay: 4.2s; }
  @keyframes msgIn { to { opacity: 1; transform: translateY(0); } }

  /* ── Moldura de navegador ── */
  .browser {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .browser-chrome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #14110F;
    border-bottom: 1px solid var(--border-soft);
  }
  .browser-chrome .dots { display: flex; gap: 5px; }
  .browser-chrome .dots i { width: 10px; height: 10px; border-radius: 999px; background: #33302C; display: block; }
  .browser-chrome .url {
    flex: 1;
    background: var(--ground);
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    font-size: 11px;
    color: var(--text-3);
    padding: 4px 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ── Agenda ── */
  .agenda { padding: 14px; }
  .agenda-head {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
  }
  .agenda-head b {
    font-family: var(--display); font-weight: 600; font-size: 17px;
    text-transform: uppercase; letter-spacing: 0.04em;
  }
  .agenda-head small { font-size: 11.5px; color: var(--text-3); font-variant-numeric: tabular-nums; }
  .agenda-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .agenda-col { display: flex; flex-direction: column; gap: 6px; }
  .agenda-col > small {
    font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; color: var(--text-3); text-align: center; padding-bottom: 2px;
  }
  .bk {
    border: 1px solid var(--border);
    border-left: 3px solid var(--brand);
    border-radius: 9px;
    background: var(--surface);
    padding: 6px 9px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
  }
  .bk b { display: block; font-size: 11.5px; line-height: 1.3; }
  .bk small { font-size: 10.5px; color: var(--text-3); font-variant-numeric: tabular-nums; }
  .bk.fixo { border-left-color: var(--gold); }
  .bk.fixo small b { color: var(--gold); font-size: 10.5px; display: inline; }
  .bk.free {
    border-style: dashed; border-left-width: 1px; background: transparent; text-align: center;
  }
  .agenda.play .bk { opacity: 1; transform: translateY(0); }
  .event-block {
    border: 1px dashed var(--brand-line);
    border-radius: 9px;
    background: repeating-linear-gradient(45deg, rgba(249, 115, 22, 0.1) 0 8px, transparent 8px 16px);
    padding: 10px 9px;
    text-align: center;
  }
  .event-block b { display: block; font-size: 11.5px; color: var(--brand-light); line-height: 1.3; }
  .event-block small { font-size: 10.5px; color: var(--text-3); }

  /* ── Painéis genéricos ── */
  .panel {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .panel > b {
    display: block;
    font-family: var(--display);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
  }
  .panel > small { display: block; font-size: 12px; color: var(--text-3); margin-bottom: 14px; }
  .stack { display: flex; flex-direction: column; gap: 16px; }

  /* ── Mapa de calor ── */
  .heat { display: grid; grid-template-columns: 34px repeat(7, 1fr); gap: 4px; align-items: center; }
  .heat .hl { font-size: 10px; color: var(--text-3); text-align: right; padding-right: 4px; font-variant-numeric: tabular-nums; }
  .heat .dl { font-size: 10px; color: var(--text-3); text-align: center; text-transform: uppercase; letter-spacing: 0.04em; }
  .cell {
    aspect-ratio: 1.6;
    border-radius: 5px;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    opacity: 0.4;
    transition: opacity 0.5s ease-out;
  }
  .heat.play .cell { opacity: 1; }
  .cell[data-h="1"] { background: rgba(249, 115, 22, 0.16); border-color: transparent; }
  .cell[data-h="2"] { background: rgba(249, 115, 22, 0.38); border-color: transparent; }
  .cell[data-h="3"] { background: rgba(249, 115, 22, 0.68); border-color: transparent; }
  .cell[data-h="4"] { background: #F97316; border-color: transparent; }

  /* ── Estatísticas ── */
  .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
  .stat {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 12px 14px;
  }
  .stat b {
    display: block;
    font-family: var(--display);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
  }
  .stat b em { font-style: normal; color: var(--brand-light); }
  .stat small { font-size: 11px; color: var(--text-3); }

  /* ── Grade de preços ── */
  .price-grid { display: grid; grid-template-columns: 48px repeat(4, 1fr); gap: 6px; align-items: stretch; }
  .pg-h {
    font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--text-3); text-align: center; align-self: center;
  }
  .pg-t {
    font-size: 11px; color: var(--text-3); text-align: right; padding-right: 6px;
    align-self: center; font-variant-numeric: tabular-nums;
  }
  .pg-c {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 9px;
    text-align: center;
    padding: 9px 4px;
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: var(--text-2);
  }
  .pg-c.hot {
    background: var(--brand-soft);
    border-color: var(--brand-line);
    color: var(--brand-light);
    position: relative;
  }
  .pg-c.hot small {
    display: block; font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--brand-light); opacity: 0.85;
  }
  .pg-c.promo { border: 1px dashed var(--brand-line); }
  .pg-c.promo small {
    display: block; font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--brand-light);
  }

  /* ── Mensalista: mini calendário ── */
  .mensal { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
  .mensal .ic {
    width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .mensal b { display: block; font-size: 14px; }
  .mensal small { font-size: 12px; color: var(--text-3); font-variant-numeric: tabular-nums; }
  .mensal .pill {
    margin-left: auto;
    font-family: var(--display);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(234, 179, 8, 0.12);
    border: 1px solid rgba(234, 179, 8, 0.3);
    border-radius: 999px;
    padding: 3px 11px;
    white-space: nowrap;
  }
  .cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 14px; }
  .cal span {
    font-size: 10.5px;
    text-align: center;
    padding: 6px 0;
    border-radius: 7px;
    color: var(--text-3);
    font-variant-numeric: tabular-nums;
  }
  .cal .h { font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 9.5px; }
  .cal .on {
    background: var(--brand-soft);
    border: 1px solid var(--brand-line);
    color: var(--brand-light);
    font-weight: 700;
  }
  .pay-row { display: flex; gap: 8px; flex-wrap: wrap; }
  .pay {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11.5px; font-weight: 600;
    border-radius: 999px; padding: 4px 12px;
    border: 1px solid var(--border);
    color: var(--text-2);
    font-variant-numeric: tabular-nums;
  }
  .pay.ok { border-color: var(--brand-line); color: var(--brand-light); background: var(--brand-soft); }

  /* ── Lista de espera ── */
  .wa-note {
    background: var(--wa-out);
    border-radius: 4px 14px 14px 14px;
    padding: 10px 15px;
    max-width: 320px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
  }
  .wa-note p { margin: 0; font-size: 12.5px; color: var(--wa-text); line-height: 1.45; }
  .wa-note small {
    display: block; text-align: right; font-size: 10px;
    color: rgba(233, 237, 239, 0.6); margin-top: 3px; font-variant-numeric: tabular-nums;
  }
  .queue { display: flex; flex-direction: column; gap: 8px; }
  .queue-row {
    display: flex; align-items: center; gap: 12px;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 10px 14px;
  }
  .queue-row .pos {
    width: 28px; height: 28px; border-radius: 999px;
    background: var(--brand-soft); border: 1px solid var(--brand-line);
    color: var(--brand-light);
    font-family: var(--display); font-weight: 700; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
  }
  .queue-row b { display: block; font-size: 13px; }
  .queue-row small { font-size: 11px; color: var(--text-3); }
  .queue-row .st {
    margin-left: auto;
    font-size: 10.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
    border-radius: 999px; padding: 3px 10px;
    border: 1px solid var(--border); color: var(--text-3);
    white-space: nowrap;
  }
  .queue-row .st.hot { border-color: var(--brand-line); color: var(--brand-light); background: var(--brand-soft); }

  /* ── Site da arena (mockup) ── */
  .arena-cover {
    position: relative;
    background: linear-gradient(155deg, #241408 0%, #17130F 55%, #0C0A09 100%);
    padding: 26px 22px 22px;
    overflow: hidden;
  }
  .arena-cover .lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }
  .arena-cover > * { position: relative; }
  .arena-cover h4 {
    font-family: var(--display); font-weight: 700; font-size: 30px;
    text-transform: uppercase; letter-spacing: 0.02em; margin: 0 0 4px;
  }
  .arena-cover .rate { font-size: 13px; color: var(--text-2); margin: 0 0 12px; font-variant-numeric: tabular-nums; }
  .arena-cover .rate b { color: var(--gold); }
  .arena-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
  .arena-chips span {
    font-size: 11.5px; font-weight: 600; color: var(--brand-light);
    background: var(--brand-soft); border: 1px solid var(--brand-line);
    padding: 3px 11px; border-radius: 999px;
  }
  .arena-cover .phone-cta { max-width: 240px; height: 44px; font-size: 14px; }
  .arena-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 12px 14px 14px; }
  .arena-shots i {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 9px;
    background: linear-gradient(140deg, #2A1D10, #1C1917);
    border: 1px solid var(--border-soft);
  }

  /* ── Replays ── */
  .replay-stage { position: relative; }
  .player {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: linear-gradient(160deg, #17130F 0%, #0C0A09 75%);
    box-shadow: var(--shadow);
    aspect-ratio: 16 / 10;
  }
  .player-court { position: absolute; inset: 0; width: 100%; height: 100%; }
  .player-top {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(12, 10, 9, 0.72);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 5px 14px 5px 8px;
    font-size: 12px;
    color: var(--text-2);
    font-variant-numeric: tabular-nums;
  }
  .player-top .rec { width: 8px; height: 8px; border-radius: 999px; background: var(--brand); animation: blink 1.6s infinite; }
  @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
  .player-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 999px;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.35);
  }
  .player-bar {
    position: absolute;
    left: 14px; right: 14px; bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(12, 10, 9, 0.78);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 14px;
  }
  .player-line { flex: 1; height: 4px; border-radius: 4px; background: #33302C; position: relative; }
  .player-line i {
    position: absolute; left: 0; top: 0; bottom: 0; width: 38%;
    background: var(--brand); border-radius: 4px; display: block;
  }
  .player-line i::after {
    content: ""; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);
    width: 12px; height: 12px; border-radius: 999px; background: var(--brand-light);
  }
  .player-bar time { font-size: 11.5px; color: var(--text-2); font-variant-numeric: tabular-nums; }
  .replay-chipcard {
    position: absolute;
    right: 14px;
    bottom: -26px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 11px 16px 11px 11px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: var(--shadow);
  }
  .replay-chipcard .play {
    width: 32px; height: 32px; border-radius: 999px; background: var(--brand);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .replay-chipcard b { display: block; font-size: 13px; }
  .replay-chipcard small { display: block; font-size: 11px; color: var(--text-3); font-variant-numeric: tabular-nums; }
  .replay-chipcard .share {
    margin-left: 8px;
    width: 32px; height: 32px; border-radius: 10px;
    border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
  }
  .steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .step3 {
    background: var(--surface-2);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    padding: 26px 24px;
  }
  .step3 .n {
    font-family: var(--display);
    font-weight: 700;
    font-size: 34px;
    color: var(--brand);
    line-height: 1;
    display: block;
    margin-bottom: 12px;
    font-variant-numeric: tabular-nums;
  }
  .step3 h3 {
    font-family: var(--display); font-weight: 600; font-size: 22px;
    text-transform: uppercase; letter-spacing: 0.03em; margin: 0 0 6px;
  }
  .step3 p { margin: 0; font-size: 14.5px; color: var(--text-2); }
  .band {
    background:
      radial-gradient(720px 380px at 88% 14%, rgba(249, 115, 22, 0.09), transparent 65%),
      var(--ground-2);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
  }
  /* evita divisória dupla quando a band vem logo após o placar de contadores */
  .score-band + .band { border-top: none; }
  .band-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
  }

  /* ── Planos ── */
  .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
  .plan {
    position: relative;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
  }
  .plan.hot { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
  .plan .flag {
    position: absolute;
    top: -13px;
    left: 26px;
    font-family: var(--display);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--brand);
    color: var(--brand-ink);
    border-radius: 999px;
    padding: 3px 14px;
  }
  .plan h3 {
    font-family: var(--display);
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 4px;
  }
  .plan .for { font-size: 13.5px; color: var(--text-3); margin: 0 0 20px; }
  .plan .price {
    font-family: var(--display);
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    margin-bottom: 2px;
  }
  .plan .price small { font-size: 16px; font-weight: 600; color: var(--text-3); }
  .plan .cycle { font-size: 12px; color: var(--text-3); margin-bottom: 22px; }
  .plan ul { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--text-2); }
  .plan li svg { flex-shrink: 0; margin-top: 3px; }
  .plan .btn { margin-top: auto; width: 100%; }
  /* Com preço vindo da API o card ganha dois botões (Assinar + WhatsApp). */
  .plan .btn + .btn { margin-top: 10px; }

  /* ── Depoimentos ── */
  .quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .quote {
    background: var(--surface-2);
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .quote p { margin: 0; font-size: 15px; color: var(--text-2); line-height: 1.65; }
  .quote p::before { content: "“"; color: var(--brand); font-family: var(--display); font-weight: 700; font-size: 26px; line-height: 0; margin-right: 2px; }
  .quote-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
  .quote-who .ava {
    width: 40px; height: 40px; border-radius: 999px;
    background: var(--brand-soft); border: 1px solid var(--brand-line);
    color: var(--brand-light);
    font-family: var(--display); font-weight: 700; font-size: 16px;
    display: flex; align-items: center; justify-content: center;
  }
  .quote-who b { display: block; font-size: 14px; }
  .quote-who small { font-size: 12px; color: var(--text-3); }
  .disclaimer { font-size: 12px; color: var(--text-3); margin-top: 18px; }

  /* ── FAQ ── */
  .faq { max-width: 780px; }
  .faq details {
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    background: var(--surface-2);
    margin-bottom: 10px;
    overflow: hidden;
  }
  .faq details[open] { border-color: var(--brand-line); }
  .faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 600;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: "+";
    font-family: var(--display);
    font-weight: 600;
    font-size: 24px;
    color: var(--brand);
    line-height: 1;
    transition: transform 0.2s;
    flex-shrink: 0;
  }
  .faq details[open] summary::after { transform: rotate(45deg); }
  .faq details p { margin: 0; padding: 0 22px 20px; font-size: 14.5px; color: var(--text-2); max-width: 65ch; }

  /* ── Demo / CTA final ── */
  .demo { position: relative; overflow: clip; }
  .demo.band {
    background:
      radial-gradient(780px 420px at 50% -6%, rgba(249, 115, 22, 0.11), transparent 70%),
      var(--ground-2);
  }
  .demo-court {
    position: absolute; inset: auto auto -140px -160px; width: 620px; height: 520px;
    pointer-events: none; opacity: 0.7;
  }
  .demo-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 56px;
    align-items: center;
  }
  .form-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 30px;
    box-shadow: var(--shadow);
  }
  .form-card h3 {
    font-family: var(--display);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 4px;
  }
  .form-card > form > p { margin: 0 0 22px; font-size: 13.5px; color: var(--text-3); }
  .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
  .field label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-3);
  }
  .field input, .field select {
    height: 48px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--ground);
    color: var(--text);
    font-family: var(--body);
    font-size: 16px; /* <16px dispara zoom automático no foco (Safari iOS) */
    padding: 0 16px;
    width: 100%;
    appearance: none;
  }
  .field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23A8A29E' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5.5l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  .field input:focus, .field select:focus {
    outline: 2px solid var(--brand);
    outline-offset: 0;
    border-color: var(--brand);
  }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-card .btn { width: 100%; margin-top: 6px; }
  .form-note { font-size: 12px; color: var(--text-3); text-align: center; margin: 14px 0 0; }
  .form-ok { text-align: center; padding: 34px 10px; display: none; }
  .form-ok .ic {
    width: 62px; height: 62px; border-radius: 999px; background: var(--brand-soft);
    border: 1px solid var(--brand-line);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
  }
  .form-ok b { display: block; font-family: var(--display); font-weight: 700; font-size: 24px; text-transform: uppercase; margin-bottom: 6px; }
  .form-ok p { margin: 0; font-size: 14px; color: var(--text-2); }

  /* ── Rodapé ── */
  footer { border-top: 1px solid var(--border-soft); padding: 44px 0 54px; }
  .foot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .foot .logo { font-size: 21px; }
  .foot p { margin: 8px 0 0; font-size: 13px; color: var(--text-3); max-width: 40ch; }
  .foot-links { display: flex; gap: 24px; flex-wrap: wrap; }
  .foot-links a { font-size: 13.5px; color: var(--text-2); display: inline-block; padding: 10px 0; }
  .foot-links a:hover { color: var(--brand-light); }
  .foot-legal { font-size: 12px; color: var(--text-3); margin-top: 28px; }

  /* ── H1 rotativo ── */
  #rot-word { display: inline-block; transition: opacity 0.28s ease-out, transform 0.28s ease-out; }
  #rot-word.out { opacity: 0; transform: translateY(14px); }

  /* ── Demo clicável ── */
  .qcard, .pane-b .slot:not(.busy), .pane-b .phone-cta { cursor: pointer; }
  .qcard:hover, .pane-b .slot:not(.busy):hover { border-color: var(--brand-line); }
  .again {
    color: var(--brand-light);
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    margin-top: 4px;
  }
  .try-hint { margin: 14px 0 0; font-size: 12.5px; color: var(--text-3); text-align: center; }

  /* ── Contadores estilo placar ── */
  .score-band {
    padding: 36px 0;
    background: var(--ground-2);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
  }
  .scores { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
  .score b {
    display: block;
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
  }
  .score b em { font-style: normal; color: var(--brand); }
  .score small {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--text-3);
  }
  .score-note { text-align: center; font-size: 11.5px; color: var(--text-3); margin: 20px 0 0; }

  /* ── Placar comparativo ── */
  .vs-score {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(40px, 5vw, 58px);
    color: var(--brand);
    font-variant-numeric: tabular-nums;
    line-height: 1;
  }
  .versus {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .vs-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ground-2);
    border-bottom: 1px solid var(--border-soft);
  }
  .vs-cols span {
    font-family: var(--display);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 18px;
    color: var(--text-3);
  }
  .vs-cols span:last-child { color: var(--brand-light); border-left: 1px solid var(--border-soft); }
  .vs-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border-soft); }
  .vs-row:first-of-type { border-top: none; }
  .vs-row p {
    margin: 0;
    padding: 16px 20px;
    font-size: 14.5px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .vs-row p svg { flex-shrink: 0; margin-top: 4px; }
  .vs-row .lose { color: var(--text-3); }
  .vs-row .win { color: var(--text-2); border-left: 1px solid var(--border-soft); }
  .vs-row .win b { color: var(--text); }

  /* ── Calculadora de quadra vazia ── */
  .calc {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 30px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 32px;
    box-shadow: var(--shadow);
  }
  .crow { margin-bottom: 24px; }
  .crow:last-child { margin-bottom: 0; }
  .crow label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 8px;
  }
  .crow label b {
    font-family: var(--display);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.02em;
    color: var(--brand-light);
    font-variant-numeric: tabular-nums;
  }
  .crow input[type="range"] {
    width: 100%;
    accent-color: var(--brand);
    height: 28px;
    margin: 0;
    background: transparent;
  }
  .calc-result {
    border-left: 1px solid var(--border-soft);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }
  .calc-result > small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-3);
  }
  #calc-month {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1;
    color: var(--brand-light);
    font-variant-numeric: tabular-nums;
  }
  #calc-year { margin: 0; font-size: 14px; color: var(--text-2); font-variant-numeric: tabular-nums; }
  .calc-result .btn { margin-top: 16px; }
  .calc-note { font-size: 11.5px; color: var(--text-3); margin: 10px 0 0; }

  /* ── Depoimentos em bolha de WhatsApp ── */
  .quote-wa { display: flex; flex-direction: column; gap: 14px; }
  .qwa-bubble {
    background: var(--wa-out);
    border-radius: 4px 16px 16px 16px;
    padding: 14px 16px 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }
  .qwa-bubble p { margin: 0; font-size: 14.5px; color: var(--wa-text); line-height: 1.6; }
  .qwa-bubble small {
    display: block;
    text-align: right;
    font-size: 10.5px;
    color: rgba(233, 237, 239, 0.6);
    margin-top: 6px;
    font-variant-numeric: tabular-nums;
  }
  .quote-wa .quote-who { margin-top: 0; padding-left: 4px; }

  /* ── Player de replay clicável ── */
  .player-play { cursor: pointer; transition: opacity 0.3s, transform 0.2s; }
  .player-play:hover { transform: translate(-50%, -50%) scale(1.06); }

  /* ── Revelação ao rolar ── */
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
  .reveal.in { opacity: 1; transform: none; }
  /* Variante para mockups/molduras: entra desfocado e levemente menor */
  .reveal.rv-scale {
    transform: translateY(18px) scale(0.965);
    filter: blur(7px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out, filter 0.7s ease-out;
  }
  .reveal.rv-scale.in { filter: none; }

  /* O nav flutuante cobre o topo — âncoras param abaixo dele */
  [id] { scroll-margin-top: 96px; }

  @media (prefers-reduced-motion: reduce) {
    .reveal, .bk, .msg, .cell { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; filter: none !important; }
    .nav-menu.open { animation: none; }
    .player-top .rec { animation: none; }
    .marquee-inner { animation: none; }
  }

  /* ── Responsivo ── */
  @media (max-width: 980px) {
    .hero-grid, .band-grid, .demo-grid, .fd { grid-template-columns: 1fr; gap: 44px; }
    .fd.flip .fd-copy { order: 1; }
    .fd.flip .fd-mock { order: 2; }
    .feat-grid, .steps3 { grid-template-columns: repeat(2, 1fr); }
    .plans, .quotes { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .hero-court { opacity: 0.4; }
    .chat { max-width: 100%; }
    .scores { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
    .calc { grid-template-columns: 1fr; }
    .calc-result { border-left: none; border-top: 1px solid var(--border-soft); padding: 26px 0 0; }
  }
  @media (max-width: 900px) {
    .nav-cta { display: none; }
  }
  @media (max-width: 840px) {
    /* a pílula central colidiria com o logo — entra o hambúrguer */
    .nav-links { display: none; }
    .menu-btn { display: flex; }
    /* sem a pílula, logo e hambúrguer flutuariam transparentes sobre o conteúdo
       ao rolar — a própria row vira pílula com fundo depois do primeiro scroll
       (padding/borda sempre presentes p/ o toggle não deslocar o logo) */
    .nav-row {
      border-radius: 999px;
      padding: 0 8px 0 14px;
      border: 1px solid transparent;
      transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
    }
    .nav.scrolled .nav-row,
    .nav.menu-open .nav-row {
      background: rgba(16, 13, 11, 0.85);
      border-color: var(--border);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4);
    }
  }
  @media (max-width: 720px) {
    .vs-cols { grid-template-columns: 1fr; }
    .vs-cols span:last-child { border-left: none; border-top: 1px solid var(--border-soft); }
    .vs-cols span:first-child { display: none; }
    .vs-row { grid-template-columns: 1fr; }
    .vs-row .win { border-left: 3px solid var(--brand); }
    .nav { padding: 10px 14px 0; }
    .nav-row { min-height: 58px; }
    [id] { scroll-margin-top: 84px; }
    section { padding: 60px 0; }
    .hero { margin-top: -68px; padding: 120px 0 72px; }
    .page-head { padding: 52px 0 0; }
    .feat-grid, .steps3 { grid-template-columns: 1fr; }
    .field-row { grid-template-columns: 1fr; }
    .foot { flex-direction: column; }
    .stats { grid-template-columns: 1fr; }
    .replay-chipcard { right: 8px; bottom: -22px; }
  }

  /* ── Botão flutuante de WhatsApp ── */
  .wa-fab {
    position: fixed;
    right: 22px;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    transition: transform 0.18s, background 0.18s;
  }
  .wa-fab:hover { background: #1FBE5A; transform: translateY(-2px) scale(1.05); }
  @media (max-width: 720px) {
    .wa-fab { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); width: 54px; height: 54px; }
  }

  /* ══════════════════════════════════════════════════════════════════
     Luz e destaque nas seções (home, funcionalidades, planos)
     Tudo em cima dos tokens --brand*; sem HTML novo além de <em> nos h2,
     .vs-n no placar e o índice .fd-toc em /funcionalidades.
     ══════════════════════════════════════════════════════════════════ */

  /* ── Palavra-chave em laranja nos h2 (mesma regra do h1) ── */
  h2 em { font-style: normal; color: var(--brand); }

  /* ── Cards de funcionalidades: fio de luz no topo + ícone aceso ── */
  .feat {
    background:
      linear-gradient(90deg, transparent 12%, rgba(251, 146, 60, 0.7) 50%, transparent 88%) top / 100% 1px no-repeat,
      radial-gradient(180px 110px at 50% -40px, rgba(249, 115, 22, 0.2), transparent 70%),
      var(--surface-2);
  }
  .feat > * { position: relative; z-index: 1; }
  .feat .ic {
    box-shadow: 0 0 0 1px var(--brand-line), 0 0 22px rgba(249, 115, 22, 0.35), inset 0 0 12px rgba(249, 115, 22, 0.25);
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .feat:hover .ic {
    box-shadow: 0 0 0 1px var(--brand), 0 0 34px rgba(249, 115, 22, 0.55), inset 0 0 14px rgba(249, 115, 22, 0.35);
    transform: scale(1.06);
  }
  /* spotlight que segue o cursor (--mx/--my vêm do site.js); só com mouse */
  @media (hover: hover) {
    .feat::before, .feat::after {
      content: "";
      position: absolute;
      z-index: 0;
      opacity: 0;
      transition: opacity 0.35s;
      pointer-events: none;
    }
    .feat::before {
      inset: 0;
      border-radius: inherit;
      background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(249, 115, 22, 0.16), transparent 60%);
    }
    .feat::after {
      inset: -1px;
      border-radius: calc(var(--radius) + 1px);
      padding: 1px;
      background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(251, 146, 60, 0.9), transparent 60%);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
    }
    .feat-grid:hover .feat::before, .feat-grid:hover .feat::after { opacity: 1; }
  }

  /* ── Placar comparativo: o lado vencedor acende em cascata ── */
  .vs-row .lose { opacity: 0.7; }
  .vs-row .win {
    position: relative;
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.12), transparent 65%);
    box-shadow: inset 2px 0 0 var(--brand);
  }
  .vs-row .win::after {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, rgba(251, 146, 60, 0.35), transparent);
    opacity: 0;
    pointer-events: none;
  }
  .versus.in .win::after { animation: vs-flash 0.9s ease-out both; }
  .versus.in > :nth-child(3) .win::after { animation-delay: 0.15s; }
  .versus.in > :nth-child(4) .win::after { animation-delay: 0.3s; }
  .versus.in > :nth-child(5) .win::after { animation-delay: 0.45s; }
  .versus.in > :nth-child(6) .win::after { animation-delay: 0.6s; }
  @keyframes vs-flash { from { opacity: 1; } to { opacity: 0; } }
  .vs-score { text-shadow: 0 0 22px rgba(249, 115, 22, 0.6); }
  .vs-n { display: inline-block; min-width: 1ch; }

  /* ── Calculadora: o número que dói brilha e pulsa ── */
  .calc-result { position: relative; }
  .calc-result::before {
    content: "";
    position: absolute;
    inset: -20px;
    z-index: 0;
    background: radial-gradient(60% 60% at 50% 45%, rgba(249, 115, 22, 0.18), transparent 70%);
    pointer-events: none;
  }
  .calc-result > * { position: relative; z-index: 1; }
  #calc-month { display: block; text-shadow: 0 0 26px rgba(251, 146, 60, 0.55); }
  #calc-month.bump { animation: calc-bump 0.45s ease-out; }
  @keyframes calc-bump {
    0% { transform: scale(1.04); text-shadow: 0 0 40px rgba(251, 146, 60, 0.95); }
    100% { transform: none; }
  }

  /* ── /funcionalidades: luz atrás de cada mock (o celular já tem a dele) ── */
  .fd-mock { position: relative; }
  .fd-mock:not(:has(.phone-slot))::before {
    content: "";
    position: absolute;
    inset: 0; /* dentro da caixa: não gera scroll lateral no mobile */
    background: radial-gradient(ellipse 62% 58% at 50% 50%, rgba(249, 115, 22, 0.17), transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  .fd-mock > * { position: relative; z-index: 1; }
  .fd-mock .panel, .fd-mock .chat, .fd-mock .browser { transition: border-color 0.6s ease-out; }
  .fd-mock.in .panel, .fd-mock.in .chat, .fd-mock.in .browser { border-color: var(--brand-line); }

  /* ── /funcionalidades: índice lateral fixo (só desktop) ── */
  .fd-toc { display: none; }
  @media (min-width: 981px) {
    #page-funcionalidades > .wrap-wide {
      display: grid;
      grid-template-columns: 170px minmax(0, 1fr);
      column-gap: 40px;
    }
    #page-funcionalidades > .wrap-wide > .page-head { grid-column: 1 / -1; }
    #page-funcionalidades > .wrap-wide > .fd { grid-column: 2; }
    .fd-toc {
      display: flex;
      flex-direction: column;
      gap: 2px;
      grid-column: 1;
      grid-row: 2 / span 8;
      align-self: start;
      position: sticky;
      top: 100px;
      margin-top: 64px;
      padding: 4px 0;
      border-left: 1px solid var(--border-soft);
    }
    .fd-toc small {
      font-family: var(--display);
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-3);
      padding: 0 0 8px 14px;
    }
    .fd-toc a {
      position: relative;
      padding: 6px 0 6px 14px;
      font-size: 13.5px;
      font-weight: 600;
      color: var(--text-3);
      transition: color 0.2s;
    }
    .fd-toc a:hover { color: var(--text-2); }
    .fd-toc a.active { color: var(--brand-light); }
    .fd-toc a.active::before {
      content: "";
      position: absolute;
      left: -1px;
      top: 6px;
      bottom: 6px;
      width: 2px;
      background: var(--brand);
      box-shadow: 0 0 10px var(--brand);
    }
  }

  /* ── CTA principal: aura laranja + reflexo varrendo no hover ── */
  .btn-primary {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(249, 115, 22, 0.28);
    transition: background 0.18s, transform 0.18s, box-shadow 0.2s;
  }
  .btn-primary:hover { box-shadow: 0 10px 34px rgba(249, 115, 22, 0.45); }
  .btn-primary::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: -60%;
    width: 40%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease-out;
    pointer-events: none;
  }
  .btn-primary:hover::after { left: 120%; }
  .nav .btn-primary { box-shadow: none; }
  .nav .btn-primary::after { display: none; }

  /* ── Planos: aura viva no "Mais escolhido" ── */
  @property --ang { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
  .plan { isolation: isolate; }
  .plan.hot {
    box-shadow: 0 0 0 3px var(--brand-soft), 0 0 40px rgba(249, 115, 22, 0.22);
    background:
      radial-gradient(300px 180px at 50% 0%, rgba(249, 115, 22, 0.14), transparent 70%),
      var(--surface-2);
  }
  .plan.hot::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    z-index: -1;
    padding: 2px;
    background: conic-gradient(from var(--ang), transparent 0deg, var(--brand-light) 60deg, transparent 120deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: plan-spin 3.2s linear infinite;
    pointer-events: none;
  }
  @keyframes plan-spin { to { --ang: 360deg; } }
  .plan.hot .flag { box-shadow: 0 0 18px rgba(249, 115, 22, 0.6); }
  .plan.hot .price { color: var(--brand-light); text-shadow: 0 0 20px rgba(251, 146, 60, 0.45); }

  /* ── Responsivo / movimento reduzido ── */
  @media (max-width: 720px) {
    /* empilhado, a borda laranja de 3px já marca o lado vencedor */
    .vs-row .win { box-shadow: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .vs-row .win::after, #calc-month, .plan.hot::before { animation: none !important; }
    .btn-primary::after, .feat::before, .feat::after { display: none; }
  }
