/* Auto-hospedadas: o CSP de produção é style-src 'self', então o <link> do
   Google Fonts nunca carregava lá — a página caía silenciosamente no
   fallback do sistema. Arquivos e recortes de unicode-range copiados
   verbatim do CSS que fonts.googleapis.com serve para wght@400;500;600 do
   Inter e wght@400;500 do IBM Plex Mono, restrito aos subsets latin e
   latin-ext (cobrem os acentos do português). O Inter serve o MESMO arquivo
   variável para os três pesos em cada subset — por isso 3 pesos × 2
   subsets = 6 regras, mas só 2 arquivos .woff2. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-400-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-500-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #050506;
  --surface: #09090b;
  --surface-raised: #0d0c0f;
  --surface-soft: #111014;
  --line: #29262d;
  --line-strong: #3b363f;
  --paper: #faf8f6;
  --text: #faf8f6;
  --muted: #b9b5bc;
  --subtle: #8f8a93;
  --terracotta: #ca895f;
  --terracotta-dark: #17141b;
  --display: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono:
    "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1384px, calc(100% - 48px));
  --radius: 14px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    var(--ink);
  background-size: 96px 96px;
  color: var(--text);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
ol,
ul,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.mono,
.section-label,
.source,
.card-topline,
.timeline-number,
.bento-card > span,
.after-steps > li > span,
.footer-bottom {
  font-family: var(--mono);
}

:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgb(5 5 6 / 88%);
  backdrop-filter: blur(18px);
}

/* Escondido só sob .js (marcada por um script síncrono no <head>, antes
   da 1ª pintura) — sem JS o header fica fixo e sempre visível, nunca
   inacessível. Com JS, começa fora da tela e desliza ao rolar. */
.js .site-header {
  transform: translateY(-100%);
  transition: transform 0.35s ease;
}

.js .site-header.is-visible {
  transform: translateY(0%);
}

[id] {
  scroll-margin-top: 90px;
}

.header-inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--paper);
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.brand-name small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.header-nav,
.header-links,
.header-actions {
  display: flex;
  align-items: center;
}

.header-nav {
  gap: 20px;
}

.header-links {
  gap: 22px;
}

.header-links a {
  color: var(--muted);
  font-size: 13px;
  transition: color 180ms ease;
}

.header-links a:hover {
  color: var(--paper);
}

.header-actions {
  gap: 8px;
}

.header-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.header-action--ghost {
  color: var(--paper);
}

.header-action--ghost:hover {
  background: var(--surface-soft);
}

.header-action--outline {
  border-color: var(--line-strong);
  color: var(--paper);
}

.header-action--outline:hover {
  border-color: var(--subtle);
}

.header-action--solid {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--terracotta-dark);
}

.header-action--solid:hover {
  background: #d99b73;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #030304;
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(3 3 4 / 95%) 0%,
      rgb(3 3 4 / 30%) 48%,
      rgb(3 3 4 / 90%) 100%
    ),
    linear-gradient(rgb(3 3 4 / 54%), rgb(3 3 4 / 92%));
  content: "";
}

.hero-texture {
  position: absolute;
  inset: 0;
  background: url("assets/bg-logo.webp") center / cover no-repeat;
  opacity: 0.38;
  filter: contrast(1.1);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.65fr) minmax(
      230px,
      0.55fr
    );
  align-items: center;
  gap: 52px;
  padding-block: 96px 80px;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(54px, 4.7vw, 68px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.hero-support {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.button--primary {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--terracotta-dark);
}

.button--primary:hover {
  background: #d99b73;
}

.text-link {
  border-bottom: 1px solid var(--line-strong);
  color: var(--paper);
  font-size: 14px;
}

.text-link:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.hero-signal {
  position: relative;
  display: grid;
  min-height: 350px;
  place-items: center;
}

.signal-halo {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(202 137 95 / 32%) 0%,
    rgb(202 137 95 / 9%) 34%,
    transparent 70%
  );
  filter: blur(10px);
}

.signal-frame {
  position: relative;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: rgb(5 5 6 / 72%);
  box-shadow:
    0 24px 46px rgb(0 0 0 / 64%),
    0 0 0 18px rgb(255 255 255 / 1.8%);
  transform: rotate(45deg);
}

.signal-frame::before,
.signal-frame::after {
  position: absolute;
  background: var(--terracotta);
  content: "";
}

.signal-frame::before {
  top: -1px;
  left: -1px;
  width: 44px;
  height: 1px;
}

