/* =========================================================
   Plugin IA — LP Diagnóstico de Processos & Growth
   Layout espelhado da LP "Sala de Dono" (V4), identidade Plugin IA
   ========================================================= */

:root {
  --navy-950: #030b1e;
  --navy-900: #061634;
  --brand-navy: #071a3d;
  --royal: #0046d7;
  --blue: #0a6cff;
  --sky: #0192ff;
  --cyan: #00ddfd;
  --cyan-soft: #5fd9ff;

  --green: #12a00e;
  --green-hover: #0d8a0a;

  --light: #f5f5f5;
  --ink: #0b1328;
  --ink-2: #4a5268;
  --ink-3: #636b7d;
  --muted-dark: #aab4ca;

  --font-display: 'Outfit', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --topbar-h: 72px;
  --radius-section: 40px;
  --gutter: 24px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--topbar-h) + 8px);
}

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
button, input, select { font: inherit; color: inherit; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.sr-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip-link {
  position: absolute;
  left: 16px; top: -100px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--cyan-soft); outline-offset: 3px; }
.light :focus-visible, .legal :focus-visible { outline-color: var(--royal); }

/* ---------- Containers (larguras da referência) ---------- */
.container {
  width: 100%;
  max-width: calc(1100px + 2 * var(--gutter));
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--top { max-width: calc(1150px + 2 * var(--gutter)); }
.container--narrow { max-width: calc(1000px + 2 * var(--gutter)); }
.container--card { max-width: calc(1080px + 2 * var(--gutter)); }
.container--mid { max-width: calc(960px + 2 * var(--gutter)); }
.container--wide { max-width: calc(1280px + 2 * var(--gutter)); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn--cta {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(18, 160, 14, .75), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn--cta:hover {
  background: var(--green-hover);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -14px rgba(18, 160, 14, .85), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn--cta:active { transform: translateY(0); }
.btn--lg { min-width: 332px; min-height: 66px; padding: 14px 36px; }
.btn--xl { min-width: 384px; min-height: 66px; padding: 14px 40px; }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--topbar-h);
  color: #fff;
  background: linear-gradient(90deg, #030c22 0%, #06205a 45%, #0a47c4 100%);
  transition: box-shadow .25s ease;
}
.topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(95, 217, 255, 0), rgba(95, 217, 255, .35), rgba(95, 217, 255, 0));
}
.topbar.is-scrolled { box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .55); }
.topbar__inner { display: flex; align-items: center; gap: 18px; height: 100%; }
.topbar__brand { flex: none; border-radius: 6px; }
.topbar__brand img { width: auto; height: 40px; }
.topbar__divider { flex: none; width: 1px; height: 38px; background: rgba(255, 255, 255, .35); }
.topbar__tag { max-width: 300px; font-size: 14px; line-height: 17px; color: rgba(255, 255, 255, .95); }
.topbar__tag strong { font-weight: 700; }
.topbar__nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.topbar__nav a {
  padding: 6px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
  transition: background-size .25s ease;
}
.topbar__nav a:hover { background-size: 100% 2px; }

/* ---------- Hero ---------- */
.hero {
  /* Primeira dobra em qualquer monitor: altura visível = tela − topbar, com piso e teto.
     A faixa final de var(--radius-section) fica sob a seção clara, que sobe por cima do hero. */
  --hero-fit: clamp(560px, calc(100vh - var(--topbar-h)), 940px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(var(--hero-fit) + var(--radius-section));
  padding: clamp(16px, 3.4vh, 40px) 0 calc(var(--radius-section) + clamp(16px, 3vh, 36px));
  color: #fff;
  background:
    radial-gradient(55% 75% at 82% 30%, rgba(10, 108, 255, .5) 0%, rgba(10, 108, 255, 0) 70%),
    radial-gradient(70% 60% at 0% 100%, rgba(3, 11, 30, .65) 0%, rgba(3, 11, 30, 0) 70%),
    linear-gradient(100deg, #041030 0%, #07215e 40%, #0a3aa8 75%, #0c4fd8 100%);
}
@supports (height: 100svh) {
  .hero { --hero-fit: clamp(560px, calc(100svh - var(--topbar-h)), 940px); }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0) 30%);
}

