/* =========================================================================
   Guia Prático de Padronização de Processos — Valéria Moura · Gestão da Qualidade
   Sistema de design próprio: verde-pinho profundo + latão + off-white.
   Tipografia editorial: Fraunces (display) + Hanken Grotesk (texto).
   ========================================================================= */

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces.woff2") format("woff2");
  font-weight: 400 650;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("/fonts/hanken.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Verde-pinho (cor âncora da marca neste produto) */
  --pine-950: oklch(0.23 0.028 168);
  --pine-900: oklch(0.31 0.045 166);
  --pine-800: oklch(0.38 0.052 164);
  --pine-700: oklch(0.47 0.056 162);
  --pine-600: oklch(0.56 0.058 160);
  --pine-100: oklch(0.93 0.022 166);
  --pine-050: oklch(0.966 0.012 166);

  /* Latão / dourado (acento e CTA) */
  --brass-700: oklch(0.52 0.082 76);
  --brass-600: oklch(0.62 0.10 80);
  --brass-500: oklch(0.72 0.115 82);
  --brass-400: oklch(0.80 0.10 84);
  --brass-300: oklch(0.865 0.082 86);
  --brass-100: oklch(0.95 0.038 86);

  /* Neutros (off-white levemente esverdeado, NÃO creme) */
  --bg: oklch(0.981 0.004 168);
  --surface: #ffffff;
  --surface-2: oklch(0.992 0.004 168);
  --ink: oklch(0.27 0.022 168);
  --ink-soft: oklch(0.43 0.018 168);
  --ink-faint: oklch(0.525 0.016 168);
  --line: oklch(0.918 0.008 168);
  --line-strong: oklch(0.86 0.012 168);

  /* Sobre fundo escuro */
  --on-dark: oklch(0.972 0.008 166);
  --on-dark-soft: oklch(0.85 0.022 164);
  --on-dark-faint: oklch(0.72 0.022 162);

  /* Tipografia */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Escala fluida */
  --step--1: clamp(0.84rem, 0.80rem + 0.16vw, 0.93rem);
  --step-0: clamp(1rem, 0.96rem + 0.22vw, 1.12rem);
  --step-1: clamp(1.18rem, 1.07rem + 0.42vw, 1.4rem);
  --step-2: clamp(1.4rem, 1.22rem + 0.78vw, 1.9rem);
  --step-3: clamp(1.7rem, 1.4rem + 1.3vw, 2.5rem);
  --step-4: clamp(2.05rem, 1.6rem + 2vw, 3.2rem);
  --step-5: clamp(2.45rem, 1.75rem + 3.1vw, 4.2rem);

  --section-y: clamp(3.6rem, 2.4rem + 5vw, 7rem);
  --container: 1160px;
  --container-narrow: 760px;

  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;

  --shadow-sm: 0 1px 2px rgba(18, 45, 35, 0.05), 0 3px 8px rgba(18, 45, 35, 0.05);
  --shadow: 0 14px 34px -16px rgba(16, 40, 30, 0.28), 0 5px 14px -8px rgba(16, 40, 30, 0.12);
  --shadow-lg: 0 36px 80px -32px rgba(12, 32, 24, 0.45), 0 14px 30px -16px rgba(12, 32, 24, 0.22);
  --shadow-gold: 0 16px 34px -14px oklch(0.72 0.115 82 / 0.55);

  --z-sticky: 100;
  --z-header: 200;
  --z-mobilebar: 300;
  --z-overlay: 400;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; font-optical-sizing: auto; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; padding: 0; }
s { text-decoration-thickness: 1.5px; }
:focus-visible { outline: 3px solid var(--brass-600); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout ---------- */
.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-y); }
.narrow { max-width: var(--container-narrow); margin-inline: auto; }

.section-head { max-width: 680px; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lead { margin-inline: auto; }

.kicker {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-size: var(--step--1); font-weight: 700;
  color: var(--pine-700);
  margin-bottom: 1rem;
}
.kicker .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brass-500); box-shadow: 0 0 0 4px oklch(0.72 0.115 82 / 0.16); }
.kicker.on-dark { color: var(--brass-300); }
.kicker.on-dark .dot { background: var(--brass-400); box-shadow: 0 0 0 4px oklch(0.80 0.10 84 / 0.18); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; color: var(--ink); }
h1 { font-size: var(--step-5); line-height: 1.02; }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
.lead { font-family: var(--font); font-size: var(--step-1); line-height: 1.5; color: var(--ink-soft); font-weight: 400; max-width: 60ch; text-wrap: pretty; }
p { text-wrap: pretty; }

