/* ==========================================================================
   Business Martins — Landing da Sessão de Clareza

   Direção: editorial e sóbria. Tipografia e espaço estruturam a página;
   ornamento é a exceção. O vermelho da paleta aparece em dois lugares
   só — o botão e uma única frase do H1 — para que signifique algo.
   Hierarquia vem de tamanho, peso e espaço, não de cor.

   Paleta do cliente:
     Conquista     #EA0000  → botão + um destaque no H1
     Planejamento  #680505  → base do tom escuro alternativo
     Processo      #FCF7F7  → texto e superfícies claras

   Peso máximo: 700 (títulos). Ênfase no corpo: 600. Corpo: 400.
   ========================================================================== */

/* ---------- fonte ----------
   Manrope variável (eixo wght 200–800) num único arquivo. Subset para
   Latin + Latin Ext-A + pontuação geral — 163 KB de TTF viraram 27 KB
   de WOFF2. Licença SIL OFL em assets/fonts/OFL.txt. */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --bg-dark: #0F0A0A;
  --bg-dark-alt: #140E0E;
  /* alterna sem gradiente */
  --bg-deeper: #0A0606;
  --bg-light: #FCF7F7;
  --surface-light: #FFFFFF;

  --accent: #EA0000;
  --accent-hover: #C90000;

  --text-on-dark: #FCF7F7;
  --muted-on-dark: #C9BDBD;
  --faint-on-dark: #9E9292;
  --text-on-light: #1A1010;
  --muted-on-light: #5C4B4B;
  --faint-on-light: #7A6666;
  /* #8A7676 dava 4,01:1 sobre o fundo claro */

  --hairline-dark: rgb(252 247 247 / .13);
  --hairline-light: rgb(26 16 16 / .13);

  --hero-photo: url("../img/hero-leandro.webp");
  --hero-photo-mobile: url("../img/hero-leandro-mb.webp");

  --wrap: 1140px;
  --wrap-narrow: 720px;
  --radius: 8px;
  --radius-sm: 5px;
  --radius-lg: 20px;
  /* só nas cartas de "para quem é" */

  --font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  /* Altura de linha em rem (não em razão), para o texto de corpo cair
     num ritmo único independente do tamanho de fonte de cada bloco. */
  --lh-corpo: 1.3rem;
  /* 20,8px — parágrafos, listas, legendas       */
  --lh-lead: 1.7rem;
  /* 27,2px — parágrafos de abertura (19–21px)   */

  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(1rem, .96rem + .18vw, 1.075rem);
  font-weight: 400;
  line-height: var(--lh-corpo);
  color: var(--text-on-dark);
  background: var(--bg-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -.02em;
  font-weight: 700;
  margin: 0;
  text-wrap: balance;
}

strong {
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 200;
  padding: .7rem 1.2rem;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s var(--ease);
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

/* ---------- layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}

.wrap--narrow {
  max-width: var(--wrap-narrow);
}

.center {
  text-align: center;
}

.section {
  padding: clamp(4.5rem, 10vw, 8.5rem) 0;
  position: relative;
}

.section--tight {
  padding-top: 0;
}

.section--light {
  background: var(--bg-light);
  color: var(--text-on-light);
}

.section--dark {
  background: var(--bg-dark);
  color: var(--text-on-dark);
}

.section--deep {
  background: var(--bg-dark-alt);
  color: var(--text-on-dark);
}

.section--dark+.section--deep {
  border-top: 1px solid var(--hairline-dark);
}

.section__head {
  max-width: 42rem;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.section__title {
  font-size: clamp(1.7rem, 1.25rem + 1.7vw, 2.6rem);
}

.section__title em {
  font-style: normal;
}

/* sem destaque de cor */

.section__lead {
  margin-top: 1.25rem;
  font-size: clamp(1.03rem, 1rem + .3vw, 1.2rem);
  line-height: var(--lh-lead);
  color: var(--muted-on-light);
}

#principios .section__head {
  max-width: 58rem;
  margin-inline: auto;
  margin-bottom: 35px;
  text-align: center;
}

#principios .section__title {
  font-size: 36px;
  line-height: 1.18;
}

#principios .section__lead {
  max-width: 600px;
  margin-inline: auto;
  font-size: 18px;
}

.section--dark .section__lead,
.section--deep .section__lead {
  color: var(--muted-on-dark);
}

