/* ============================================================
   HOME — Criação de Riquezas (v124)
   Redesign da página inicial na identidade da logo nova:
   azul-noite + azul royal + dourado.
   Carregado SÓ pela index.html. Todas as classes têm prefixo h-
   para não conflitar com estilo.css.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,100..125,400..900;1,100..125,400..900&family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap');


/* ---------- reset (a home não carrega mais estilo.css) ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, ul, ol, li, figure, blockquote { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

body.home {
  --h-noite: #04091a;
  --h-profundo: #0a1533;
  --h-royal: #1d56e8;
  --h-ouro: #d9a530;
  --h-ouro2: #f0c560;
  --h-branco: #edf1fa;
  --h-mute: #8fa0c6;
  --h-linha: rgba(143, 160, 198, 0.18);

  background: var(--h-noite);
  color: var(--h-branco);
  font-family: 'Be Vietnam Pro', system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body.home img { max-width: 100%; }

/* ---------- tipografia ---------- */
.h-disp {
  font-family: 'Archivo', sans-serif;
  font-variation-settings: 'wdth' 118;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 0.98;
}
.h-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-variation-settings: 'wdth' 108;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--h-ouro);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
}
.h-eyebrow .h-lis { width: 13px; height: 18px; fill: currentColor; opacity: 0.9; flex: none; }
.h-eyebrow.centro { justify-content: center; }

/* ---------- estrutura ---------- */
.h-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.h-sec { padding: 96px 0; position: relative; }
body.home section[id], body.home header[id] { scroll-margin-top: 92px; }
.h-sec--fundo { background: var(--h-profundo); border-top: 1px solid var(--h-linha); border-bottom: 1px solid var(--h-linha); }
.h-head { max-width: 760px; margin-bottom: 52px; }
.h-head h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 18px 0; color: var(--h-branco); }
.h-head p { color: var(--h-mute); font-size: 1.05rem; max-width: 62ch; margin: 0; }
.h-head.centro { margin-left: auto; margin-right: auto; text-align: center; }
.h-head.centro p { margin-left: auto; margin-right: auto; }

/* ---------- botões (dentro da home) ---------- */
body.home .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 110;
  font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 15px 28px; border-radius: 4px; border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  text-decoration: none; cursor: pointer;
}
body.home .btn-dourado,
body.home .btn-primario {
  background: linear-gradient(180deg, var(--h-ouro2), var(--h-ouro));
  color: #241500; border-color: transparent;
  box-shadow: 0 8px 30px -12px rgba(217, 165, 48, 0.7);
}
body.home .btn-dourado:hover,
body.home .btn-primario:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -12px rgba(217, 165, 48, 0.85); }
body.home .btn-fantasma { background: transparent; border-color: rgba(143, 160, 198, 0.4); color: var(--h-branco); }
body.home .btn-fantasma:hover { border-color: var(--h-ouro); color: var(--h-ouro2); }
body.home .btn-pequeno { padding: 9px 13px; font-size: 0.68rem; letter-spacing: 0.03em; }
body.home .btn-pleno { width: 100%; }
body.home .btn:focus-visible { outline: 2px solid var(--h-ouro2); outline-offset: 3px; }