/* ---------- Buttons ---------- */
.btn {
  --bg-btn: var(--pine-900);
  --fg-btn: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  font-family: var(--font); font-weight: 700; font-size: var(--step-0);
  line-height: 1; text-align: center; white-space: nowrap;
  padding: 1.02em 1.7em; border-radius: 999px;
  background: var(--bg-btn); color: var(--fg-btn);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background-color 0.2s, color 0.2s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform 0.25s var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-gold { --bg-btn: var(--brass-500); --fg-btn: var(--pine-950); box-shadow: var(--shadow-gold); font-weight: 800; }
.btn-gold:hover { --bg-btn: var(--brass-400); }
.btn-light { --bg-btn: #fff; --fg-btn: var(--pine-900); }
.btn-ghost { --bg-btn: transparent; --fg-btn: var(--on-dark); box-shadow: inset 0 0 0 1.5px oklch(0.97 0.008 166 / 0.42); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px oklch(0.97 0.008 166 / 0.85); transform: translateY(-2px); }
.btn-outline { --bg-btn: transparent; --fg-btn: var(--pine-900); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn-outline:hover { box-shadow: inset 0 0 0 1.5px var(--pine-700); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.15em 2em; font-size: var(--step-1); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: oklch(0.981 0.004 168 / 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 1.4rem; height: 70px; }
.brand { display: flex; align-items: center; gap: 0.7rem; font-weight: 800; }
.brand-badge {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--pine-700), var(--pine-950));
  color: var(--brass-300); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.01em; box-shadow: var(--shadow-sm);
  border: 1px solid oklch(0.80 0.10 84 / 0.25);
}
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; line-height: 1.05; letter-spacing: -0.01em; color: var(--ink); }
.brand-name small { display: block; font-family: var(--font); font-size: 0.7rem; font-weight: 600; color: var(--ink-faint); letter-spacing: 0.01em; }
.footer-brand .brand-badge { box-shadow: none; }
.nav { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.nav > a:not(.btn) { font-weight: 600; font-size: 0.95rem; color: var(--ink-soft); transition: color 0.2s; }
.nav > a:not(.btn):hover { color: var(--pine-900); }
.nav > .header-cta { display: none; }
.nav-toggle { display: none; }

@media (max-width: 940px) {
  .nav { position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 0.4rem 1.2rem 1.2rem; transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity 0.25s, transform 0.25s var(--ease-out); }
  .nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav > a:not(.btn) { padding: 0.85rem 0.2rem; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav > .header-cta { display: inline-flex; margin-top: 0.9rem; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; margin-left: auto; padding: 8px; }
  .nav-toggle span { width: 24px; height: 2.5px; background: var(--pine-900); border-radius: 2px; transition: transform 0.25s, opacity 0.2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .header-cta.desktop-only { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; color: var(--on-dark);
  background:
    radial-gradient(110% 120% at 88% -8%, oklch(0.47 0.056 162 / 0.65), transparent 55%),
    radial-gradient(95% 90% at -5% 108%, oklch(0.62 0.10 80 / 0.18), transparent 55%),
    linear-gradient(158deg, var(--pine-900) 0%, var(--pine-950) 100%);
  padding-block: clamp(2.4rem, 1.4rem + 6vw, 5.4rem) clamp(3.4rem, 2rem + 7vw, 6.6rem);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.5;
  background-image: radial-gradient(oklch(0.97 0.008 166 / 0.10) 1px, transparent 1.4px);
  background-size: 26px 26px; mask-image: radial-gradient(120% 90% at 72% 0%, #000, transparent 72%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: clamp(2rem, 5vw, 4.2rem); align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 0.55em; font-weight: 600; font-size: var(--step--1);
  color: var(--on-dark); background: oklch(0.97 0.008 166 / 0.08);
  border: 1px solid oklch(0.97 0.008 166 / 0.16);
  padding: 0.5em 1em; border-radius: 999px; margin-bottom: 1.5rem;
}
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brass-400); box-shadow: 0 0 0 0 oklch(0.80 0.10 84 / 0.7); animation: pulse 2.6s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 oklch(0.80 0.10 84 / 0.6);} 70%{box-shadow:0 0 0 9px oklch(0.80 0.10 84 / 0);} 100%{box-shadow:0 0 0 0 oklch(0.80 0.10 84 / 0);} }
.hero h1 { color: #fff; max-width: 15ch; }
.hero h1 .hl { color: var(--brass-300); font-style: italic; }
.hero-sub { font-size: var(--step-1); color: var(--on-dark-soft); line-height: 1.5; margin-top: 1.3rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; margin-top: 2rem; font-size: var(--step--1); color: var(--on-dark-soft); }
.hero-trust.center { justify-content: center; }
.hero-trust li { display: inline-flex; align-items: center; gap: 0.5em; }
.hero-trust svg { color: var(--brass-300); flex-shrink: 0; }

/* Hero visual — folha de POP padrão com selo */
.hero-visual { position: relative; }
.doc {
  position: relative; background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-lg); max-width: 410px; margin-inline: auto;
}
.doc-head { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.2rem; background: var(--pine-900); color: #fff; }
.doc-code { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 800; letter-spacing: 0.04em; font-size: 0.76rem; color: var(--brass-300); }
.doc-code::before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--brass-400); }
.doc-rev { font-size: 0.68rem; color: var(--on-dark-soft); font-weight: 600; }
.doc-body { padding: 1.3rem 1.4rem 1.5rem; }
.doc-kicker { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brass-700); }
.doc-title { font-family: var(--font-display); font-weight: 600; font-size: 1.42rem; color: var(--ink); margin-top: 0.2rem; letter-spacing: -0.01em; }
.doc-rows { display: grid; gap: 0.6rem; margin: 1.15rem 0 1.25rem; }
.doc-row { display: flex; align-items: center; gap: 0.7rem; }
.doc-step { flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center;
  background: var(--pine-050); color: var(--pine-700); font-weight: 800; font-size: 0.78rem; border: 1px solid var(--pine-100); }
.doc-bar { height: 9px; border-radius: 5px; background: var(--line); }
.doc-bar.w1 { width: 92%; } .doc-bar.w2 { width: 80%; } .doc-bar.w3 { width: 88%; } .doc-bar.w4 { width: 72%; }
.doc-foot { display: flex; flex-wrap: wrap; gap: 0.5rem; padding-top: 1.1rem; border-top: 1px dashed var(--line-strong); }
.doc-chk { display: inline-flex; align-items: center; gap: 0.35em; font-size: 0.74rem; font-weight: 700; color: var(--pine-700); }
.doc-chk svg { color: var(--brass-600); }
.doc-seal {
  position: absolute; right: 14px; bottom: 14px; width: 92px; height: 92px; border-radius: 50%;
  display: grid; place-items: center; text-align: center; transform: rotate(-11deg);
  color: var(--brass-700); background: oklch(0.95 0.038 86 / 0.92);
  border: 2px solid var(--brass-500); box-shadow: 0 0 0 3px oklch(0.95 0.038 86 / 0.55);
}
.doc-seal span { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.06em; line-height: 1.2; }
.hero-chip {
  position: absolute; display: flex; align-items: center; gap: 0.6rem;
  background: #fff; color: var(--ink); border-radius: 14px; padding: 0.65rem 0.95rem;
  box-shadow: var(--shadow-lg); font-weight: 700;
}
.hero-chip b { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--pine-800); line-height: 1; }
.hero-chip small { font-weight: 600; color: var(--ink-faint); font-size: 0.72rem; line-height: 1.15; }
.hero-chip.chip-1 { top: -16px; left: -10px; }
.hero-chip.chip-2 { bottom: -18px; right: 4px; }

