/* ============================================================
   PERCURSO FERENCZI — TELAS (v2.1)
   Ritmo de superfícies: creme (01–03) → PRETA (04 conversão) →
   creme (05–06) → VERMELHA (07 investimento) → creme (08) →
   PRETA (09) → creme (10) → PRETA (fecho).
   ============================================================ */

/* ---------- Masthead (navbar) ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--c-bg) 97%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: var(--line);
}

.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-block: 0.8rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  text-decoration: none;
}
.wordmark::before { content: ""; width: 0.5em; height: 0.5em; background: var(--c-red); }

.masthead__nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }

.masthead__link {
  font-size: var(--t-body);
  letter-spacing: var(--ls-body);
  color: var(--c-muted);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.masthead__link:hover { color: var(--c-red); }

.masthead .btn { font-size: var(--t-body); padding: 0.55em 1.1em; }

@media (max-width: 720px) { .masthead__link { display: none; } }

/* ---------- Tela ---------- */

.tela { padding-block: var(--sp-7); position: relative; }

/* dobra ativa no viewport: as cremes fora de foco escurecem sutilmente
   (substitui os antigos rodapés de dobra como marcação de ritmo) */
.tela:not(.tela--dark):not(.tela--red)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 10, 0.05);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.7s var(--ease);
  z-index: 0;
}
.tela.is-current::after { opacity: 0; }
.tela > .container { position: relative; z-index: 1; }

/* divider full-bleed ENTRE dobras — elemento próprio, não anexado a nenhuma
   dobra, portanto equidistante das duas. Só entra entre dobras de mesmo
   fundo (ver HTML). Cor conforme o fundo das dobras que separa. */
.dobra-divider {
  border: 0;
  height: 1px;
  margin: 0;
  background: var(--c-border);
}
.dobra-divider--dark { background: rgba(255, 255, 255, 0.16); }