/* ---------- botões ----------
   Único elemento cheio de cor na página. Sem brilho, sem deslocamento
   no hover: só o vermelho escurecendo. */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.5rem;
  /* caixa alta pede um respiro entre letras: sem isso as maiúsculas
     colam e a leitura piora justamente no elemento mais importante */
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-align: center;
  transition: background .16s var(--ease);
}

.btn:hover {
  background: var(--accent-hover);
}

a.btn {
  text-decoration: none;
}

.btn--lg {
  min-height: 54px;
  padding: 1rem 2rem;
}

.btn--sm {
  min-height: 40px;
  padding: .5rem 1rem;
  font-size: .92rem;
}

.btn--block {
  width: 100%;
}

/* Caixa alta é ~12% mais larga: no mobile os rótulos longos quebravam
   em 2 e até 3 linhas, e a barra fixa crescia de 48 para 67px.
   Dois ajustes, medidos: um passo de tamanho (em maiúsculas o texto lê
   opticamente maior, então não perde presença) e menos padding lateral
   no botão grande — que a 2rem era desperdício num botão já ocupando a
   largura inteira da tela. */
@media (max-width: 560px) {
  .btn {
    font-size: .86rem;
    letter-spacing: .02em;
  }

  .btn--lg {
    padding: 1rem;
  }
}

/* botão discreto, para ações secundárias */
.btn--ghost {
  background: transparent;
  color: var(--text-on-dark);
  border: 1px solid var(--hairline-dark);
}

.btn--ghost:hover {
  background: rgb(252 247 247 / .06);
}

/* ---------- header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(15 10 10 / .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline-dark);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: .9rem;
}

.header__logo {
  display: block;
}

.header__logo img {
  width: clamp(124px, 11vw, 160px);
  height: auto;
}

@media (max-width: 430px) {
  .header .btn--sm {
    display: none;
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  height: 650px;
  background-color: var(--bg-dark);
  background-image: var(--hero-photo);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero__grid {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 0;
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 35rem;
}

.hero__title {
  font-size: clamp(1.7rem, 1.25rem + 1.4vw, 2.125rem);
}

.hero__eyebrow {
  display: block;
  margin-bottom: 1.1rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  line-height: 1.4;
}

.hero__title em {
  font-style: normal;
  color: var(--accent);
}

.hero__sub {
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
  font-size: clamp(1.02rem, .98rem + .28vw, 1.1875rem);
  line-height: var(--lh-lead);
  color: var(--muted-on-dark);
  max-width: 35rem;
}

.hero__sub strong {
  color: var(--text-on-dark);
}

.hero__seal {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: min(calc(50% + 430px), calc(100% - 188px));
  width: clamp(144px, 9vw, 172px);
  aspect-ratio: 1;
  border-radius: 50%;
}

.hero__seal img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.14fr .86fr;
  }

  .hero__copy {
    padding-block: 0;
  }
}

@media (max-width: 899px) {
  .hero {
    height: auto;
    min-height: 0;
    background-position: 58% bottom;
    background-size: auto clamp(330px, 55vw, 480px);
  }

  .hero__grid {
    min-height: 0;
    padding-top: clamp(3.5rem, 9vw, 5rem);
    padding-bottom: clamp(330px, 55vw, 480px);
  }

  .hero__seal {
    top: auto;
    right: clamp(24px, 8vw, 72px);
    bottom: clamp(96px, 16vw, 142px);
    left: auto;
    width: clamp(122px, 20vw, 150px);
  }
}

@media (max-width: 767px) {
  .hero {
    background-image: var(--hero-photo-mobile);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .hero__grid {
    padding-bottom: 113.64vw;
  }

  .hero .btn--lg {
    padding: 22px 35px;
    font-size: 15px;
  }

  .hero__seal {
    right: auto;
    left: 20px;
  }
}

/* ---------- nota de esclarecimento ----------
   Sem caixa, sem ícone, sem borda colorida: texto pequeno atrás de
   um fio. É informação de rodapé, não alerta. */
.notice {
  margin-top: 2rem;
  padding-left: 1rem;
  border-left: 1px solid var(--hairline-dark);
  font-size: .88rem;
  line-height: var(--lh-corpo);
  color: var(--faint-on-dark);
  max-width: 31rem;
}

.notice--center {
  margin-inline: auto;
  text-align: left;
}

.notice strong {
  color: var(--muted-on-dark);
  font-weight: 600;
}

.section--light .notice {
  border-color: var(--hairline-light);
  color: var(--faint-on-light);
}

