:root {
  --bg: #080d22;
  --surface: #151f42;
  --surface-2: #1c2853;
  --line: #344675;
  --text: #fff9ec;
  --muted: #b7c3e4;
  --gold: #ffd166;
  --cyan: #56d7ff;
  --violet: #7c5cfc;
  --pink: #ff6b8a;
  --mint: #58e6a9;
  color-scheme: dark;
  font-family: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sky { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; background: radial-gradient(circle at 50% 28%, #181948 0, var(--bg) 52%); }
.orb { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .16; }
.orb-cyan { width: 36rem; height: 36rem; right: -15rem; top: -15rem; background: var(--cyan); }
.orb-violet { width: 40rem; height: 40rem; left: -22rem; bottom: -20rem; background: var(--violet); }
.star { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.s1 { left: 8%; top: 18%; }.s2 { left: 92%; top: 34%; }.s3 { left: 15%; top: 72%; }.s4 { left: 76%; top: 12%; }.s5 { left: 88%; top: 82%; }

.nav, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Fraunces, serif; font-weight: 900; font-size: 20px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 24px rgba(124,92,252,.4); }
.nav nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a:hover, footer a:hover { color: var(--gold); }
.lang { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); color: var(--text); background: rgba(21,31,66,.85); cursor: pointer; font-weight: 800; }
.lang:hover, .lang:focus-visible { border-color: var(--cyan); outline: none; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 60px 0 100px; }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; border: 1px solid rgba(86,215,255,.32); background: rgba(86,215,255,.08); border-radius: 999px; padding: 8px 14px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(88,230,169,.12); }
h1, h2 { font-family: Fraunces, serif; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(54px, 7vw, 90px); line-height: .96; max-width: 780px; margin-top: 26px; }
h1 em { display: block; font-style: normal; color: var(--gold); text-shadow: 0 10px 45px rgba(255,209,102,.18); }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; margin: 28px 0; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.primary { min-height: 58px; display: inline-flex; align-items: center; gap: 26px; padding: 0 24px; border-radius: 999px; font-weight: 800; background: linear-gradient(110deg, #56d7ff, #6c63ff 50%, #a45cff); box-shadow: 0 14px 35px rgba(108,99,255,.35); transition: transform .2s, box-shadow .2s; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(108,99,255,.46); }
.store-note { display: flex; align-items: center; gap: 10px; }
.store-note .apple { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: #101010; font-size: 14px; }
.store-note span:last-child { display: flex; flex-direction: column; }
.store-note small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.store-note strong { font-size: 14px; }
.proof { list-style: none; display: flex; gap: 34px; padding: 0; margin: 42px 0 0; }
.proof li { display: flex; flex-direction: column; }
.proof strong { font-family: Fraunces, serif; color: var(--gold); font-size: 27px; }
.proof span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.phone-stage { min-height: 650px; display: grid; place-items: center; position: relative; }
.halo { position: absolute; border-radius: 50%; border: 1px solid rgba(255,209,102,.2); }
.halo-one { width: 510px; height: 510px; }
.halo-two { width: 400px; height: 400px; border-color: rgba(86,215,255,.25); }
.phone { width: 310px; height: 625px; padding: 9px; border-radius: 51px; background: linear-gradient(145deg, #606b8d, #14192d 38%, #46547a); box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 70px rgba(124,92,252,.18); transform: rotate(4deg); position: relative; z-index: 2; }
.island { position: absolute; z-index: 3; width: 102px; height: 25px; border-radius: 20px; background: #050712; top: 18px; left: 50%; transform: translateX(-50%); }
.phone-screen { height: 100%; border-radius: 43px; overflow: hidden; padding: 22px 17px; background: radial-gradient(circle at 70% 0, rgba(86,215,255,.19), transparent 28%), linear-gradient(160deg, #080d22, #171641 62%, #24164a); display: flex; flex-direction: column; align-items: center; }
.app-top { width: 100%; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; margin-top: 18px; }
.app-top span { padding: 6px 8px; background: rgba(21,31,66,.9); border: 1px solid var(--line); border-radius: 20px; }
.quest-emblem { width: 100px; height: 100px; display: grid; place-items: center; position: relative; margin-top: 15px; }
.quest-emblem .ring { position: absolute; inset: 0; border: 1px solid rgba(255,209,102,.35); border-radius: 50%; box-shadow: inset 0 0 20px rgba(86,215,255,.12); }
.book { width: 68px; height: 68px; display: grid; place-items: center; font-size: 31px; border-radius: 22px; background: linear-gradient(135deg, #56d7ff, #6c63ff, #a45cff); box-shadow: 0 15px 35px rgba(124,92,252,.45); transform: rotate(-5deg); position: relative; }
.book b { position: absolute; color: var(--gold); font-size: 12px; }
.level { font-size: 8px; font-weight: 800; letter-spacing: .1em; color: var(--gold); border: 1px solid rgba(255,209,102,.4); background: rgba(255,209,102,.1); padding: 4px 8px; border-radius: 99px; }
.phone h2 { font-size: 27px; margin-top: 5px; }
.phone-screen > p { font-size: 9px; color: var(--muted); margin: 3px 0 16px; }
.mission { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 24px; background: rgba(21,31,66,.94); }
.mission-head { display: flex; justify-content: space-between; align-items: center; }
.mission-head > span:first-child { display: flex; flex-direction: column; }
.mission small { display: block; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.mission strong { font-family: Fraunces, serif; font-size: 29px; line-height: 1; }
.lives { text-align: right; }.lives b { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: 3px; border-radius: 8px; color: #fff; background: #ff6b6b; }
.track { height: 6px; margin: 12px 0; border-radius: 10px; overflow: hidden; background: #101936; }
.track i { display: block; height: 100%; width: 58%; background: linear-gradient(90deg, var(--gold), #ff9f43); }
.mini-stats { padding-top: 10px; border-top: 1px solid var(--line); display: flex; }
.mini-stats span { flex: 1; text-align: center; color: var(--cyan); font-size: 11px; }
.mini-stats b { display: block; color: #fff; font-size: 13px; }.mini-stats small { margin-top: 2px; }
.play { width: 100%; min-height: 50px; margin-top: 13px; border-radius: 999px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; background: linear-gradient(110deg, #56d7ff, #6c63ff 50%, #a45cff); box-shadow: 0 12px 24px rgba(108,99,255,.35); }
.badge { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid var(--line); border-radius: 16px; font-weight: 800; background: rgba(21,31,66,.94); box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.badge-one { left: 4%; top: 27%; color: #ff9f43; transform: rotate(-7deg); }.badge-two { right: 1%; bottom: 25%; color: var(--mint); transform: rotate(7deg); }

.features { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > span, .closing > div > span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2 { font-size: clamp(38px, 5vw, 65px); margin-top: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 32px; background: rgba(21,31,66,.72); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; font-size: 24px; margin-bottom: 50px; background: var(--surface-2); }
.feature h3 { font-size: 23px; margin: 0 0 10px; }
.feature p { color: var(--muted); line-height: 1.65; margin: 0; }
.feature-cyan { border-top-color: var(--cyan); }.feature-gold { border-top-color: var(--gold); }.feature-pink { border-top-color: var(--pink); }
.closing { margin: 80px 0 140px; min-height: 330px; display: flex; align-items: center; gap: 45px; padding: 50px; border: 1px solid var(--line); border-radius: 44px; background: linear-gradient(120deg, rgba(86,215,255,.09), rgba(124,92,252,.16), rgba(255,107,138,.08)); }
.closing img { width: 150px; height: 150px; border-radius: 35px; transform: rotate(-5deg); box-shadow: 0 25px 55px rgba(124,92,252,.4); }
.closing h2 { max-width: 750px; font-size: clamp(34px, 5vw, 58px); margin-top: 12px; }
footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--text); }.footer-brand img { width: 34px; height: 34px; border-radius: 9px; }
footer > div { display: flex; gap: 24px; }

.legal { max-width: 780px; padding: 80px 0 130px; }
.legal h1 { font-size: clamp(44px, 7vw, 72px); margin-bottom: 18px; }
.legal .updated { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.legal h2 { font-family: "DM Sans", sans-serif; font-size: 20px; letter-spacing: 0; margin: 34px 0 10px; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }
.legal a { color: var(--cyan); }

@media (max-width: 900px) {
  .nav nav > a { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }.hero-actions, .proof { justify-content: center; }
  .phone-stage { min-height: 680px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }.feature-icon { margin-bottom: 30px; }
}
@media (max-width: 600px) {
  .nav, main, footer { width: min(100% - 28px, 1180px); }
  .brand { font-size: 17px; }.brand img { width: 36px; height: 36px; }
  .hero { gap: 10px; padding-bottom: 60px; }
  h1 { font-size: 51px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .proof { gap: 24px; }
  .phone-stage { transform: scale(.88); margin: -30px -30px; }
  .features { padding: 80px 0; }
  .closing { flex-direction: column; text-align: center; padding: 35px 25px; margin-bottom: 90px; }
  .closing img { width: 110px; height: 110px; }
  footer { padding: 30px 0; flex-direction: column; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ── Páginas institucionais: privacidade, suporte, exclusão de conta ──────
   Mesma DNA da home (Fraunces + DM Sans, céu noturno, ouro/ciano). O que muda
   é a estrutura: o inventário de dados é um LIVRO-RAZÃO de duas colunas, não
   prosa corrida — um revisor de loja precisa comparar linha a linha com o
   formulário de privacidade, e parágrafo não se compara. */
.page-nav { gap: 22px; }
.nav .page-nav > a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 2px; }

.legal .lede { max-width: 62ch; color: var(--text); font-size: 19px; line-height: 1.7; }
.legal p, .legal li { max-width: 68ch; }
.legal h3 { font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); margin: 32px 0 6px; }
.legal .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 6px; }

/* Livro-razão: item de dado × o que é feito com ele. */
.ledger { display: grid; grid-template-columns: minmax(10rem, 16rem) 1fr; margin: 22px 0 10px; border-top: 1px solid rgba(255,209,102,.34); }
.ledger dt { padding: 15px 22px 15px 0; border-bottom: 1px solid var(--line); color: var(--text); font-weight: 700; max-width: none; }
.ledger dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.6; max-width: 58ch; }

/* Fatos verificáveis (o que o app NÃO faz). Marcador em CSS, nunca emoji. */
.facts { list-style: none; display: grid; gap: 11px; padding: 0; margin: 20px 0; }
.facts li { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); line-height: 1.65; }
.facts li::before { content: ""; flex: 0 0 auto; width: 9px; height: 9px; margin-top: .5em; border-radius: 2px; background: var(--mint); box-shadow: 0 0 12px rgba(88,230,169,.45); transform: rotate(45deg); }

/* Passos numerados — numeral Fraunces em ouro, mesmo gesto do .proof da home. */
.steps { list-style: none; counter-reset: step; display: grid; gap: 20px; padding: 0; margin: 24px 0; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 2.6rem 1fr; gap: 18px; align-items: start; color: var(--muted); line-height: 1.7; }
.steps li::before { content: counter(step); font-family: Fraunces, serif; font-weight: 900; font-size: 31px; line-height: .9; color: var(--gold); }
.steps strong { color: var(--text); }

.callout { margin: 34px 0; padding: 28px 30px; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 26px; background: rgba(21,31,66,.72); }
.callout h2 { margin-top: 0; }
.callout p { margin: 0 0 12px; }
.callout p:last-child { margin-bottom: 0; }

/* Endereço de contato. Vira chip permanente quando o e-mail for definido. */
/* Endereco de contato. Nasceu como marcador de pendencia (tracejado, cor de
   aviso) enquanto o e-mail oficial nao estava decidido; preenchido em
   21/08/2026, virou apresentacao de dado. `user-select: all` fica: quem le
   esta pagina quer copiar o endereco de uma vez. */
.slot { display: inline-block; padding: 9px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); color: var(--text); font-weight: 700; font-size: 15px; letter-spacing: .02em; user-select: all; }

.legal-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.legal-actions a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); font-weight: 700; font-size: 14px; transition: border-color .2s, transform .2s; }
.legal-actions a:hover, .legal-actions a:focus-visible { border-color: var(--cyan); color: var(--cyan); transform: translateY(-1px); outline: none; }

@media (max-width: 620px) {
  .legal { padding: 40px 0 90px; }
  .legal .lede { font-size: 17px; }
  .ledger { grid-template-columns: 1fr; border-top-color: rgba(255,209,102,.5); }
  .ledger dt { padding: 18px 0 5px; border-bottom: 0; }
  .ledger dd { padding: 0 0 18px; max-width: none; }
  .steps li { grid-template-columns: 2rem 1fr; gap: 14px; }
  .steps li::before { font-size: 25px; }
  .callout { padding: 22px 20px; border-radius: 22px; }
  .legal-actions a { width: 100%; justify-content: center; }
}

/* O cabeçalho das páginas institucionais carrega 2 links + o botão de idioma.
   A 390px de largura isso não cabe numa linha, e a regra de mobile da home
   (.nav nav > a { display: none }) não serve aqui: esconder os links deixaria
   o revisor de loja sem caminho entre privacidade, suporte e exclusão no
   celular. Então a linha quebra em vez de cortar — o botão de idioma nunca
   sai da tela. Escopo em .nav-page para não mexer no cabeçalho da home. */
@media (max-width: 600px) {
  .nav-page { height: auto; min-height: 76px; flex-wrap: wrap; row-gap: 10px; padding: 14px 0 12px; }
  .nav-page .page-nav { gap: 18px; margin-left: auto; }
  .nav-page .page-nav > a { font-size: 13px; }
}
