/* ============================================================
   CITÁVEL · Reputação de Marcas em Inteligências Artificiais
   Sistema visual: preto carvão, verde-limão, tipografia editorial
   ============================================================ */

:root {
  /* Cor */
  --ink:      #0b0b0d;   /* fundo, quase preto */
  --ink-2:    #121215;   /* superfície elevada */
  --ink-3:    #1a1a1f;   /* superfície hover */
  --line:     rgba(255,255,255,.10);
  --line-2:   rgba(255,255,255,.16);
  --bone:     #f5f4f0;   /* texto primário, off-white quente */
  --mute:     #8b8b93;   /* texto secundário */
  --mute-2:   #5f5f67;   /* texto terciário, legendas */
  --lime:     #c7f94e;   /* acento da marca */
  --lime-dim: #aee02f;
  --lime-ink: #0b0b0d;   /* texto sobre limão */
  --tinta:    #5a7a10;   /* o limão sobre fundo claro */

  /* Tipografia (brand book v1, julho 2026) */
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Ritmo */
  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 11vw, 160px);
  --radius: 14px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--bone);
  line-height: 1.55;
  font-size: 17px;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--lime); color: var(--lime-ink); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
section { padding-block: var(--section-y); position: relative; }
.divider { border-top: 1px solid var(--line); }

/* ---------- Tipografia ---------- */
h1, h2, h3, h4 { font-weight: 600; line-height: 1.04; letter-spacing: -0.03em; }
.display {
  font-size: clamp(2.5rem, 7vw, 5.25rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
h2.title { font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: var(--mute); line-height: 1.5; }
.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono);
  font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--lime);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--lime); opacity: .7; }
.eyebrow.center::before { display: none; }

.kicker { font-family: var(--mono); color: var(--mute-2); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.accent { color: var(--lime); }
.bone-dim { color: var(--mute); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 26px; border-radius: 999px;
  font-weight: 600; font-size: .98rem; letter-spacing: -0.01em;
  transition: transform .18s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--lime); color: var(--lime-ink); }