/* ---------- princípios ---------- */
.principles {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.principle {
  display: flex;
  flex-direction: column;
  padding: 20px clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem);
  background: #f9f9f9;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  color: var(--muted-on-light);
}

.principle__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}


.principle__title {
  margin-bottom: 1rem;
  font-size: clamp(1.15rem, 1.05rem + .45vw, 1.4rem);
  color: var(--text-on-light);
}

.principle strong {
  color: var(--text-on-light);
}

@media (min-width: 900px) {
  .principles {
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  #principios .section__title {
    font-size: clamp(2rem, 9vw, 2.25rem);
  }
}

/* ---------- etapas da sessão — timeline ---------- */
#sessao .wrap {
  max-width: 72rem;
  text-align: center;
}

#sessao .section__head {
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

#sessao .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#sessao .steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 2.25rem;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}

#sessao .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  color: var(--muted-on-dark);
}

#sessao .step__icon {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.5rem;
  padding: .25rem;
  border-radius: 1rem;
  background: var(--bg-dark);
}

#sessao .step__title {
  margin-bottom: .5rem;
  font-size: 1.15rem;
  color: var(--text-on-dark);
}

#sessao .step p {
  max-width: 16rem;
}

@media (max-width: 900px) {
  #sessao .steps {
    display: block;
    max-width: 40rem;
    text-align: left;
  }

  #sessao .steps::before {
    top: 2.25rem;
    right: auto;
    bottom: 2.25rem;
    left: 2.25rem;
    width: 1px;
    height: auto;
  }

  #sessao .step {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: start;
    gap: 1.25rem;
    padding-block: 1rem;
  }

  #sessao .step__icon {
    margin: 0;
  }

  #sessao .step > div {
    padding-top: .7rem;
  }

  #sessao .step p {
    max-width: none;
  }
}

/* ---------- alternativa vertical da sessão ---------- */
#sessao-vertical {
  padding-block: 90px;
  border-top: 1px solid var(--hairline-dark);
  border-bottom: 1px solid var(--hairline-dark);
}

#sessao-vertical .wrap {
  max-width: 72rem;
  text-align: center;
}

#sessao-vertical .section__head {
  margin-inline: auto;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.vertical-timeline {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.vertical-timeline__item {
  display: grid;
  grid-template-columns: minmax(8rem, 16rem) 3rem minmax(0, 1fr);
  column-gap: clamp(1.25rem, 4vw, 3rem);
  min-height: 13rem;
  position: relative;
  text-align: left;
}

.vertical-timeline__number {
  padding-top: .05em;
  font-size: clamp(3.5rem, 6vw, 5.25rem);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.04em;
  text-align: right;
  color: var(--text-on-dark);
}

.vertical-timeline__rail {
  min-height: 13rem;
  position: relative;
  align-self: stretch;
}

.vertical-timeline__rail::before {
  content: "";
  width: .75rem;
  height: .75rem;
  position: absolute;
  z-index: 1;
  top: .75rem;
  left: 50%;
  border: .25rem solid var(--bg-dark-alt);
  border-radius: 50%;
  background: var(--text-on-dark);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 16%);
  transform: translateX(-50%);
}

.vertical-timeline__rail::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 50%;
  background: rgb(255 255 255 / 24%);
  transform: translateX(-50%);
}

.vertical-timeline__item:last-child .vertical-timeline__rail::after {
  display: none;
}

.vertical-timeline__content {
  max-width: 31rem;
  padding-top: .2rem;
}

.vertical-timeline__title {
  margin-bottom: .65rem;
  font-size: 1.25rem;
  color: var(--text-on-dark);
}

.vertical-timeline__content p {
  font-size: 1.05rem;
  line-height: var(--lh-lead);
  color: var(--muted-on-dark);
}

#sessao-vertical .pullquote {
  margin: 35px auto;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--hairline-dark);
  border-left: 0;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 700px) {
  .vertical-timeline__item {
    grid-template-columns: 4rem 1.5rem minmax(0, 1fr);
    column-gap: .8rem;
    min-height: 11.5rem;
  }

  .vertical-timeline__number {
    padding-top: .3rem;
    font-size: 2rem;
  }

  .vertical-timeline__rail {
    min-height: 11.5rem;
  }

  .vertical-timeline__title {
    font-size: 1.08rem;
  }

  .vertical-timeline__content p {
    font-size: 1rem;
  }
}

/* ---------- citação ----------
   Fio fino, sem gradiente, sem cor. */