.signal-frame::after {
  right: -1px;
  bottom: -1px;
  width: 1px;
  height: 44px;
}

.signal-frame img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  transform: rotate(-45deg);
}

.hero-pillars {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.hero-pillars li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  color: var(--paper);
  font-size: 15px;
}

.hero-pillars .mono {
  color: var(--terracotta);
  font-size: 11px;
}

.hero-pillars small {
  color: var(--subtle);
  font-family: var(--mono);
  font-size: 9px;
}

.manifesto {
  border-bottom: 1px solid var(--line);
}

.manifesto-inner {
  display: grid;
  min-height: 460px;
  grid-template-columns: 1fr minmax(0, 820px) 1fr;
  align-items: center;
  gap: 42px;
}

.manifesto p {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 1.05;
  text-align: center;
}

.manifesto-rule {
  height: 1px;
  background: var(--line);
}

.section {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding-block: 176px;
}

.section--compact {
  padding-top: 128px;
}

.section-label {
  display: grid;
  grid-template-columns: auto auto minmax(40px, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 52px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-index {
  color: var(--terracotta);
}

.section-rule {
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    var(--line-strong) 0,
    var(--line-strong) 42px,
    transparent 42px,
    transparent 48px
  );
}

.section h2,
.diagnostic h1,
.diagnostic h2,
.vision h2,
.final-cta h2,
.closing h2 {
  max-width: 1000px;
  margin-bottom: 60px;
  font-size: clamp(42px, 4.1vw, 58px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.6fr);
  align-items: end;
  gap: 86px;
  margin-bottom: 64px;
}

.heading-split h2,
.heading-split p {
  margin-bottom: 0;
}

.heading-split p,
.method-copy p,
.security-panel > div > p,
.vision p,
.diagnostic-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}

.stat-card,
.stat-note {
  min-height: 280px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 34px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card--wide {
  min-height: 340px;
}

.stat-number {
  margin-bottom: 42px;
  color: var(--terracotta);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.stat-number span {
  color: var(--subtle);
  font-weight: 400;
}

.stat-card > p:last-child,
.stat-note p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}

.stat-note {
  display: flex;
  min-height: 180px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: flex-end;
  border-top: 0;
  background: var(--surface-raised);
}

.stat-note p {
  max-width: 760px;
  font-size: 18px;
}

.stat-note--accent {
  border-left-color: var(--terracotta);
}

.source {
  margin: 20px 0 0;
  color: var(--subtle);
  font-size: 10px;
}

.method-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: 0;
}

.brand-plate {
  display: grid;
  min-height: 480px;
  place-items: center;
  border: 1px solid var(--line);
  border-right: 0;
  background:
    linear-gradient(rgb(9 9 11 / 70%), rgb(9 9 11 / 85%)),
    url("assets/bg-textura.webp") center / cover no-repeat;
}

.brand-plate img {
  width: 240px;
  height: 228px;
  object-fit: contain;
}

.method-copy {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgb(9 9 11 / 84%), rgb(9 9 11 / 94%)),
    url("assets/bg-textura.webp") center / cover no-repeat;
  padding: clamp(40px, 6vw, 86px);
}

.method-copy h2 {
  margin-bottom: 34px;
}

.method-copy p {
  max-width: 740px;
  margin-bottom: 0;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.method-card {
  min-height: 330px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--surface);
  padding: 30px;
}

.method-card + .method-card {
  border-left: 0;
}

.method-card--raised {
  background: var(--surface-raised);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 118px;
  color: var(--terracotta);
  font-size: 10px;
}

.method-card h3 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.method-card p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--muted);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 34px 0 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line-strong);
  content: "";
}

.timeline li {
  position: relative;
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 48px 26px 28px;
}

.timeline li:first-child {
  border-left: 1px solid var(--line);
}

.timeline-dot {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 26px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 1px var(--terracotta);
}

.timeline-number {
  display: block;
  margin-bottom: 52px;
  color: var(--terracotta);
  font-size: 11px;
}

.timeline h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-name {
  margin-bottom: 52px !important;
}

