/* =========================================================
   minisitee — landing
   Paleta e raios herdados do app (app/globals.css)
   ========================================================= */

:root {
  --bg: #ffffff;
  --surface: #e5e5eb;    /* cinza de verdade nas faixas e cartões */
  --surface-2: #d2d2db;
  --border: #cdcdd6;
  --fg: #18181b;
  --muted: #55555f;
  --brand: #18181b;
  --brand-fg: #ffffff;

  color-scheme: light;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --limite: 1120px;
  --passo: clamp(64px, 9vw, 112px);

  --sombra-1: 0 1px 2px rgb(24 24 27 / .05);
  --sombra-2: 0 10px 30px -14px rgb(24 24 27 / .22), 0 2px 6px -2px rgb(24 24 27 / .06);
  --sombra-3: 0 44px 90px -36px rgb(24 24 27 / .34), 0 8px 20px -12px rgb(24 24 27 / .12);

  --fonte: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
           "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--fonte);
  font-size: 17px;
  line-height: 1.6;
  font-feature-settings: "cv05" 1, "cv11" 1, "ss03" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 { margin: 0; letter-spacing: -.03em; line-height: 1.1; font-weight: 600; text-wrap: balance; }
p { text-wrap: pretty; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 2px solid var(--fg);
  outline-offset: 3px;
  border-radius: 6px;
}

.pular {
  position: absolute; left: -9999px; top: 12px; z-index: 100;
  background: var(--brand); color: var(--brand-fg);
  padding: 10px 16px; border-radius: var(--r-sm); font-size: 15px;
}
.pular:focus { left: 12px; }

.limite { width: 100%; max-width: var(--limite); margin-inline: auto; padding-inline: 20px; }
.limite-estreito { max-width: 760px; }

/* ---------------- Botões ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px; font-weight: 500; white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.btn-solido {
  background: var(--brand); color: var(--brand-fg);
  box-shadow: var(--sombra-2), inset 0 1px 0 rgb(255 255 255 / .14);
}
.btn-solido:hover { background: #27272a; }

.btn-contorno { border-color: var(--border); background: var(--bg); color: var(--fg); box-shadow: var(--sombra-1); }
.btn-contorno:hover { background: var(--surface); border-color: #d4d4d8; }

.btn-fantasma { color: var(--fg); padding-inline: 14px; }
.btn-fantasma:hover { background: var(--surface); }

.btn-invertido { background: var(--bg); color: var(--fg); }
.btn-invertido:hover { opacity: .92; }

.btn-grande { padding: 16px 30px; font-size: 17px; }

.link-seta { font-weight: 500; border-bottom: 1px solid var(--border); padding-bottom: 2px; }
.link-seta span { display: inline-block; }

/* ---------------- Cabeçalho ---------------- */
.cabecalho {
  position: sticky; top: 0; z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgb(24 24 27 / .03);
}
.cabecalho.grudado { box-shadow: 0 6px 18px -14px rgb(24 24 27 / .5); }
.menu > a:not(.btn):hover { background: color-mix(in srgb, var(--fg) 7%, transparent); }

.faixa {
  width: 100%; max-width: var(--limite); margin-inline: auto;
  padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

.marca { display: inline-flex; align-items: center; gap: 9px; }
.monograma { width: 30px; height: 30px; flex: none; }
.monograma rect { fill: var(--fg); }
.monograma path { stroke: var(--bg); }
.marca-nome { font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.marca-nome span { color: var(--muted); }

.menu { display: flex; align-items: center; gap: 6px; }
.menu > a:not(.btn) {
  font-size: 15.5px; color: var(--muted); padding: 8px 12px; border-radius: var(--r-sm);
  transition: color .18s ease;
}
.menu > a:not(.btn):hover { color: var(--fg); }
.menu-criar { margin-left: 6px; }

.hamburguer {
  display: none;
  width: 42px; height: 42px; padding: 11px 10px;
  background: none; border: 1px solid var(--border); border-radius: var(--r-sm);
  flex-direction: column; justify-content: space-between; cursor: pointer;
}
.hamburguer span { display: block; height: 1.5px; background: var(--fg); border-radius: 2px; }
.hamburguer[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburguer[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburguer[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- Hero ---------------- */
.hero { padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 8vw, 96px); overflow: hidden; }

.hero-grade {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.etiqueta {
  display: inline-block;
  font-size: 12.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 6px 14px; border-radius: 999px;
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(34px, 3.8vw, 46px);
  letter-spacing: -.035em;
  line-height: 1.12;
  text-wrap: pretty;   /* balance jogava o título para quatro linhas */
}
/* A ênfase vem do tamanho e da quebra de linha, não de um traço. */
.destaque { color: var(--fg); }

.quebra { display: none; }
@media (min-width: 901px) { .quebra { display: inline; } }

.chamada {
  margin-top: 20px; max-width: 32em;
  font-size: clamp(17px, 2vw, 19px); color: var(--muted);
}

.captura { display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.captura-campo {
  display: flex; align-items: center; flex: 1 1 300px; min-width: 0;
  background: var(--bg);
  border: 1px solid var(--border); border-radius: 999px;
  padding: 4px 6px 4px 18px;
  box-shadow: var(--sombra-1);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.captura-campo:focus-within { border-color: var(--fg); box-shadow: var(--sombra-2); }
.captura-prefixo { font-size: 16px; color: var(--muted); white-space: nowrap; }
.captura-campo input {
  flex: 1; min-width: 60px;
  border: 0; outline: 0; background: none;
  font: inherit; font-size: 16px; color: var(--fg);
  padding: 12px 8px 12px 0;
}
.captura .btn { flex: 0 0 auto; }
.captura-nota { margin-top: 12px; font-size: 14.5px; color: var(--muted); }
.captura-nota.alerta { color: #b91c1c; }

.selos { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; }
.selos li { font-size: 14.5px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.selos li::before {
  content: "✓"; width: 18px; height: 18px; flex: none; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 10px; font-weight: 700;
  background: var(--surface-2); color: var(--fg);
  box-shadow: inset 0 0 0 1px var(--border);
}

/* ---------------- Telefone ---------------- */
.hero-visual { position: relative; display: flex; justify-content: center; }

.brilho {
  position: absolute; inset: -14% -22% 12%;
  background:
    radial-gradient(52% 46% at 32% 20%, color-mix(in srgb, var(--fg) 12%, transparent), transparent 72%),
    radial-gradient(46% 42% at 78% 76%, color-mix(in srgb, var(--fg) 8%, transparent), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.telefone {
  position: relative;
  --larg-tel: min(320px, 82vw);
  width: var(--larg-tel);
  /* altura explícita: com aspect-ratio o conteúdo alto da prévia esticava a moldura */
  height: calc(var(--larg-tel) * 2);
  padding: 11px;
  border-radius: 46px;
  background: linear-gradient(170deg, #3f3f46, #18181b 42%, #27272a);
  box-shadow: var(--sombra-3), inset 0 0 0 1.5px rgb(255 255 255 / .12);
}
.telefone::after {
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 20px; border-radius: 999px; background: #0b0b0d; z-index: 3;
}

.tela {
  height: 100%; border-radius: 36px; overflow: hidden;
  display: flex; flex-direction: column;
  background: var(--p-bg); color: var(--p-fg);
}

/* Estilos da página pública, iguais aos do app */
.telefone[data-tema="light"]  { --p-bg:#ffffff; --p-surface:#f7f7f8; --p-border:#e4e4e7; --p-fg:#18181b; --p-muted:#71717a; --p-brand:#18181b; --p-brand-fg:#ffffff; }
.telefone[data-tema="dark"]   { --p-bg:#0b0b0d; --p-surface:#17171a; --p-border:#2a2a30; --p-fg:#fafafa; --p-muted:#a1a1aa; --p-brand:#fafafa; --p-brand-fg:#0b0b0d; }
.telefone[data-tema="areia"]  { --p-bg:#fffbf5; --p-surface:#fff3e2; --p-border:#f0dcc0; --p-fg:#2b1a08; --p-muted:#8a6a45; --p-brand:#c2410c; --p-brand-fg:#ffffff; }
.telefone[data-tema="menta"]  { --p-bg:#f6fdfa; --p-surface:#e7f7f0; --p-border:#c9e9db; --p-fg:#0d2b21; --p-muted:#4c7566; --p-brand:#0f766e; --p-brand-fg:#ffffff; }
.telefone[data-tema="oceano"] { --p-bg:#f5f9ff; --p-surface:#e6f0fd; --p-border:#c6dcf6; --p-fg:#0b1f38; --p-muted:#4a6785; --p-brand:#1d4ed8; --p-brand-fg:#ffffff; }
.telefone[data-tema="rosa"]   { --p-bg:#fff7fa; --p-surface:#fdeaf1; --p-border:#f6cfdd; --p-fg:#2e0d1b; --p-muted:#8a5468; --p-brand:#be185d; --p-brand-fg:#ffffff; }

.tela-topo { padding: 44px 14px 10px; flex: none; }
.barra-url {
  display: block; text-align: center;
  background: var(--p-surface); border: 1px solid var(--p-border);
  color: var(--p-muted);
  border-radius: 999px; padding: 7px 12px;
  font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.tela-rolagem { flex: 1; min-height: 0; overflow: hidden; padding: 14px 16px 18px; }

/* O passeio automático pela página de exemplo: sobe devagar, para em cada
   trecho e volta ao topo. Só isso se move na landing. */
.tela-conteudo { animation: passeio 34s ease-in-out infinite; }
.telefone:hover .tela-conteudo { animation-play-state: paused; }

@keyframes passeio {
  0%,  7%   { transform: translateY(0); }
  15%, 22%  { transform: translateY(-13%); }
  30%, 37%  { transform: translateY(-26%); }
  45%, 52%  { transform: translateY(-38%); }
  60%, 67%  { transform: translateY(-48%); }
  75%, 86%  { transform: translateY(-57%); }
  96%, 100% { transform: translateY(0); }
}

.perfil { text-align: center; }
.avatar {
  width: 62px; height: 62px; margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--p-brand); color: var(--p-brand-fg);
  display: grid; place-items: center;
  font-size: 20px; font-weight: 600; letter-spacing: -.02em;
}
.perfil-nome { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.perfil-sub { margin-top: 3px; font-size: 12.5px; color: var(--p-muted); }

.zap {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; padding: 12px;
  border-radius: 14px;
  background: var(--p-brand); color: var(--p-brand-fg);
  font-size: 14px; font-weight: 500;
}
.zap svg { width: 17px; height: 17px; }

.itens { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.item { border: 1px solid var(--p-border); background: var(--p-surface); border-radius: 14px; overflow: hidden; }
.foto { aspect-ratio: 4/3; }
.foto-a { background: linear-gradient(140deg, #f8d9a0, #e2a15b 55%, #c97b2f); }
.foto-b { background: linear-gradient(140deg, #d8b8f0, #a071cf 55%, #6d3fa5); }
.foto-c { background: linear-gradient(140deg, #f6b8c4, #d9718a 55%, #a63e5c); }
.foto-d { background: linear-gradient(140deg, #b9dcc4, #6aab86 55%, #3a7554); }
.foto-e { background: linear-gradient(140deg, #ffd9c2, #f09a6a 55%, #c25f2e); }
.foto-f { background: linear-gradient(140deg, #cfe0f7, #7ea6df 55%, #4a72ad); }
.item p { padding-inline: 9px; }
.item-cat { padding-top: 8px; font-size: 10.5px; color: var(--p-muted); }
.item-nome { font-size: 12px; font-weight: 600; line-height: 1.3; margin-top: 2px; }
.item-preco { font-size: 13px; font-weight: 700; margin: 4px 0 9px; }
.item-preco span { font-size: 10.5px; font-weight: 400; color: var(--p-muted); }

.bloco-linha {
  margin-top: 12px; padding: 11px 13px;
  border: 1px solid var(--p-border); background: var(--p-surface); border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.bloco-titulo { font-size: 12px; font-weight: 600; }
.bloco-valor { font-size: 12px; color: var(--p-muted); }

.redes { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
.redes span {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--p-border); background: var(--p-surface);
}

.mapa {
  margin-top: 10px; height: 74px; border-radius: 14px;
  border: 1px solid var(--p-border);
  background:
    linear-gradient(var(--p-border) 1px, transparent 1px) 0 0 / 100% 18px,
    linear-gradient(90deg, var(--p-border) 1px, transparent 1px) 0 0 / 18px 100%,
    var(--p-surface);
  display: grid; place-items: center;
}
.mapa span { font-size: 11px; font-weight: 600; color: var(--p-muted); }

.secao-mock {
  margin: 16px 0 8px; font-size: 11px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--p-muted);
}

.galeria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.galeria span { aspect-ratio: 1; border-radius: 9px; }

.faq-mock { border: 1px solid var(--p-border); background: var(--p-surface); border-radius: 14px; }
.faq-mock p {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 11px 13px; font-size: 12px; font-weight: 500;
  border-bottom: 1px solid var(--p-border);
}
.faq-mock p:last-child { border-bottom: 0; }
.faq-mock span { color: var(--p-muted); font-size: 14px; }

.arquivo-mock {
  display: flex; align-items: center; gap: 10px;
  margin-top: 12px; padding: 11px 13px;
  border: 1px solid var(--p-border); background: var(--p-surface); border-radius: 14px;
  font-size: 12px; font-weight: 500; line-height: 1.35;
}
.arquivo-mock small { font-size: 10.5px; font-weight: 400; color: var(--p-muted); }
.arquivo-icone {
  flex: none; display: grid; place-items: center;
  width: 32px; height: 32px; border-radius: 9px;
  background: var(--p-brand); color: var(--p-brand-fg);
  font-size: 9px; font-weight: 700; letter-spacing: .02em;
}

.rodape-mock { margin-top: 16px; text-align: center; font-size: 10.5px; color: var(--p-muted); }


/* ---------------- Seções ---------------- */
.secao { padding: var(--passo) 0; }
.secao-clara { background: var(--surface); border-block: 1px solid var(--border); }

.titulo-secao { max-width: 640px; margin-bottom: clamp(34px, 5vw, 54px); }
.titulo-secao h2 { margin-top: 18px; font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -.04em; line-height: 1.08; }
.titulo-secao .sub { margin-top: 16px; font-size: 17px; color: var(--muted); }

/* ---------------- O que é ---------------- */
.definicao {
  max-width: 46em;
  padding-left: 24px;
  border-left: 3px solid var(--fg);
}
.definicao-frase { font-size: clamp(19px, 2.2vw, 23px); line-height: 1.5; letter-spacing: -.015em; }
.definicao-frase strong { font-weight: 600; }
.definicao-nota { margin-top: 16px; font-size: 17px; color: var(--muted); }

.jornada {
  display: flex; align-items: flex-start; justify-content: center; gap: 8px;
  margin-top: clamp(40px, 5vw, 60px);
}
.cena { margin: 0; flex: 1 1 0; max-width: 280px; }
.seta { flex: none; align-self: center; margin-top: -46px; color: var(--muted); font-size: 20px; }

.mini {
  height: 296px; overflow: hidden;
  padding: 14px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--sombra-2);
  font-size: 11px;
}
.cena figcaption { margin-top: 18px; font-size: 15px; color: var(--muted); line-height: 1.5; }
.cena figcaption strong { display: block; color: var(--fg); font-size: 16px; font-weight: 600; margin-bottom: 4px; }

/* 1 — a bio */
.bio-perfil { display: flex; align-items: center; gap: 10px; }
.bio-avatar {
  width: 38px; height: 38px; flex: none; border-radius: 50%;
  background: var(--fg); color: var(--bg);
  display: grid; place-items: center; font-size: 12px; font-weight: 600;
}
.bio-user { font-weight: 600; font-size: 12px; }
.bio-txt { color: var(--muted); margin-top: 2px; }
.bio-link {
  margin: 10px 0 12px; padding: 7px 10px;
  border: 1px solid var(--border); border-radius: 8px;
  background: var(--surface); font-weight: 500;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.bio-grade { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.bio-grade span { aspect-ratio: 1; }

/* 2 — o minisitee */
.mini-site { padding: 10px; }
.site-topo {
  padding: 5px 9px; border-radius: 999px; text-align: center;
  background: var(--surface); border: 1px solid var(--border);
  color: var(--muted); font-size: 9.5px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.site-perfil { text-align: center; margin-top: 10px; }
.site-avatar {
  width: 34px; height: 34px; margin: 0 auto 6px; border-radius: 50%;
  background: var(--fg); color: var(--bg);
  display: grid; place-items: center; font-size: 11px; font-weight: 600;
}
.site-nome { font-size: 12px; font-weight: 600; }
.site-zap {
  margin: 9px 0; padding: 7px; border-radius: 9px; text-align: center;
  background: var(--fg); color: var(--bg); font-size: 10.5px; font-weight: 500;
}
.site-itens { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.site-itens > div { border: 1px solid var(--border); border-radius: 9px; overflow: hidden; background: var(--surface); }
.site-itens span { display: block; aspect-ratio: 4/3; }
.site-itens p { padding: 6px 7px 0; font-size: 9.5px; line-height: 1.25; }
.site-itens strong { display: block; padding: 2px 7px 8px; font-size: 10.5px; }

/* 3 — a conversa */
.mini-zap { display: flex; flex-direction: column; gap: 8px; background: var(--surface); padding: 0; }
.zap-topo {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 13px; margin-bottom: 4px;
  background: var(--bg); border-bottom: 1px solid var(--border);
}
.zap-avatar {
  width: 28px; height: 28px; flex: none; border-radius: 50%;
  background: var(--surface-2); color: var(--muted);
  display: grid; place-items: center; font-size: 11px; font-weight: 600;
}
.zap-nome { font-size: 11.5px; font-weight: 600; }
.zap-status { font-size: 10px; color: var(--muted); margin-top: 1px; }
.mini-zap .balao:first-of-type { margin-top: 4px; }
.mini-zap .balao { margin-inline: 13px; }
.balao { max-width: 84%; padding: 9px 11px; border-radius: 13px; line-height: 1.4; font-size: 11px; }
.balao-in { align-self: flex-start; background: var(--bg); border: 1px solid var(--border); border-bottom-left-radius: 4px; }
.balao-out { align-self: flex-end; background: #d9fdd3; border: 1px solid #bce8b4; color: #123222; border-bottom-right-radius: 4px; }

@media (max-width: 900px) {
  .jornada { flex-direction: column; align-items: center; gap: 4px; }
  .cena { max-width: 320px; width: 100%; }
  .seta { align-self: center; margin: 6px 0; transform: rotate(90deg); }
  .cena figcaption { text-align: center; }
}
@media (max-width: 520px) {
  .definicao { padding-left: 18px; }
}

/* ---------------- Antes / depois ---------------- */
.par { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.carta { padding: 26px; border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); }
.carta-antes { background: var(--bg); }
.carta-depois { box-shadow: var(--sombra-2); }
.carta-tag {
  font-size: 20px; font-weight: 600; letter-spacing: -.02em;
  color: var(--muted); margin-bottom: 20px;
}
.carta-depois .carta-tag { color: var(--fg); }

/* O marcador é absoluto de propósito: com display:flex no <li>, o gap
   também separava <strong> do texto seguinte e abria um vão no meio da frase. */
.lista-x li, .lista-v li {
  position: relative; padding: 9px 0 9px 32px;
  font-size: 16px; color: var(--muted); line-height: 1.45;
}
.lista-v li { color: var(--fg); }
.lista-x li::before, .lista-v li::before {
  position: absolute; left: 0; top: 11px;
  width: 21px; height: 21px;
  border-radius: 50%; display: grid; place-items: center;
  font-size: 12px; font-weight: 700;
}
.lista-x li::before { content: "×"; background: var(--surface-2); color: var(--muted); }
.lista-v li::before { content: "✓"; background: var(--fg); color: var(--bg); font-size: 11px; }

/* ---------------- Blocos ---------------- */
.grade-blocos { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 16px; }
.bloco {
  padding: 24px;
  border: 1px solid var(--border); border-radius: var(--r-lg);
  background: var(--bg);
  transition: box-shadow .15s ease, border-color .15s ease;
}
.bloco:hover { box-shadow: var(--sombra-2); border-color: color-mix(in srgb, var(--fg) 22%, var(--border)); }
.icone {
  display: grid; place-items: center;
  width: 42px; height: 42px; margin-bottom: 16px;
  border-radius: 12px; background: var(--surface); border: 1px solid var(--border);
}
.icone svg { width: 21px; height: 21px; fill: none; stroke: var(--fg); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bloco h3 { font-size: 17.5px; }
.bloco p { margin-top: 7px; font-size: 15.5px; color: var(--muted); }
.bloco-cta { background: var(--surface); display: flex; flex-direction: column; }
.bloco-cta .link-seta { margin-top: auto; padding-top: 16px; font-size: 15.5px; align-self: flex-start; }

/* ---------------- Passos ---------------- */
.passos { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; counter-reset: p; }
.passo { position: relative; padding: 28px 24px; border-radius: var(--r-lg); background: var(--bg); border: 1px solid var(--border); }
.numero {
  display: grid; place-items: center;
  width: 34px; height: 34px; margin-bottom: 18px;
  border-radius: 50%; background: var(--fg); color: var(--bg);
  font-size: 15px; font-weight: 600;
}
.passo h3 { font-size: 19px; }
.passo p { margin-top: 9px; font-size: 15.5px; color: var(--muted); }
.passo strong { color: var(--fg); font-weight: 600; }

/* ---------------- Público ---------------- */
.publico { display: flex; flex-wrap: wrap; gap: 10px; }
.publico li {
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface);
  font-size: 15.5px; color: var(--fg);
}

/* ---------------- Planos ---------------- */
.planos { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; align-items: start; }
.plano {
  position: relative;
  padding: 30px 28px;
  border: 1px solid var(--border); border-radius: var(--r-xl);
  background: var(--bg);
  display: flex; flex-direction: column;
}
.plano-destaque { border-color: var(--fg); box-shadow: var(--sombra-3); }
.fita {
  position: absolute; top: -13px; left: 28px;
  background: var(--fg); color: var(--bg);
  font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
  padding: 5px 13px; border-radius: 999px;
}
.plano h3 { font-size: 19px; }
.preco { margin-top: 12px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.preco strong { font-size: clamp(34px, 4.4vw, 44px); font-weight: 600; letter-spacing: -.04em; }
.preco span { font-size: 15px; color: var(--muted); }
.plano-sub { margin-top: 6px; font-size: 15.5px; color: var(--muted); }
.plano .lista-v { margin: 22px 0 26px; padding-top: 20px; border-top: 1px solid var(--border); }
.plano .lista-v li { font-size: 15.5px; padding: 7px 0 7px 32px; }
.plano .lista-v li::before { top: 9px; }
.plano .lista-v strong { font-weight: 600; }
.plano .btn { margin-top: auto; width: 100%; }

/* ---------------- FAQ ---------------- */
.faq { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  list-style: none; cursor: pointer;
  padding: 20px 44px 20px 0; position: relative;
  font-size: 17.5px; font-weight: 500; letter-spacing: -.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 27px;
  width: 11px; height: 11px;
  border-right: 1.8px solid var(--muted); border-bottom: 1.8px solid var(--muted);
  transform: rotate(45deg);
}
.faq details[open] summary::after { transform: rotate(225deg); top: 30px; }
.faq summary:hover { color: var(--muted); }
.resposta { padding: 0 40px 22px 0; color: var(--muted); font-size: 16.5px; }

/* ---------------- CTA final ---------------- */
.cta-final {
  position: relative;
  padding: var(--passo) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  text-align: center;
  overflow: hidden;
}
.cta-final::before {
  content: "";
  position: absolute; inset: -40% 10% auto; height: 120%;
  background: radial-gradient(50% 50% at 50% 40%, color-mix(in srgb, var(--surface) 70%, white), transparent 70%);
  pointer-events: none;
}
.cta-final .limite { position: relative; }
.cta-final h2 { font-size: clamp(30px, 4.4vw, 48px); letter-spacing: -.04em; max-width: 15em; margin-inline: auto; }
.cta-final p { margin-top: 18px; font-size: 17.5px; color: var(--muted); max-width: 34em; margin-inline: auto; }
.cta-final .btn { margin-top: 32px; }
.cta-nota { margin-top: 18px !important; font-size: 14.5px !important; }

/* ---------------- Rodapé ---------------- */
.rodape {
  padding: clamp(52px, 6vw, 76px) 0 32px;
  background: #18181b;
  color: #fafafa;
  --linha-rodape: #2f2f36;
  --muted-rodape: #a1a1aa;
}
.rodape .monograma rect { fill: #fafafa; }
.rodape .monograma path { stroke: #18181b; }
.rodape .marca-nome span { color: var(--muted-rodape); }
.rodape :focus-visible { outline-color: #fafafa; }
.rodape-grade { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 40px 34px; }
.rodape-frase { margin-top: 14px; font-size: 15.5px; color: var(--muted-rodape); max-width: 26em; }
.rodape-empresa { margin-top: 18px; font-size: 14px; line-height: 1.6; color: var(--muted-rodape); }
.rodape-empresa strong { color: #fafafa; font-weight: 500; }
.rodape-titulo { font-size: 13.5px; font-weight: 600; color: #fafafa; margin-bottom: 12px; }
.rodape nav a { display: block; padding: 5px 0; font-size: 15.5px; color: var(--muted-rodape); }
.rodape nav a:hover { color: #ffffff; }
.rodape-fim {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--linha-rodape);
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 14px; color: var(--muted-rodape);
}
.rodape-links { display: flex; gap: 22px; }
.rodape-links a { color: var(--muted-rodape); }
.rodape-links a:hover { color: #ffffff; }

/* ---------------- Responsivo ---------------- */
@media (max-width: 900px) {
  .hero-grade { grid-template-columns: 1fr; }
  .hero-texto { text-align: center; }
  .hero-texto .chamada, .hero-texto .captura { margin-inline: auto; }
  .selos { justify-content: center; }
  .captura { justify-content: center; }
  .titulo-secao { margin-inline: auto; text-align: center; }
  .rodape-grade { grid-template-columns: 1fr 1fr; }
  .rodape-grade > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hamburguer { display: flex; }
  .menu {
    position: absolute; left: 12px; right: 12px; top: calc(100% + 8px);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--bg);
    border: 1px solid var(--border); border-radius: var(--r-lg);
    padding: 12px; box-shadow: var(--sombra-3);
    display: none;
  }
  .menu.aberto { display: flex; }
  .menu > a:not(.btn) { padding: 12px; font-size: 16px; }
  .menu .btn { width: 100%; margin: 0; }
  .menu-entrar { border: 1px solid var(--border); margin-top: 6px; }
  .faixa { position: relative; }
  .publico { justify-content: center; }
  .publico li { font-size: 15px; padding: 9px 15px; }
}

@media (max-width: 480px) {
  body { font-size: 16.5px; }
  .captura { flex-direction: column; }
  .captura .btn { width: 100%; }
  .rodape-grade { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tela-conteudo { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .cabecalho, .cta-final .btn { display: none; }
}


/* ================= Páginas legais ================= */
.menu-doc { gap: 14px; }
.menu-doc > a:not(.btn) { color: var(--muted); }

.doc { padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 7vw, 88px); }
.doc h1 {
  margin-top: 18px;
  font-size: clamp(30px, 4vw, 42px); letter-spacing: -.04em;
}
.doc-resumo { margin-top: 16px; font-size: 18px; color: var(--muted); max-width: 34em; }
.doc-data {
  margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border);
  font-size: 14.5px; color: var(--muted);
}

.sumario {
  margin: 28px 0 44px;
  padding: 22px 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.sumario-titulo {
  font-size: 12.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.sumario ol { counter-reset: item; columns: 2; column-gap: 32px; }
.sumario li { counter-increment: item; margin-bottom: 9px; break-inside: avoid; }
.sumario li::before {
  content: counter(item) ". ";
  color: var(--muted); font-variant-numeric: tabular-nums;
}
.sumario a { font-size: 15.5px; border-bottom: 1px solid transparent; }
.sumario a:hover { border-bottom-color: var(--fg); }

.doc-secao { padding-top: 14px; margin-bottom: 40px; scroll-margin-top: 100px; }
.doc-secao h2 { font-size: 21px; letter-spacing: -.02em; margin-bottom: 14px; }
.doc-secao p { margin-bottom: 14px; font-size: 16.5px; line-height: 1.7; color: #3f3f46; }
.doc-secao p strong { color: var(--fg); font-weight: 600; }
.doc-secao a { border-bottom: 1px solid var(--border); }
.doc-secao a:hover { border-bottom-color: var(--fg); }
.doc-secao code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9em; background: var(--surface); border: 1px solid var(--border);
  border-radius: 6px; padding: 1px 6px;
}

.doc-lista { margin: 0 0 16px; padding-left: 2px; }
.doc-lista li {
  position: relative; padding: 7px 0 7px 20px;
  font-size: 16.5px; line-height: 1.6; color: #3f3f46;
}
.doc-lista li::before {
  content: ""; position: absolute; left: 0; top: 16px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--muted);
}
.doc-lista strong { color: var(--fg); font-weight: 600; }

.tabela-rolagem { overflow-x: auto; margin: 0 0 18px; }
.tabela {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden;
  font-size: 15.5px;
}
.tabela th, .tabela td {
  padding: 12px 14px; text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--border);
}
.tabela th { background: var(--surface); font-weight: 600; font-size: 14.5px; }
.tabela td { color: #3f3f46; }
.tabela tr:last-child td { border-bottom: 0; }

.doc-fim {
  margin-top: 48px; padding: 22px 26px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg);
  font-size: 16px; color: var(--muted);
}
.doc-fim a { color: var(--fg); border-bottom: 1px solid var(--border); }

@media (max-width: 760px) {
  .sumario ol { columns: 1; }
  .rodape-fim { flex-direction: column; align-items: flex-start; }
  .menu-doc { position: static; display: flex; flex-direction: row; padding: 0; border: 0; box-shadow: none; background: none; }
  .menu-doc .btn { width: auto; }
}

@media (max-width: 520px) {
  .menu-doc .btn { display: none; }
}
