:root {
  --laranja: #f38c25;
  --laranja-esc: #D9760F;
  --escuro: #0D0D0D;
  --verde: #1E7A46;
  --vermelho: #9B2226;
  --texto-dark: #e9e9e9;
  --texto-dark-claro: #b3b3b3;
  --card: #141414;
  --borda: rgba(255, 255, 255, .1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  color: var(--texto-dark);
  line-height: 1.6;
  background: var(--escuro);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

section:nth-of-type(odd) { background: #000000; }
section:nth-of-type(even) { background: #0D0D0D; }

img { max-width: 100%; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

section { padding: 72px 0; position: relative; }

/* divisor superior com brilho laranja */
section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 140, 37, .5) 50%, transparent);
}

/* revelação ao scroll */
section.reveal-init > .wrap {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .7s ease, transform .7s ease;
}
section.in-view > .wrap { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  section.reveal-init > .wrap { opacity: 1; transform: none; transition: none; }
}

h1, h2, h3 { line-height: 1.2; }

h2.titulo {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 14px;
  color: #fff;
}

.destaque { color: var(--laranja); }

.sub {
  text-align: center;
  color: var(--texto-dark-claro);
  font-size: 21px;
  line-height: 1.45;
  max-width: 760px;
  margin: 0 auto 46px;
}

/* ===== Barra de progresso ===== */
.progresso {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--laranja-esc), var(--laranja));
  z-index: 1100;
  transition: width .1s linear;
}

/* ===== CTA ===== */
.cta {
  display: inline-block;
  background: var(--laranja);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  padding: 20px 42px;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(243, 140, 37, .38);
  transition: transform .15s, box-shadow .15s;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cta::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .45), transparent);
  transform: skewX(-20deg);
  animation: cta-shine 5s ease-in-out infinite;
}
@keyframes cta-shine {
  0%, 62% { left: -120%; }
  88%, 100% { left: 150%; }
}
.cta:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(243, 140, 37, .46); }
.hero-cta .cta { animation: cta-pulse 2.6s ease-in-out infinite; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(243, 140, 37, .38); }
  50% { box-shadow: 0 10px 34px rgba(243, 140, 37, .65); }
}
.cta small { display: block; font-size: 13px; font-weight: 600; opacity: .92; margin-top: 3px; }
.selo-seg { display: block; margin-top: 12px; font-size: 13px; color: var(--texto-dark-claro); }

/* ============ HERO ============ */
.hero {
  background:
    radial-gradient(900px 500px at 78% 22%, rgba(243, 140, 37, .16), transparent 60%),
    linear-gradient(160deg, #000 0%, #0D0D0D 100%);
  color: #fff;
  padding: 0 0 60px;
  overflow: hidden;
}
.hero-tarja { width: 100%; background: #ff1414; text-align: center; padding: 14px 20px; }
.hero-tarja span { color: #fff; font-size: clamp(15px, 2vw, 22px); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.hero-tarja b { font-weight: 800; }

.hero-top {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 30px;
  align-items: center;
  min-height: 460px;
  padding-top: 70px;
}
.hero-left { position: relative; z-index: 2; max-width: 700px; }
.hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .85);
}
.hero h1 .destaque { color: var(--laranja); }
.hero-kicker { font-size: clamp(18px, 2.4vw, 24px); color: #e8e8e8; margin-top: 22px; max-width: 560px; }
.hero-kicker b { color: var(--laranja); }
.hero p.lead {
  position: relative; z-index: 2;
  font-size: clamp(17px, 2.5vw, 23px);
  color: #dcdcdc;
  margin: 36px 0 0;
  text-align: justify;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .55);
}
.hero p.lead b { color: var(--laranja); }
.hero-cta { margin-top: 30px; }

/* matriz do hero */
.caminhos-img { position: relative; z-index: 1; }
.hero-matrix {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  transition: transform .25s ease;
  /* gutters: esquerda p/ eixo Y, baixo p/ eixo X */
  padding: 0 0 46px 30px;
}
.hero-matrix .hm-area {
  position: relative;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .6));
}