/* Faixa diagonal "vidro" — ecoa a perna do "A" do logo */
.hero__glass {
  position: absolute;
  z-index: 0;
  left: calc(50% + 520px);
  top: -340px;
  width: 270px;
  height: 1040px;
  border-radius: 56px;
  pointer-events: none;
  transform: rotate(37deg);
  /* Some antes de chegar aos braços: a base da foto é esmaecida e deixaria a faixa aparecer através dela */
  -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent 80%);
  mask-image: linear-gradient(180deg, #000 50%, transparent 80%);
  background: linear-gradient(180deg, rgba(0, 221, 253, 0) 0%, rgba(0, 170, 255, .14) 35%, rgba(0, 190, 255, .34) 75%, rgba(140, 236, 255, .6) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(160, 235, 255, .25),
    inset 24px 0 40px -10px rgba(255, 255, 255, .18),
    0 0 90px rgba(0, 170, 255, .25);
}

.hero__grid {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 580px) minmax(0, 1fr);
  column-gap: 20px;
  width: 100%;
}
.hero__content { position: relative; z-index: 2; }

.pill {
  display: inline-flex;
  align-items: center;
  min-height: clamp(30px, 4.4vh, 36px);
  padding: 6px 16px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(12px, 1.75vh, 14px);
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #0046d7 0%, #0a6cff 100%);
  box-shadow: inset 0 0 0 1px rgba(95, 217, 255, .45), 0 8px 24px -8px rgba(0, 120, 255, .6);
}

.hero__title {
  margin-top: clamp(10px, 2.4vh, 22px);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4.8vh, 42px);
  line-height: 1.18;
  letter-spacing: -.005em;
  text-transform: uppercase;
}
.hero__lead {
  max-width: 530px;
  margin-top: clamp(10px, 2.2vh, 20px);
  font-size: clamp(15px, 2.15vh, 17px);
  line-height: 1.47;
  color: rgba(255, 255, 255, .92);
}

.checklist { display: grid; gap: clamp(6px, 1.5vh, 14px); max-width: min(560px, 46vw); margin-top: clamp(12px, 2.8vh, 24px); padding: 0; list-style: none; }
.checklist li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px;
  font-size: clamp(15px, 2.15vh, 17px);
  line-height: 1.41;
  color: rgba(255, 255, 255, .95);
}
.checklist svg {
  width: 18px; height: 18px;
  margin-top: 3px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin-top: clamp(14px, 3.4vh, 32px); }
.price__from { font-family: var(--font-display); font-size: clamp(18px, 2.9vh, 24px); line-height: 1; color: rgba(255, 255, 255, .95); }
.price__from s { text-decoration-line: line-through; text-decoration-color: var(--cyan); text-decoration-thickness: 2px; }
.price__free { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 5.6vh, 48px); line-height: 1; letter-spacing: -.01em; }

.hero__cta { margin-top: clamp(14px, 3.4vh, 32px); min-height: clamp(50px, 7.8vh, 66px); text-transform: uppercase; }
.hero__meta { margin-top: clamp(8px, 2.2vh, 22px); font-size: clamp(14px, 2.1vh, 17px); line-height: 1.4; color: rgba(255, 255, 255, .9); }
.hero__note { margin-top: 4px; font-size: clamp(12px, 1.75vh, 14px); line-height: 1.4; color: rgba(255, 255, 255, .72); }