.tela--dark { background: var(--c-dark); color: var(--c-cream-on-dark); }
.tela--dark .t-capa, .tela--dark .t-d1, .tela--dark .t-d2,
.tela--dark .t-d3, .tela--dark .t-h { color: #fff; }
.tela--dark .tela__foot { color: var(--c-muted-on-dark); }
.tela--dark .tela__foot b { color: var(--c-cream-on-dark); }

.tela--red { background: var(--c-red-panel); color: #fff; }
.tela--red .t-capa, .tela--red .t-d1, .tela--red .t-d2,
.tela--red .t-d3, .tela--red .t-h { color: #fff; }
.tela--red .tela__foot { color: rgba(255, 255, 255, 0.75); }
.tela--red .tela__foot b { color: #fff; }

.kicker {
  font-size: var(--t-lead);
  letter-spacing: var(--ls-lead);
  line-height: var(--lh-lead);
  color: var(--c-red);
  margin-bottom: var(--sp-3);
  font-weight: 500;
  font-style: italic;
}
.tela--dark .kicker { color: var(--c-red); }
.tela--red .kicker { color: #fff; }

/* cabeçalho padrão de dobra — mesmas larguras/escala em todas */
.dobra-head { max-width: 50rem; margin-bottom: var(--sp-5); }
.dobra-head .t-d2 { margin-bottom: var(--sp-3); }

/* etiqueta pequena (tag) — sem caixa, apenas overline */
.tag {
  display: block;
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-muted);
  margin-bottom: var(--sp-3);
}

/* ============================================================
   HERO (Dobra 01)
   ============================================================ */

.hero { padding-top: clamp(24px, 3.4vw, 48px); text-align: center; }

.hero__folio {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--sp-3);
  border-top: 2px solid var(--c-ink);
  border-bottom: 1px solid var(--c-border-strong);
  padding-block: 0.6rem;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.hero__folio .t-cap { color: var(--c-muted); }
.hero__folio .t-cap b { color: var(--c-red); }
@media (max-width: 640px) { .hero__folio .t-cap:nth-child(3) { display: none; } }

.hero__kicker {
  font-style: italic;
  color: var(--c-red);
  font-size: clamp(1.1875rem, 1.9vw, 1.625rem);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.hero__title {
  font-weight: 700;
  color: var(--c-ink);
  font-size: clamp(2.625rem, 5.8vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 13em;
  margin-inline: auto;
  text-wrap: balance;
}
.hero__title em { font-style: italic; color: var(--c-red); font-weight: 700; }

.hero__desc {
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
  color: var(--c-body);
  max-width: 36em;
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  text-wrap: pretty;
}

.hero__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: clamp(26px, 3.4vw, 42px);
}

.hero__status {
  margin-top: 16px;
  margin-bottom: clamp(34px, 4.6vw, 56px);
  color: var(--c-muted);
  font-size: var(--t-body);
}
.hero__status .sep { color: var(--c-faint); padding-inline: 0.35em; }
.hero__status b { color: var(--c-ink); font-weight: 600; }

.hero__photo { position: relative; }
.hero__photo .photo__slot { aspect-ratio: 21 / 8; }
.hero__photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-top: 10px;
  text-align: left;
}
.hero__photo figcaption .t-cap { color: var(--c-muted); }
@media (max-width: 640px) { .hero__photo .photo__slot { aspect-ratio: 4 / 3; } }

/* faixa de fatos — valor grande + rótulo pequeno, colunas com fio */
.faixa {
  background: var(--c-red-panel);
  color: #fff;
  margin-top: clamp(30px, 4vw, 48px);
}

.faixa__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.faixa__list li {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
  padding: clamp(22px, 3vw, 42px) clamp(14px, 1.8vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.faixa__list li:first-child { border-left: 0; }

.faixa__val {
  font-size: clamp(1.75rem, 2.6vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}

.faixa__key {
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 860px) {
  .faixa__list { grid-template-columns: 1fr 1fr; }
  .faixa__list li { border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .faixa__list li:nth-child(-n+2) { border-top: 0; }
  .faixa__list li:nth-child(odd) { border-left: 0; }
  /* item ímpar sem par na linha (ex.: 5º de 5): ocupa a linha e centraliza */
  .faixa__list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
    border-left: 0;
  }
}

/* ============================================================
   P·01 — POR QUE FERENCZI, E POR QUE AGORA? (muro interativo)
   ============================================================ */

.termos { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--c-ink); }

.termo { border-bottom: 1px solid var(--c-border); }

.termo__head {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2vw, 26px);
  padding-block: clamp(10px, 1.4vw, 16px);
  text-align: left;
  cursor: pointer;
}

.termo__idx {
  font-style: italic;
  font-weight: 500;
  color: var(--c-red);
  font-size: var(--t-body);
  min-width: 1.4em;
}

.termo__nome {
  flex: 1;
  font-weight: 500;
  color: var(--c-ink);
  font-size: clamp(1.75rem, 3.6vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  transition: color 0.2s var(--ease), transform 0.25s var(--ease);
  transform-origin: left center;
}
.termo:hover .termo__nome,
.termo.is-open .termo__nome { color: var(--c-red); transform: translateX(6px); }

.termo__arrow {
  color: var(--c-faint);
  font-size: var(--t-lead);
  transition: color 0.2s var(--ease), transform 0.25s var(--ease);
}
.termo:hover .termo__arrow,
.termo.is-open .termo__arrow { color: var(--c-red); transform: rotate(90deg); }

.termo__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}
.termo:hover .termo__body,
.termo.is-open .termo__body { grid-template-rows: 1fr; }

.termo__inner { overflow: hidden; }

/* fill completo — sem largura máxima forçada; tamanho de lead */
.termo__desc {
  color: var(--c-body);
  padding: 0 0 var(--sp-3) calc(1.4em + clamp(14px, 2vw, 26px));
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
}

.termos__caption {
  margin-top: var(--sp-2);
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-faint);
}

/* fecho padrão de dobra */
.dobra-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-top: var(--sp-6);
}
.dobra-cta__line {
  font-size: var(--t-h);
  line-height: var(--lh-h);
  letter-spacing: var(--ls-h);
  font-weight: 500;
  color: var(--c-ink);
  max-width: 28em;
}
.tela--dark .dobra-cta__line, .tela--red .dobra-cta__line { color: #fff; }

/* fecho com dois botões (ex.: FAQ + Instagram) */
.dobra-cta__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

/* ============================================================
   P·02 — O PROBLEMA (creme) + infográfico fragmentado × percurso
   ============================================================ */

.frag {
  display: grid;
  grid-template-columns: minmax(0, 5fr) auto minmax(0, 7fr);
  gap: clamp(14px, 2.2vw, 30px);
  align-items: center;
}

.frag__panel {
  background: var(--c-paper);
  box-shadow: var(--shadow-lift);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
}

/* o card do Percurso é o protagonista: vermelho, maior, com brilho */
.frag__panel--ordem {
  background: var(--c-red-panel);
  color: #fff;
  padding: clamp(2rem, 3.6vw, 3.25rem);
  box-shadow: var(--shadow-panel);
}
.frag__panel--ordem .frag__label--ordem { color: #fff; }
.frag__panel--ordem .frag__ordem::before { background: #fff; }
.frag__panel--ordem .frag__ordem li::before { background: #fff; }
.frag__panel--ordem .frag__ordem .ano { color: rgba(255, 255, 255, 0.8); }
.frag__panel--ordem .frag__ordem .txt { color: #fff; }
.frag__panel--ordem .frag__caption {
  color: rgba(255, 255, 255, 0.85);
  border-top-color: rgba(255, 255, 255, 0.4);
}

.frag__label {
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--sp-4);
}
.frag__label--chaos { color: var(--c-faint); }
.frag__label--ordem { color: var(--c-red); }

/* leitura fragmentada: peças soltas, fora de ordem */
.frag__chaos {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  justify-content: space-between;
}
.frag__chaos li {
  display: inline-flex;
  align-self: flex-start;
  gap: 1em;
  align-items: baseline;
  border: 1px dashed var(--c-border-strong);
  color: var(--c-muted);
  background: var(--c-bg);
  padding: 0.5em 0.85em;
  font-size: var(--t-body);
}
.frag__chaos li i { font-style: normal; font-size: var(--t-cap); letter-spacing: 0.05em; color: var(--c-faint); }
.frag__chaos li:nth-child(1) { transform: rotate(-1.4deg); margin-left: 6%; }
.frag__chaos li:nth-child(2) { transform: rotate(0.9deg);  margin-left: 34%; }
.frag__chaos li:nth-child(3) { transform: rotate(-0.7deg); margin-left: 0; }
.frag__chaos li:nth-child(4) { transform: rotate(1.3deg);  margin-left: 42%; }
.frag__chaos li:nth-child(5) { transform: rotate(-1deg);   margin-left: 12%; }

/* seta central */
.frag__arrow {
  align-self: center;
  color: var(--c-red);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 500;
}

/* o percurso: mesma obra, em ordem */
.frag__ordem {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--sp-2);
}
.frag__ordem::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: var(--c-red);
}
.frag__ordem li { position: relative; }
.frag__ordem li::before {
  content: "";
  position: absolute;
  left: calc(-1.6rem + 1px);
  top: 0.45em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-red);
}
.frag__ordem .ano {
  display: block;
  font-size: var(--t-cap);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--c-red);
}
.frag__ordem .txt { font-size: var(--t-body); color: var(--c-ink); font-weight: 500; }

.frag__caption {
  margin-top: var(--sp-4);
  padding-top: var(--sp-2);
  font-size: var(--t-body);
  font-style: italic;
  color: var(--c-muted);
}
.frag__panel--chaos .frag__caption { border-top: 1px dashed var(--c-border-strong); }
.frag__panel--ordem .frag__caption { border-top: 1px solid var(--c-border); }

@media (max-width: 860px) {
  .frag { grid-template-columns: 1fr; }
  .frag__arrow { transform: rotate(90deg); justify-self: center; }
  .frag__chaos li { margin-left: 0 !important; }
}

/* ============================================================
   P·03 — A TRAVESSIA (módulos do percurso completo)
   ============================================================ */

.trilho {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: stretch;
  padding-top: var(--sp-5);
  margin-bottom: var(--sp-5);
}
.trilho::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--c-red);
}

.modulo { position: relative; display: flex; flex-direction: column; }
.modulo::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--sp-5) - 5px);
  left: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--c-red);
}