.bento-grid {
  display: grid;
  grid-auto-rows: minmax(120px, auto);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.bento-card {
  min-height: 280px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 30px;
}

.bento-card > span {
  display: block;
  margin-bottom: 76px;
  color: var(--terracotta);
  font-size: 11px;
}

.bento-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.bento-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.bento-card--large {
  min-height: 380px;
  grid-column: span 2;
  grid-row: span 2;
}

.bento-card--large > span {
  margin-bottom: 138px;
}

.bento-card--tall {
  min-height: 380px;
  grid-row: span 2;
  background: var(--surface-raised);
}

.bento-card--tall > span {
  margin-bottom: 138px;
}

.bento-card--wide {
  grid-column: span 2;
}

.security-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.6fr);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgb(9 9 11 / 92%), rgb(9 9 11 / 72%)),
    url("assets/bg-textura.webp") center / cover no-repeat;
}

.security-panel > div {
  padding: clamp(42px, 6vw, 86px);
}

.security-panel h2 {
  margin-bottom: 30px;
}

.security-panel > div > p {
  max-width: 720px;
  margin-bottom: 0;
}

.check-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--line);
  list-style: none;
}

.check-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 30px 34px 30px 72px;
  color: var(--paper);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  position: absolute;
  left: 34px;
  color: var(--terracotta);
  content: "✓";
  font-family: var(--mono);
}

.list-callout {
  margin: 76px 0 24px;
  color: var(--terracotta);
  font-family: var(--mono);
  font-size: 11px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  padding: 12px 18px;
  color: var(--paper);
  font-size: 14px;
}

.principles {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.principles > div {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) 1.3fr;
  align-items: baseline;
  gap: 44px;
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
}

.principles dt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.principles dt span {
  display: inline-block;
  min-width: 54px;
  color: var(--terracotta);
  font-family: var(--mono);
  font-size: 11px;
}

.principles dd {
  color: var(--muted);
}

.vision {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 50%, rgb(202 137 95 / 8%), transparent 30%),
    #030304;
}

.vision-inner {
  padding-block: 200px;
}

.vision h2 {
  max-width: 1240px;
  margin-bottom: 48px;
  font-size: clamp(48px, 5.6vw, 80px);
}

.vision p {
  max-width: 620px;
  margin: 0 0 0 auto;
}

.final-cta {
  border-bottom: 1px solid var(--line);
  padding-block: 160px;
}

.final-cta-panel {
  display: grid;
  min-height: 480px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 46%, rgb(202 137 95 / 11%), transparent 32%),
    var(--surface);
  padding: 72px 30px;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 24px;
}

.final-cta p {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 17px;
}

.final-cta small,
.diagnostic-copy small {
  margin-top: 16px;
  color: var(--subtle);
  font-size: 12px;
}

/* Primeiro bloco da landing: topo mais curto que a base, para o formulário
   subir na dobra. O cabeçalho começa escondido, então não há barra para
   compensar no carregamento. */
.diagnostic {
  border-bottom: 1px solid var(--line);
  padding-block: 118px 176px;
  background: #030304;
}

.diagnostic-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 86px;
  align-items: start;
}

.diagnostic-copy {
  position: sticky;
  top: 118px;
}

.diagnostic-copy h1,
.diagnostic-copy h2 {
  margin-bottom: 28px;
}

.diagnostic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 32px;
}

.diagnostic-form label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
}

.diagnostic-form input,
.diagnostic-form select {
  min-width: 0;
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #060607;
  color: var(--paper);
  padding: 10px 13px;
}

.diagnostic-form input:hover,
.diagnostic-form select:hover {
  border-color: var(--subtle);
}

.diagnostic-form select {
  color-scheme: dark;
}

.form-wide {
  grid-column: 1 / -1;
}

.checkbox {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px !important;
  margin-block: 4px 2px;
  font-size: 13px !important;
  line-height: 1.5;
}

.checkbox input {
  min-height: 18px;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--terracotta);
}

.diagnostic-form .button--primary {
  width: 100%;
  color: var(--terracotta-dark);
}

.comparison-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison th,
.comparison td {
  width: 50%;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 28px;
  vertical-align: top;
  text-align: left;
}

.comparison th:last-child,
.comparison td:last-child {
  border-right: 0;
}

.comparison tbody tr:last-child td {
  border-bottom: 0;
}

