:root{color-scheme:light}body{margin:0;padding:0;font:14px -apple-system,BlinkMacSystemFont,sans-serif;background:#faf9f5;color:#141413}img{max-width:100%}[hidden]:not([hidden=until-found]){display:none!important}

/* =========================================================
   A ORDEM — reconstrução visual de referência
   Paleta, tipografia, layout e motion reconstruídos a partir
   da análise do case no Behance. Fotos reais entram depois —
   os blocos fotográficos usam placeholders atmosféricos
   (gradientes/duotone) no mesmo enquadramento e grading da
   referência, nunca as fotos originais do case de terceiros.
   ========================================================= */

:root{
  /* fundo escuro (seções hero, crença, mentor, oferta) */
  --bg-black: #050406;
  --bg-warm-1: #241a14;
  --bg-warm-2: #16100c;

  /* fundo claro (fases, faq) */
  --bg-light: #f6f6f7;
  --bg-light-2: #efeef0;

  /* marca */
  --pink: #ea1568;
  --pink-deep: #c8104f;
  --pink-soft: #ff3d7a;
  --pink-card-1: #c8104f;
  --pink-card-2: #ea1c73;

  --green-1: #04c98f;
  --green-2: #00e6a4;

  --white: #f6f5f4;
  --cream: #f3ede1;
  --gray-1: #b7b5b8;
  --gray-2: #8b898d;
  --gray-3: #6f6d71;

  --ink: #16151a;
  --ink-soft: #4a484e;
  --hairline: rgba(20,18,22,0.12);

  --footer-bg: #08070c;

  --font-brand: "Cinzel", "Times New Roman", serif;
  --font-display: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1180px;
}

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

html{ color-scheme: dark; scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--bg-black);
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked{ overflow: hidden; height: 100vh; }

main section{ scroll-margin-top: 108px; }

a{ text-decoration: none; color: inherit; }
button{ font: inherit; }
h1, h2, h3, h4{ margin: 0; font-family: var(--font-display); }
p{ margin: 0; }
ul, ol{ margin: 0; padding: 0; list-style: none; }

/* selection / focus / scrollbar — themed, not browser default */
::selection{ background: var(--pink); color: #fff; }
:focus-visible{ outline: 2px solid var(--pink-soft); outline-offset: 3px; }
::-webkit-scrollbar{ width: 11px; }
::-webkit-scrollbar-track{ background: var(--bg-black); }
::-webkit-scrollbar-thumb{ background: #2b262b; border-radius: 10px; border: 2px solid var(--bg-black); }
::-webkit-scrollbar-thumb:hover{ background: var(--pink-deep); }

.no-break{ white-space: nowrap; }

.corner-triangle{
  position: absolute;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent var(--pink) transparent transparent;
  opacity: 0.9;
}

/* subtle film-grain overlay, matches the slightly noisy dark photo look */
.noise-overlay{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 45;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================
   LOADER — reveal cinematográfico do emblema (momento autoral)
   ============================================================ */
.loader{
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #030203;
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
}
.loader-flare{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(234,21,104,0.55), rgba(120,8,40,0.28) 32%, transparent 62%);
  opacity: 0;
  animation: loaderFlare 2.2s var(--ease-out) forwards;
}
.loader-emblem{
  position: relative;
  width: 92px;
  height: 92px;
  color: var(--cream);
  filter: drop-shadow(0 0 18px rgba(234,21,104,0.9));
  opacity: 0;
  transform: scale(0.6);
  animation: loaderEmblem 2.2s var(--ease-out) forwards;
}
@keyframes loaderFlare{
  0%{ opacity: 0; }
  55%{ opacity: 1; }
  100%{ opacity: 1; }
}
@keyframes loaderEmblem{
  0%{ opacity: 0; transform: scale(0.5) rotate(-12deg); }
  50%{ opacity: 1; transform: scale(1.06) rotate(2deg); }
  70%{ transform: scale(0.97) rotate(0deg); }
  100%{ opacity: 1; transform: scale(1) rotate(0deg); }
}
.loader.is-done{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ============================================================
   BRAND (logo reutilizável no header e no hero)
   ============================================================ */
.brand{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.brand-hex{ width: 26px; height: 26px; color: var(--pink); flex-shrink: 0; }
.brand-word{
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.brand--bar{ opacity: 1; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar{
  position: fixed;
  top: 16px; left: 50%;
  width: min(1080px, 92vw);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  padding: 0 clamp(16px, 3vw, 32px);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.07);
  transition: background-color 0.4s var(--ease-out), border-color 0.4s var(--ease-out);
  animation: topbarDrop 0.6s var(--ease-out) both;
}
@keyframes topbarDrop{
  0%{ transform: translate(-50%, -120%); }
  100%{ transform: translate(-50%, 0); }
}
.topbar.is-scrolled{
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}
.hamburger{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  z-index: 41;
}
.hamburger span{
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s var(--ease-out), opacity 0.3s var(--ease-out);
}
.hamburger.is-open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2){ opacity: 0; }
.hamburger.is-open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@keyframes spin{ to{ transform: rotate(360deg); } }

.topbar-links{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: auto;
  margin-left: 48px;
}
.topbar-links a{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--gray-1);
  transition: color 0.2s var(--ease-out);
  white-space: nowrap;
}
.topbar-links a:hover{ color: var(--white); }

.topbar-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 100px;
  background: var(--pink);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
  transition: background-color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.topbar-cta:hover{ background: var(--pink-deep); transform: translateY(-1px); }

.mobile-menu{
  position: fixed;
  inset: 108px 0 0 0;
  z-index: 39;
  background: rgba(6,5,7,0.98);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.mobile-menu.is-open{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-menu a{
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
}
.mobile-menu-cta{
  margin-top: 10px;
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--pink);
  color: #fff !important;
  font-size: 17px !important;
}

/* ============================================================
   SCROLL-REVEAL (utilitário genérico, ver js/script.js)
   ============================================================ */
[data-reveal]{
  opacity: 0;
  transform: translateY(36px);
  filter: blur(8px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out), filter 0.9s var(--ease-out);
}
[data-reveal].is-visible{ opacity: 1; transform: translateY(0); filter: blur(0); }

/* variante pra imagens/fundos: entra com leve zoom-out em vez de deslocamento vertical */
[data-reveal].reveal-img{ transform: scale(1.08); filter: none; transition-duration: 1.3s; }
[data-reveal].reveal-img.is-visible{ transform: scale(1); }

/* ---------------- reveal de letras nos títulos ---------------- */
.split-word{ display: inline-block; }
.split-letter{
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
[data-split-reveal].is-visible .split-letter{ opacity: 1; transform: translateY(0); }

/* ============================================================
   1. HERO
   ============================================================ */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.hero-bg{ position: absolute; inset: 0; z-index: 0; }

.hero-bg-photo{
  position: absolute;
  inset: 0;
  background: var(--bg-black);
}

.hero-bg-vignette{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 30% 50%, rgba(5,4,6,0.92) 0%, rgba(5,4,6,0.55) 45%, transparent 70%),
    linear-gradient(90deg, rgba(5,4,6,0.75) 0%, rgba(5,4,6,0.15) 38%, rgba(5,4,6,0.05) 60%, rgba(5,4,6,0.55) 100%),
    linear-gradient(0deg, rgba(5,4,6,0.9) 0%, transparent 22%, transparent 78%, rgba(5,4,6,0.6) 100%);
}

.hero-ghost{
  position: absolute;
  left: -4%;
  top: 6%;
  width: 34%;
  height: 90%;
  background: radial-gradient(ellipse 60% 70% at 50% 35%, rgba(90,80,90,0.30), transparent 70%);
  filter: blur(6px);
  opacity: 0.5;
}

.hero-grid{
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  column-gap: 4vw;
  align-items: stretch;
  padding-left: 5vw;
}

.hero-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 70px;
  max-width: 520px;
}
.hero-content .brand{ margin-bottom: 38px; }

.headline{
  font-weight: 300;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.18;
  margin: 0 0 22px;
  color: var(--white);
}
.headline strong{ font-weight: 700; }
.headline .accent{ color: var(--pink); }

.lead{
  font-size: 16.5px;
  line-height: 1.5;
  color: var(--gray-1);
  font-weight: 400;
  max-width: 46ch;
  margin: 0 0 28px;
}
.lead p{ margin: 0 0 8px; }
.lead p:last-child{ margin-bottom: 0; }
.lead strong{ color: var(--white); font-weight: 700; }

.cta-microcopy{
  display: block;
  margin-top: 14px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  color: var(--gray-3);
}

.cta{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 34px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--green-1), var(--green-2));
  color: #08211a;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  isolation: isolate;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.cta span{ color: #ffffff; }
.cta::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(26px);
  opacity: 0.85;
  z-index: -1;
  transform: translateY(10px) scale(0.9);
}
.cta:hover{ transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,230,164,0.25); }
.cta:active{ transform: translateY(0); }
.cta--glow{ margin: 0 auto; display: flex; width: max-content; }

.hero-media{ position: relative; height: 100%; }

.portrait{ position: absolute; inset: 24px 24px 24px 0; }

.portrait-frame{
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portrait-frame vturb-smartplayer{
  display: block;
  width: 100%;
}

.statement-tag{
  position: relative;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 6px;
  color: var(--pink);
  text-transform: uppercase;
}
.statement-tag--inline{
  position: absolute;
  left: 8%;
  top: 12%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255,255,255,0.55);
}

/* ============================================================
   3. CRENÇA / DOR
   ============================================================ */
.belief{
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 110px clamp(24px, 6vw, 90px) 90px;
  background: #050406;
  overflow: hidden;
}
.belief-bg{ position: absolute; inset: 0; z-index: 0; }
.belief-bg-photo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.belief-bg-scrim{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,6,0.96) 0%, rgba(5,4,6,0.86) 32%, rgba(5,4,6,0.35) 62%, rgba(5,4,6,0.15) 100%),
    linear-gradient(0deg, rgba(5,4,6,0.85) 0%, transparent 22%, transparent 78%, rgba(5,4,6,0.7) 100%);
}
.belief-copy{
  position: relative;
  z-index: 1;
  padding-left: 28px;
  max-width: 560px;
}
.accent-bar{
  position: absolute;
  left: 0; top: 4px;
  width: 4px;
  height: calc(100% - 30px);
  background: linear-gradient(180deg, var(--pink), var(--pink-deep));
  border-radius: 2px;
}
.belief-copy h2{
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 300;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 26px;
  text-wrap: balance;
}
.belief-copy h2 strong{ font-weight: 700; }
.belief-sub{
  font-size: 18px !important;
  font-weight: 500;
  color: var(--white) !important;
  margin-bottom: 20px !important;
}
.belief-sub strong{ color: var(--pink); font-weight: 700; }
.belief-copy p{
  font-size: 16px;
  line-height: 1.55;
  color: var(--gray-1);
  margin-bottom: 10px;
}
.belief-copy p strong{ color: var(--white); font-weight: 700; }