.btn-primary:hover { transform: translateY(-2px); background: #d4ff66; }
.btn-ghost { border: 1px solid var(--line-2); color: var(--bone); }
.btn-ghost:hover { border-color: var(--bone); transform: translateY(-2px); }
.btn .arr { transition: transform .2s ease; }
.btn:hover .arr { transform: translateX(3px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(11,11,13,.72);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; }
.logo sup { color: var(--lime); font-size: .6em; }
/* Símbolo M1 · aspas de sinal (brand book, lockup oficial) */
.m1 { display: inline-flex; gap: 3px; align-items: center; }
.m1 i { display: inline-block; width: 5px; height: 12px; background: var(--lime); border-radius: 2.5px; transform: skewX(-14deg) translateY(-3.5px); }
.m1 i + i { height: 17px; transform: skewX(-14deg) translateY(3.5px); }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { color: var(--mute); font-size: .92rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--bone); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(56px, 9vw, 110px); padding-bottom: clamp(64px, 9vw, 120px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin: 22px 0 26px; max-width: 16ch; }
.hero .lead { max-width: 46ch; }
.hero-micro {
  margin-top: 26px; padding-left: 16px; border-left: 2px solid var(--lime);
  color: var(--mute); font-size: .96rem; max-width: 42ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* Motif: malha em perspectiva (callback ao site antigo) */
.hero-visual { position: relative; aspect-ratio: 4/5; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); overflow: hidden; }
.hero-visual .floor {
  position: absolute; inset: 0; top: 38%;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(420px) rotateX(58deg) scale(1.8);
  transform-origin: top center;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}
.hero-visual .chat {
  position: absolute; left: 26px; right: 26px; top: 30px;
  display: flex; flex-direction: column; gap: 14px;
}
.bubble {
  font-size: .9rem; line-height: 1.45; padding: 13px 16px; border-radius: 12px;
  border: 1px solid var(--line); background: rgba(255,255,255,.03);
}
.bubble.q { align-self: flex-end; max-width: 78%; color: var(--mute); border-bottom-right-radius: 3px; }
.bubble.a { max-width: 90%; border-bottom-left-radius: 3px; }
.bubble.a b { color: var(--lime); }
.bubble .cursor { display: inline-block; width: 7px; height: 1.05em; background: var(--lime); margin-left: 2px; vertical-align: text-bottom; animation: blink 1.1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ---------- Faixa de stats ---------- */
.statsbar { border-block: 1px solid var(--line); background: var(--ink-2); }
.statsbar .wrap { padding-block: clamp(40px, 6vw, 64px); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.stat .num { font-family: var(--mono); font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.stat .num .accent { color: var(--lime); }
.stat .lbl { color: var(--mute); font-size: .95rem; margin-top: 10px; line-height: 1.35; }
.stat .src { color: var(--mute-2); font-size: .76rem; margin-top: 6px; }

/* ---------- Seção genérica ---------- */
.section-head { max-width: 60ch; }
.section-head h2 { margin: 18px 0 18px; }
.section-head .lead { max-width: 56ch; }

/* ---------- Problema (cards de dado) ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 52px; }
.pain-cell { background: var(--ink); padding: clamp(26px, 3vw, 38px); }
.pain-cell .num { font-family: var(--mono); font-size: clamp(2.1rem, 3.6vw, 2.9rem); font-weight: 600; letter-spacing: -0.04em; color: var(--lime); line-height: 1; }
.pain-cell p { color: var(--mute); margin-top: 14px; font-size: .98rem; }
.pain-cell .src { color: var(--mute-2); font-size: .76rem; margin-top: 10px; }
.pain-close { margin-top: 40px; font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 40ch; line-height: 1.35; }
.pain-close b { color: var(--bone); }

/* ---------- Solução + chips de IA ---------- */
.sol-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.sol-note { margin-top: 22px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); color: var(--mute); font-size: .96rem; }
.ai-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { padding: 12px 18px; border: 1px solid var(--line-2); border-radius: 999px; font-weight: 500; font-size: .95rem; color: var(--mute); transition: all .2s; }
.chip:hover { color: var(--lime-ink); background: var(--lime); border-color: var(--lime); transform: translateY(-2px); }

/* ---------- Tabela comparativa ---------- */
.cmp { margin-top: 52px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td { text-align: left; padding: 18px clamp(16px, 2.4vw, 28px); border-bottom: 1px solid var(--line); font-size: .98rem; vertical-align: top; }
.cmp thead th { background: var(--ink-2); font-weight: 600; letter-spacing: -0.01em; }
.cmp thead th:nth-child(3) { color: var(--lime); }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp td:first-child, .cmp th:first-child { color: var(--mute-2); font-weight: 500; width: 18%; }
.cmp td:nth-child(2) { color: var(--mute); }
.cmp td:nth-child(3) { color: var(--bone); }

/* ---------- Método PULSO ---------- */
.pulse-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 56px; }
.phase { background: var(--ink); padding: clamp(24px, 2.4vw, 32px); display: flex; flex-direction: column; gap: 14px; min-height: 280px; transition: background .25s; }
.phase:hover { background: var(--ink-2); }
.phase .letter { font-size: 2.4rem; font-weight: 600; color: var(--lime); line-height: 1; letter-spacing: -0.04em; }
.phase h3 { font-size: 1.18rem; }
.phase .role { color: var(--mute-2); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.phase p { color: var(--mute); font-size: .92rem; line-height: 1.5; }
.pulse-close { margin-top: 36px; color: var(--mute); }

/* ---------- Setores ---------- */
.sectors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.sector { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2.6vw, 34px); background: var(--ink-2); transition: border-color .25s, transform .25s; }
.sector:hover { border-color: var(--line-2); transform: translateY(-3px); }
.sector h3 { margin-bottom: 18px; }
.sector .prompt { border-left: 2px solid var(--lime); padding: 4px 0 4px 16px; margin-bottom: 18px; }
.sector .prompt .k { display: block; color: var(--mute-2); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.sector .prompt .q { font-family: var(--serif); font-size: 1.2rem; color: var(--bone); line-height: 1.25; }
.sector p { color: var(--mute); font-size: .93rem; }

/* ---------- Preços ---------- */
.offer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 22px; margin-top: 52px; }
.offer-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3vw, 38px); background: var(--ink-2); display: flex; flex-direction: column; }
.offer-card .tag { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); font-weight: 600; }
.offer-card h3 { margin: 14px 0 12px; }
.offer-card p { color: var(--mute); font-size: .96rem; }
.offer-card .price { font-family: var(--mono); font-size: 1.4rem; font-weight: 600; letter-spacing: -0.03em; margin: 22px 0; }
.offer-card .price small { color: var(--mute-2); font-size: .9rem; font-weight: 400; }
.offer-card .btn { margin-top: auto; align-self: flex-start; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.plan { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2.6vw, 32px); background: var(--ink); display: flex; flex-direction: column; position: relative; }
.plan.featured { border-color: var(--lime); background: var(--ink-2); }
.plan .pop { position: absolute; top: -11px; left: clamp(24px,2.6vw,32px); background: var(--lime); color: var(--lime-ink); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.plan h4 { font-size: 1.3rem; margin-bottom: 8px; }
.plan .who { color: var(--mute-2); font-size: .88rem; min-height: 2.6em; }
.plan .inc { color: var(--mute); font-size: .93rem; margin: 16px 0; flex: 1; }
.plan .price { font-family: var(--mono); font-size: 1.25rem; font-weight: 600; letter-spacing: -0.03em; margin-bottom: 20px; }
.plan .price small { color: var(--mute-2); font-weight: 400; font-size: .85rem; }

/* ---------- Fundador ---------- */
.founder-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.founder h2 { margin: 18px 0 24px; }
.founder p { color: var(--mute); font-size: 1.05rem; max-width: 52ch; }
.founder-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.founder-stats .num { font-family: var(--mono); font-size: clamp(1.6rem, 2.7vw, 2.15rem); font-weight: 600; color: var(--lime); letter-spacing: -0.03em; line-height: 1; }
.founder-stats p { font-size: .86rem; margin-top: 8px; }
.founder-portrait { aspect-ratio: 4/5; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--ink-3), var(--ink-2)); display: flex; align-items: flex-end; padding: 28px; }
.founder-portrait .cap { font-family: var(--serif); font-size: 1.3rem; color: var(--mute); }