.comparison th {
  background: var(--surface-raised);
  color: var(--terracotta);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison td {
  background: var(--surface);
  color: var(--muted);
}

.after-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.after-steps li {
  min-height: 310px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 30px;
}

.after-steps li + li {
  border-left: 0;
}

.after-steps > li > span {
  display: block;
  margin-bottom: 108px;
  color: var(--terracotta);
  font-size: 11px;
}

.after-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

/* Realce à la Apple: o corpo do texto fica no tom secundário (--muted)
   e só a frase-chave sobe para --paper com peso 500. Nasceu como
   `.after-steps strong`; ao virar global essa versão específica ficou
   redundante (mesmos valores) e foi removida. */
strong {
  color: var(--paper);
  font-weight: 500;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 90px;
}

.faq-shell h2 {
  position: sticky;
  top: 118px;
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 28px 54px 28px 0;
  color: var(--paper);
  font-size: 18px;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 28px;
  right: 0;
  color: var(--terracotta);
  content: "+";
  font-family: var(--mono);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--muted);
}

.security-note {
  border-bottom: 1px solid var(--line);
  padding-block: 28px;
}

.security-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.security-note a {
  color: var(--terracotta);
}

.closing {
  border-bottom: 1px solid var(--line);
}

.closing-inner {
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.closing h2 {
  max-width: 760px;
  margin: 0;
}

.site-footer {
  background: #030304;
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 0.55fr));
  gap: 52px;
  padding-bottom: 86px;
}

.footer-brand p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid h2 {
  margin-bottom: 12px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
}

.footer-grid > div:not(.footer-brand) a {
  color: var(--muted);
  font-size: 13px;
}