.milestone{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding-left: 4px;
}
.milestone-dot{
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--pink);
  margin-top: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(234,21,104,0.18);
}
.milestone-copy strong{ display: block; font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--white); }
.milestone-copy p{ font-size: 15px; color: var(--gray-2); margin-top: 2px; }
.milestone-copy .accent{ color: var(--pink); font-weight: 600; }

.watermark{
  text-align: center;
  margin-top: 56px;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--gray-3);
  text-transform: uppercase;
}
.watermark strong{ color: var(--gray-1); }

/* ============================================================
   4. CARTÃO DE CRENÇA (rosa)
   ============================================================ */
.pledge{
  position: relative;
  padding: 40px clamp(24px, 6vw, 90px) 130px;
  background: #050406;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pledge-rings{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  pointer-events: none;
}
.pledge-rings span{
  position: absolute;
  inset: 0;
  border: 1px solid rgba(234,21,104,0.16);
  border-radius: 50%;
  animation: ringPulse 6s var(--ease-out) infinite;
}
.pledge-rings span:nth-child(2){ inset: 60px; animation-delay: 1.4s; }
.pledge-rings span:nth-child(3){ inset: 120px; animation-delay: 2.8s; }
@keyframes ringPulse{
  0%{ transform: scale(0.92); opacity: 0.9; }
  70%{ opacity: 0.15; }
  100%{ transform: scale(1.06); opacity: 0; }
}