/* ---------- barra de oferta (redline) ---------- */
.h-redline {
  display: block; text-decoration: none; position: relative; z-index: 70;
  background: linear-gradient(90deg, #b3231b, #e0342a 45%, #b3231b);
  color: #fff; text-align: center; padding: 11px 18px;
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 106;
  font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em;
  line-height: 1.4;
}
.h-redline:hover { filter: brightness(1.08); }
.h-redline-txt { display: inline-block; max-width: 1180px; }

/* ---------- navegação ---------- */
body.home .nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(4, 9, 26, 0.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--h-linha);
}
body.home .nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 8px 24px;
  display: flex; align-items: center; gap: 18px; min-height: 74px;
}
body.home .nav-marca { display: flex; align-items: center; gap: 11px; text-decoration: none; }
body.home .nav-marca-imagem { height: 36px; width: auto; }
body.home .nav-marca-texto strong {
  display: block; font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 112;
  font-style: italic; font-weight: 800; text-transform: uppercase;
  font-size: 0.95rem; letter-spacing: 0.01em; color: var(--h-branco); line-height: 1.1;
}
body.home .nav-marca-texto span { font-size: 0.68rem; color: var(--h-mute); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
body.home .nav-links { display: flex; align-items: center; gap: 11px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
body.home .nav-links > a:not(.btn) { color: var(--h-mute); font-size: 0.86rem; text-decoration: none; white-space: nowrap; }
body.home .nav-links > a:not(.btn):hover { color: var(--h-ouro2); }
body.home .nav-hamburguer {
  display: none; margin-left: auto; align-items: center; gap: 8px;
  background: transparent; border: 1px solid var(--h-linha); border-radius: 4px;
  padding: 8px 12px; cursor: pointer; color: var(--h-ouro2);
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em;
}

/* ---------- hero ---------- */
.h-hero { position: relative; overflow: hidden; padding: 0; }
.h-hero-bg { position: absolute; top: 0; left: 0; right: 0; height: 940px; z-index: 0; }
.h-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.h-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(70% 50% at 50% 34%, rgba(4, 9, 26, 0) 0%, rgba(4, 9, 26, 0.32) 80%),
    linear-gradient(180deg, rgba(4, 9, 26, 0.36) 0%, rgba(4, 9, 26, 0.04) 22%, rgba(4, 9, 26, 0.26) 62%, rgba(4, 9, 26, 0.82) 88%, var(--h-noite) 100%);
}
.h-hero .h-wrap { position: relative; z-index: 2; }
.h-hero-topo {
  position: relative; z-index: 2; text-align: center;
  padding: 38px 0 0; display: flex; flex-direction: column; align-items: center;
}
.h-hero-centro {
  max-width: 780px; margin: 0 auto; text-align: center;
  padding: 430px 0 76px; display: flex; flex-direction: column; align-items: center;
}
.h-hero-topo picture {
  display: block; width: min(460px, 78%); margin: 0 auto 22px;
}
.h-hero-logo {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 8px 26px rgba(4, 9, 26, 0.85));
}
.h-hero h1 {
  font-size: clamp(2rem, 3.9vw, 3.1rem); margin: 16px 0; max-width: 20ch;
  color: var(--h-branco); text-shadow: 0 2px 10px rgba(4, 9, 26, 0.95), 0 6px 34px rgba(4, 9, 26, 0.85);
}
.h-hero h1 em { font-style: italic; color: var(--h-ouro2); display: block; white-space: normal; }
.h-hero-lead {
  color: #d3ddf0; font-size: 1.04rem; max-width: 56ch; margin: 0 0 24px;
  text-shadow: 0 2px 10px rgba(4, 9, 26, 0.95), 0 4px 26px rgba(4, 9, 26, 0.8);
}
.h-hero-ctas { display: flex; gap: 13px; flex-wrap: wrap; justify-content: center; }
.h-hero-links { margin-top: 22px; font-size: 0.88rem; color: var(--h-mute); }
.h-hero-links a { white-space: nowrap; }
.h-sep { color: rgba(143, 160, 198, 0.45); margin: 0 7px; }
.h-link-item { white-space: nowrap; }

/* ---------- hero: bloco de fé ---------- */
.h-fe {
  margin: 0 0 26px; padding: 20px 24px; text-align: left;
  border: 1px solid rgba(217, 165, 48, 0.35); border-left: 3px solid var(--h-ouro);
  background: rgba(4, 9, 26, 0.55); backdrop-filter: blur(6px);
  border-radius: 0 6px 6px 0; max-width: 58ch;
}
.h-fe-titulo {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 110;
  font-style: italic; font-weight: 700; font-size: 1.14rem;
  color: var(--h-ouro2); margin: 0 0 8px; line-height: 1.3;
}
.h-fe-texto { color: #c4d0e8; font-size: 0.98rem; margin: 0; }
.h-fe-versiculo {
  margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(143, 160, 198, 0.18);
  font-style: italic; color: var(--h-mute); font-size: 0.88rem;
}
.h-fe-versiculo cite {
  display: block; font-style: normal; font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--h-ouro); margin-top: 6px;
}