.pullquote {
  margin: clamp(3rem, 6vw, 4rem) 0 0;
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: 1px solid var(--hairline-dark);
  font-size: clamp(1.06rem, 1rem + .45vw, 1.3rem);
  line-height: var(--lh-lead);
  color: var(--muted-on-dark);
  max-width: 44rem;
}

.pullquote strong {
  color: var(--text-on-dark);
  font-weight: 600;
}

/* ---------- credenciais ----------
   Linhas separadas por fio. Sem fundo, sem moldura, sem vermelho. */
.mentor__name {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.mentor__name strong {
  display: block;
  margin-bottom: .4rem;
  /* 3px colava o nome no cargo */
  font-size: clamp(1.3rem, 1.15rem + .55vw, 1.6rem);
  line-height: 1.16;
  /* tipo grande não pode herdar o 1.3rem do corpo */
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: -.02em;
}

.mentor__name span {
  color: var(--faint-on-dark);
  font-size: .95rem;
}

.mentor__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.mentor__photo {
  margin: 0;
}

.mentor__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 15%;
  border-radius: var(--radius);
}

.mentor__content {
  min-width: 0;
}

@media (min-width: 768px) {
  .mentor__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .mentor__content .creds,
  .mentor__content .pullquote {
    max-width: none;
  }
}

/* Rótulo empilhado sobre a descrição — não dt/dd lado a lado. Com a
   foto em 50%, a coluna de texto fica estreita demais para duas
   colunas internas sem quebra de linha desigual entre as credenciais. */
.creds {
  margin: 0;
  max-width: 46rem;
  border-top: 1px solid var(--hairline-dark);
}

.cred {
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--hairline-dark);
}

.cred dt {
  margin-bottom: .3rem;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-on-dark);
  letter-spacing: 0;
}

.cred dd {
  margin: 0;
  font-size: .95rem;
  line-height: var(--lh-corpo);
  color: var(--muted-on-dark);
}

/* ---------- para quem é ----------
   Duas cartas — a segunda "superfície elevada" do site depois do
   modal, e de propósito restrita a este momento de qualificação.
   Estrutura (badge com halo + selo por item + divisor tracejado)
   modelada numa referência do cliente (Elementor). Zero matiz nova:
   "sim" reaproveita o par escuro/off-white já usado no hero e no
   mentor; "não" reaproveita --accent/--accent-hover — mais um lugar
   de vermelho, mas contido num único cartão temático, não espalhado. */
.fit {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
}

.fit__card {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
}

.fit__card--yes {
  background: radial-gradient(130% 130% at 100% 100%, #1E1414 0%, #0B0808 100%);
  border: 1px solid rgb(252 247 247 / .08);
  box-shadow: 0 24px 48px -28px rgb(0 0 0 / .55);
}

.fit__card--no {
  background: linear-gradient(135deg, rgb(234 0 0 / .025) 0%, rgb(234 0 0 / .07) 100%), var(--surface-light);
  border: 1px solid rgb(234 0 0 / .14);
  box-shadow: 0 24px 48px -30px rgb(20 10 10 / .16);
}

.fit__badge {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}

.fit__badge svg {
  width: 46%;
  height: 46%;
}

.fit__badge--yes {
  background: var(--text-on-dark);
  color: var(--bg-dark);
  box-shadow: 0 0 0 8px rgb(252 247 247 / .06);
}

.fit__badge--no {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 8px rgb(234 0 0 / .1);
}

.fit__title {
  margin-bottom: 1.4rem;
  font-size: clamp(1.15rem, 1.05rem + .4vw, 1.35rem);
}

.fit__card--yes .fit__title {
  color: var(--text-on-dark);
}

.fit__card--no .fit__title {
  color: var(--accent-hover);
}

.fit__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit__row {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding-block: .85rem;
}

.fit__row:not(:first-child) {
  border-top: 1px dashed transparent;
}

.fit__card--yes .fit__row:not(:first-child) {
  border-top-color: rgb(252 247 247 / .1);
}

.fit__card--no .fit__row:not(:first-child) {
  border-top-color: rgb(234 0 0 / .14);
}

.fit__row span {
  line-height: var(--lh-corpo);
}

.fit__card--yes .fit__row span {
  color: var(--muted-on-dark);
}

.fit__card--no .fit__row span {
  color: var(--muted-on-light);
}

.fit__row strong {
  font-weight: 600;
}

.fit__card--yes .fit__row strong {
  color: var(--text-on-dark);
}

.fit__card--no .fit__row strong {
  color: var(--text-on-light);
}

.fit__icon {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: .1rem;
  padding: .3rem;
  border-radius: 6px;
}

.fit__card--yes .fit__icon {
  background: var(--text-on-dark);
  color: var(--bg-dark);
}

.fit__card--no .fit__icon {
  background: var(--accent);
  color: #fff;
}

/* ---------- FAQ ----------
   Linhas separadas por fio, sem card e sem cor. */
.faq {
  border-top: 1px solid var(--hairline-light);
  max-width: 44rem;
  margin-inline: auto;
}

.faq__item {
  border-bottom: 1px solid var(--hairline-light);
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0;
  min-height: 48px;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text-on-light);
  cursor: pointer;
  list-style: none;
}

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