.modulo__fase {
  position: absolute;
  top: calc(-1 * var(--sp-5) + 12px);
  left: 0;
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-faint);
}

.modulo__num {
  font-style: italic;
  font-weight: 500;
  font-size: var(--t-d3);
  line-height: 1;
  color: var(--c-red);
  display: block;
  margin-bottom: var(--sp-2);
  padding-top: var(--sp-3);
}

.modulo__title {
  font-size: var(--t-h);
  line-height: var(--lh-h);
  letter-spacing: var(--ls-h);
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 0.3em;
}

.modulo__sub { font-style: italic; color: var(--c-muted); margin-bottom: var(--sp-3); }

.modulo__conceitos {
  list-style: none;
  margin: 0 0 var(--sp-3);
  padding: 0;
  flex: 1;
  align-content: start;
}
.modulo__conceitos li {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
  padding-block: 0.28em;
  font-size: var(--t-body);
  color: var(--c-body);
}
.modulo__conceitos li::before { content: "→"; color: var(--c-red); flex: 0 0 auto; }

.modulo__meta {
  margin-top: auto;
  font-size: var(--t-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  color: var(--c-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 0.6em;
}

.travessia__cta {
  display: grid;
  grid-template-columns: clamp(9rem, 16vw, 14rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3.4vw, 3rem);
  background: var(--c-dark);
  color: var(--c-cream-on-dark);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3.4vw, 3rem);
}
.travessia__figure { margin: 0; }
.travessia__figure .photo__slot { aspect-ratio: 4 / 5; }

.travessia__cta-body {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.travessia__cta-txt {
  font-size: var(--t-h);
  line-height: var(--lh-h);
  letter-spacing: var(--ls-h);
  font-weight: 300;
  color: #fff;
  max-width: 30em;
  text-wrap: pretty;
}
.travessia__cta-txt b { font-weight: 600; }
.travessia__cta-txt b.em-red { color: var(--c-red); font-style: italic; }

.travessia__cta-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}
.travessia__cta .link-cta { color: #fff; }
.travessia__cta .link-cta:hover { color: var(--c-red); }

@media (max-width: 680px) {
  .travessia__cta { grid-template-columns: 1fr; text-align: center; }
  .travessia__figure { max-width: 12rem; margin-inline: auto; }
  .travessia__cta-txt { max-width: none; }
  .travessia__cta-actions { justify-content: center; }
}

@media (max-width: 1024px) {
  .trilho { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--sp-5); }
}
@media (max-width: 640px) {
  .trilho { grid-template-columns: 1fr; padding-top: var(--sp-3); }
  .trilho::before { display: none; }
  .modulo { padding-left: var(--sp-3); border-left: 2px solid var(--c-red); }
  .modulo::before, .modulo__fase { display: none; }
  .modulo__num { padding-top: 0; }
}

/* ============================================================
   P·04 — GARANTIR O PERCURSO COMPLETO (preta, conversão)
   ============================================================ */

.garantir__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.garantir__kicker {
  font-size: var(--t-cap);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-red);
  margin-bottom: var(--sp-3);
}