/* grade 3×3 */
.hm-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}
.hm-cell {
  position: relative;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  opacity: 0;
  transform: scale(.82);
  animation: hm-pop .45s ease forwards;
}
.hm-grid .hm-cell:nth-child(1) { animation-delay: .05s; }
.hm-grid .hm-cell:nth-child(2) { animation-delay: .11s; }
.hm-grid .hm-cell:nth-child(3) { animation-delay: .17s; }
.hm-grid .hm-cell:nth-child(4) { animation-delay: .23s; }
.hm-grid .hm-cell:nth-child(5) { animation-delay: .29s; }
.hm-grid .hm-cell:nth-child(6) { animation-delay: .35s; }
.hm-grid .hm-cell:nth-child(7) { animation-delay: .41s; }
.hm-grid .hm-cell:nth-child(8) { animation-delay: .47s; }
.hm-grid .hm-cell:nth-child(9) { animation-delay: .53s; }
@keyframes hm-pop { to { opacity: 1; transform: scale(1); } }

/* tons medidor */
.hm-r { background: rgba(155, 34, 38, .34); border-color: rgba(255, 120, 120, .35); }
.hm-a { background: rgba(201, 151, 27, .30); border-color: rgba(240, 198, 78, .4); }
.hm-g { background: rgba(30, 122, 70, .36); border-color: rgba(95, 208, 138, .4); }

/* rótulos-âncora (só 2, para não poluir) */
.hm-cell span { font-size: 13px; }
.hm-cell.hm-star {
  background: rgba(243, 140, 37, .32);
  border-color: rgba(243, 140, 37, .95);
  animation: hm-pop .45s ease forwards, hm-glow 2.6s ease-in-out .8s infinite;
}
@keyframes hm-glow {
  0%, 100% { box-shadow: 0 0 16px 1px rgba(243, 140, 37, .4); }
  50% { box-shadow: 0 0 32px 6px rgba(243, 140, 37, .75); }
}

/* eixos — com baixo - alto explícito */
.hm-axis-y {
  position: absolute;
  left: 0; top: 0; bottom: 46px; width: 30px;
}
.hm-axis-y .rot {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  color: var(--laranja);
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
}
.hm-axis-y small {
  position: absolute; left: 50%; top: 24px;
  transform: translate(-50%, -50%) rotate(-90deg);
  text-transform: uppercase;
}
.hm-axis-x {
  position: absolute;
  left: 30px; right: 0; bottom: 12px; height: 24px;
  display: flex; align-items: center; justify-content: space-between;
  color: var(--laranja);
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
}
.hm-axis-y small, .hm-axis-x small {
  font-size: 10px; font-weight: 700; letter-spacing: .5px; color: #8a8a8a;
}

/* legenda, abaixo da matriz */
.hm-legenda {
  text-align: center;
  margin: 16px auto 0;
  padding-left: 30px;
  font-size: 14px;
  color: var(--texto-dark-claro);
}
.hm-legenda b { color: var(--laranja); }

@media (prefers-reduced-motion: reduce) {
  .hm-cell { opacity: 1; transform: none; animation: none; }
  .hm-cell.hm-star { animation: none; box-shadow: 0 0 18px 2px rgba(243, 140, 37, .5); }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .hero-top { grid-template-columns: 1fr; text-align: center; min-height: 0; }
  .hero-left { max-width: none; }
  .hero-kicker { margin-left: auto; margin-right: auto; }
  .hero-matrix { margin-top: 22px; max-width: 350px; }
}