.faq__item summary::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--faint-on-light);
  border-bottom: 1.5px solid var(--faint-on-light);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s var(--ease);
}

.faq__item[open] summary::after {
  transform: rotate(-135deg) translateY(-2px);
}

.faq__body {
  padding: 0 0 1.35rem;
  max-width: 38rem;
  color: var(--muted-on-light);
  font-size: .99rem;
}

.faq__body strong {
  color: var(--text-on-light);
}

/* ---------- fechamento ---------- */
.closing__text {
  font-size: 18px;
  line-height: var(--lh-lead);
  color: var(--muted-on-dark);
  max-width: 38rem;
  margin-inline: auto;
}

.closing__text strong {
  color: var(--text-on-dark);
}

.closing .section__title {
  margin-bottom: 1.85rem;
  font-size: 38px;
}

.closing .btn {
  margin-top: 1.75rem;
}

.closing__meta {
  margin-top: 1.25rem;
  font-size: .88rem;
  color: var(--faint-on-dark);
}

.closing .notice {
  width: 335px;
  max-width: 100%;
  margin-top: 2.5rem;
}

/* ---------- refinamentos por seção ---------- */
#principios {
  padding-top: 60px;
  padding-bottom: 80px;
}

#para-quem {
  padding-block: 80px;
}

#sessao {
  padding-block: 90px;
}

#sessao .pullquote {
  margin: 35px auto;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--hairline-dark);
  border-left: 0;
  font-size: 20px;
  text-align: center;
}

#mentor,
#fechamento {
  padding-block: 100px;
}

#mentor .mentor__content .section__head {
  margin-bottom: 30px;
}

#mentor .mentor__content .section__title {
  font-size: 38px;
}

#mentor .mentor__content .pullquote {
  margin-top: 30px;
  max-width: 520px;
  font-size: 19px;
}

#faq .section__head {
  margin-inline: auto;
  text-align: center;
}

#fechamento .closing__text:nth-of-type(3) {
  max-width: 525px;
}

/* ---------- escala e ritmo no mobile ---------- */
@media (max-width: 767px) {
  .section {
    padding-block: 64px;
  }

  .section.section--tight {
    padding-top: 0;
  }

  #principios,
  #sessao,
  #sessao-vertical,
  #mentor,
  #para-quem,
  #fechamento {
    padding-block: 64px;
  }

  .section__title,
  #principios .section__title,
  #mentor .mentor__content .section__title,
  .closing .section__title {
    font-size: clamp(28px, 7.5vw, 32px);
    line-height: 1.12;
  }

  .section__head,
  #principios .section__head,
  #sessao .section__head,
  #sessao-vertical .section__head,
  #mentor .mentor__content .section__head,
  #faq .section__head {
    margin-bottom: 32px;
  }
}

/* ---------- footer ---------- */
.footer {
  background: var(--bg-deeper);
  border-top: 1px solid var(--hairline-dark);
  padding: clamp(3rem, 6vw, 4rem) 0;
}

.footer__inner {
  display: grid;
  gap: 1.75rem;
  justify-items: center;
  text-align: center;
}

.footer__logo {
  width: 132px;
  opacity: .7;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 2rem;
  justify-content: center;
}

.footer__links a {
  color: var(--muted-on-dark);
  text-decoration: none;
  font-size: .94rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footer__links a:hover {
  color: var(--text-on-dark);
  border-bottom-color: var(--hairline-dark);
}

.footer__legal {
  font-size: .85rem;
  color: var(--faint-on-dark);
  margin: 0;
}

/* ---------- barra fixa mobile ---------- */
.stickybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: .7rem clamp(1.25rem, 5vw, 1.5rem) calc(.7rem + env(safe-area-inset-bottom, 0px));
  background: rgb(15 10 10 / .95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--hairline-dark);
  transform: translateY(110%);
  transition: transform .28s var(--ease);
}