/* ---------- Manifesto ---------- */
.manifesto { text-align: center; padding-block: clamp(90px, 14vw, 200px); }
.manifesto .line { font-family: var(--serif); font-size: clamp(2.4rem, 6.5vw, 5rem); line-height: 1.02; letter-spacing: -0.02em; }
.manifesto .line .accent { font-style: italic; }
.manifesto .who { margin-top: 30px; color: var(--mute-2); font-size: .9rem; letter-spacing: .04em; }

/* ---------- FAQ ---------- */
.faq-grid { margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); font-weight: 500; letter-spacing: -0.02em; transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--lime); }
.faq summary .ic { flex: none; width: 22px; height: 22px; position: relative; margin-top: 4px; }
.faq summary .ic::before, .faq summary .ic::after { content: ""; position: absolute; background: currentColor; transition: transform .25s ease; }
.faq summary .ic::before { top: 10px; left: 0; width: 22px; height: 2px; }
.faq summary .ic::after { top: 0; left: 10px; width: 2px; height: 22px; }
.faq details[open] summary .ic::after { transform: scaleY(0); }
.faq details[open] summary { color: var(--lime); }
.faq .ans { color: var(--mute); padding: 0 46px 28px 0; max-width: 72ch; line-height: 1.6; }

/* ---------- CTA final ---------- */
.final { text-align: center; }
.final h2 { max-width: 18ch; margin-inline: auto; }
.final .lead { max-width: 44ch; margin: 22px auto 0; }
.final .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.foot { border-top: 1px solid var(--line); background: var(--ink-2); padding-block: clamp(48px, 6vw, 72px); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; }
.foot p { color: var(--mute); font-size: .92rem; margin-bottom: 6px; }
.foot .quote { font-family: var(--serif); color: var(--bone); font-size: 1.25rem; margin-bottom: 18px; }
.foot-links { display: flex; flex-direction: column; gap: 10px; }
.foot-links a { color: var(--mute); font-size: .92rem; transition: color .2s; }
.foot-links a:hover { color: var(--lime); }
.foot .copy { margin-top: 36px; color: var(--mute-2); font-size: .82rem; }