/* Foto presa ao pé do hero e proporcional à altura dele, rosto à direita do centro (como na V4) */
.hero__person {
  position: absolute;
  z-index: 1;
  bottom: var(--radius-section);
  left: calc(50% + 60px + var(--hero-fit) * .28);
  height: min(calc((100% - var(--radius-section)) * .9), 54vw);
  aspect-ratio: 1 / 1;
  margin: 0;
  transform: translateX(-48.8%);
}
.hero__person picture { display: block; width: 100%; height: 100%; }
.hero__person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(180deg, #000 68%, rgba(0, 0, 0, .55) 85%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 68%, rgba(0, 0, 0, .55) 85%, transparent 99%);
}
.hero__caption {
  position: absolute;
  z-index: 2;
  /* À direita da cabeça, sobre a área livre da foto */
  left: 67%;
  top: 35%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  text-shadow: 0 2px 14px rgba(3, 11, 30, .55);
}
.hero__name { font-weight: 500; font-size: 22px; line-height: 1.2; color: #fff; }
.hero__role { font-size: 16px; line-height: 1.35; color: var(--cyan-soft); }

/* ---------- Seção clara (form + como funciona) ---------- */
.light {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * var(--radius-section));
  border-radius: var(--radius-section);
  color: var(--ink);
  background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 65%, #e6e8ec 100%);
}

.signup { padding-top: 88px; }
.signup__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 472px;
  column-gap: 48px;
  align-items: center;
}
.signup__title {
  max-width: 420px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-wrap: balance;
  color: var(--ink);
}

.form-card {
  padding: 56px 20px 48px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 60px -36px rgba(7, 26, 61, .28), 0 1px 0 rgba(7, 26, 61, .04);
}

.field { position: relative; margin-bottom: 20px; }
.field input,
.field select {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #dfe2e7;
  border-radius: 6px;
  background-color: #fff;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--ink);
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder { color: var(--ink-3); opacity: 1; }
.field select {
  padding-right: 44px;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23636b7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  cursor: pointer;
}
.field select:invalid { color: var(--ink-3); }
.field select option { color: var(--ink); }
.field input:hover, .field select:hover { border-color: #c5cbd6; }
.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--royal);
  box-shadow: 0 0 0 3px rgba(0, 70, 215, .18);
}
.field [aria-invalid="true"] { border-color: #c62828; }
.field [aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(198, 40, 40, .18); }
.field--phone .flag {
  position: absolute;
  left: 16px; top: 20px;
  width: 22px; height: 16px;
  border-radius: 2px;
  pointer-events: none;
}
.field--phone input { padding-left: 48px; }
.field__error { margin: 6px 2px 0; font-size: 13.5px; line-height: 1.35; color: #b42318; }

.consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  margin: 4px 0 20px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-2);
}
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--royal); cursor: pointer; }
.consent label { cursor: pointer; }
.consent a { color: var(--royal); font-weight: 600; }
.consent .field__error { grid-column: 1 / -1; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn--submit { width: 100%; min-height: 60px; border-radius: 6px; text-transform: uppercase; }
.btn--submit:hover { transform: none; }
.btn__spinner {
  display: none;
  width: 18px; height: 18px;
  border: 2.5px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
.btn.is-busy { cursor: progress; opacity: .9; }
.btn.is-busy .btn__spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fdecea;
  color: #8a1c14;
  font-size: 14.5px;
  line-height: 1.45;
}
.form-status a { color: inherit; font-weight: 700; }

.form-success { padding: 24px 12px; text-align: center; }
.form-success__icon {
  display: grid;
  place-items: center;
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0046d7, #0192ff);
  box-shadow: 0 12px 30px -10px rgba(0, 110, 255, .6);
}
.form-success__icon svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.form-success__title { font-family: var(--font-display); font-weight: 700; font-size: 30px; line-height: 1.15; color: var(--ink); outline: none; }
.form-success__text { max-width: 360px; margin: 12px auto 24px; font-size: 16px; line-height: 1.55; color: var(--ink-2); }

/* Como funciona */
.steps { padding: 100px 0 72px; }
.steps__grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  column-gap: 72px;
  align-items: start;
}
.steps__intro { position: sticky; top: calc(var(--topbar-h) + 40px); }
.steps__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -.01em;
  text-wrap: balance;
  color: var(--ink);
}
.steps__sub { margin-top: 28px; font-size: 18px; line-height: 1.45; color: var(--ink); }
.steps__cta { margin-top: 36px; }