.garantir__title { margin-bottom: var(--sp-3); }
.garantir__title em { font-style: italic; color: var(--c-red); font-weight: 500; }

.garantir__desc { color: #fff; max-width: 30em; margin-bottom: var(--sp-3); }

.garantir__grid .link-cta { color: #fff; }
.garantir__grid .link-cta:hover { color: var(--c-red); }

/* card do completo (referência v1) */
.gcard {
  background: var(--c-dark-2);
  border: 1px solid var(--c-dark-border);
  padding: clamp(1.5rem, 3.4vw, 2.75rem);
}

.gcard__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-3);
}

.gcard__badge {
  display: inline-block;
  background: var(--c-red);
  color: #fff;
  font-size: var(--t-cap);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.4em 0.8em;
}

.gcard__meta {
  font-size: var(--t-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-cream-on-dark);
}

.gcard__name {
  font-size: var(--t-d3);
  line-height: var(--lh-d3);
  letter-spacing: var(--ls-d3);
  font-weight: 600;
  color: #fff;
  margin-bottom: var(--sp-2);
}

.gcard__pricing {
  display: flex;
  align-items: baseline;
  gap: var(--sp-2);
  flex-wrap: wrap;
  margin-bottom: var(--sp-3);
}
.gcard__was { color: var(--c-muted-on-dark); text-decoration: line-through; }
.gcard__save {
  font-size: var(--t-cap);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--c-green);
  color: #fff;
  padding: 0.35em 0.7em;
}
.gcard__amount {
  display: block;
  font-size: clamp(2.75rem, 4.4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #fff;
  margin-bottom: var(--sp-3);
}
.gcard__amount small { font-size: 0.4em; letter-spacing: 0; color: var(--c-muted-on-dark); margin-right: 0.2em; }

.gcard .btn--block { margin-bottom: var(--sp-3); }

/* opção de menor evidência: módulo avulso */
.gcard__mod {
  display: block;
  text-align: center;
  font-size: var(--t-body);
  letter-spacing: var(--ls-body);
  color: var(--c-muted-on-dark);
  text-decoration: none;
  border-top: 1px solid var(--c-dark-border);
  padding-top: var(--sp-2);
  cursor: pointer;
  width: 100%;
}
.gcard__mod:hover { color: #fff; }

@media (max-width: 900px) { .garantir__grid { grid-template-columns: 1fr; } }

/* ============================================================
   P·05 — COMO PARTICIPAR (creme, lista escaneável)
   ============================================================ */

.passos { border-top: 2px solid var(--c-ink); }

.passo {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 17em) minmax(0, 1fr);
  gap: var(--sp-2) var(--sp-4);
  align-items: baseline;
  padding-block: var(--sp-3);
  border-bottom: 1px solid var(--c-border);
}

.passo__num {
  font-style: italic;
  font-weight: 500;
  color: var(--c-red);
  font-size: var(--t-lead);
}

.passo__title {
  font-size: var(--t-h);
  line-height: var(--lh-h);
  letter-spacing: var(--ls-h);
  font-weight: 600;
  color: var(--c-ink);
}
.passo__title .t-cap {
  display: inline-block;
  color: var(--c-red);
  margin-left: 0.6em;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.passo__desc {
  color: var(--c-body);
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
}
.passo__desc .link-cta { font-size: var(--t-body); margin-left: 0.5em; }

@media (max-width: 760px) {
  .passo { grid-template-columns: 3rem minmax(0, 1fr); }
  .passo__desc { grid-column: 2; }
}

/* ============================================================
   P·06 — COMO O PERCURSO AJUDA VOCÊ? (perfis × perguntas)
   ============================================================ */

.ajuda__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 23rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

/* overline + título viajam com o rail: ficam visíveis durante o scroll */
.ajuda__rail { position: sticky; top: 5rem; }

.ajuda__head { margin-bottom: var(--sp-4); }
.ajuda__head .kicker { margin-bottom: var(--sp-2); }
.ajuda__head .t-d3 { margin-bottom: var(--sp-2); }
.ajuda__lead { color: var(--c-muted); }

.ajuda__rail-label {
  font-size: var(--t-cap);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-faint);
  border-bottom: 1px solid var(--c-border-strong);
  padding-bottom: 0.6rem;
  margin-bottom: 0.2rem;
  display: block;
}

.perfil-item {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 0.7em;
  padding: 0.85em 0 0.85em 0.9em;
  border-left: 3px solid transparent;
  border-bottom: 1px solid var(--c-border);
  text-align: left;
  cursor: pointer;
  color: var(--c-faint);
  font-size: var(--t-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.perfil-item i { font-style: normal; font-size: var(--t-cap); }
.perfil-item.is-active { color: var(--c-ink); border-left-color: var(--c-red); }
.perfil-item.is-active i { color: var(--c-red); }
.perfil-item.is-active::after {
  content: "→";
  color: var(--c-red);
  margin-left: auto;
  font-weight: 600;
}
.perfil-item:hover { color: var(--c-ink); }

/* blocos de pergunta — todos visíveis; o em evidência acende */
.qa { display: grid; gap: clamp(2.25rem, 4vw, 3.5rem); }

.qa-block {
  opacity: 1;
  border-left: 3px solid transparent;
  padding-left: clamp(0.9rem, 1.8vw, 1.5rem);
  transition: opacity 0.35s var(--ease), border-color 0.35s var(--ease);
}
.qa-block.is-active { border-left-color: var(--c-red); }
@media (min-width: 861px) {
  .qa-block { opacity: 0.3; }
  .qa-block.is-active { opacity: 1; }
}

.qa-block__label {
  font-size: var(--t-cap);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-red);
  margin-bottom: var(--sp-2);
}
.qa-block__label span { color: var(--c-faint); margin-left: 0.8em; }

.qa-block__q {
  font-size: var(--t-d3);
  line-height: var(--lh-d3);
  letter-spacing: var(--ls-d3);
  font-weight: 600;
  color: var(--c-ink);
  max-width: 20em;
  margin-bottom: var(--sp-3);
}
.qa-block__q em { font-style: normal; color: var(--c-red); }

.qa-block__a { color: var(--c-body); max-width: 40em; margin-bottom: var(--sp-3); }
.qa-block__a b { color: var(--c-ink); }

.qa-block__chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6em;
  border: 1px solid var(--c-border-strong);
  padding: 0.5em 0.9em;
  font-size: var(--t-body);
  letter-spacing: var(--ls-body);
  font-weight: 600;
  color: var(--c-muted);
  text-decoration: none;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.qa-block__chip::before { content: "●"; color: var(--c-red); font-size: 0.7em; }
.qa-block__chip:hover { border-color: var(--c-red); color: var(--c-ink); }

@media (max-width: 860px) {
  .ajuda__grid { grid-template-columns: 1fr; }
  .ajuda__rail { position: static; display: none; }
  .qa-block__label span { display: inline; }
}

/* ============================================================
   P·07 — INVESTIMENTO (vermelha, dois cards, urgência)
   ============================================================ */

.invest__head { max-width: 50rem; margin-bottom: var(--sp-5); }
.invest__head .t-d2 { margin-bottom: var(--sp-3); }
/* selo de urgência real: evidente, ancorado no preto do carro-chefe */
.invest__urg {
  display: inline-flex;
  align-items: center;
  font-size: var(--t-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--c-dark);
  padding: 0.6em 1.1em;
}

.invest__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 0;
  align-items: start;
}

.offer--full {
  background: var(--c-dark);
  color: var(--c-cream-on-dark);
  padding: clamp(1.75rem, 3.8vw, 3.5rem);
  position: relative;
  transform: translateY(clamp(10px, 1.6vw, 22px));
  box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.7);
}