/* ---------- hero: oferta ---------- */
.h-hero-oferta { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; justify-content: center; }
.h-hero-de { color: var(--h-mute); font-size: 0.9rem; text-decoration: line-through; }
.h-hero-por {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 120;
  font-style: italic; font-weight: 800; font-size: 2.5rem; color: var(--h-ouro2); line-height: 1;
}
.h-hero-obs { color: var(--h-mute); font-size: 0.84rem; }

/* ---------- hero: credenciais ---------- */
.h-credenciais {
  list-style: none; padding: 22px 0 0; margin: 24px 0 0;
  border-top: 1px solid rgba(143, 160, 198, 0.28);
  display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: center; width: 100%;
}
.h-credenciais strong {
  display: block; font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 114;
  font-style: italic; font-weight: 800; font-size: 1.12rem; color: var(--h-ouro2); line-height: 1.15;
}
.h-credenciais span { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--h-mute); }

/* ---------- CTA recorrente ---------- */
.h-cta-linha {
  margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--h-linha);
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.h-cta-micro { color: var(--h-mute); font-size: 0.9rem; }
.h-head.centro + .h-cta-linha, .h-cta-linha.centro { justify-content: center; }

/* ---------- números ---------- */
.h-numeros { background: var(--h-profundo); border-top: 1px solid var(--h-linha); border-bottom: 1px solid var(--h-linha); }
.h-numeros-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: 0 auto; }
.h-num { padding: 34px 20px; text-align: center; border-right: 1px solid var(--h-linha); }
.h-num:last-child { border-right: 0; }
.h-num strong {
  display: block; font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 120;
  font-style: italic; font-weight: 800; font-size: 2.5rem; color: var(--h-ouro2); line-height: 1;
}
.h-num span { font-size: 0.78rem; color: var(--h-mute); text-transform: uppercase; letter-spacing: 0.13em; }

/* ---------- texto corrido ---------- */
.h-prosa { max-width: 680px; }
.h-prosa p { font-size: 1.1rem; line-height: 1.78; margin-bottom: 1.4rem; color: #c4d0e8; }
.h-prosa p:last-child { margin-bottom: 0; }
.h-prosa strong { color: var(--h-branco); }

/* ---------- módulos ---------- */
.h-modulos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.h-modulo {
  background: linear-gradient(160deg, rgba(29, 86, 232, 0.16), rgba(10, 21, 51, 0.5));
  border: 1px solid var(--h-linha); border-radius: 8px; padding: 30px 24px;
}
.h-modulo-num {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 120;
  font-style: italic; font-weight: 800; font-size: 2rem; color: var(--h-ouro); line-height: 1; margin-bottom: 14px;
}
.h-modulo h3 {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 112;
  font-style: italic; font-weight: 800; text-transform: uppercase;
  font-size: 1.12rem; margin: 0 0 10px; color: var(--h-branco);
}
.h-modulo p { color: var(--h-mute); font-size: 0.93rem; margin: 0; }

/* ---------- trilho da jornada ---------- */
.h-duas { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.h-duas .h-head { margin-bottom: 0; }
.h-sticky { position: sticky; top: 112px; }
.h-trilho { position: relative; padding-left: 54px; }
.h-trilho::before {
  content: ''; position: absolute; left: 14px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--h-ouro), rgba(217, 165, 48, 0.12));
}
.h-marco { position: relative; padding-bottom: 44px; }
.h-marco:last-child { padding-bottom: 0; }
.h-marco::before {
  content: ''; position: absolute; left: -46px; top: 7px; width: 12px; height: 12px;
  background: var(--h-ouro); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217, 165, 48, 0.15);
}
.h-marco-quando { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--h-ouro); margin: 0 0 4px; }
.h-marco h3 {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 112;
  font-style: italic; font-weight: 800; text-transform: uppercase;
  font-size: 1.3rem; margin: 0 0 8px; color: var(--h-branco);
}
.h-marco p { color: var(--h-mute); margin: 0; max-width: 56ch; }