.stickybar.is-visible {
  transform: translateY(0);
}

.stickybar[hidden] {
  display: none;
}

@media (min-width: 760px) {
  .stickybar {
    display: none;
  }
}

/* ---------- modal ---------- */
.modal {
  width: min(94vw, 28rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-on-dark);
}

.modal::backdrop {
  background: rgb(6 3 3 / .8);
}

.modal__box {
  position: relative;
  padding: clamp(1.85rem, 4vw, 2.5rem);
  background: var(--bg-dark-alt);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
}

.modal__close {
  position: absolute;
  right: .6rem;
  top: .6rem;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--faint-on-dark);
  cursor: pointer;
}

.modal__close:hover {
  color: var(--text-on-dark);
}

.modal__close svg {
  width: 18px;
  height: 18px;
}

.modal__title {
  padding-right: 2.5rem;
  font-size: clamp(1.3rem, 1.15rem + .6vw, 1.55rem);
}

.modal__sub {
  margin-top: .75rem;
  margin-bottom: 1.75rem;
  font-size: .95rem;
  color: var(--muted-on-dark);
}

.modal__fine {
  margin-top: 1.1rem;
  margin-bottom: 0;
  font-size: .8rem;
  color: var(--faint-on-dark);
  text-align: center;
}

/* ---------- campos ---------- */
.field {
  margin-bottom: 1.2rem;
}

.field label {
  display: block;
  margin-bottom: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--muted-on-dark);
}

.field input {
  width: 100%;
  min-height: 50px;
  padding: .75rem .9rem;
  font: inherit;
  font-size: 1rem;
  color: var(--text-on-dark);
  background: transparent;
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-sm);
  transition: border-color .16s var(--ease);
}

.field input::placeholder {
  color: var(--faint-on-dark);
}

.field input:hover {
  border-color: rgb(252 247 247 / .26);
}

.field input:focus {
  outline: 0;
  border-color: var(--text-on-dark);
}

.field.has-error input {
  border-color: #FF6B5E;
}

.field__error {
  margin: .45rem 0 0;
  font-size: .85rem;
  color: #FF9A90;
}

.field:not(.has-error) .field__error {
  display: none;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------- estado de sucesso ---------- */
.ok {
  text-align: center;
}

.ok__icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 1.25rem;
  color: var(--text-on-dark);
}

.ok .btn {
  margin-top: 1.75rem;
}

/* ==========================================================================
   PÁGINA DE OBRIGADO (obrigado.html)
   Uma tela, uma ação. Centralizada porque não há o que percorrer.
   ========================================================================== */
.obrigado {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: clamp(3rem, 9vw, 6rem);
  background: var(--bg-dark);
}

.obrigado__inner {
  text-align: center;
}

.obrigado__logo {
  width: clamp(124px, 12vw, 150px);
  margin: 0 auto clamp(3rem, 7vw, 4.5rem);
  opacity: .9;
}

.obrigado__eyebrow {
  margin-bottom: 1.15rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
}

.obrigado__title {
  font-size: clamp(1.85rem, 1.25rem + 2.1vw, 2.8rem);
  margin-bottom: 1.5rem;
}

.obrigado__title em {
  font-style: normal;
  color: var(--accent);
}

.obrigado__text {
  max-width: 34rem;
  margin: 0 auto clamp(2.25rem, 5vw, 3rem);
  font-size: clamp(1.05rem, 1rem + .38vw, 1.2rem);
  line-height: var(--lh-lead);
  color: var(--muted-on-dark);
}

.obrigado__text strong {
  color: var(--text-on-dark);
  font-weight: 600;
}

.obrigado__cta {
  gap: .6rem;
}

.obrigado__cta-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.obrigado__fine {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: .88rem;
  color: var(--faint-on-dark);
}

.footer--slim {
  padding-block: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.footer--slim .footer__legal a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--hairline-dark);
}

.footer--slim .footer__legal a:hover {
  color: var(--text-on-dark);
}

/* ---------- reveal ----------
   O estado inicial visível é o padrão: `.reveal` sozinho não esconde
   nada. Quem esconde é `.is-armed`, aplicado pelo JS apenas a
   elementos que estão FORA da tela — então não há flash, e sem JS
   (ou com inline script barrado por CSP) tudo permanece legível. */
.reveal.is-armed {
  opacity: 0;
  transform: translateY(12px);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  .reveal,
  .reveal.is-armed {
    opacity: 1;
    transform: none;
  }
}