.timeline { margin: 0; padding: 0; list-style: none; }
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 44px;
  min-height: 298px;
}
.timeline__item:last-child { min-height: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 88px;
  bottom: 16px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #7fb2ff 0%, rgba(127, 178, 255, .3) 100%);
}
.timeline__item:last-child::before { display: none; }
.timeline__num {
  padding-top: 4px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
  color: transparent;
  background: linear-gradient(135deg, #0046d7 0%, #0a84ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.timeline__label { font-size: 18px; line-height: 1.3; color: var(--ink-3); }
.timeline__title { margin-top: 10px; font-family: var(--font-display); font-weight: 500; font-size: 32px; line-height: 1.15; color: var(--ink); }
.timeline__text { max-width: 452px; margin-top: 14px; padding-bottom: 40px; font-size: 18px; line-height: 1.45; color: var(--ink-2); }

/* ---------- Seções escuras ---------- */
.dark { position: relative; color: #fff; background: var(--navy-950); }
.dark::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 0;
  height: 700px;
  pointer-events: none;
  background: radial-gradient(60% 60% at 50% 0%, rgba(10, 70, 200, .22), rgba(10, 70, 200, 0) 70%);
}
.dark > section { position: relative; z-index: 1; }

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -.01em;
  text-wrap: balance;
  color: #fff;
}
.section-title--center { text-align: center; }

/* Quem conduz */
.founder { padding-top: 76px; }
.founder .section-title { margin-bottom: 40px; }
.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 505px;
  overflow: hidden;
  border-radius: 14px;
  color: var(--ink);
  background:
    radial-gradient(70% 90% at 85% 40%, #dbe9ff 0%, rgba(219, 233, 255, 0) 70%),
    linear-gradient(120deg, #f4f6fa 0%, #ffffff 45%, #eef4ff 100%);
}
.founder-card__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 0 64px 60px;
}
.founder-card__name { font-family: var(--font-display); font-weight: 700; font-size: 48px; line-height: 1.05; letter-spacing: -.01em; color: var(--ink); }
.founder-card__role { margin-top: 8px; font-size: 21px; line-height: 1.3; color: var(--royal); }
.founder-card__bio { max-width: 450px; margin-top: 20px; font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.founder-card__bio + .founder-card__bio { margin-top: 14px; }
.credentials {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}
.credentials li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
}
.credentials svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 10px;
  background: #e3eeff;
  fill: none;
  stroke: var(--royal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.founder-card__cta { margin-top: 32px; }
.founder-card__media { position: relative; }
/* Mesma foto do hero, presa ao topo do card; o círculo fica centrado no rosto (≈27% da altura da foto) */
.founder-card__media::before {
  content: "";
  position: absolute;
  left: 50%; top: -4px;
  width: 430px; height: 430px;
  transform: translateX(-50%);
  border: 2px solid rgba(1, 146, 255, .28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 146, 255, .16) 0%, rgba(1, 146, 255, 0) 68%);
}
.founder-card__media picture { position: absolute; left: 50%; top: 60px; width: 560px; max-width: none; transform: translateX(-48.8%); }
.founder-card__media img {
  width: 100%;
  -webkit-mask-image: linear-gradient(180deg, #000 58%, rgba(0, 0, 0, .5) 78%, transparent 96%);
  mask-image: linear-gradient(180deg, #000 58%, rgba(0, 0, 0, .5) 78%, transparent 96%);
}

/* Diferencial + hub */
.method { padding-top: 92px; }
.method__title { max-width: 860px; }
.method__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 48px; }
.feature {
  padding: 28px 26px 32px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0b1a3a 0%, #081430 100%);
  box-shadow: inset 0 0 0 1px rgba(120, 160, 255, .08);
}
.feature__icon { width: 36px; height: 36px; fill: none; stroke: url(#g-brand); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature__title { margin-top: 22px; font-family: var(--font-display); font-weight: 600; font-size: 21px; line-height: 1.3; color: #eef3ff; }
.feature__text { margin-top: 12px; font-size: 16px; line-height: 1.55; color: var(--muted-dark); }

.hub { margin-top: 44px; padding: 30px 20px; border-radius: 24px; background: #fff; color: var(--ink); }
.hub__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.hub__item { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.hub__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf2ff 0%, #e3f8ff 100%);
}
.hub__icon svg { width: 26px; height: 26px; fill: none; stroke: url(#g-deep); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hub__txt { display: flex; flex-direction: column; gap: 4px; }
.hub__txt strong { font-family: var(--font-display); font-weight: 700; font-size: 17px; line-height: 1.2; color: var(--ink); }
.hub__txt span { font-size: 14px; line-height: 1.4; color: #5b6477; }

/* FAQ */
.faq { padding-top: 100px; }
.faq__title { max-width: 800px; font-weight: 600; }
.faq__list { display: grid; gap: 6px; margin-top: 32px; }
.faq__item {
  border-radius: 8px;
  background: #0e1b39;
  box-shadow: inset 0 0 0 1px rgba(120, 160, 255, .07);
  transition: background-color .2s ease;
}
.faq__item[open] { background: #11224a; }
.faq__item summary {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 8px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { background: rgba(255, 255, 255, .03); }
.faq__icon { width: 20px; height: 20px; fill: none; stroke: #9fb3d9; stroke-width: 2; stroke-linecap: round; transition: transform .25s ease, stroke .2s ease; }
.faq__item[open] .faq__icon { transform: rotate(45deg); stroke: var(--cyan); }
.faq__answer { padding: 0 24px 22px 60px; }
.faq__answer p { max-width: 760px; font-size: 16px; line-height: 1.65; color: #b8c3da; }

/* CTA final */
.final-cta { padding: 110px 0 96px; text-align: center; }
.final-cta__inner, .final-cta__inner > div { display: flex; flex-direction: column; align-items: center; }
.eyebrow { font-size: 18px; line-height: 1.3; color: var(--cyan-soft); }
.final-cta__title { max-width: 660px; margin-top: 8px; font-family: var(--font-display); font-weight: 700; font-size: 48px; line-height: 1.15; letter-spacing: -.01em; text-wrap: balance; }
.final-cta__sub { max-width: 620px; margin-top: 24px; font-size: 18px; line-height: 1.5; color: var(--muted-dark); }
.final-cta .btn { margin-top: 32px; }
.final-cta__meta { display: block; margin-top: 16px; font-size: 16px; line-height: 1.5; text-align: center; color: #e8eeff; }
.final-cta__meta svg { display: inline-block; width: 20px; height: 20px; margin-right: 8px; vertical-align: -4px; fill: none; stroke: var(--cyan-soft); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Rodapé ---------- */
.footer { padding: 40px 0 26px; color: #fff; background: var(--navy-950); }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; }
.footer__brand { display: flex; align-items: center; gap: 18px; }
.footer__brand img { width: auto; height: 40px; }
.footer__tagline { padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .18); font-family: var(--font-display); font-size: 15px; color: #b8c3da; }
.footer__back { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 500; font-size: 19px; color: #fff; text-decoration: none; }
.footer__back svg { width: 22px; height: 22px; fill: none; stroke: var(--cyan-soft); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.footer__back:hover svg { transform: translateY(-3px); }
.footer__bottom p { padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); text-align: center; font-size: 15px; color: #c9d2e6; }
.footer__bottom a { color: var(--cyan-soft); text-decoration: none; }
.footer__bottom a:hover { text-decoration: underline; }

/* ---------- Página de privacidade ---------- */
.legal { padding: 72px 0 96px; color: var(--ink); background: var(--light); }
.legal__inner { max-width: calc(780px + 2 * var(--gutter)); }
.legal h1 { margin-top: 8px; font-family: var(--font-display); font-weight: 700; font-size: 44px; line-height: 1.1; letter-spacing: -.02em; }
.legal h2 { margin-top: 40px; font-family: var(--font-display); font-weight: 600; font-size: 24px; line-height: 1.25; }
.legal p, .legal li { font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.legal p { margin-top: 14px; }
.legal ul { display: grid; gap: 8px; margin-top: 14px; padding-left: 22px; }
.legal a { color: var(--royal); font-weight: 600; }
.legal .btn { color: #fff; }
.legal__updated { font-size: 15px !important; color: var(--ink-3) !important; }
.legal__back { margin-top: 48px !important; }
.eyebrow--dark { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--royal); }
.topbar__nav--always { display: flex !important; }

/* ---------- Animações de entrada ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--d, 0ms);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1200px) {
  .hero__glass { left: calc(50% + 440px); }
  .hero__caption { max-width: 150px; white-space: normal; }
}

@media (max-width: 1023px) {
  /* Tablet e celular: foto em cima e conteúdo centralizado (como a V4 no celular) */
  .hero { display: block; min-height: 0; padding: 16px 0 calc(var(--radius-section) + 44px); }
  .topbar__nav { display: none; }
  .hero__glass { left: auto; right: -150px; top: -380px; width: 200px; height: 760px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hero__person {
    --person-h: clamp(300px, 88vw, 440px);
    position: relative;
    order: -1;
    left: auto;
    bottom: auto;
    width: 100%;
    height: var(--person-h);
    aspect-ratio: auto;
    transform: none;
  }
  .hero__person picture { position: absolute; left: 50%; bottom: 0; width: var(--person-h); height: 100%; transform: translateX(-50%); }
  .hero__person img {
    -webkit-mask-image: linear-gradient(180deg, #000 62%, rgba(0, 0, 0, .55) 82%, transparent 98%);
    mask-image: linear-gradient(180deg, #000 62%, rgba(0, 0, 0, .55) 82%, transparent 98%);
  }
  .hero__caption { left: auto; right: calc(50% - var(--person-h) / 2); top: 32%; text-align: right; }
  .hero__content { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .hero__title { margin-top: 18px; font-size: 34px; line-height: 40px; text-wrap: balance; }
  .br-lg { display: none; }
  .checklist { max-width: 560px; text-align: left; }
  .price { flex-direction: column; align-items: center; gap: 8px; }

  .signup__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 440px); column-gap: 32px; }
  .signup__title { font-size: 34px; }

  .steps__grid { grid-template-columns: 280px minmax(0, 1fr); column-gap: 40px; }
  .steps__title { font-size: 40px; }
  .timeline__item { column-gap: 28px; }

  .section-title { font-size: 40px; }
  .founder-card__text { padding: 48px 0 48px 40px; }
  .founder-card__name { font-size: 40px; }
  .founder-card__media picture { top: 70px; width: 400px; }
  .founder-card__media::before { top: 18px; width: 320px; height: 320px; }

  .hub__list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
}

@media (max-width: 767px) {
  :root { --topbar-h: 64px; --radius-section: 28px; --gutter: 16px; }

  .btn--lg, .btn--xl { width: 100%; min-width: 0; min-height: 62px; padding: 14px 20px; }

  .topbar__inner { gap: 12px; }
  .topbar__brand img { height: 32px; }
  .topbar__divider { height: 30px; }
  .topbar__tag { max-width: none; font-size: 11px; line-height: 14px; }
  .topbar__nav { display: none; }

  .hero__caption { max-width: 120px; }
  .hero__name { font-size: 16px; }
  .hero__role { font-size: 13px; }
  .hero__title { font-size: 30px; line-height: 35px; }
  .checklist { margin-top: 24px; }
  .price { margin-top: 32px; }
  .price__from { font-size: 22px; }
  .price__free { font-size: 46px; }
  .hero__cta { margin-top: 28px; }
  .hero__meta { margin-top: 18px; font-size: 15px; font-weight: 600; }
  .hero__note { font-size: 13px; }

  .signup { padding-top: 56px; }
  .signup__grid { grid-template-columns: minmax(0, 1fr); row-gap: 28px; }
  .signup__title { max-width: none; font-size: 32px; text-align: center; }
  .form-card { padding: 28px 16px 24px; }

  .steps { padding: 72px 0 56px; }
  .steps__grid { display: flex; flex-direction: column; }
  .steps__intro { position: static; display: contents; }
  .steps__title { font-size: 34px; line-height: 1.08; text-align: center; }
  .steps__sub { margin-top: 14px; font-size: 17px; text-align: center; }
  .timeline { order: 1; margin-top: 40px; }
  .steps__cta { order: 2; margin-top: 8px; }
  .timeline__item { grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; min-height: 0; padding-bottom: 36px; }
  .timeline__item::before { left: 31px; top: 70px; bottom: 14px; }
  .timeline__num { font-size: 52px; }
  .timeline__label { font-size: 15px; }
  .timeline__title { margin-top: 6px; font-size: 25px; }
  .timeline__text { margin-top: 10px; padding-bottom: 0; font-size: 16px; line-height: 1.5; }

  .section-title { font-size: 32px; line-height: 1.15; }
  .founder { padding-top: 64px; }
  .founder .section-title { margin-bottom: 28px; }
  .founder-card { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .founder-card__media { order: -1; height: 330px; }
  .founder-card__media::before { top: 0; width: 250px; height: 250px; }
  .founder-card__media picture { top: 20px; width: 340px; }
  .founder-card__media img {
    -webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, .5) 75%, transparent 94%);
    mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, .5) 75%, transparent 94%);
  }
  .founder-card__text { align-items: center; padding: 12px 20px 32px; text-align: center; }
  .founder-card__name { font-size: 36px; }
  .founder-card__role { font-size: 18px; }
  .founder-card__bio { font-size: 16px; }
  .credentials { grid-template-columns: minmax(0, 1fr); max-width: 320px; text-align: left; }

  .method { padding-top: 72px; }
  .method__title { text-align: center; }
  .method__cards { grid-template-columns: minmax(0, 1fr); margin-top: 32px; }
  .hub { margin-top: 24px; padding: 6px 18px; border-radius: 20px; }
  .hub__list { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hub__item { flex-direction: row; gap: 14px; padding: 16px 0; text-align: left; border-bottom: 1px solid #eef0f4; }
  .hub__item:last-child { border-bottom: 0; }

  .faq { padding-top: 72px; }
  .faq__title { text-align: center; }
  .faq__item summary { column-gap: 14px; padding: 14px 16px; font-size: 15.5px; }
  .faq__answer { padding: 0 16px 18px 50px; }

  .final-cta { padding: 80px 0 72px; }
  .final-cta__title { font-size: 34px; }
  .final-cta__sub { font-size: 17px; }
  .final-cta__inner > div { width: 100%; }

  .footer__top { flex-direction: column; gap: 20px; }
  .footer__brand { flex-direction: column; gap: 10px; }
  .footer__tagline { padding-left: 0; border-left: 0; }

  .legal { padding: 48px 0 72px; }
  .legal h1 { font-size: 34px; }
}

@media (max-width: 370px) {
  .hero__title { font-size: 27px; line-height: 32px; }
  .topbar__tag { font-size: 10.5px; }
  .price__free { font-size: 40px; }
}