.pledge-avatars{
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 90px;
  pointer-events: none;
  z-index: 3;
}
.avatar{
  position: absolute;
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 3px solid var(--bg-black);
  background: linear-gradient(160deg, #3a2e2a, #17130f);
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}
.avatar-1{ left: 30px; top: 34px; width: 46px; height: 46px; background: linear-gradient(160deg, #5a2233, #1c0d13); }
.avatar-2{ left: 140px; top: 0; background: linear-gradient(160deg, #1e3a3a, #0a1616); }
.avatar-3{ right: 30px; top: 34px; width: 46px; height: 46px; background: linear-gradient(160deg, #4a2a18, #170e08); }

.pledge-cards{
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  max-width: 900px;
  width: 100%;
  margin-top: 80px;
}
.pledge-card{
  position: relative;
  flex: 1 1 360px;
  max-width: 420px;
  padding: clamp(40px, 5vw, 56px) clamp(26px, 5vw, 40px) 40px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(160deg, var(--pink-card-2) 0%, var(--pink-card-1) 65%, #8f0c3b 100%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 30px 80px -18px rgba(233,30,99,0.65), 0 0 60px rgba(233,30,99,0.28), inset 0 1px 0 rgba(255,255,255,0.35);

  overflow: hidden;
}
.pledge-card::before{
  content: "";
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
}
.pledge-card::after{
  content: "";
  position: absolute;
  top: -60%; left: -10%;
  width: 120%; height: 100%;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(255,120,170,0.20), transparent 70%);
  pointer-events: none;
}
.pledge-card h3{
  position: relative;
  font-size: clamp(23px, 2.4vw, 29px);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 22px;
}
.pledge-card p{
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.94);
  max-width: 46ch;
  margin: 0 auto 12px;
  padding-left: 30px;
  text-align: left;
}
.pledge-card p::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.pledge-cards .pledge-card:nth-child(1) p::before{
  content: "\2713";
  color: #ff5fa2;
  text-shadow: 0 0 12px rgba(255,95,162,0.55);
}
.pledge-cards .pledge-card:nth-child(2) p::before{
  content: "\2715";
  color: #ff3b3b;
  text-shadow: 0 0 12px rgba(255,59,59,0.55);
}


/* ============================================================
   5. MENTOR / AUTORIDADE
   ============================================================ */
.mentor{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px clamp(24px, 6vw, 90px) 140px;
  background: #050406;
  overflow: hidden;
}
.mentor-bg{ position: absolute; inset: 0; z-index: 0; }
.mentor-bg-photo{
  position: absolute;
  inset: 0;
  background: url("/img-2.webp") center 40%/cover no-repeat;
}
.mentor-bg-scrim{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(5,4,6,0.96) 0%, rgba(5,4,6,0.86) 34%, rgba(5,4,6,0.3) 64%, rgba(5,4,6,0.1) 100%),
    linear-gradient(0deg, rgba(5,4,6,0.85) 0%, transparent 22%, transparent 78%, rgba(5,4,6,0.7) 100%);
}
/* caixa emoldurada da foto — usada só no mobile (ver media query), no desktop fica o fundo full-bleed acima */
.mentor-portrait{
  display: none;
  max-width: 400px;
  border-radius: 20px;
  border: 1px solid rgba(234,21,104,0.35);
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6);
  overflow: hidden;
}
.mentor-portrait img{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: 38% center;
}

.mentor-copy{ position: relative; z-index: 1; padding-top: 10px; max-width: 560px; }
.mentor-copy .corner-triangle{ top: -30px; right: -10px; }
.mentor-copy h2{
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 22px;
}
.mentor-copy p{
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray-1);
  margin-bottom: 8px;
}
.mentor-copy p strong{ color: var(--white); font-weight: 700; }
.mentor-copy p strong.accent{ color: var(--pink); }
.mentor-label{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mentor-label span{ font-size: 13px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gray-3); }
.mentor-label strong{ font-family: var(--font-display); font-size: 19px; font-weight: 700; letter-spacing: 1px; color: var(--gray-1); }
.mentor-label em{ font-style: normal; font-size: 14px; color: var(--gray-3); }

/* ============================================================
   6. FASES DA EVOLUÇÃO (claro)
   ============================================================ */
.phases{
  position: relative;
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-light-2) 100%);
  color: var(--ink);
  padding: 110px clamp(24px, 6vw, 90px) 90px;
  text-align: center;
}
.phases h2{
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 500;
  margin-bottom: 18px;
}
.phases-intro{
  max-width: 56ch;
  margin: 0 auto 50px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.phases-track{
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 980px;
  margin: 0 auto 64px;
}
.phases-track li{
  flex: 1;
  position: relative;
  padding: 0 22px;
  max-width: 300px;
}
.phases-track li:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 33px;
  left: calc(50% + 55px);
  right: calc(-50% + 55px);
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 6px, transparent 6px 8px);
  opacity: 0.35;
}
.phases-track li:not(:last-child)::before{
  content: "";
  position: absolute;
  top: 29px;
  right: -4px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pink);
  z-index: 2;
}
.phase-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px; height: 66px;
  border-radius: 50%;
  border: 1.4px solid var(--pink);
  color: var(--pink);
  margin-bottom: 20px;
}
.phase-icon svg{ width: 30px; height: 30px; }
.phases-track h3{ font-size: 17.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.phases-track p{ font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); }