/* ---------- Problema ---------- */
.problem { background: var(--surface); border-bottom: 1px solid var(--line); }
.pains { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.pain-item {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.6rem; transition: border-color 0.25s, transform 0.25s var(--ease-out), box-shadow 0.25s;
}
.pain-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.pain-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; margin-bottom: 1rem;
  background: oklch(0.62 0.10 80 / 0.12); color: var(--brass-700); border: 1px solid oklch(0.62 0.10 80 / 0.22); }
.pain-item h3 { font-size: 1.16rem; line-height: 1.2; }
.pain-item p { margin-top: 0.5rem; color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Virada ---------- */
.shift {
  background: linear-gradient(150deg, var(--pine-800), var(--pine-950));
  color: var(--on-dark); padding-block: clamp(2.8rem, 2rem + 4vw, 4.6rem);
}
.shift-inner { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.shift-copy h2 { color: #fff; max-width: 20ch; }
.shift-copy p { color: var(--on-dark-soft); margin: 1rem 0 1.6rem; max-width: 52ch; font-size: var(--step-1); }
.shift-copy p strong { color: #fff; }
.shift-list { display: grid; gap: 0.9rem; }
.shift-list li { display: flex; gap: 0.7rem; align-items: flex-start; font-weight: 600; color: var(--on-dark); }
.shift-list svg { flex-shrink: 0; color: var(--brass-300); margin-top: 2px; }

/* ---------- Para quem ---------- */
.audience { background: var(--surface); border-bottom: 1px solid var(--line); }
.aud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem; }
.aud-grid li { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-weight: 500; color: var(--ink); }
.aud-grid svg { flex-shrink: 0; color: var(--brass-600); margin-top: 3px; }

/* ---------- O que vai aprender ---------- */
.learn { background: var(--bg); }
.learn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(1rem, 2.5vw, 1.8rem) clamp(1.6rem, 3vw, 2.8rem); }
.learn-item { display: flex; gap: 1.1rem; align-items: flex-start; }
.learn-n { font-family: var(--font-display); font-weight: 600; font-size: 2.1rem; line-height: 0.9; color: oklch(0.5 0.088 74); flex-shrink: 0; min-width: 1.8em; letter-spacing: -0.02em; }
.learn-item h3 { font-size: 1.18rem; }
.learn-item p { margin-top: 0.4rem; color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Módulos (seção escura, "sumário do dossiê") ---------- */
.modules {
  position: relative; isolation: isolate; color: var(--on-dark);
  background: linear-gradient(168deg, var(--pine-900), var(--pine-950));
  padding-block: var(--section-y);
}
.modules::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.38;
  background-image: linear-gradient(oklch(0.97 0.008 166 / 0.05) 1px, transparent 1px), linear-gradient(90deg, oklch(0.97 0.008 166 / 0.05) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: radial-gradient(120% 80% at 50% 0%, #000, transparent 78%);
}
.modules .section-head h2 { color: #fff; max-width: 22ch; }
.modules .section-head .lead { color: var(--on-dark-soft); }
.mod-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 1.4rem; }
.module {
  display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.25rem 1.3rem;
  background: oklch(0.97 0.008 166 / 0.05); border: 1px solid oklch(0.97 0.008 166 / 0.10);
  border-radius: var(--radius); transition: background 0.25s, border-color 0.25s, transform 0.25s var(--ease-out);
}
.module:hover { background: oklch(0.97 0.008 166 / 0.09); border-color: oklch(0.80 0.10 84 / 0.4); transform: translateY(-2px); }
.mod-n { font-family: var(--font-display); font-weight: 600; font-size: 1.9rem; line-height: 1; color: var(--brass-300); flex-shrink: 0; min-width: 1.4em; }
.mod-body h3 { color: #fff; font-size: 1.16rem; line-height: 1.2; }
.mod-body p { color: var(--on-dark-soft); font-size: 0.93rem; margin-top: 0.35rem; }
.mod-cta { display: flex; justify-content: center; margin-top: clamp(2rem, 4vw, 3rem); }

/* ---------- Bônus ---------- */
.bonus-head { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 2rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 3rem); }
.bonus-value { background: linear-gradient(155deg, var(--pine-800), var(--pine-950)); color: #fff; border-radius: var(--radius); padding: 1.4rem 1.6rem; text-align: center; box-shadow: var(--shadow); }
.bonus-value small { display: block; font-weight: 500; color: var(--on-dark-soft); font-size: 0.84rem; }
.bonus-value .v { font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; color: #fff; line-height: 1.1; margin: 0.2rem 0; }
.bonus-value .v s { color: var(--on-dark-faint); font-size: 0.5em; font-weight: 600; margin-right: 0.2em; }
.bonus-value .free { color: var(--brass-300); }
.bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.bonus-item {
  display: grid; grid-template-columns: auto 1fr; gap: 0.4rem 1rem; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.35rem; transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s;
}
.bonus-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.bonus-item .b-num { grid-row: span 2; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: oklch(0.62 0.10 80 / 0.12); color: var(--brass-700); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; border: 1px solid oklch(0.62 0.10 80 / 0.22); }
.bonus-item .b-type { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--pine-600); }
.bonus-item h3 { font-size: 1.1rem; line-height: 1.2; margin: 0.15rem 0 0.4rem; }
.bonus-item .b-body p { color: var(--ink-soft); font-size: 0.9rem; }
.bonus-item .b-price { grid-column: 2; display: inline-flex; gap: 0.5rem; align-items: baseline; font-weight: 800; margin-top: 0.6rem; }
.bonus-item .b-price s { color: var(--ink-faint); font-weight: 600; }
.bonus-item .b-price .free { color: var(--pine-700); }

/* ---------- Resultados ---------- */
.results { background: var(--surface); border-block: 1px solid var(--line); }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.result-item {
  display: flex; flex-direction: column; gap: 0.9rem; padding: 1.6rem 1.4rem;
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius);
}
.result-item .r-ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center;
  background: var(--pine-900); color: var(--brass-300); }
.result-item p { font-weight: 600; color: var(--ink); line-height: 1.3; }

/* ---------- Autora ---------- */
.author { background: var(--bg); }
.author-grid { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.author-card { position: relative; isolation: isolate; background: linear-gradient(158deg, var(--pine-800), var(--pine-950)); border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 2.8rem); color: var(--on-dark); text-align: center; box-shadow: var(--shadow-lg); overflow: hidden; }
.author-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.6; background: radial-gradient(80% 60% at 50% 0%, oklch(0.62 0.10 80 / 0.22), transparent 70%); }
.author-mono { width: 116px; height: 116px; margin: 0 auto 1.2rem; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--pine-900); font-family: var(--font-display); font-weight: 600; font-size: 2.5rem; letter-spacing: -0.02em; box-shadow: var(--shadow); }
.author-card .a-name { font-family: var(--font-display); font-size: var(--step-2); color: #fff; font-weight: 600; }
.author-card .a-role { color: var(--brass-300); font-weight: 600; margin-top: 0.25rem; font-size: 0.92rem; }
.author-tags { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid oklch(0.97 0.008 166 / 0.15); }
.author-tags span { font-size: 0.84rem; font-weight: 600; color: var(--on-dark-soft); }
.author-body h2 { font-size: var(--step-3); }
.author-body p { color: var(--ink-soft); margin-top: 1rem; }
.author-body p strong { color: var(--ink); }

/* ---------- Prova social ---------- */
.proof { background: var(--surface); border-bottom: 1px solid var(--line); }
.proof-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1.6rem, 5vw, 4.5rem); margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.proof-stat { text-align: center; }
.proof-stat .n { font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; color: var(--pine-800); line-height: 1; letter-spacing: -0.02em; }
.proof-stat .n .star { color: var(--brass-500); }
.proof-stat small { display: block; margin-top: 0.4rem; font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); }
.proof-wall { columns: 3 300px; column-gap: 1.1rem; }
.tcard { break-inside: avoid; margin-bottom: 1.1rem; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s; }
.tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.tcard .stars { display: flex; gap: 1px; color: var(--brass-500); margin-bottom: 0.7rem; font-size: 0.95rem; }
.tcard .quote { color: var(--ink); font-size: 1rem; line-height: 1.55; }
.tcard .quote b { color: var(--pine-800); font-weight: 700; }
.tcard .who { display: flex; align-items: center; gap: 0.7rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.tcard .avatar { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 0.92rem; color: #fff; }
.tcard:nth-child(3n+1) .avatar { background: linear-gradient(145deg, var(--pine-700), var(--pine-950)); }
.tcard:nth-child(3n+2) .avatar { background: linear-gradient(145deg, var(--brass-600), var(--brass-700)); }
.tcard:nth-child(3n+3) .avatar { background: linear-gradient(145deg, var(--pine-600), var(--pine-800)); }
.tcard .who .name { font-weight: 800; font-size: 0.94rem; color: var(--ink); line-height: 1.1; }
.tcard .who .role { font-size: 0.8rem; color: var(--ink-faint); font-weight: 600; }
.tcard .verified { margin-left: auto; display: inline-flex; align-items: center; gap: 0.3em; font-size: 0.72rem; font-weight: 700; color: var(--pine-700); white-space: nowrap; }
.proof-note { text-align: center; margin-top: clamp(1.8rem, 4vw, 2.6rem); font-size: 0.85rem; color: var(--ink-faint); }

/* ---------- Oferta ---------- */
.offer { background: var(--bg); }
.offer-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(1.4rem, 3vw, 2.4rem); align-items: start; }
.value-stack { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); }
.vs-row { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: 0.85rem 0; border-bottom: 1px dashed var(--line); }
.vs-row:first-child { padding-top: 0; }
.vs-row span { color: var(--ink-soft); font-size: 0.96rem; }
.vs-row s { color: var(--ink-faint); font-weight: 600; flex-shrink: 0; }
.vs-total { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding-top: 1rem; margin-top: 0.3rem; }
.vs-total span { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.vs-total s { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--ink-faint); }