.offer--mod {
  background: var(--c-paper);
  color: var(--c-body);
  padding: clamp(1.75rem, 3.8vw, 3.5rem);
  display: flex;
  flex-direction: column;
  margin-top: clamp(44px, 6vw, 84px);
  box-shadow: 0 40px 90px -55px rgba(0, 0, 0, 0.55);
}

.offer__badge {
  display: inline-block;
  font-size: var(--t-cap);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--c-red);
  padding: 0.35em 0.75em;
  margin-bottom: var(--sp-3);
}

.offer__kicker {
  font-size: var(--t-cap);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-muted);
  display: block;
  margin-bottom: var(--sp-3);
}

.offer__title {
  font-size: var(--t-d3);
  line-height: var(--lh-d3);
  letter-spacing: var(--ls-d3);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.offer--full .offer__title { color: #fff; }
.offer--full .offer__title em { font-style: normal; color: var(--c-red); }
.offer--mod .offer__title { color: var(--c-ink); }

.offer__desc { margin-bottom: var(--sp-4); max-width: 30em; }
.offer--full .offer__desc { color: #fff; }
.offer--mod .offer__desc { color: var(--c-muted); }

.offer__list { list-style: none; margin: 0 0 var(--sp-4); padding: 0; }
.offer__list li {
  display: flex;
  gap: 0.6em;
  align-items: baseline;
  padding-block: 0.45em;
  line-height: var(--lh-lead);
}
.offer__list li::before { content: "→"; color: var(--c-red); flex: 0 0 auto; }
.offer__list b { color: #fff; font-weight: 600; }
.offer--mod .offer__list b { color: var(--c-ink); }

.offer__price {
  display: flex;
  align-items: baseline;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-4);
}

.offer__amount {
  font-size: var(--t-d2);
  line-height: 1;
  letter-spacing: var(--ls-d2);
  font-weight: 600;
}
.offer--full .offer__amount { color: #fff; }
.offer--mod .offer__amount { color: var(--c-ink); }

.offer__was { color: var(--c-muted-on-dark); text-decoration: line-through; }

.offer__save {
  font-size: var(--t-cap);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--c-green);
  color: #fff;
  padding: 0.35em 0.7em;
}

.offer__urg {
  font-size: var(--t-body);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-red);
}

/* argumento de economia (verde) no card preto */
.offer__perk {
  font-size: var(--t-body);
  font-weight: 600;
  color: var(--c-green-on-dark);
  margin-top: calc(-1 * var(--sp-2));
  margin-bottom: var(--sp-2);
}

.offer__note {
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: var(--sp-2);
}
.offer--full .offer__note { color: var(--c-muted-on-dark); }
.offer--mod .offer__note { color: var(--c-faint); }

.offer__select {
  width: 100%;
  max-width: 100%;
  font-family: var(--f-serif);
  font-size: var(--t-body);
  color: var(--c-ink);
  background: #fff;
  border: 1px solid var(--c-border-strong);
  padding: 0.7em 2.2em 0.7em 0.9em;
  margin-bottom: var(--sp-3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-red) 50%),
    linear-gradient(135deg, var(--c-red) 50%, transparent 50%);
  background-position:
    calc(100% - 1.1em) 1.1em,
    calc(100% - 0.75em) 1.1em;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.offer--mod .offer__cta { margin-top: auto; }

@media (max-width: 960px) {
  .invest__grid { grid-template-columns: 1fr; }
  .offer--full { transform: none; }
  .offer--mod { margin-top: 0; }
}

/* ---------- P·08 — O professor ---------- */

.professor__grid {
  display: grid;
  grid-template-columns: minmax(13rem, 19rem) minmax(0, 1fr);
  gap: var(--grid-gap);
  align-items: start;
  margin-bottom: var(--sp-6);
}

.professor__figure { margin: 0; }
.professor__figure .photo__slot { aspect-ratio: 3 / 4; }

.professor__grid .t-d2 { margin-bottom: var(--sp-4); }
.professor__grid .ph + .ph { margin-top: var(--sp-3); }

.professor__bio {
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
  color: var(--c-body);
  max-width: 36em;
}
.professor__bio + .professor__bio { margin-top: var(--sp-3); }

/* credenciais escaneáveis */
.cred {
  list-style: none;
  margin: var(--sp-4) 0 0;
  padding: var(--sp-3) 0 0;
  border-top: 1px solid var(--c-border-strong);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2em var(--sp-4);
}
.cred li {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
  padding-block: 0.28em;
  color: var(--c-body);
}
.cred li::before { content: "→"; color: var(--c-red); flex: 0 0 auto; }
@media (max-width: 640px) { .cred { grid-template-columns: 1fr; } }

/* redes do professor, em evidência secundária */
.professor__links {
  margin-top: var(--sp-3);
  display: flex;
  gap: clamp(1rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}
.professor__links a {
  color: var(--c-muted);
  text-decoration: none;
  font-weight: 600;
}
.professor__links a::after { content: " ↗"; color: var(--c-red); }
.professor__links a:hover { color: var(--c-ink); }

.professor__obras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: start;
}

@media (max-width: 860px) {
  .professor__grid { grid-template-columns: 1fr; }
  .professor__figure { max-width: 14rem; }
  .professor__obras { grid-template-columns: 1fr; }
}

/* ---------- P·09 — Depoimentos (preta) ---------- */

.depoimentos__title { margin-bottom: var(--sp-6); }
.depoimentos__title em { font-style: italic; color: var(--c-red); }

.quotes {
  columns: 3;
  column-gap: var(--sp-3);
}

.quote {
  break-inside: avoid;
  margin: 0 0 var(--sp-3);
  background: var(--c-dark-2);
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.quote__mark {
  font-size: var(--t-d2);
  line-height: 0.6;
  font-weight: 600;
  color: var(--c-red);
  display: block;
  margin-bottom: var(--sp-3);
}

.quote__txt {
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
  font-style: italic;
  color: var(--c-cream-on-dark);
  margin-bottom: var(--sp-3);
}

.quote__author {
  font-size: var(--t-body);
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1024px) { .quotes { columns: 2; } }
@media (max-width: 640px) { .quotes { columns: 1; } }

/* ---------- P·10 — FAQ ---------- */

.faq__title { margin-bottom: var(--sp-5); }

.faq__list { border-top: 2px solid var(--c-ink); }

.faq__item { border-bottom: 1px solid var(--c-border-strong); }

.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-block: var(--sp-3);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover .faq__q { color: var(--c-red); }

.faq__q {
  font-size: var(--t-h);
  line-height: var(--lh-h);
  letter-spacing: var(--ls-h);
  font-weight: 500;
  color: var(--c-ink);
  transition: color 0.2s var(--ease);
}

.faq__toggle {
  font-size: var(--t-h);
  line-height: 1;
  color: var(--c-red);
  transition: transform 0.25s var(--ease);
  flex: 0 0 auto;
}
.faq__item[open] .faq__toggle { transform: rotate(45deg); }

.faq__a {
  max-width: 44em;
  color: var(--c-body);
  padding-bottom: var(--sp-4);
  font-size: var(--t-lead);
  line-height: var(--lh-lead);
  letter-spacing: var(--ls-lead);
}
.faq__a .link-inline { display: inline-block; margin-top: 0.4em; }

/* ============================================================
   FECHO (preta, referência v1) + rodapé com sociais
   ============================================================ */

.final { padding-bottom: var(--sp-6); }

.final__kicker {
  font-size: var(--t-cap);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-red);
  margin-bottom: var(--sp-3);
}

.final__title {
  max-width: 14em;
  margin-bottom: var(--sp-3);
}
.final__title em { font-style: italic; color: var(--c-red); font-weight: 700; }

.final__sub { color: var(--c-muted-on-dark); max-width: 30em; margin-bottom: var(--sp-5); }

.final__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.final__meta {
  font-size: var(--t-cap);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted-on-dark);
}

.footer {
  background: var(--c-dark);
  color: var(--c-muted-on-dark);
  padding-block: var(--sp-4) var(--sp-5);
}

.footer__inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3) var(--sp-4);
  flex-wrap: wrap;
  border-top: 1px solid var(--c-dark-border);
  padding-top: var(--sp-4);
}