/* ---------- A prova (Case #0) ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 52px; }
.proof-cell { background: var(--ink); padding: clamp(24px, 2.6vw, 34px); }
.proof-cell .num { font-family: var(--mono); font-size: clamp(1.3rem, 2.3vw, 1.85rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; }
.proof-cell p { color: var(--mute); margin-top: 14px; font-size: .95rem; line-height: 1.5; }
.proof-cell p b { color: var(--bone); }
.proof-cosentino { margin-top: 56px; border: 1px solid var(--line); border-left: 3px solid var(--lime); border-radius: var(--radius); background: var(--ink-2); padding: clamp(28px, 3.4vw, 46px); }
.quote-big { font-size: clamp(1.5rem, 3.4vw, 2.4rem); line-height: 1.15; letter-spacing: -0.01em; max-width: 30ch; }
.quote-ctx { color: var(--mute); margin: 20px 0 26px; max-width: 58ch; }
.quote-ctx b { color: var(--bone); }

/* ---------- Fórmula PULSO ---------- */
.formula { margin-top: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); padding: clamp(26px, 3vw, 40px); }
.formula-line { font-family: var(--mono); font-size: clamp(1.15rem, 3vw, 2rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.2; }
.formula-line .fv { color: var(--lime); white-space: nowrap; }
.formula-line .fv small { color: var(--mute); font-weight: 400; font-size: .62em; }
.formula-legend { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 20px; color: var(--mute); font-size: .92rem; }
.formula-legend b { color: var(--lime); margin-right: 6px; }

/* ---------- Preços: extras ---------- */
.price .was { color: var(--mute-2); font-size: .68em; font-weight: 400; margin-right: 8px; }
.offer-card.featured-offer { border-color: var(--lime); }
.offer-note { margin-top: 4px; font-size: .9rem; color: var(--mute); }
.offer-note b { color: var(--lime); }
.plans-note { margin-top: 32px; color: var(--mute-2); font-size: .9rem; max-width: 62ch; }
.inline-link { color: var(--lime); border-bottom: 1px solid transparent; transition: border-color .2s; }
.inline-link:hover { border-bottom-color: var(--lime); }

/* ---------- Diagnóstico (form) ---------- */
.diag { background: var(--ink-2); }
.diag-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.diag-bullets { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.diag-bullets li { padding-left: 26px; position: relative; color: var(--mute); }
.diag-bullets li::before { content: ""; position: absolute; left: 0; top: .52em; width: 14px; height: 2px; background: var(--lime); }
.diag-form { border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--ink); padding: clamp(26px, 3vw, 40px); display: flex; flex-direction: column; gap: 18px; }
.diag-form label { display: flex; flex-direction: column; gap: 8px; font-size: .88rem; font-weight: 600; color: var(--bone); }
.diag-form input { font: inherit; color: var(--bone); background: var(--ink-2); border: 1px solid var(--line-2); border-radius: 10px; padding: 14px 16px; transition: border-color .2s, box-shadow .2s; }
.diag-form input::placeholder { color: var(--mute-2); font-weight: 400; }
.diag-form input:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 3px rgba(199,249,78,.15); }
.btn-block { justify-content: center; width: 100%; }
.diag-fine { color: var(--mute-2); font-size: .8rem; line-height: 1.5; }

/* ---------- Peles de produto (brand book seção 04, arte pintada à mão) ---------- */
.skin { height: 130px; background-size: cover; background-position: center; border-radius: 13px 13px 0 0; }
.plan .skin { margin: calc(-1 * clamp(24px, 2.6vw, 32px)) calc(-1 * clamp(24px, 2.6vw, 32px)) 22px; }
.offer-card .skin { margin: calc(-1 * clamp(26px, 3vw, 38px)) calc(-1 * clamp(26px, 3vw, 38px)) 24px; height: 150px; }
.skin-radiografia { background-image: url(assets/skin-radiografia.jpg); }
.skin-presenca { background-image: url(assets/skin-presenca.jpg); }
.skin-autoridade { background-image: url(assets/skin-autoridade.jpg); }
.skin-lider { background-image: url(assets/skin-lider.jpg); }
.skin-diagnostico { background: linear-gradient(171deg, #111114 48.6%, var(--lime) 49.4%, var(--lime) 50%, #111114 51%); }

/* ---------- Manifesto: campo semiótico vivo ---------- */
.manifesto { position: relative; overflow: hidden; }
.manifesto-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.manifesto::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(11,11,13,.30) 0%, rgba(11,11,13,.92) 78%); }
.manifesto .wrap { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) { .manifesto-bg { display: none; } }

/* ---------- Páginas internas: fases detalhadas ---------- */
.phase-detail { display: flex; flex-direction: column; gap: 22px; margin-top: 52px; }
.phase-block { border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); padding: clamp(26px, 3vw, 40px); }
.phase-block-head { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; }
.phase-block-head .letter { font-size: 3rem; font-weight: 600; color: var(--lime); line-height: 1; letter-spacing: -0.04em; }
.phase-block-head .role { color: var(--mute-2); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.phase-block h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.phase-block p { color: var(--mute); max-width: 72ch; margin-bottom: 12px; }
.phase-block p:last-child { margin-bottom: 0; }
.phase-block p b { color: var(--bone); }
.phase-block .deliver { border-left: 2px solid var(--lime); padding-left: 16px; }

/* ---------- Reveal (progressive; estado escondido só com JS ativo) ---------- */
html.js .reveal { opacity: 0; transform: translateY(18px); }
html.js .reveal.in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
html.gsap .reveal, html.gsap .reveal.in { transition: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } .hero-visual .floor { transform: none; } }

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .sol-grid, .founder-grid, .offer-top { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .pulse-grid { grid-template-columns: repeat(2, 1fr); }
  .sectors, .plans { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .diag-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: inline-flex; }
  .cmp { overflow-x: auto; }
  .cmp table { min-width: 560px; }
}
@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr; }
  .pulse-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  body { font-size: 16px; }
}