.offer-card { position: relative; background: var(--surface); border: 2px solid var(--brass-500); border-radius: var(--radius-lg); padding: clamp(1.6rem, 3vw, 2.3rem) clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); }
.offer-flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--brass-500); color: var(--pine-950); font-weight: 800; font-size: 0.78rem; padding: 0.45em 1.1em; border-radius: 999px; box-shadow: var(--shadow-gold); }
.offer-label { font-weight: 700; color: var(--ink); margin-top: 0.4rem; }
.offer-from { color: var(--ink-faint); margin-top: 0.9rem; font-size: 0.95rem; }
.offer-from s { font-weight: 600; }
.offer-price { display: flex; align-items: flex-start; gap: 0.2rem; margin: 0.1rem 0 0.2rem; color: var(--ink); }
.offer-price .cur { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin-top: 0.5rem; }
.offer-price .amt { font-family: var(--font-display); font-size: clamp(3.4rem, 2.5rem + 3vw, 4.6rem); font-weight: 600; line-height: 0.9; letter-spacing: -0.03em; }
.offer-pay { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 1.3rem; }
.offer-feats { display: grid; gap: 0.65rem; padding: 1.3rem 0; margin-bottom: 0.4rem; border-top: 1px solid var(--line); }
.offer-feats li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; line-height: 1.35; }
.offer-feats svg { flex-shrink: 0; color: var(--pine-700); margin-top: 2px; }
.offer-secure { display: flex; gap: 0.4em; align-items: center; justify-content: center; text-align: center; font-size: 0.78rem; color: var(--ink-faint); margin-top: 0.9rem; }