.phases .cta--glow{ position: relative; margin-bottom: 16px; }
.phases .cta--glow::after{
  content: "";
  position: absolute;
  left: 50%; bottom: -20px;
  transform: translateX(-50%);
  width: 70%; height: 30px;
  background: radial-gradient(ellipse, rgba(0,230,164,0.45), transparent 70%);
  filter: blur(10px);
  z-index: -2;
}
.phases-subhead{ font-size: clamp(21px, 2vw, 25px); font-weight: 500; color: var(--ink); }
.phases-subhead--spaced{ margin-top: 56px; }

/* ============================================================
   7. CARROSSEL DE MÓDULOS
   ============================================================ */
.modules{
  position: relative;
  background: linear-gradient(180deg, var(--bg-light-2) 0%, var(--bg-light) 30%, #060506 30%, #060506 100%);
  padding: 50px 0 80px;
}
.modules-viewport{
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 30px;
  scrollbar-width: none;
}
.modules-viewport::-webkit-scrollbar{ display: none; }

.modules-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px; height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10,9,11,0.6);
  backdrop-filter: blur(6px);
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.2s var(--ease-out), transform 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
}
.modules-arrow svg{ width: 20px; height: 20px; }
.modules-arrow:hover{ background: var(--pink); border-color: var(--pink); transform: translateY(calc(-50% - 2px)); }
.modules-arrow--prev{ left: 18px; }
.modules-arrow--next{ right: 18px; }
@media (max-width: 640px){
  .modules-arrow{ width: 38px; height: 38px; }
  .modules-arrow svg{ width: 16px; height: 16px; }
  .modules-arrow--prev{ left: 6px; }
  .modules-arrow--next{ right: 6px; }
}
.modules-track{
  display: flex;
  gap: 26px;
  padding: 0 calc(50vw - 140px);
  width: max-content;
}
.module-card{
  position: relative;
  width: 240px;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: center;
  flex-shrink: 0;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  cursor: grab;
  transition: transform 0.5s var(--ease-out), filter 0.5s var(--ease-out), opacity 0.5s var(--ease-out);
  transform: scale(0.86);
  filter: blur(2px);
  opacity: 0.55;
}
.module-card.is-active{ transform: scale(1); filter: blur(0); opacity: 1; }
.module-photo{ position: absolute; inset: 0; z-index: 0; transition: transform 0.6s var(--ease-out), filter 0.6s var(--ease-out); }
.module-card:hover .module-photo,
.module-card:focus-within .module-photo{ transform: scale(1.06); filter: brightness(0.85); }
.module-photo--1{ background: radial-gradient(circle at 60% 30%, rgba(80,60,50,0.5), transparent 55%), linear-gradient(160deg,#20181a,#0a0709); }
.module-photo--2{ background: radial-gradient(circle at 40% 70%, rgba(60,40,45,0.55), transparent 55%), linear-gradient(150deg,#221417,#090608); }
.module-photo--3{ background: radial-gradient(circle at 55% 40%, rgba(90,30,50,0.55), transparent 55%), linear-gradient(170deg,#241017,#0a0508); }
.module-photo--4{ background: radial-gradient(circle at 35% 35%, rgba(50,55,60,0.5), transparent 55%), linear-gradient(155deg,#181c20,#08090a); }
.module-photo--5{ background: radial-gradient(circle at 65% 55%, rgba(70,45,35,0.5), transparent 55%), linear-gradient(160deg,#1f1712,#080605); }
.module-photo--6{ background: radial-gradient(circle at 45% 60%, rgba(55,45,60,0.5), transparent 55%), linear-gradient(165deg,#191420,#07060a); }
.module-photo--7{ background: radial-gradient(circle at 50% 45%, rgba(90,20,45,0.55), transparent 55%), linear-gradient(160deg,#210b14,#08050a); }
.module-card::after{ content:""; position:absolute; inset:0; box-shadow: inset 0 0 60px 16px rgba(0,0,0,0.65); z-index:0; }
.module-accent{ position: relative; z-index: 1; width: 22px; height: 22px; color: var(--pink); margin-bottom: 12px; }
.module-accent::before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 3px; height: 46px;
  background: linear-gradient(180deg, transparent, var(--pink));
  margin-bottom: -46px;
}
.module-pill{
  position: relative; z-index: 1;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: auto;
}
.module-card h4{
  position: relative; z-index: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin: 16px 0 10px;
}
.module-card h4 span{ color: var(--pink-soft); }
.module-card p{ position: relative; z-index: 1; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.7); }

.modules-dots{
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 6px;
}
.modules-dots button{
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  padding: 0;
  transition: background-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.modules-dots button.is-active{ background: var(--pink); transform: scale(1.3); }

/* ============================================================
   8. OFERTA / PRICING
   ============================================================ */
.offer{
  position: relative;
  background: #050406;
  padding: 110px clamp(24px, 6vw, 90px) 130px;
  text-align: center;
  overflow: hidden;
}
.offer-portrait{
  position: absolute;
  top: 0; right: 0;
  width: 46%;
  height: 100%;
  background: radial-gradient(ellipse 70% 60% at 70% 30%, rgba(60,50,55,0.35), transparent 65%), linear-gradient(200deg, transparent, #030203 70%);
  opacity: 0.8;
}
.corner-triangle--offer{ top: 46%; right: 12%; }
.offer-emblem{ width: 34px; height: 34px; color: var(--white); margin-bottom: 22px; position: relative; }
.offer .eyebrow{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 12px;
}
.offer h2{ position: relative; font-size: clamp(26px, 2.6vw, 32px); font-weight: 500; margin-bottom: 64px; }

.offer-grid{
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
  text-align: center;
}
.offer-grid .price-card{ width: 100%; max-width: 440px; }
.offer-copy{ display: flex; flex-direction: column; align-items: center; text-align: center; }
.offer-copy .guarantee-seal{ margin-left: auto; margin-right: auto; }
.offer-copy p{ margin-left: auto; margin-right: auto; }


.price-card{
  position: relative;
  border-radius: 22px;
  padding: 42px 38px 38px;
  background: linear-gradient(160deg, var(--pink-card-2) 0%, var(--pink-card-1) 65%, #8f0c3b 100%);
  box-shadow: 0 30px 70px -20px rgba(200,16,79,0.5);
  overflow: hidden;
}
.price-card::before{
  content: "";
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.85), transparent);
}
.price-logo{ display: flex; align-items: center; gap: 8px; margin-bottom: 30px; }
.price-logo svg{ width: 22px; height: 22px; color: #fff; }
.price-logo span{ font-family: var(--font-brand); font-weight: 700; font-size: 18px; letter-spacing: 1.4px; text-transform: uppercase; color: #fff; }
.price-plan{ font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 22px; }
.price-plan span{ display: block; font-size: 14.5px; font-weight: 500; opacity: 0.8; margin-top: 4px; }
.price-value{ font-family: var(--font-display); font-size: clamp(40px, 5vw, 50px); font-weight: 800; color: #fff; margin-bottom: 10px; }
.price-value span{ font-size: 18px; font-weight: 500; opacity: 0.85; }
.price-alt{
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.16);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 26px;
}
.price-features{ display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.price-features li{ font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.88); position: relative; padding-left: 18px; }
.price-features li::before{ content: "✓"; position: absolute; left: 0; top: 0; color: #fff; font-size: 13px; }

.price-card .cta{ width: 100%; margin-bottom: 22px; }
.price-methods{ display: flex; gap: 14px; margin-bottom: 14px; }
.price-methods span{ font-size: 13px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.85); text-transform: uppercase; }
.price-trust{ display: flex; flex-wrap: wrap; gap: 6px 16px; }
.price-trust li{ font-size: 12.5px; color: rgba(255,255,255,0.65); position: relative; padding-left: 14px; }
.price-trust li::before{ content: "✓"; position: absolute; left: 0; color: #fff; font-size: 12px; }

.offer-copy{ position: relative; }
.guarantee-seal{ position: relative; width: 118px; height: 118px; margin-bottom: 24px; color: var(--white); }
.guarantee-seal svg{ position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 30s linear infinite; }
.guarantee-days{
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display);
}
.guarantee-days strong{ font-size: 32px; font-weight: 800; line-height: 1; color: #fff; }
.guarantee-days span{ font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray-2); }
.offer-copy h3{ font-size: 22px; font-weight: 700; color: var(--pink); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.offer-copy p{ font-size: 15.5px; line-height: 1.5; color: var(--gray-1); margin-bottom: 8px; max-width: 48ch; }

/* ============================================================
   9. FAQ
   ============================================================ */
.faq{
  background: var(--bg-light);
  color: var(--ink);
  padding: 110px clamp(24px, 6vw, 90px) 120px;
}
.faq h2{ text-align: center; font-size: clamp(26px, 2.6vw, 32px); font-weight: 500; margin-bottom: 44px; }
.faq-list{ max-width: 760px; margin: 0 auto; border-top: 1px solid var(--hairline); }
.faq-item{ border-bottom: 1px solid var(--hairline); }
.faq-item summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  font-size: 17.5px;
  font-weight: 700;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item[open] summary{ color: var(--pink); }
.faq-icon{ position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  background: currentColor;
  transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-out);
}
.faq-icon::before{ width: 16px; height: 2px; transform: translate(-50%, -50%); }
.faq-icon::after{ width: 2px; height: 16px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-icon::after{ opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
.faq-item p{
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  padding: 0 4px 26px;
  max-width: 68ch;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{
  background: var(--footer-bg);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 34px clamp(20px, 5vw, 60px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-footer p{ font-size: 14px; line-height: 1.6; color: var(--gray-3); }
.footer-links{ display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a{ font-size: 14px; color: var(--gray-3); transition: color 0.25s var(--ease-out); }
.footer-links a:hover{ color: var(--white); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 980px){
  .topbar-links{ display: none; }
  .topbar-cta{ display: none; }
  .hamburger{ display: flex; }

  /* tablet: vídeo acima do botão, na primeira dobra */
  .hero-grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 0;
    padding: 120px 6vw 60px;
    row-gap: 0;
  }
  .hero-content{ display: contents; }
  .hero-content .brand{ order: 1; margin-bottom: 20px; }
  .headline{ order: 2; max-width: none; margin-bottom: 16px; }
  .lead{ order: 3; max-width: 640px; margin-bottom: 26px; }
  .hero-media{ order: 4; width: 100%; max-width: 680px; height: 360px; margin: 0 0 26px; }
  .portrait{ inset: 0; }
  .cta{ order: 5; }
  .cta-microcopy{ order: 6; margin-top: 12px; }
  .hero-ghost{ display: none; }


  .belief{ display: block; min-height: 0; padding-top: 90px; padding-bottom: 70px; }
  .belief .watermark{ margin-top: 40px; }
  .belief-copy{ max-width: 100%; width: 100%; flex: 1 1 100%; }
  .belief-bg-scrim{
    background:
      linear-gradient(180deg, rgba(5,4,6,0.75) 0%, rgba(5,4,6,0.9) 55%, rgba(5,4,6,0.97) 100%),
      linear-gradient(90deg, rgba(5,4,6,0.55) 0%, rgba(5,4,6,0.55) 100%);
  }
  /* no mobile: some o fundo full-bleed, mostra a foto emoldurada em caixa acima do texto */
  .mentor{ display: block; min-height: 0; padding-top: 90px; padding-bottom: 90px; }
  .mentor-bg{ display: none; }
  .mentor .statement-tag--inline{ display: none; }
  .mentor-portrait{ display: block; margin: 0 auto 28px; }
  .mentor-copy{ max-width: 100%; }
  .offer-grid{ grid-template-columns: 1fr; }
  .offer-portrait{ display: none; }

  .phases-track{ flex-direction: column; gap: 40px; align-items: center; }
  .phases-track li::after, .phases-track li::before{ display: none; }
}

@media (max-width: 640px){
  .topbar{ height: 64px; padding: 0 6vw; width: 94vw; top: 12px; }

  /* mobile: tudo centralizado e o VSL acima do botão, na primeira dobra */
  .hero-grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 0;
    padding: 92px 6vw 48px;
  }
  .hero-content{ display: contents; }
  .hero-content .brand{ order: 1; margin-bottom: 18px; }
  .headline{ order: 2; font-size: 30px; max-width: none; margin-bottom: 14px; }
  .lead{ order: 3; max-width: 100%; margin-bottom: 20px; }
  .hero-media{ order: 4; width: 100%; height: 200px; margin: 0 0 22px; }
  .portrait{ inset: 0; }
  .cta{ order: 5; width: 100%; }
  .cta-microcopy{ order: 6; margin-top: 12px; }


  .belief, .pledge, .mentor, .offer, .phases, .faq{ padding-left: 6vw; padding-right: 6vw; }
  .belief-copy{ padding-left: 20px; width: 100%; flex: 1 1 100%; }
  .pledge-card{ padding: 40px 22px 34px; border-radius: 20px; }
  .pledge-avatars{ display: none; }
  .price-card .cta{ width: 100%; }
  .module-card{ width: 210px; }
  .modules-track{ padding: 0 calc(50vw - 120px); }
}



/* ==== Preço: parcelado em destaque ==== */
.price-alt{ margin-bottom: 12px; }
.price-value{ margin-bottom: 6px; }
.price-value strong{ font-weight: 800; }
.price-cash{
  font-size: 17px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  margin-bottom: 26px;
}
.price-cash span{ font-weight: 500; opacity: 0.8; }