/* ---------- cards ---------- */
.h-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.h-cards--2 { grid-template-columns: repeat(2, 1fr); }
.h-card {
  background: linear-gradient(160deg, rgba(29, 86, 232, 0.14), rgba(10, 21, 51, 0.5));
  border: 1px solid var(--h-linha); border-radius: 8px; padding: 26px 24px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.h-card:hover { border-color: rgba(217, 165, 48, 0.5); transform: translateY(-3px); }
.h-card h3 {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 112;
  font-style: italic; font-weight: 800; text-transform: uppercase;
  font-size: 1.05rem; margin: 0 0 9px; color: var(--h-branco);
}
.h-card p { color: var(--h-mute); font-size: 0.92rem; margin: 0; }

/* ---------- lista de diagnósticos ---------- */
.h-diag { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; margin-top: 8px; }
.h-diag div { padding: 18px 0; border-bottom: 1px solid var(--h-linha); }
.h-diag strong {
  display: block; font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 110;
  font-style: italic; font-weight: 700; text-transform: uppercase; font-size: 0.98rem; color: var(--h-ouro2); margin-bottom: 4px;
}
.h-diag span { color: var(--h-mute); font-size: 0.9rem; }

/* ---------- faixa com foto ---------- */
.h-faixa { position: relative; overflow: hidden; padding: 0; }
.h-faixa-foto { position: absolute; inset: 0; }
.h-faixa-foto img { width: 100%; height: 100%; object-fit: cover; opacity: 0.42; }
.h-faixa-foto::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--h-noite) 8%, rgba(4, 9, 26, 0.74) 52%, rgba(4, 9, 26, 0.35) 100%); }
.h-faixa .h-wrap { position: relative; z-index: 2; padding-top: 104px; padding-bottom: 104px; }
.h-faixa-col { max-width: 600px; }
.h-faixa-col h2 { font-size: clamp(2rem, 5vw, 3.1rem); margin: 18px 0; color: var(--h-branco); }
.h-faixa-col > p { color: #c4d0e8; }
.h-check { list-style: none; margin: 24px 0 30px; padding: 0; }
.h-check li { padding-left: 28px; position: relative; margin-bottom: 11px; color: #c4d0e8; }
.h-check li::before { content: ''; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--h-ouro); transform: rotate(45deg); }

/* ---------- semana ---------- */
.h-semana { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.h-semana-item p.rot { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--h-ouro); margin: 0 0 8px; }
.h-semana-item h3 {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 110;
  font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 1.2rem;
  margin: 0 0 8px; color: var(--h-branco);
}
.h-semana-item p.desc { color: var(--h-mute); font-size: 0.93rem; margin: 0; }

/* ---------- mentor ---------- */
.h-mentor { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 54px; align-items: center; }
.h-mentor-foto { position: relative; }
.h-mentor-foto img {
  width: 100%; border-radius: 6px; border: 1px solid var(--h-linha);
  object-fit: cover; aspect-ratio: 4 / 5; object-position: center 32%;
}
.h-mentor h2 { font-size: clamp(2rem, 4.4vw, 3rem); margin: 16px 0; color: var(--h-branco); }
.h-mentor p { color: var(--h-mute); margin: 0 0 1.1rem; }
.h-mentor em { color: #c4d0e8; }
.h-mentor blockquote {
  border-left: 2px solid var(--h-ouro); padding-left: 20px; margin: 24px 0;
  font-size: 1.1rem; font-style: italic; color: var(--h-ouro2);
}

/* ---------- depoimentos ---------- */
body.home .depoimentos-secao { display: none; }
body.home .depoimentos-grade { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
body.home .depoimento-card { background: linear-gradient(160deg, rgba(29, 86, 232, 0.14), rgba(10, 21, 51, 0.5)); border: 1px solid var(--h-linha); border-radius: 8px; padding: 26px 24px; }
body.home .depoimento-estrelas { color: var(--h-ouro); letter-spacing: 0.14em; margin-bottom: 12px; }
body.home .depoimento-texto { color: #c4d0e8; font-size: 0.95rem; font-style: italic; margin: 0 0 14px; }
body.home .depoimento-autor { color: var(--h-ouro2); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; margin: 0; }

/* ---------- investimento ---------- */
.h-preco {
  background: linear-gradient(160deg, rgba(29, 86, 232, 0.22), rgba(10, 21, 51, 0.6));
  border: 1px solid rgba(217, 165, 48, 0.35); border-radius: 10px;
  padding: 42px 38px; max-width: 560px; margin: 0 auto; text-align: center;
}
.h-preco-rot { font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--h-mute); margin: 0; }
.h-beneficios { list-style: none; padding: 0; margin: 26px 0; text-align: left; }
.h-beneficios li { padding-left: 26px; position: relative; margin-bottom: 10px; color: #c4d0e8; font-size: 0.95rem; }
.h-beneficios li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--h-ouro); transform: rotate(45deg); }
.h-preco-de { display: block; color: var(--h-mute); font-size: 0.88rem; text-decoration: line-through; }
.h-preco-por {
  display: block; font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 120;
  font-style: italic; font-weight: 800; font-size: 3.6rem; color: var(--h-ouro2); line-height: 1; margin: 6px 0;
}
.h-preco-obs { color: var(--h-mute); font-size: 0.9rem; margin: 0 0 24px; }
.h-preco-nota { margin-top: 16px; font-size: 0.82rem; color: var(--h-mute); }
.h-vale { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--h-linha); font-size: 0.9rem; color: var(--h-mute); }
.h-vale a { color: var(--h-ouro2); text-decoration: underline; }

/* ---------- rodapé ---------- */
body.home .rodape { background: var(--h-profundo); border-top: 1px solid var(--h-linha); padding: 56px 0 40px; }
body.home .rodape-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.h-frodape { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.h-frodape h4 {
  font-family: 'Archivo', sans-serif; font-variation-settings: 'wdth' 108;
  font-style: italic; text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.12em;
  color: var(--h-ouro); margin: 0 0 14px;
}
.h-frodape ul { list-style: none; padding: 0; margin: 0; color: var(--h-mute); font-size: 0.92rem; }
.h-frodape li { margin-bottom: 9px; }
.h-frodape a { color: var(--h-mute); text-decoration: none; }
.h-frodape a:hover { color: var(--h-ouro2); }
.h-frodape-logo { height: 44px; width: auto; margin-bottom: 14px; }
.h-rodape-versiculo { font-style: italic; color: #c4d0e8; font-size: 0.95rem; max-width: 40ch; margin: 0 0 8px; }
.h-rodape-versiculo cite { display: block; font-style: normal; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--h-ouro); margin-top: 8px; }
.h-creditos {
  margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--h-linha);
  font-size: 0.8rem; color: var(--h-mute); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}


/* ---------- animações (v133) ---------- */
.h-anim {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.h-anim.h-visivel { opacity: 1; transform: none; }

/* hero entra assim que a página abre */
.h-hero-topo, .h-hero-centro > * { animation: h-sobe 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.h-hero-topo { animation-delay: 0.05s; }
.h-hero-centro > h1 { animation-delay: 0.16s; }
.h-hero-centro > .h-hero-lead { animation-delay: 0.24s; }
.h-hero-centro > .h-fe { animation-delay: 0.32s; }
.h-hero-centro > .h-hero-oferta { animation-delay: 0.4s; }
.h-hero-centro > .h-hero-ctas { animation-delay: 0.46s; }
.h-hero-centro > .h-credenciais { animation-delay: 0.54s; }
.h-hero-centro > .h-hero-links { animation-delay: 0.6s; }
@keyframes h-sobe {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* botão dourado com brilho que atravessa */
body.home .btn-primario, body.home .btn-dourado { position: relative; overflow: hidden; }
body.home .btn-primario::after, body.home .btn-dourado::after {
  content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg); animation: h-brilho 4.2s ease-in-out infinite;
}
@keyframes h-brilho {
  0%, 62% { left: -60%; }
  86%, 100% { left: 130%; }
}

/* trilho da jornada se preenchendo */
.h-trilho-anim::before { background: rgba(217, 165, 48, 0.14); }
.h-trilho-anim::after {
  content: ''; position: absolute; left: 14px; top: 8px; width: 2px;
  height: var(--h-progresso, 0%);
  background: linear-gradient(180deg, var(--h-ouro2), var(--h-ouro));
  box-shadow: 0 0 12px rgba(217, 165, 48, 0.5);
  transition: height 0.15s linear;
}
.h-trilho-anim .h-marco::before { transition: background 0.3s ease, box-shadow 0.3s ease; }

/* barra de oferta com pulso muito leve */
.h-redline { animation: h-pulso 5.5s ease-in-out infinite; }
@keyframes h-pulso {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.12); }
}

@media print {
  .h-anim { opacity: 1 !important; transform: none !important; }
  .h-hero-topo, .h-hero-centro > * { animation: none !important; opacity: 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .h-anim { opacity: 1 !important; transform: none !important; transition: none !important; }
  .h-hero-topo, .h-hero-centro > * { animation: none !important; }
  body.home .btn-primario::after, body.home .btn-dourado::after { animation: none; display: none; }
  .h-redline { animation: none; }
  .h-trilho-anim::after { transition: none; }
}

/* ---------- responsivo ---------- */
@media (max-width: 1340px) and (min-width: 769px) {
  body.home .h-nav-ancora { display: none; }
}

@media (max-width: 980px) {
  .h-hero-topo { padding-top: 30px; }
  .h-hero-centro { padding: 360px 0 64px; }
  .h-hero-links .h-sep { display: none; }
  .h-link-item { display: block; }
  .h-duas { grid-template-columns: 1fr; gap: 32px; }
  .h-sticky { position: static; }
  .h-modulos { grid-template-columns: repeat(2, 1fr); }
  .h-mentor { grid-template-columns: 1fr; gap: 32px; }
  .h-mentor-foto { max-width: 380px; }
  .h-semana { grid-template-columns: 1fr; gap: 24px; }
  body.home .depoimentos-grade { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  body.home .nav-links {
    display: none; position: absolute; top: 74px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 12px;
    background: var(--h-profundo); padding: 20px 24px;
    border-bottom: 1px solid var(--h-linha);
  }
  body.home .nav-links.aberto { display: flex; }
  body.home .nav-links.aberto .h-nav-ancora { display: block; }
  body.home .nav-hamburguer { display: inline-flex; }
  body.home .nav-inner { position: relative; }
  .h-sec { padding: 64px 0; }
  .h-cards, .h-cards--2, .h-modulos, .h-diag { grid-template-columns: 1fr; }
  .h-numeros-grid { grid-template-columns: 1fr 1fr; }
  .h-num:nth-child(2) { border-right: 0; }
  .h-num { border-bottom: 1px solid var(--h-linha); }
  .h-frodape { grid-template-columns: 1fr; gap: 28px; }
  body.home .depoimentos-grade { grid-template-columns: 1fr; }
  .h-faixa-foto::after { background: linear-gradient(180deg, rgba(4, 9, 26, 0.55), rgba(4, 9, 26, 0.93)); }
  .h-faixa .h-wrap { padding-top: 72px; padding-bottom: 72px; }
  .h-preco { padding: 32px 24px; }
  .h-redline { font-size: 0.66rem; letter-spacing: 0.07em; padding: 10px 14px; }
  .h-hero-topo picture { width: min(320px, 88%); margin-bottom: 20px; }
  .h-hero-bg { height: 690px; }
  .h-hero-topo { padding-top: 26px; }
  .h-hero-centro { padding: 318px 0 54px; }
  .h-hero-ctas { width: 100%; }
  .h-hero-ctas .btn { width: 100%; }
  .h-hero-links { line-height: 1.9; }
  .h-fe { padding: 16px 18px; margin: 24px 0 22px; }
  .h-hero-por { font-size: 2.1rem; }
  .h-credenciais { gap: 14px 24px; }
  .h-credenciais li { min-width: 44%; }
  .h-cta-linha { margin-top: 36px; padding-top: 26px; gap: 12px; }
  .h-cta-linha .btn { width: 100%; }
  .h-cta-micro { font-size: 0.85rem; }
  .h-retrato { display: none; }
  .h-hero-grid { padding: 46px 0 56px; }
  .h-hero-links { line-height: 1.9; }
}

@media (prefers-reduced-motion: reduce) {
  body.home *, body.home *::before, body.home *::after { transition: none !important; }
}