/* ---------- Garantia ---------- */
.guarantee { background: linear-gradient(160deg, var(--pine-800), var(--pine-950)); color: var(--on-dark); }
.guarantee-grid { display: grid; grid-template-columns: 0.32fr 0.68fr; gap: clamp(1.8rem, 4vw, 3.5rem); align-items: center; }
.seal { position: relative; width: min(210px, 56vw); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; display: grid; place-items: center; text-align: center;
  background: oklch(0.62 0.10 80 / 0.12); border: 2px dashed var(--brass-400); }
.seal .big { font-family: var(--font-display); font-size: 3.6rem; font-weight: 600; line-height: 0.85; color: var(--brass-300); }
.seal small { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; color: var(--on-dark); }
.guarantee h2 { color: #fff; font-size: var(--step-3); max-width: 22ch; }
.guarantee p { color: var(--on-dark-soft); margin-top: 1rem; max-width: 60ch; }
.guarantee p strong { color: #fff; }

/* ---------- FAQ ---------- */
.faq { background: var(--surface); }
.faq-list { display: grid; gap: 0.8rem; max-width: 820px; margin-inline: auto; }
.faq-item { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s; }
.faq-item[open] { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; padding: 1.15rem 1.3rem; font-weight: 700; font-size: var(--step-0); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .pm { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: var(--pine-050); color: var(--pine-700); display: grid; place-items: center; transition: transform 0.3s var(--ease-out), background 0.25s, color 0.25s; }
.faq-item[open] summary .pm { transform: rotate(45deg); background: var(--pine-900); color: var(--brass-300); }
.faq-answer { padding: 0 1.3rem 1.3rem; color: var(--ink-soft); }
.faq-answer a { color: var(--pine-700); font-weight: 700; text-decoration: underline; }
.faq-cta { display: flex; justify-content: center; margin-top: clamp(1.8rem, 4vw, 2.6rem); }

/* ---------- CTA final ---------- */
.final { position: relative; isolation: isolate; background: linear-gradient(150deg, var(--pine-900), var(--pine-950)); color: var(--on-dark); text-align: center; overflow: hidden; }
.final::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.55; background: radial-gradient(70% 60% at 50% 120%, oklch(0.62 0.10 80 / 0.28), transparent 60%); }
.final h2 { color: #fff; font-size: var(--step-4); max-width: 20ch; margin-inline: auto; }
.final p { color: var(--on-dark-soft); margin: 1.1rem auto 0; max-width: 54ch; font-size: var(--step-1); }
.final .hero-actions { justify-content: center; margin-top: 1.8rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pine-950); color: var(--on-dark-soft); padding-block: clamp(3rem, 5vw, 4.4rem) 2rem; font-size: 0.92rem; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid oklch(0.97 0.008 166 / 0.1); }
.footer-brand { display: flex; align-items: center; gap: 0.7rem; font-family: var(--font-display); font-weight: 600; color: #fff; margin-bottom: 1rem; }
.footer-brand .brand-badge { color: var(--brass-300); }
.site-footer h3 { font-family: var(--font); color: #fff; font-size: 0.95rem; margin-bottom: 1rem; }
.site-footer a { color: var(--on-dark-soft); transition: color 0.2s; }
.site-footer a:hover { color: #fff; }
.footer-links { display: grid; gap: 0.6rem; }
.footer-legal { margin-top: 1.4rem; }
.footer-legal details { border-top: 1px solid oklch(0.97 0.008 166 / 0.08); }
.footer-legal summary { cursor: pointer; padding: 0.9rem 0; font-weight: 700; color: #fff; list-style: none; display: flex; justify-content: space-between; }
.footer-legal summary::-webkit-details-marker { display: none; }
.footer-legal .legal-body { padding-bottom: 1.2rem; font-size: 0.84rem; line-height: 1.6; color: var(--on-dark-faint); max-width: 75ch; }
.footer-legal .legal-body h4 { font-family: var(--font); color: var(--on-dark-soft); margin: 0.9rem 0 0.2rem; font-size: 0.9rem; font-weight: 700; }
.footer-legal .legal-body strong { color: var(--on-dark-soft); }
.footer-legal .legal-body a { color: var(--brass-300); text-decoration: underline; }
.warn { margin-top: 1.4rem; background: oklch(0.62 0.10 80 / 0.12); border: 1px solid oklch(0.62 0.10 80 / 0.3); color: var(--brass-300); border-radius: 10px; padding: 0.8rem 1rem; font-size: 0.82rem; font-weight: 600; }
.footer-note { padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; justify-content: space-between; font-size: 0.8rem; color: var(--on-dark-faint); }

/* ---------- Sticky mobile CTA ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-mobilebar);
  display: none; align-items: center; justify-content: space-between; gap: 1rem;
  background: oklch(0.992 0.004 168 / 0.97); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 20px -8px rgba(16, 40, 30, 0.2);
  transform: translateY(120%); transition: transform 0.35s var(--ease-out);
}
.mobile-bar.show { transform: none; }
.mobile-bar .mb-price small { display: block; color: var(--ink-faint); font-size: 0.72rem; font-weight: 600; }
.mobile-bar .mb-price b { font-size: 1.05rem; color: var(--pine-900); }
.mobile-bar .btn { padding: 0.85em 1.3em; }
@media (max-width: 620px) { .mobile-bar { display: flex; } body { padding-bottom: 80px; } }

/* ---------- Banner de consentimento (LGPD) ---------- */
.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-overlay);
  padding: 0.9rem clamp(1rem, 3vw, 2rem);
  background: oklch(0.27 0.03 168 / 0.97); backdrop-filter: blur(10px);
  border-top: 1px solid oklch(0.80 0.10 84 / 0.22);
  box-shadow: 0 -8px 24px -10px rgba(12, 32, 24, 0.5);
  transform: translateY(110%); transition: transform 0.4s var(--ease-out);
}
.consent.show { transform: none; }
.consent-inner { max-width: var(--container); margin-inline: auto; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.consent-text { color: var(--on-dark-soft); font-size: 0.88rem; line-height: 1.45; flex: 1 1 320px; margin: 0; }
.consent-text a { color: var(--brass-300); font-weight: 700; text-decoration: underline; }
.consent-actions { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.consent-btn { padding: 0.65em 1.25em; font-size: 0.9rem; }
.consent .btn-outline { color: #fff; box-shadow: inset 0 0 0 1.5px oklch(0.97 0.008 166 / 0.45); }
.consent .btn-outline:hover { box-shadow: inset 0 0 0 1.5px oklch(0.97 0.008 166 / 0.9); }
.consent-link { color: var(--on-dark-soft); font: inherit; font-size: 0.85rem; text-decoration: underline; padding: 0.5em 0.6em; border-radius: var(--radius-sm); }
.consent-link:hover { color: #fff; }
.consent-prefs { max-width: var(--container); margin-inline: auto; max-height: 80vh; overflow-y: auto; }
.cprefs-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.7rem; }
.cprefs-head strong { color: #fff; font-size: 1rem; }
.cprefs-list { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 0.8rem; }
.cpref { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: oklch(0.97 0.008 166 / 0.06); border: 1px solid oklch(0.97 0.008 166 / 0.12); border-radius: var(--radius-sm); padding: 0.6rem 0.85rem; cursor: pointer; }
.cpref-info { display: flex; flex-direction: column; gap: 2px; }
.cpref-info b { color: #fff; font-size: 0.88rem; }
.cpref-info small { color: var(--on-dark-soft); font-size: 0.76rem; line-height: 1.35; }
.cprefs-actions { display: flex; justify-content: flex-end; }
.cpref input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 42px; height: 24px; border-radius: 999px; background: oklch(0.97 0.008 166 / 0.25); position: relative; cursor: pointer; flex-shrink: 0; transition: background 0.2s; }
.cpref input[type="checkbox"]::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform 0.2s; }
.cpref input[type="checkbox"]:checked { background: var(--brass-500); }
.cpref input[type="checkbox"]:checked::after { transform: translateX(18px); }
.cpref input[type="checkbox"]:disabled { opacity: 0.55; cursor: default; }
.cpref input[type="checkbox"]:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* ---------- Motion ---------- */
@keyframes heroUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes heroPop { from { opacity: 0; transform: translateY(24px) scale(0.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  /* H1 e subtítulo SEM animação (são o LCP) — pintam instantâneo */
  .hero .badge { animation: heroUp 0.42s var(--ease-out) both; }
  .hero-actions { animation: heroUp 0.42s 0.1s var(--ease-out) both; }
  .hero-trust { animation: heroUp 0.42s 0.16s var(--ease-out) both; }
  .hero-visual { animation: heroPop 0.5s 0.04s var(--ease-out) both; }
  .hero-chip.chip-1 { animation: heroUp 0.42s 0.22s var(--ease-out) both; }
  .hero-chip.chip-2 { animation: heroUp 0.42s 0.28s var(--ease-out) both; }
}
@media (prefers-reduced-motion: reduce) {
  .badge .dot { animation: none; }
  .btn, .pain-item, .bonus-item, .module, .tcard, .offer-card { transition: none; }
  .consent { transition: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 22ch; }
  .hero-visual { order: -1; max-width: 440px; margin-inline: auto; }
  .shift-inner, .author-grid, .bonus-head, .guarantee-grid, .offer-grid { grid-template-columns: 1fr; }
  .mod-list { grid-template-columns: 1fr; }
  .author-card { max-width: 420px; margin-inline: auto; }
  .offer-card { max-width: 520px; margin-inline: auto; width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .seal { width: min(180px, 48vw); }
}
@media (max-width: 620px) {
  .aud-grid { grid-template-columns: 1fr; }
  .proof-wall { columns: 1; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-chip.chip-1 { left: 0; }
  .hero-chip.chip-2 { right: 0; }
  /* Banner de consentimento empilhado (fix do flex-basis que vira altura) */
  .consent-inner { flex-direction: column; align-items: stretch; gap: 0.55rem; }
  .consent-text { flex: 0 0 auto; font-size: 0.8rem; line-height: 1.4; }
  .consent-actions { flex-direction: column; align-items: stretch; gap: 0.45rem; }
  .consent-btn { flex: 1; padding: 0.7em 1em; }
  .consent-link { order: 3; padding-top: 0.2em; }
  .consent-prefs { max-height: 70vh; }
}