.footer-grid > div:not(.footer-brand) a:hover {
  color: var(--paper);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px;
  color: var(--subtle);
  font-size: 10px;
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 40px, 1120px);
  }

  .header-links {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.6fr) minmax(
        200px,
        0.5fr
      );
    gap: 32px;
  }

  .hero-pillars li {
    grid-template-columns: 24px 1fr;
  }

  .hero-pillars small {
    grid-column: 2;
  }

  .heading-split {
    gap: 52px;
  }

  .diagnostic-hero {
    grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
    gap: 52px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 820px);
  }

  .header-action--ghost,
  .header-action--outline {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 220px;
    padding-block: 100px;
  }

  .hero-pillars {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
  }

  .heading-split,
  .diagnostic-hero,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .diagnostic-copy,
  .faq-shell h2 {
    position: static;
  }

  .method-intro {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .brand-plate,
  .method-copy {
    min-height: 420px;
  }

  .brand-plate img {
    width: 180px;
    height: 171px;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .timeline li:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .timeline li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .timeline-dot {
    top: 28px;
  }

  .timeline-number {
    margin-bottom: 56px;
  }

  .bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-card,
  .bento-card--large,
  .bento-card--tall,
  .bento-card--wide {
    min-height: 300px;
    grid-column: auto;
    grid-row: auto;
  }

  .bento-card--large {
    grid-column: span 2;
  }

  .bento-card > span,
  .bento-card--large > span,
  .bento-card--tall > span {
    margin-bottom: 96px;
  }

  .security-panel {
    grid-template-columns: 1fr;
  }

  .check-list {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 28px);
    --radius: 10px;
  }

  body {
    background-size: 72px 72px;
  }

  .header-inner {
    min-height: 60px;
    gap: 12px;
  }

  .brand {
    gap: 7px;
  }

  .brand img {
    width: 27px;
    height: 27px;
  }

  .brand-name {
    font-size: 14px;
  }

  .site-header .brand-name small {
    display: none;
  }

  .header-action {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 70px 64px;
  }

  .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(40px, 12.4vw, 52px);
    line-height: 0.99;
  }

  .hero-support {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-signal {
    min-height: 250px;
  }

  .signal-halo {
    width: 220px;
    height: 220px;
  }

  .signal-frame {
    width: 126px;
  }

  .signal-frame img {
    width: 66px;
    height: 66px;
  }

  .hero-pillars {
    grid-column: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero-pillars li {
    grid-template-columns: 28px 1fr auto;
  }

  .hero-pillars small {
    grid-column: auto;
  }

  .manifesto-inner {
    min-height: 340px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .manifesto p {
    font-size: 38px;
  }

  .manifesto-rule {
    width: 56px;
    margin-inline: auto;
  }

  .section,
  .diagnostic {
    padding-block: 118px;
  }

  .diagnostic {
    padding-top: 84px;
  }

  .section--compact {
    padding-top: 98px;
  }

  .section-label {
    gap: 10px;
    margin-bottom: 36px;
    font-size: 10px;
  }

  .section h2,
  .diagnostic h1,
  .diagnostic h2,
  .vision h2,
  .final-cta h2,
  .closing h2 {
    margin-bottom: 38px;
    font-size: 38px;
    line-height: 1.04;
  }

  .heading-split {
    gap: 0;
    margin-bottom: 42px;
  }

  .heading-split h2 {
    margin-bottom: 26px;
  }

  .heading-split p,
  .method-copy p,
  .security-panel > div > p,
  .vision p,
  .diagnostic-copy > p {
    font-size: 16px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .stat-card--wide,
  .stat-note {
    min-height: 250px;
    padding: 26px;
  }

  .stat-card + .stat-card {
    border-top: 0;
  }

  .stat-number {
    font-size: 54px;
  }

  .stat-note {
    min-height: 220px;
    justify-content: flex-start;
  }

  .stat-note p {
    font-size: 16px;
  }

  .method-intro,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .brand-plate {
    min-height: 320px;
    border-right: 1px solid var(--line);
  }

  .brand-plate img {
    width: 176px;
    height: 167px;
  }

  .method-copy {
    min-height: auto;
    border-top: 0;
    padding: 40px 28px;
  }

  .method-copy h2 {
    margin-bottom: 24px;
  }

  .method-card {
    min-height: 270px;
    padding: 26px;
  }

  .method-card + .method-card {
    border-left: 1px solid var(--line);
  }

  .card-topline {
    margin-bottom: 82px;
  }

  .timeline {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .timeline li,
  .timeline li:nth-child(odd) {
    min-height: 205px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    padding: 38px 24px 25px 72px;
  }

  .timeline li:last-child {
    border-bottom: 1px solid var(--line);
  }

  .timeline-dot {
    top: 46px;
    left: 26px;
  }

  .timeline-number {
    margin-bottom: 34px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-card,
  .bento-card--large,
  .bento-card--tall,
  .bento-card--wide {
    min-height: 280px;
    grid-column: auto;
  }

  .bento-card > span,
  .bento-card--large > span,
  .bento-card--tall > span {
    margin-bottom: 84px;
  }

  .security-panel > div {
    padding: 38px 28px;
  }

  .check-list li {
    padding: 24px 24px 24px 60px;
  }

  .check-list li::before {
    left: 26px;
  }

  .list-callout {
    margin-top: 48px;
  }

  .pill-list {
    align-items: stretch;
    flex-direction: column;
  }

  .pill-list li {
    width: 100%;
  }

  .principles > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }

  .vision-inner {
    padding-block: 130px;
  }

  .vision h2 {
    font-size: 42px;
  }

  .final-cta {
    padding-block: 96px;
  }

  .final-cta-panel {
    min-height: 460px;
    padding: 52px 22px;
  }

  .final-cta .button {
    max-width: 310px;
  }

  .diagnostic-hero {
    gap: 44px;
  }

  .diagnostic-copy h1,
  .diagnostic-copy h2 {
    margin-bottom: 24px;
  }

  .diagnostic-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .form-wide {
    grid-column: auto;
  }

  .comparison-wrap {
    overflow: visible;
    border: 0;
  }

  .comparison,
  .comparison thead,
  .comparison tbody,
  .comparison tr,
  .comparison th,
  .comparison td {
    display: block;
    width: 100%;
  }

  .comparison thead {
    display: none;
  }

  .comparison tr {
    margin-bottom: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .comparison td {
    position: relative;
    border: 0;
    padding: 52px 22px 22px;
  }

  .comparison td + td {
    border-top: 1px solid var(--line);
  }

  .comparison td::before {
    position: absolute;
    top: 20px;
    left: 22px;
    color: var(--terracotta);
    content: "Inclui";
    font-family: var(--mono);
    font-size: 10px;
    text-transform: uppercase;
  }

  .comparison td + td::before {
    content: "Não inclui (isso vem na Auditoria Paga)";
  }

  .after-steps {
    grid-template-columns: 1fr;
  }

  .after-steps li {
    min-height: 270px;
  }

  .after-steps li + li {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .after-steps > li > span {
    margin-bottom: 78px;
  }

  .faq-shell {
    gap: 18px;
  }

  .faq-list summary {
    padding-block: 24px;
    font-size: 16px;
  }

  .faq-list summary::after {
    top: 24px;
  }

  .security-note {
    padding-block: 24px;
  }

  .closing-inner {
    min-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
  }

  .closing h2 {
    margin-bottom: 0;
  }

  .site-footer {
    padding-top: 64px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 24px;
    padding-bottom: 58px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
