/* Páginas do funil — mesma linguagem visual da landing EPC. */
:root {
  --bg: #010713;
  --surface: #081426;
  --hairline: #20304a;
  --ink: #f4f6fa;
  --ink-muted: #c8d0dc;
  --ink-dim: #9aaac2;
  --accent: #9cdb18;
  --accent-fg: #182848;
  --font-display: 'Montserrat', system-ui, sans-serif;
  --font-sans: 'Raleway', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --layout-width: 1320px;
  --layout-gutter: 40px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--bg); scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; height: auto; }
::selection { background: var(--accent); color: var(--accent-fg); }
:where(a, button, video):focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 4px; }
.nav, .section-inner, .foot-inner { width: 100%; max-width: var(--layout-width); margin: 0 auto; padding-left: var(--layout-gutter); padding-right: var(--layout-gutter); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; padding-bottom: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 50%; font-family: var(--font-display); font-weight: 700; font-size: 14px; }
.brand-name { font-family: var(--font-display); font-size: 13px; font-weight: 600; }
.font-mono-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 500; line-height: 1.7; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-dim); }
.nav .font-mono-tag { text-align: right; }
.section { padding: 80px 0; }
.section.surface { background: var(--surface); }
header.section { padding-top: 44px; }
.eyebrow-row { display: block; }
.eyebrow-row .font-mono-tag { color: var(--accent); }
.pulse-dot { display: none; }
.h1 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(34px, 3.8vw, 54px); line-height: 1.1; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.h1 .accent, .h2 .italic { color: var(--accent); }
.h2 { font-family: var(--font-display); font-size: 36px; line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
.h2 .italic { font-family: inherit; font-style: normal; font-weight: inherit; }
.lead { margin-top: 24px; max-width: 840px; font-size: 18px; line-height: 1.65; color: var(--ink-muted); }
.lead strong { color: var(--ink); font-weight: 700; }
.video-frame { margin-top: 32px; background: #000; overflow: hidden; border-radius: 6px; }
.video-frame video, .dep-card video { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: contain; background: #000; border-radius: 6px; }
.video-micro { margin-top: 16px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; margin-top: 36px; }
.step-card { min-width: 0; }
.step-head { display: flex; align-items: baseline; gap: 16px; }
.step-num { color: var(--accent); font-family: var(--font-mono); font-size: 14px; font-weight: 500; }
.step-tag { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.step-divider { display: none; }
.step-text { margin-top: 18px; font-size: 16px; color: var(--ink-muted); line-height: 1.7; }
.honest-card { margin-top: 32px; max-width: 840px; }
.honest-card p { font-size: 20px; font-weight: 500; line-height: 1.6; color: var(--ink); }
.honest-card footer { margin-top: 14px; font-size: 13px; color: var(--ink-dim); }
.step-link { display: block; width: fit-content; margin-top: 18px; padding: 8px 0; color: var(--accent); font-size: 15px; font-weight: 700; text-underline-offset: 4px; }
.step-link:hover { text-decoration: underline; }
.step-link + .step-link { margin-top: 0; }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 16px 26px; border: 1px solid var(--hairline); border-radius: 8px; font-family: var(--font-display); font-size: 13px; font-weight: 700; line-height: 1.5; color: var(--ink); }
.btn-ghost:hover { border-color: var(--accent); }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.cta-row .micro { font-size: 13px; color: var(--ink-dim); }
.btn-pill { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 16px 26px; border: 0; border-radius: 8px; background: var(--accent); color: var(--accent-fg); font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; cursor: pointer; }
.btn-pill:hover { background: #b1eb35; }
.dep-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 32px; align-items: start; }
.dep-card { min-width: 0; }
.dep-body { padding-top: 20px; }
.dep-tag { display: block; font-size: 15px; line-height: 1.5; font-weight: 700; color: var(--accent); }
.dep-quote { margin-top: 10px; font-size: 16px; line-height: 1.65; color: var(--ink-muted); }
.dep-meta { margin-top: 18px; }
.dep-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.dep-role { margin-top: 4px; font-size: 13px; line-height: 1.5; color: var(--ink-dim); }
.dep-disclaimer { max-width: 850px; margin-top: 28px; font-size: 13px; line-height: 1.7; color: var(--ink-dim); }
.foot { border-top: 1px solid var(--hairline); }
.foot-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; padding-top: 48px; padding-bottom: 48px; }
.foot-inner p { max-width: 470px; font-size: 15px; color: var(--ink-muted); }
.foot-inner > .font-mono-tag { max-width: 350px; text-align: right; }
.foot-legal a { text-decoration: underline; text-underline-offset: 3px; }
.foot-legal a:hover { color: var(--accent); }
.foot-inner .foot-legal-id { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; color: var(--ink-dim); }
@media (min-width: 768px) and (max-width: 1100px) {
  :root { --layout-gutter: 32px; }
  .steps { gap: 28px; }
  .dep-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  :root { --layout-gutter: 24px; }
  .nav { padding-top: 22px; padding-bottom: 22px; }
  .nav > .font-mono-tag { max-width: 190px; font-size: 10px; }
  .section { padding: 60px 0; }
  header.section { padding-top: 26px; padding-bottom: 48px; }
  .h1 { font-size: clamp(27px,7vw,40px); line-height: 1.12; }
  .h2 { font-size: 28px; }
  .lead { font-size: 16px; margin-top: 20px; }
  .video-frame { margin-top: 24px; }
  .video-micro { font-size: 10px; line-height: 1.8; }
  .steps { grid-template-columns: minmax(0,1fr); gap: 28px; margin-top: 28px; }
  .step-tag { font-size: 21px; }
  .step-text { margin-top: 12px; }
  .honest-card p { font-size: 18px; }
  .dep-grid { grid-template-columns: minmax(0,1fr); gap: 36px; margin-top: 28px; }
  .dep-card { max-width: 540px; }
  .cta-row { align-items: stretch; flex-direction: column; gap: 14px; }
  .btn-pill { font-size: 12px; }
  .btn-ghost { font-size: 12px; padding: 16px 20px; }
  .foot-inner { flex-direction: column; gap: 28px; padding-top: 36px; padding-bottom: 36px; }
  .foot-inner > .font-mono-tag { text-align: left; max-width: none; }
}
@media (max-width: 359px) {
  :root { --layout-gutter: 20px; }
  .h1 { font-size: 24px; }
  .h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