/* ============ BLOCO 2 — Desempenho - Potencial ============ */
.dois-eixos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.eixo-card {
  background: var(--card);
  border: 1px solid var(--borda);
  border-radius: 18px;
  padding: 36px 32px;
  text-align: center;
}
.eixo-x { border-top: 4px solid #74b3e8; }
.eixo-y { border-top: 4px solid var(--laranja); }
.eixo-ico { font-size: 46px; line-height: 1; margin-bottom: 14px; }
.eixo-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--laranja);
  margin-bottom: 10px;
}
.eixo-x .eixo-tag { color: #74b3e8; }
.eixo-card h3 { font-size: 22px; color: #fff; margin-bottom: 10px; }
.eixo-card p { color: var(--texto-dark-claro); font-size: 16px; }
.eixo-card p b { color: #fff; }
.eixo-cruz {
  font-size: 56px;
  font-weight: 800;
  color: var(--laranja);
  animation: cruz-pulse 2.4s ease-in-out infinite;
}
@keyframes cruz-pulse {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.18); opacity: 1; }
}
.distincao-fecho {
  text-align: center;
  max-width: 780px;
  margin: 44px auto 0;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}
.distincao-fecho b { color: var(--laranja); }

/* ============ BLOCO 3 — Os 3 erros ============ */
.erros-lista { list-style: none; max-width: 900px; margin: 0 auto; counter-reset: none; }
.erro-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--borda);
}
.erro-item:last-child { border-bottom: none; }
.erro-num {
  font-size: 92px;
  font-weight: 800;
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 2px rgba(243, 140, 37, .55);
  letter-spacing: -2px;
}
.erro-txt h3 { font-size: 24px; color: #fff; margin-bottom: 8px; }
.erro-txt p { color: var(--texto-dark-claro); font-size: 17px; }

/* ============ BLOCO 4 — No escuro ============ */
.escuro {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--borda);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.escuro::before, .escuro::after {
  content: "";
  position: absolute;
  width: 80px; height: 80px;
  border: 4px solid var(--laranja);
}
.escuro::before { top: 0; left: 0; border-right: none; border-bottom: none; border-radius: 24px 0 0 0; }
.escuro::after { bottom: 0; right: 0; border-left: none; border-top: none; border-radius: 0 0 24px 0; }
.escuro-txt h2 { font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.08; }
.escuro-txt p { font-size: 19px; color: #e6e6e6; margin-bottom: 30px; max-width: 560px; }
.escuro-foto img { display: block; width: 100%; height: auto; border-radius: 16px; }

@media (max-width: 760px) {
  .escuro { grid-template-columns: 1fr; padding: 34px 24px; text-align: center; }
  .escuro-foto { display: none; }
}

/* ============ BLOCO 5 — Passos ============ */
.passos { display: grid; gap: 20px; margin-top: 4px; }
.passo {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--card);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .06);
  transition: border-color .25s, transform .25s;
}
.passo:hover { border-color: rgba(243, 140, 37, .4); transform: translateY(-3px); }
.passo .num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--laranja);
  color: #fff;
  font-size: 26px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.passo h3 { font-size: 21px; margin-bottom: 6px; color: #fff; }
.passo p { color: var(--texto-dark-claro); }
.passo p b { color: #fff; }

/* ============ BLOCO 6 — Matriz interativa ============ */
.matriz-interativa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.mi-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  aspect-ratio: 1 / 1;
  padding: 8px 8px 26px 26px;
}
.mi-ylabel, .mi-xlabel { position: absolute; color: var(--laranja); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.mi-ylabel { left: -8px; top: 50%; transform: rotate(-90deg) translateX(50%); transform-origin: left center; }
.mi-xlabel { left: 50%; bottom: 0; transform: translateX(-30%); }
.mi-cell {
  border: 1px solid var(--borda);
  background: #161616;
  border-radius: 12px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 8px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  font: inherit;
}
.mi-cell:hover, .mi-cell.is-active {
  transform: scale(1.05);
  border-color: var(--laranja);
  box-shadow: 0 10px 28px rgba(243, 140, 37, .28);
  z-index: 2;
}
.mi-tag { font-size: 13px; font-weight: 800; text-align: center; line-height: 1.25; }
.mi-amarelo { color: #f0c64e; }
.mi-verde { color: #5fd08a; }
.mi-azul { color: #74b3e8; }
.mi-vermelho { color: #ff7b7b; }
.mi-estrela { color: var(--laranja); }
.mi-painel {
  background: var(--card);
  border: 1px solid var(--borda);
  border-left: 5px solid var(--laranja);
  border-radius: 16px;
  padding: 34px;
  min-height: 280px;
  transition: opacity .2s ease, transform .2s ease;
}
.mi-painel.is-swapping { opacity: 0; transform: translateY(10px); }
.mi-painel-badge {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px;
  color: var(--laranja);
  background: rgba(243, 140, 37, .12);
  border: 1px solid rgba(243, 140, 37, .35);
  padding: 5px 14px; border-radius: 999px;
  margin-bottom: 16px;
}
.mi-painel-titulo { font-size: 30px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.mi-painel-perfil { color: var(--laranja); font-weight: 700; font-size: 15px; margin-bottom: 16px; }
.mi-painel-desc { color: var(--texto-dark-claro); font-size: 17px; line-height: 1.6; }

/* ============ BLOCO 7 — Curso / módulos ============ */
.modulos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.modulo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .06);
  border-left: 3px solid rgba(243, 140, 37, .4);
  border-radius: 14px;
  padding: 22px 24px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease, border-color .25s;
}
.modulo.reveal { opacity: 1; transform: none; }
.modulo:hover { border-left-color: var(--laranja); }
.mod-n { font-size: 26px; font-weight: 800; color: var(--laranja); line-height: 1; }
.modulo h3 { font-size: 18px; color: #fff; margin-bottom: 4px; }
.modulo p { font-size: 14.5px; color: var(--texto-dark-claro); }

.ferramentas-titulo {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin: 50px 0 22px;
}
.ferramentas {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
.ferramentas li {
  position: relative;
  background: rgba(243, 140, 37, .08);
  border: 1px solid rgba(243, 140, 37, .3);
  color: #ffd9b3;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 18px 11px 38px;
  border-radius: 999px;
}
.ferramentas li::before {
  content: "✓";
  position: absolute;
  left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--laranja);
  font-weight: 800;
}

/* ============ BLOCO 8 — Para quem serve ============ */
.serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.serve-card {
  background: var(--card);
  border: 1px solid var(--borda);
  border-radius: 14px;
  padding: 26px 24px 26px 52px;
  position: relative;
  font-size: 16px;
  color: #ececec;
  transition: transform .25s, border-color .25s;
}
.serve-card:hover { transform: translateY(-4px); border-color: rgba(243, 140, 37, .5); }
.serve-card::before {
  content: "→";
  position: absolute;
  left: 22px; top: 26px;
  color: var(--laranja);
  font-weight: 800;
  font-size: 18px;
}

/* ============ BLOCO 9 — Oferta ============ */
.oferta-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
.oferta-stack {
  background: var(--card);
  border: 1px solid var(--borda);
  border-radius: 20px;
  padding: 36px;
}
.oferta-stack h3 { color: #fff; font-size: 22px; margin-bottom: 20px; }
.oferta-stack ul { list-style: none; }
.oferta-stack li {
  position: relative;
  padding: 11px 0 11px 30px;
  font-size: 16px;
  color: #e0e0e0;
  border-bottom: 1px dashed rgba(255, 255, 255, .12);
}
.oferta-stack li:last-of-type { border-bottom: none; }
.oferta-stack li b { color: #fff; }
.oferta-stack li::before { content: "✓"; position: absolute; left: 0; top: 11px; color: var(--laranja); font-weight: 800; }
.oferta-acesso {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--borda);
  font-size: 14.5px;
  color: var(--texto-dark-claro);
}
.oferta-acesso b { color: var(--laranja); }

.oferta-box {
  background: var(--card);
  border: 3px solid var(--laranja);
  border-radius: 20px;
  padding: 34px 30px;
  text-align: center;
  box-shadow: 0 0 0 4px rgba(243, 140, 37, .12), 0 16px 40px rgba(0, 0, 0, .35);
}
/* mini matriz decorativa no topo da caixa */
.ob-topo {
  display: grid;
  grid-template-columns: repeat(3, 12px);
  grid-template-rows: repeat(3, 12px);
  gap: 4px;
  justify-content: center;
  margin-bottom: 18px;
}
.ob-mini { background: rgba(255, 255, 255, .12); border-radius: 3px; }
.ob-mini-on { background: var(--laranja); }
.ob-faixa {
  display: inline-block;
  background: var(--laranja);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ob-de { color: var(--texto-dark-claro); font-size: 16px; }
.ob-de s { color: #ff8c8c; }
.ob-x { font-size: 18px; color: var(--texto-dark-claro); margin-top: 6px; }
.ob-valor { font-size: 56px; font-weight: 800; color: #fff; line-height: 1.1; margin: 2px 0; }
.ob-valor span { font-size: 28px; vertical-align: top; }
.ob-avista { color: var(--texto-dark-claro); margin-bottom: 24px; }
.ob-avista b { color: #fff; }
.oferta-box .cta { width: 100%; box-shadow: none; }
.oferta-box .cta:hover { box-shadow: none; }
.ob-garantia { margin-top: 14px; font-size: 13px; color: var(--texto-dark-claro); }

/* formas de pagamento */
.formas-pagamento { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--borda); text-align: center; }
.formas-pagamento .fp-label { display: block; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; color: #9a9a9a; margin-bottom: 10px; }
.formas-pagamento .fp-icones { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; }
.formas-pagamento .fp-icones img { height: 26px; width: auto; background: #fff; border-radius: 5px; padding: 3px 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, .25); }
.formas-pagamento .fp-selos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; margin-top: 16px; }
.formas-pagamento .fp-hotmart { display: block; height: 34px; width: auto; background: #fff; border-radius: 8px; padding: 9px 18px; box-shadow: 0 2px 8px rgba(0, 0, 0, .3); }
.formas-pagamento .fp-seguro { display: block; height: 34px; width: auto; border-radius: 8px; }

/* ============ BLOCO 10 — Autoridade ============ */
.autor {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.autor .foto img { display: block; width: 100%; height: auto; border-radius: 16px; }
.autor h3 { font-size: clamp(40px, 5.2vw, 64px); font-weight: 800; line-height: 1.02; margin-bottom: 4px; color: var(--laranja); }
.autor .cargo { color: #fff; font-weight: 800; font-size: 22px; margin-bottom: 18px; }
.autor p { color: var(--texto-dark-claro); font-size: 18px; line-height: 1.6; margin-bottom: 14px; }
.nota-edit { color: #ffb877 !important; font-style: italic; font-size: 15px; }
.autor h3, .autor .cargo, .autor p:not(.cargo) { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.autor.reveal h3 { transition-delay: 0s; }
.autor.reveal .cargo { transition-delay: .15s; }
.autor.reveal p:not(.cargo) { transition-delay: .3s; }
.autor.reveal h3, .autor.reveal .cargo, .autor.reveal p:not(.cargo) { opacity: 1; transform: none; }

/* ============ BLOCO 11 — FAQ ============ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--borda);
  padding: 6px 0;
}
.faq summary {
  cursor: pointer;
  padding: 20px 40px 20px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 14px;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.q-n { color: var(--laranja); font-weight: 800; font-size: 15px; min-width: 26px; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 16px;
  color: var(--laranja);
  font-size: 28px;
  font-weight: 400;
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px 40px; color: var(--texto-dark-claro); font-size: 16px; }
.faq details p b { color: #fff; }

/* ============ BLOCO 12 — Fechamento ============ */
.ponte-sec {
  text-align: center;
  background:
    radial-gradient(700px 320px at 50% 0%, rgba(243, 140, 37, .14), transparent 65%),
    #000 !important;
}
.ponte {
  max-width: 880px;
  margin: 0 auto 24px;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.ponte-sub { color: var(--texto-dark-claro); font-size: 20px; margin-bottom: 30px; }

/* ============ CTA 2 ============ */
.cta-flutuante {
  position: fixed;
  left: 50%; bottom: 18px;
  transform: translate(-50%, 140%);
  z-index: 900;
  display: flex; align-items: center; gap: 18px;
  background: rgba(20, 20, 20, .96);
  border: 1px solid rgba(243, 140, 37, .5);
  border-radius: 999px;
  padding: 10px 12px 10px 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
  transition: transform .35s ease;
  max-width: calc(100% - 24px);
}
.cta-flutuante.show { transform: translate(-50%, 0); }
.cta-flutuante .cf-txt { color: #fff; font-size: 15px; white-space: nowrap; }
.cta-flutuante .cf-txt b { color: var(--laranja); }
.cta-flutuante .cta { font-size: 15px; padding: 12px 24px; box-shadow: none; }
.cta-flutuante .cta::after { display: none; }

/* ============ Footer ============ */
footer { background: #000; border-top: 1px solid var(--borda); color: #9a9a9a; text-align: center; padding: 46px 0; font-size: 13px; }
footer .marca { color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 10px; }
footer a { color: #ffb877; text-decoration: none; }
footer .disc { max-width: 680px; margin: 16px auto 0; line-height: 1.5; }

/* ============ RESPONSIVO ============ */
@media (max-width: 760px) {
  section { padding: 50px 0; }

  .hero { text-align: center; }
  .hero h1 { white-space: normal; }
  .hero-top { grid-template-columns: 1fr; min-height: 0; padding-top: 30px; }
  .hero-left { max-width: none; }
  .hero-kicker { margin: 18px auto 0; }
  .hero-matrix { max-width: 290px; margin: 26px auto 0; }
  .hero p.lead { text-align: left; }
  .hero-cta { text-align: center; }

  .dois-eixos { grid-template-columns: 1fr; }
  .eixo-cruz { transform: rotate(90deg); }

  .erro-item { grid-template-columns: 1fr; gap: 6px; text-align: center; }
  .erro-num { font-size: 64px; }

  .matriz-interativa { grid-template-columns: 1fr; }
  .mi-painel { min-height: 0; }

  .modulos { grid-template-columns: 1fr; }
  .serve-grid { grid-template-columns: 1fr; }

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

  .autor { grid-template-columns: 1fr; text-align: center; }
  .autor .foto { display: none; }

  .passo { grid-template-columns: 1fr; text-align: center; }
  .passo .num { margin: 0 auto; }

  .cta-flutuante .cf-txt { display: none; }
}