.footer .wordmark { color: #fff; font-size: 1rem; }

.footer__social { display: flex; gap: clamp(1rem, 2vw, 1.75rem); }

.footer__social a {
  font-size: var(--t-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-cream-on-dark);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.footer__social a:hover { color: #fff; }
.footer__social a::after { content: " ↗"; color: var(--c-red); }

.footer__meta {
  font-size: var(--t-body);
  line-height: var(--lh-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

/* faixa legal / autoria / direitos */
.footer__legal {
  margin-top: var(--sp-4);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--c-dark-border);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.footer__owner {
  font-size: var(--t-body);
  line-height: var(--lh-body);
  color: var(--c-muted-on-dark);
  max-width: 60em;
}
.footer__owner b { color: var(--c-cream-on-dark); font-weight: 600; }
.footer__rights {
  font-size: var(--t-cap);
  line-height: var(--lh-cap);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-muted-on-dark);
  display: flex;
  gap: var(--sp-2) var(--sp-4);
  flex-wrap: wrap;
}
.footer__credit { color: var(--c-faint); }
.footer__credit a {
  color: var(--c-cream-on-dark);
  text-decoration: underline;
  text-decoration-color: var(--c-red);
  text-underline-offset: 0.2em;
  transition: color 0.2s var(--ease);
}
.footer__credit a:hover { color: #fff; }

/* rodapés de tela removidos na rodada 6: o ritmo entre dobras agora é
   marcado pelo escurecimento sutil das dobras fora do viewport (.is-current) */

/* ============================================================
   CONSISTÊNCIA MOBILE (rodada 7)
   Fechos centralizados, botões com preenchimento total centrados.
   ============================================================ */

@media (max-width: 640px) {
  /* fechos de dobra: empilham, centralizam e o botão ocupa a largura */
  .dobra-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: var(--sp-4);
  }
  .dobra-cta__line { max-width: none; }
  .dobra-cta .btn,
  .dobra-cta__actions .btn { width: 100%; }
  .dobra-cta__actions { flex-direction: column; align-items: stretch; }

  /* fecho final e header de investimento centralizados */
  .final__actions { flex-direction: column; align-items: stretch; text-align: center; }
  .final__actions .btn { width: 100%; }
  .final__meta { text-align: center; }

  /* garantir: link do cronograma e CTA alinhados ao centro */
  .garantir__grid { text-align: center; }
  .garantir__grid > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .gcard { text-align: left; }

  /* investimento: chip de urgência centrado */
  .invest__head { text-align: center; }
  .invest__urg { align-self: center; }

  /* faixa de fatos: valores/rótulos centrados */
  .faixa__list li { align-items: center; text-align: center; }
}
