/* ===== Design system ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-dark: #06101b;
  --bg-dark-2: #091827;
  --bg-dark-3: #0d2232;
  --bg-indigo: #161737;
  --bg-teal: #082f33;
  --bg-card: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018));
  --bg-card-border: rgba(255,255,255,.11);
  --text-light: #f7f4ef;
  --text-muted: #aebdc9;
  --accent-peach: #f5b58d;
  --accent-peach-2: #e98658;
  --accent-teal: #46d8d0;
  --accent-glow: rgba(245,181,141,.2);
  --success: #64dfb4;
  --danger: #ff8f91;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-script: 'Playfair Display', Georgia, serif;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container-width: 1180px;
  --shadow: 0 30px 80px rgba(0,0,0,.28);
}

html { scroll-behavior: smooth; scroll-padding-top: 28px; }

body {
  min-width: 320px;
  font-family: var(--font-body);
  color: var(--text-light);
  line-height: 1.65;
  background:
    radial-gradient(circle at 14% 14%, rgba(72,58,139,.19), transparent 28%),
    radial-gradient(circle at 92% 24%, rgba(35,150,149,.13), transparent 26%),
    linear-gradient(180deg, #07111d 0%, #07131f 42%, #06101b 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: 90px;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

::selection { color: #07111d; background: var(--accent-peach); }

.container {
  width: min(100% - 40px, var(--container-width));
  margin-inline: auto;
}

/* ===== Typography ===== */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--accent-peach);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, transparent, var(--accent-peach));
}
.eyebrow-center { justify-content: center; text-align: center; }
.eyebrow-center::after {
  content: '';
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-peach), transparent);
}

.section-title {
  max-width: 860px;
  margin: 0 auto 40px;
  color: var(--text-light);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-align: center;
}
.section-title-left { margin-left: 0; text-align: left; }
.section-title-light { color: #fff; }

.accent-script {
  color: var(--accent-peach);
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
}
.accent-bold { color: var(--accent-peach); font-weight: 800; }

/* ===== Buttons ===== */
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 17px 30px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -120%;
  left: -38%;
  width: 24%;
  height: 340%;
  background: rgba(255,255,255,.28);
  filter: blur(2px);
  transform: rotate(22deg);
  transition: left .7s ease;
}
.btn:hover::after { left: 118%; }
.btn:hover { transform: translateY(-3px); filter: saturate(1.08); }
.btn:active { transform: translateY(0) scale(.985); }
.btn-primary {
  color: #20130e;
  background: linear-gradient(120deg, #ffc6a0 0%, #f2a475 48%, #dd7549 100%);
  box-shadow: 0 14px 38px rgba(225,120,72,.28), inset 0 1px rgba(255,255,255,.55);
}
.btn-primary:hover { box-shadow: 0 20px 48px rgba(225,120,72,.38), inset 0 1px rgba(255,255,255,.6); }
.btn-large { width: min(100%, 520px); min-height: 68px; font-size: 1.05rem; }
.cta-inline { margin-top: 48px; text-align: center; }

:focus-visible { outline: 3px solid var(--accent-teal); outline-offset: 4px; }

/* ===== Hero poster ===== */
.hero { position: relative; overflow: hidden; }
.hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: min(70vw, 980px);
  left: 50%;
  width: 70vw;
  height: 480px;
  background: radial-gradient(ellipse, rgba(54,184,180,.13), transparent 67%);
  filter: blur(30px);
  pointer-events: none;
}
.hero-media {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin-inline: auto;
  overflow: hidden;
  background: #080e21;
  box-shadow: 0 45px 120px rgba(0,0,0,.42);
}
.hero-image { width: 100%; height: auto; }
.hero-image-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,7,18,.13), transparent 42%, rgba(2,16,27,.04)),
    linear-gradient(180deg, transparent 72%, rgba(6,16,27,.36));
  pointer-events: none;
}
.hero-vignette {
  position: absolute;
  inset: auto 0 0;
  height: 17%;
  background: linear-gradient(180deg, transparent, rgba(6,16,27,.42));
  pointer-events: none;
}
.hero-chart {
  position: absolute;
  z-index: 3;
  inset: 0 0 0 50%;
  width: 50%;
  height: 100%;
  overflow: visible;
  opacity: .82;
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-chart-grid { opacity: .14; }
.hero-chart-grid line { stroke: #73d9de; stroke-width: 1; stroke-dasharray: 5 12; }
.hero-chart-area {
  fill: url(#areaGrad);
  opacity: 0;
  animation: chartArea 1.2s ease 2.1s forwards;
}
.hero-chart-line {
  fill: none;
  stroke: url(#lineGrad);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: url(#chartGlow);
  animation: chartDraw 3.2s cubic-bezier(.22,.7,.24,1) .45s forwards;
}
.hero-chart-line-secondary { stroke-width: 4; opacity: .62; animation-delay: 1.1s; }
.hero-chart-runner {
  fill: #fff6ef;
  stroke: var(--accent-teal);
  stroke-width: 5;
  filter: url(#chartGlow);
  animation: runnerPulse 1.4s ease-in-out infinite alternate;
}

@keyframes chartDraw { to { stroke-dashoffset: 0; } }
@keyframes chartArea { to { opacity: .72; } }
@keyframes runnerPulse { to { r: 12px; opacity: .62; } }

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  padding-top: clamp(64px, 8vw, 118px);
  padding-bottom: clamp(84px, 10vw, 140px);
}
.hero-title {
  max-width: 700px;
  margin: 0 0 26px;
  font-size: clamp(2.25rem, 4.5vw, 4.7rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 10px 45px rgba(0,0,0,.32);
}
.hero-subtitle {
  max-width: 690px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.8;
}
.hero-subtitle strong { color: #ecf5f7; font-weight: 700; }

.video-wrapper { position: relative; }
.video-wrapper::before {
  content: '';
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(245,181,141,.16);
  border-radius: calc(var(--radius) + 10px);
  pointer-events: none;
}
.video-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 38%, rgba(71,211,204,.14), transparent 28%),
    linear-gradient(145deg, #10283a, #091521 72%);
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.06);
}
.video-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent);
}
.video-placeholder iframe,
.video-placeholder video { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; border: 0; }
.video-placeholder-inner { position: relative; z-index: 2; max-width: 80%; color: var(--text-muted); font-size: .82rem; text-align: center; }
.play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: #20130e;
  font-size: 1.35rem;
  background: linear-gradient(145deg, #ffd0b1, #e58d61);
  box-shadow: 0 0 0 12px rgba(245,181,141,.08), 0 18px 36px rgba(0,0,0,.3);
  transition: transform .25s ease, box-shadow .25s ease;
}
.video-placeholder:hover .play-icon { transform: scale(1.08); box-shadow: 0 0 0 18px rgba(245,181,141,.06), 0 20px 40px rgba(0,0,0,.34); }

/* ===== Section framework ===== */
.section {
  position: relative;
  isolation: isolate;
  padding: clamp(84px, 10vw, 144px) 0;
  border-top: 1px solid rgba(255,255,255,.055);
}
.section::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(255,255,255,.025), transparent 34%);
  pointer-events: none;
}
.section-crencas,
.section-modulos,
.section-prova,
.section-faq { background: rgba(2,9,16,.19); }
.section-mentor,
.section-bonus,
.section-oferta { background: linear-gradient(180deg, rgba(11,28,42,.3), rgba(6,16,27,.06)); }

/* ===== Belief cards ===== */
.crencas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 52px 0 46px; }
.crenca-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius);
  padding: 30px;
  background: var(--bg-card);
  box-shadow: 0 22px 54px rgba(0,0,0,.18);
  transition: transform .35s ease, border-color .35s ease, background-color .35s ease;
}
.crenca-card::after {
  content: '';
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(74,218,207,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(74,218,207,.025), 0 0 0 44px rgba(74,218,207,.018);
}
.crenca-card:hover { transform: translateY(-8px); border-color: rgba(245,181,141,.33); background-color: rgba(255,255,255,.025); }
.crenca-mito { margin-bottom: 26px; color: #e7a0a0; font-size: .92rem; font-weight: 600; }
.crenca-verdade { color: #eaf9f4; font-size: 1.03rem; font-weight: 700; line-height: 1.55; }
.icon-x, .icon-check { margin-right: 8px; }
.crenca-mito .icon-x,
.crenca-verdade .icon-check { display: inline-grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; margin-right: 10px; font-size: .72rem; }
.crenca-mito .icon-x { color: var(--danger); background: rgba(255,143,145,.1); }
.crenca-verdade .icon-check { color: var(--success); background: rgba(100,223,180,.1); }
.frase-impacto {
  max-width: 940px;
  margin: 0 auto;
  color: var(--accent-peach);
  font-family: var(--font-script);
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
.frase-impacto-secundaria { margin-top: 18px; color: var(--text-muted); font-size: clamp(1.15rem, 2.3vw, 1.85rem); }

/* ===== Mentor ===== */
.mentor-grid { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.mentor-photo { position: relative; }
.mentor-photo::before {
  content: '';
  position: absolute;
  inset: 12% -12% -8% 18%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,194,187,.24), transparent 68%);
  filter: blur(32px);
}
.mentor-photo::after {
  content: '';
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(245,181,141,.22);
  border-radius: var(--radius-lg);
}
.mentor-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  object-fit: cover;
  object-position: 14% center;
  box-shadow: var(--shadow);
}
.mentor-content .section-title { margin-bottom: 28px; font-size: clamp(2.7rem, 5vw, 5.4rem); }
.mentor-badges { display: grid; gap: 10px; margin: 0 0 28px; list-style: none; }
.mentor-badges li {
  position: relative;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius-sm);
  padding: 15px 18px 15px 48px;
  color: #dce7ec;
  background: rgba(255,255,255,.03);
  font-size: .9rem;
  font-weight: 600;
}
.mentor-badges li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-peach);
  box-shadow: 0 0 0 6px rgba(245,181,141,.08);
  transform: translateY(-50%);
}
.mentor-text { color: var(--text-muted); font-size: 1rem; line-height: 1.9; }
.mentor-text strong { color: var(--text-light); }

/* ===== Audience ===== */
.section-para-quem .container { max-width: 1040px; }
.checklist { display: flex; flex-direction: column; gap: 13px; list-style: none; }
.section-para-quem > .container > .checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.section-para-quem > .container > .checklist li:last-child { grid-column: 1 / -1; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); }
.section-para-quem > .container > .checklist li {
  min-height: 112px;
  align-items: center;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius);
  padding: 24px 26px;
  background: rgba(255,255,255,.028);
  color: #dce7ec;
  font-weight: 600;
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}
.checklist .icon-check { flex: 0 0 auto; color: var(--success); font-weight: 800; }
.section-para-quem .icon-check {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(100,223,180,.22);
  border-radius: 50%;
  background: rgba(100,223,180,.08);
  font-size: .8rem;
}

/* ===== Modules ===== */
.section-modulos .container { max-width: 1040px; }
.modulos-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 52px 0 24px; list-style: none; }
.modulos-list li {
  position: relative;
  display: flex;
  min-height: 132px;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius);
  padding: 24px 26px;
  background: var(--bg-card);
  box-shadow: 0 20px 48px rgba(0,0,0,.14);
  transition: transform .3s ease, border-color .3s ease;
}
.modulos-list li:last-child { grid-column: 1 / -1; }
.modulos-list li:hover { transform: translateX(6px); border-color: rgba(70,216,208,.28); }
.modulo-num {
  flex: 0 0 auto;
  color: var(--accent-peach);
  font-family: var(--font-script);
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.06em;
}
.modulo-nome { position: relative; z-index: 1; color: #e8f0f2; font-size: .98rem; font-weight: 600; line-height: 1.5; }
.beneficios-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245,181,141,.22);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 100% 0, rgba(245,181,141,.12), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  box-shadow: var(--shadow);
}
.beneficios-box h3 { margin-bottom: 26px; color: #fff; font-family: var(--font-script); font-size: clamp(1.7rem, 3vw, 2.5rem); font-style: italic; }
.beneficios-box .checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; }
.beneficios-box .checklist li { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }

/* ===== Bonus ===== */
.section-bonus { overflow: hidden; }
.section-bonus::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(70,216,208,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(70,216,208,.018), 0 0 0 180px rgba(70,216,208,.012);
  transform: translate(-50%,-50%);
}
.bonus-card {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(245,181,141,.36);
  border-radius: var(--radius-lg);
  padding: clamp(44px, 8vw, 92px);
  background:
    radial-gradient(circle at 12% 0, rgba(245,181,141,.18), transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(70,216,208,.1), transparent 30%),
    linear-gradient(135deg, rgba(20,43,57,.95), rgba(7,18,30,.97));
  text-align: center;
  box-shadow: 0 45px 110px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.08);
}
.bonus-tag {
  display: inline-flex;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 18px;
  color: #20130e;
  background: linear-gradient(120deg, #ffd0af, #e9976e);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.bonus-card .section-title { max-width: 760px; }
.bonus-text { max-width: 710px; margin: 0 auto 26px; color: var(--text-muted); font-size: 1.05rem; }
.bonus-ancora { max-width: 780px; margin-inline: auto; color: var(--accent-peach); font-family: var(--font-script); font-size: clamp(1.45rem, 3vw, 2.25rem); font-style: italic; line-height: 1.4; }

/* ===== Social proof ===== */
.depoimentos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 54px 0 80px; }
.depoimento-card {
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.025);
  box-shadow: 0 22px 54px rgba(0,0,0,.16);
  transition: transform .3s ease, border-color .3s ease;
}
.depoimento-card:hover { transform: translateY(-7px); border-color: rgba(245,181,141,.28); }
.depoimento-video { border: 0; border-radius: 0; box-shadow: none; }
.depoimento-video { aspect-ratio: 4 / 5; background: radial-gradient(circle at 50% 35%, #173142, #050c15 70%); }
.depoimento-video video { width: 100%; height: 100%; background: #030811; object-fit: contain; }
.depoimento-video video::-webkit-media-controls-panel { background-image: linear-gradient(transparent, rgba(2,8,15,.9)); }
.depoimento-video .play-icon { width: 58px; height: 58px; font-size: 1.05rem; }
.depoimento-legenda { min-height: 102px; margin: 0; padding: 20px 22px; color: var(--text-muted); font-size: .82rem; text-align: left; }
.carrossel-title { margin-bottom: 28px; color: #eaf1f3; font-family: var(--font-script); font-size: clamp(1.7rem, 3vw, 2.45rem); font-style: italic; text-align: center; }
.carrossel { position: relative; }
.carrossel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 12px 2px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carrossel-track::-webkit-scrollbar { display: none; }
.carrossel-item {
  flex: 0 0 min(360px, 82vw);
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.035);
  box-shadow: 0 20px 50px rgba(0,0,0,.17);
  scroll-snap-align: center;
}
.carrossel-item img { width: 100%; aspect-ratio: 4 / 3; background: #0a1723; object-fit: cover; }
.carrossel-item figcaption { min-height: 82px; padding: 17px 20px; color: var(--text-muted); font-size: .8rem; }
.carrossel-btn {
  position: absolute;
  z-index: 4;
  top: 40%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(7,20,31,.82);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease;
}
.carrossel-btn:hover { background: rgba(30,62,72,.95); transform: translateY(-50%) scale(1.08); }
.carrossel-prev { left: -22px; }
.carrossel-next { right: -22px; }

/* ===== Offer ===== */
.section-oferta { overflow: hidden; }
.oferta-card {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(245,181,141,.4);
  border-radius: 44px;
  padding: clamp(42px, 8vw, 86px);
  background:
    radial-gradient(circle at 50% -12%, rgba(245,181,141,.2), transparent 32%),
    linear-gradient(145deg, rgba(18,43,58,.96), rgba(7,17,28,.98));
  box-shadow: 0 55px 130px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.1);
  text-align: center;
}
.oferta-card::before,
.oferta-card::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(70,216,208,.08);
  border-radius: 50%;
}
.oferta-card::before { top: -145px; left: -110px; box-shadow: 0 0 0 38px rgba(70,216,208,.018); }
.oferta-card::after { right: -130px; bottom: -150px; box-shadow: 0 0 0 38px rgba(245,181,141,.018); }
.oferta-card > * { position: relative; z-index: 1; }
.oferta-card .section-title { max-width: 720px; font-size: clamp(2rem, 4vw, 3.45rem); }
.preco-box { margin: 36px 0 34px; }
.preco-de { color: var(--text-muted); font-size: 1rem; }
.riscado { color: #d7a9a2; font-weight: 600; text-decoration: line-through; }
.preco-por { margin-top: 7px; }
.preco-valor { color: var(--accent-peach); font-size: clamp(2.25rem, 6vw, 4.45rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; text-shadow: 0 12px 42px rgba(232,134,87,.22); }
.preco-parcelado { margin-top: 14px; color: #e2e9eb; font-size: 1rem; }
.cupom-nota { max-width: 520px; margin: 13px auto 0; color: var(--text-muted); font-size: .74rem; }
.cupom-nota strong { color: var(--accent-teal); letter-spacing: .06em; }
.urgencia-box {
  max-width: 650px;
  margin: 24px auto 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius-sm);
  padding: 17px 20px;
  color: var(--text-muted);
  background: rgba(255,255,255,.028);
  font-size: .8rem;
  line-height: 1.65;
  text-align: center;
}
.urgencia-box strong { color: #fff; }

/* ===== FAQ ===== */
.section-faq .container { max-width: 920px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 48px; }
.faq-item {
  overflow: hidden;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.028);
  transition: border-color .25s ease, background .25s ease;
}
.faq-item.open { border-color: rgba(245,181,141,.28); background: rgba(255,255,255,.045); }
.faq-pergunta {
  position: relative;
  width: 100%;
  border: 0;
  padding: 24px 70px 24px 25px;
  color: var(--text-light);
  background: none;
  font: 600 .96rem/1.5 var(--font-body);
  text-align: left;
  cursor: pointer;
}
.faq-pergunta::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(245,181,141,.2);
  border-radius: 50%;
  color: var(--accent-peach);
  background: rgba(245,181,141,.06);
  font-size: 1.15rem;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform .3s ease, background .3s ease;
}
.faq-item.open .faq-pergunta::after { background: rgba(245,181,141,.12); transform: translateY(-50%) rotate(45deg); }
.faq-resposta { max-height: 0; overflow: hidden; color: var(--text-muted); font-size: .9rem; transition: max-height .35s ease; }
.faq-item.open .faq-resposta { max-height: 320px; }
.faq-resposta p { padding: 0 70px 26px 25px; }

/* ===== Footer & sticky CTA ===== */
.footer { padding: 58px 0 120px; border-top: 1px solid rgba(255,255,255,.055); color: #8798a5; font-size: .78rem; text-align: center; }
.footer-inner p { margin-bottom: 10px; }
.footer-links a { color: #aebbc4; text-underline-offset: 3px; }
.footer-disclaimer { max-width: 620px; margin: 20px auto 0; font-size: .7rem; opacity: .72; }
.sticky-cta {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(6,16,27,.84);
  backdrop-filter: blur(18px) saturate(1.3);
  transform: translateY(120%);
  transition: transform .35s cubic-bezier(.22,.8,.22,1);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn { display: flex; width: min(100%, 620px); min-height: 52px; margin-inline: auto; padding: 13px 24px; }

/* ===== Viewport reveals ===== */
.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.motion-ready .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .09s; }
.motion-ready .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .18s; }
.motion-ready .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .27s; }
.motion-ready .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .36s; }
.motion-ready .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .45s; }
.motion-ready .reveal-stagger.is-visible > *:nth-child(7) { transition-delay: .54s; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-inner .eyebrow { justify-content: center; }
  .hero-title, .hero-subtitle { margin-inline: auto; }
  .video-wrapper { width: min(100%, 680px); margin-inline: auto; }
  .crencas-grid { grid-template-columns: 1fr; }
  .crenca-card { min-height: auto; }
  .mentor-grid { grid-template-columns: minmax(260px, 360px) 1fr; gap: 46px; }
  .beneficios-box .checklist { grid-template-columns: 1fr; }
  .depoimentos-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; margin-bottom: 70px; }
  .depoimento-legenda { min-height: 0; }
}

@media (max-width: 700px) {
  body { padding-bottom: 82px; }
  .container { width: min(100% - 32px, var(--container-width)); }
  .hero-media { border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-chart { opacity: .9; }
  .hero-inner { padding-top: 58px; padding-bottom: 86px; }
  .hero-title { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .hero-subtitle { font-size: .95rem; line-height: 1.75; }
  .section { padding: 82px 0; }
  .section-title { margin-bottom: 32px; }
  .mentor-grid { grid-template-columns: 1fr; }
  .mentor-photo { width: min(100% - 24px, 390px); margin-inline: auto; }
  .mentor-content { text-align: center; }
  .mentor-content .eyebrow { justify-content: center; }
  .mentor-content .section-title { margin-inline: auto; text-align: center; }
  .mentor-badges li { text-align: left; }
  .mentor-text { text-align: left; }
  .section-para-quem > .container > .checklist,
  .modulos-list { grid-template-columns: 1fr; }
  .section-para-quem > .container > .checklist li:last-child,
  .modulos-list li:last-child { grid-column: auto; }
  .section-para-quem > .container > .checklist li { min-height: 0; padding: 20px; }
  .modulos-list li { min-height: 112px; padding: 20px; }
  .beneficios-box { border-radius: var(--radius); }
  .bonus-card, .oferta-card { border-radius: var(--radius); }
  .preco-valor { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .carrossel-btn { display: none; }
  .faq-pergunta { padding: 21px 62px 21px 20px; font-size: .9rem; }
  .faq-resposta p { padding: 0 20px 22px; }
}

@media (max-width: 460px) {
  .eyebrow { font-size: .62rem; letter-spacing: .15em; }
  .eyebrow::before, .eyebrow-center::after { width: 22px; }
  .hero-chart-line { stroke-width: 7; }
  .hero-chart-line-secondary { stroke-width: 6; }
  .video-wrapper::before { inset: -8px; }
  .play-icon { width: 60px; height: 60px; }
  .crenca-card { padding: 24px; }
  .frase-impacto { font-size: 2rem; }
  .modulo-num { font-size: 1.8rem; }
  .bonus-card, .oferta-card { padding: 38px 22px; }
  .btn { width: 100%; padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-chart-line { stroke-dashoffset: 0; }
  .hero-chart-area { opacity: .72; }
  .hero-chart-runner { display: none; }
  .motion-ready .reveal,
  .motion-ready .reveal-stagger > * { opacity: 1; transform: none; }
}

/* ========================================================================== */
/* ===== Cinematic landing page — visual direction v2 ====================== */
/* ========================================================================== */

body {
  background:
    radial-gradient(circle at 15% 8%, rgba(79, 54, 154, .22), transparent 29%),
    radial-gradient(circle at 88% 18%, rgba(25, 172, 167, .16), transparent 30%),
    radial-gradient(circle at 50% 72%, rgba(227, 123, 74, .08), transparent 28%),
    #050d17;
}

body::before {
  content: '';
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: .11;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-peach), var(--accent-teal));
  box-shadow: 0 0 18px rgba(70,216,208,.55);
  transform: scaleX(0);
  transform-origin: left center;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(37, 23, 76, .34), transparent 38%),
    radial-gradient(circle at 78% 35%, rgba(21, 178, 174, .18), transparent 28%),
    linear-gradient(180deg, #07101e 0%, #07121e 74%, #050d17 100%);
}
.hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(91, 216, 210, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 216, 210, .07) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 74% 36%, #000 0, transparent 58%);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -28%;
  right: -14%;
  left: auto;
  width: 58vw;
  height: 90vw;
  max-height: 1100px;
  border: 1px solid rgba(83, 231, 220, .1);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 0 90px rgba(83, 231, 220, .015),
    0 0 0 180px rgba(83, 231, 220, .01),
    inset 0 0 100px rgba(35, 209, 200, .035);
  filter: none;
  pointer-events: none;
}

.hero-atmosphere { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-atmosphere span { position: absolute; border-radius: 50%; filter: blur(18px); animation: atmosphereFloat 11s ease-in-out infinite alternate; }
.hero-atmosphere span:nth-child(1) { top: 6%; left: 42%; width: 230px; height: 230px; background: rgba(54, 221, 209, .08); }
.hero-atmosphere span:nth-child(2) { top: 38%; left: -7%; width: 340px; height: 340px; background: rgba(106, 72, 200, .1); animation-delay: -4s; }
.hero-atmosphere span:nth-child(3) { right: 18%; bottom: 8%; width: 190px; height: 190px; background: rgba(239, 147, 94, .07); animation-delay: -7s; }
@keyframes atmosphereFloat { to { transform: translate3d(24px, -34px, 0) scale(1.12); } }

.hero-main {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(310px, 1.08fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  min-height: min(880px, 100svh);
  padding-top: clamp(30px, 6vw, 80px);
  padding-bottom: clamp(46px, 6vw, 84px);
}
.hero-copy { position: relative; z-index: 4; }
.hero-copy::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: -18%;
  bottom: -8%;
  left: -30%;
  background: radial-gradient(ellipse at center, rgba(4, 12, 23, .72), transparent 70%);
  pointer-events: none;
}
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero-title {
  max-width: 670px;
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 4.7vw, 5.1rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .98;
  text-align: left;
  text-wrap: balance;
}
.hero-title .accent-script {
  position: relative;
  display: inline-block;
  color: #ffd0b2;
  font-size: 1.12em;
  text-shadow: 0 0 36px rgba(242, 164, 117, .2);
}
.hero-title .accent-script::after {
  content: '';
  position: absolute;
  right: 4%;
  bottom: -.08em;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-peach), transparent);
  transform: scaleX(0);
  animation: accentUnderline 1.1s ease 1.8s forwards;
}
@keyframes accentUnderline { to { transform: scaleX(1); } }
.hero-subtitle { max-width: 620px; margin: 0; font-size: clamp(.92rem, 1.25vw, 1.08rem); line-height: 1.82; text-align: left; }
.hero-actions { margin-top: 34px; }
.hero-actions .btn { min-height: 64px; padding-inline: 34px; }

.hero-signal { display: flex; align-items: end; gap: 5px; width: 122px; height: 34px; margin-top: 30px; opacity: .46; }
.hero-signal::after { content: ''; flex: 1; height: 1px; margin-bottom: 2px; background: linear-gradient(90deg, var(--accent-teal), transparent); }
.hero-signal i { display: block; width: 4px; border-radius: 8px 8px 2px 2px; background: linear-gradient(to top, rgba(70,216,208,.2), var(--accent-teal)); animation: signalPulse 1.7s ease-in-out infinite alternate; }
.hero-signal i:nth-child(1) { height: 20%; }.hero-signal i:nth-child(2) { height: 46%; animation-delay: -.2s; }
.hero-signal i:nth-child(3) { height: 35%; animation-delay: -.5s; }.hero-signal i:nth-child(4) { height: 78%; animation-delay: -.7s; }
.hero-signal i:nth-child(5) { height: 60%; animation-delay: -.4s; }.hero-signal i:nth-child(6) { height: 92%; animation-delay: -.9s; }
.hero-signal i:nth-child(7) { height: 74%; animation-delay: -.6s; }
@keyframes signalPulse { to { transform: scaleY(.58); opacity: .45; } }

.hero-visual {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.hero-visual::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 8% -6% -5% 8%;
  border-radius: 44px;
  background: radial-gradient(circle at 70% 40%, rgba(35, 223, 212, .27), rgba(17, 75, 90, .12) 46%, transparent 72%);
  filter: blur(42px);
}
.hero-visual::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -16px 20px 18px -18px;
  border: 1px solid rgba(243, 184, 145, .18);
  border-radius: 40px;
  transform: translateZ(-35px) rotate(-2deg);
}
.hero-media {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1.422 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  background: #080e21;
  box-shadow: 0 45px 100px rgba(0, 0, 0, .52), inset 0 1px rgba(255,255,255,.1);
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transition: transform .18s ease-out;
}
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-image-shade { background: linear-gradient(135deg, rgba(255,255,255,.07), transparent 32%, rgba(2,13,23,.16)); }
.hero-vignette { height: 32%; background: linear-gradient(180deg, transparent, rgba(2, 10, 19, .62)); }
.hero-chart { opacity: .96; }
.hero-chart-line { stroke-width: 7; }
.hero-chart-line-secondary { stroke-width: 6; opacity: .74; }

.hero-data-card {
  position: absolute;
  z-index: 5;
  right: -26px;
  bottom: -34px;
  width: 190px;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  padding: 23px;
  background: linear-gradient(145deg, rgba(13,38,50,.78), rgba(7,18,29,.88));
  box-shadow: 0 24px 48px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
  animation: dataCardFloat 4s ease-in-out infinite alternate;
}
.data-line { display: block; width: 76%; height: 5px; margin-bottom: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--accent-peach), rgba(245,181,141,.08)); }
.data-line-short { width: 42%; height: 3px; opacity: .55; }
.data-bars { position: absolute; right: 22px; bottom: 18px; left: 22px; display: flex; height: 38px; align-items: end; gap: 6px; }
.data-bars i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(70,216,208,.1), var(--accent-teal)); animation: dataBars 1.8s ease-in-out infinite alternate; }
.data-bars i:nth-child(1) { height: 30%; }.data-bars i:nth-child(2) { height: 54%; animation-delay: -.3s; }
.data-bars i:nth-child(3) { height: 42%; animation-delay: -.7s; }.data-bars i:nth-child(4) { height: 75%; animation-delay: -.9s; }
.data-bars i:nth-child(5) { height: 62%; animation-delay: -.4s; }.data-bars i:nth-child(6) { height: 100%; animation-delay: -.8s; }
@keyframes dataBars { to { height: 36%; filter: brightness(1.4); } }
@keyframes dataCardFloat { to { transform: translate3d(0,-10px,26px) rotate(1deg); } }

.hero-orbit {
  position: absolute;
  z-index: 1;
  top: -45px;
  right: -45px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(70,216,208,.16);
  border-radius: 50%;
  animation: orbitSpin 13s linear infinite;
}
.hero-orbit::before { content: ''; position: absolute; inset: 18px; border: 1px dashed rgba(245,181,141,.18); border-radius: 50%; }
.hero-orbit span { position: absolute; top: 10px; left: 28px; width: 10px; height: 10px; border-radius: 50%; background: #a8fff5; box-shadow: 0 0 20px 6px rgba(70,216,208,.38); }
@keyframes orbitSpin { to { transform: rotate(1turn); } }

.hero-video-row {
  position: relative;
  z-index: 4;
  width: min(100% - 40px, 960px);
  padding: 18px 0 clamp(100px, 11vw, 150px);
}
.hero-video-row .video-wrapper { width: min(100%, 860px); margin-inline: auto; }
.hero-video-row .video-placeholder {
  border-color: rgba(245,181,141,.26);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(82,48,126,.18), transparent 40%),
    radial-gradient(circle at 68% 36%, rgba(49,211,202,.2), transparent 26%),
    #091826;
  box-shadow: 0 50px 110px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.035) inset;
}
.hero-video-row .video-wrapper::before { inset: -16px; border-color: rgba(70,216,208,.14); border-radius: 42px; }
.video-aura { position: absolute; top: 36%; left: 50%; z-index: -1; width: 760px; height: 300px; transform: translate(-50%,-50%); pointer-events: none; }
.video-aura::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(44,207,199,.12); filter: blur(80px); }
.video-aura i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-peach); box-shadow: 0 0 18px rgba(245,181,141,.65); animation: auraSpark 4s ease-in-out infinite alternate; }
.video-aura i:nth-child(1) { top: 6%; left: 12%; }.video-aura i:nth-child(2) { top: 28%; right: 8%; animation-delay: -1s; }
.video-aura i:nth-child(3) { bottom: 4%; left: 24%; animation-delay: -2s; }.video-aura i:nth-child(4) { right: 18%; bottom: 16%; animation-delay: -3s; }
@keyframes auraSpark { to { transform: translateY(-24px) scale(1.8); opacity: .3; } }

.hero-market-ribbon {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  opacity: .32;
  border-top: 1px solid rgba(70,216,208,.09);
  border-bottom: 1px solid rgba(70,216,208,.05);
  transform: skewY(-1deg);
}
.hero-market-ribbon i { position: relative; display: block; width: 2px; height: 20px; background: var(--accent-teal); box-shadow: 0 0 12px rgba(70,216,208,.4); animation: ribbonBars 2.4s ease-in-out infinite alternate; }
.hero-market-ribbon i::after { content: ''; position: absolute; top: 50%; left: -5px; width: 12px; height: 1px; background: inherit; }
.hero-market-ribbon i:nth-child(3n) { height: 34px; background: var(--accent-peach); animation-delay: -.7s; }
.hero-market-ribbon i:nth-child(2n) { animation-delay: -1.4s; }
@keyframes ribbonBars { to { height: 42px; transform: translateY(-5px); } }

/* Sections now feel like distinct scenes, not repeated blocks. */
.section { overflow: hidden; border-top-color: rgba(255,255,255,.075); }
.section > .container { position: relative; z-index: 2; }
.section::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(70,216,208,.06);
  border-radius: 50%;
  pointer-events: none;
}
.section:nth-of-type(odd)::after { top: -210px; right: -180px; box-shadow: 0 0 0 65px rgba(70,216,208,.01); }
.section:nth-of-type(even)::after { bottom: -240px; left: -190px; box-shadow: 0 0 0 65px rgba(245,181,141,.01); }

.section-crencas { background: linear-gradient(180deg, rgba(8,26,39,.72), rgba(5,13,23,.92)); }
.section-crencas .section-title { margin-left: 0; max-width: 930px; text-align: left; }
.crencas-grid { perspective: 1200px; margin-top: 70px; }
.crenca-card {
  min-height: 250px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.012)),
    radial-gradient(circle at 100% 0, rgba(70,216,208,.07), transparent 38%);
  transform-style: preserve-3d;
}
.crenca-card:nth-child(1) { transform: rotateY(4deg) translateY(18px); }
.crenca-card:nth-child(2) { transform: translateY(-12px); border-color: rgba(245,181,141,.24); }
.crenca-card:nth-child(3) { transform: rotateY(-4deg) translateY(18px); }
.crenca-card:nth-child(1):hover,
.crenca-card:nth-child(2):hover,
.crenca-card:nth-child(3):hover { transform: translateY(-12px) rotateY(0); }
.crenca-card::before {
  counter-increment: belief-card;
  content: '0' counter(belief-card);
  position: absolute;
  top: 8px;
  right: 22px;
  color: rgba(255,255,255,.035);
  font-family: var(--font-script);
  font-size: 5.8rem;
  font-style: italic;
  line-height: 1;
}
.crencas-grid { counter-reset: belief-card; }

.section-mentor {
  background:
    linear-gradient(115deg, rgba(15,37,53,.9), rgba(6,16,27,.92)),
    radial-gradient(circle at 14% 50%, rgba(245,181,141,.09), transparent 28%);
}
.mentor-photo { transform: rotate(-2deg); }
.mentor-photo img { object-position: center 22%; filter: saturate(.92) contrast(1.04); }
.mentor-photo::after { transform: rotate(5deg); }
.mentor-badges li { transition: transform .25s ease, border-color .25s ease; }
.mentor-badges li:hover { transform: translateX(10px); border-color: rgba(245,181,141,.26); }

.section-para-quem {
  background:
    radial-gradient(circle at 50% 0, rgba(83,216,208,.09), transparent 30%),
    #050d17;
}

.parallax-asset {
  --parallax-y: 0px;
  --parallax-x: 0px;
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1.04);
  transition: opacity 1.4s ease, filter 1.4s ease;
  will-change: transform, opacity;
}
.parallax-asset img { width: 100%; height: auto; }
.parallax-car {
  top: 2%;
  right: -12%;
  width: min(82vw, 1040px);
  filter: saturate(.75) contrast(1.1) blur(2px);
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.88) 32%, #000 74%, transparent 100%);
}
.parallax-car.is-active { opacity: .17; filter: saturate(.9) contrast(1.12) blur(0); }
.parallax-house {
  bottom: -5%;
  left: -13%;
  width: min(88vw, 1120px);
  filter: saturate(.65) contrast(1.08) blur(2px);
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent 0, #000 20%, rgba(0,0,0,.85) 67%, transparent 100%);
}
.parallax-house.is-active { opacity: .14; filter: saturate(.82) contrast(1.1) blur(0); }
.section-para-quem > .container > .checklist { gap: 18px; }
.section-para-quem > .container > .checklist li {
  position: relative;
  overflow: hidden;
  border-color: rgba(255,255,255,.13);
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.018));
  transition: transform .3s ease, border-color .3s ease;
}
.section-para-quem > .container > .checklist li::after { content: ''; position: absolute; top: -80px; right: -80px; width: 150px; height: 150px; border: 1px solid rgba(70,216,208,.1); border-radius: 50%; }
.section-para-quem > .container > .checklist li:hover { transform: translateY(-6px); border-color: rgba(70,216,208,.28); }

.section-modulos {
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(180deg, #071522, #050d17);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}
.modulos-list { position: relative; gap: 18px; }
.modulos-list::before { content: ''; position: absolute; top: 5%; bottom: 5%; left: 50%; width: 1px; background: linear-gradient(transparent, var(--accent-teal), var(--accent-peach), transparent); box-shadow: 0 0 18px rgba(70,216,208,.35); }
.modulos-list li { min-height: 150px; border-color: rgba(255,255,255,.13); background: linear-gradient(135deg, rgba(14,44,56,.78), rgba(8,18,30,.92)); }
.modulos-list li:nth-child(even) { transform: translateY(26px); }
.modulos-list li:hover { transform: translateY(-7px); }
.modulos-list li:nth-child(even):hover { transform: translateY(19px); }
.modulo-num { font-size: 3rem; text-shadow: 0 0 34px rgba(245,181,141,.18); }
.beneficios-box { margin-top: 56px; box-shadow: 0 44px 110px rgba(0,0,0,.34); }

.section-bonus { padding-block: clamp(100px, 13vw, 180px); }
.bonus-card { transform: perspective(1000px) rotateX(1.2deg); }
.bonus-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.055) 47%, transparent 65%); transform: translateX(-120%); animation: bonusSheen 5.5s ease-in-out infinite; }
@keyframes bonusSheen { 45%, 100% { transform: translateX(120%); } }

.section-prova {
  background:
    radial-gradient(circle at 50% 12%, rgba(245,181,141,.08), transparent 26%),
    linear-gradient(180deg, #06121e, #050d17);
}
.depoimento-card { border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)); }
.depoimento-card:nth-child(2) { transform: translateY(26px); }
.depoimento-card:nth-child(2):hover { transform: translateY(16px); }
.depoimento-video { position: relative; }
.depoimento-video::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; pointer-events: none; }
.carrossel-item { transform: translateZ(0); transition: transform .3s ease, border-color .3s ease; }
.carrossel-item:hover { transform: translateY(-9px) rotate(.5deg); border-color: rgba(70,216,208,.24); }

.section-oferta {
  padding-block: clamp(110px, 14vw, 190px);
  background:
    radial-gradient(circle at 50% 46%, rgba(232,128,76,.16), transparent 36%),
    radial-gradient(circle at 75% 30%, rgba(55,211,203,.1), transparent 24%),
    #050d17;
}
.oferta-card {
  border-color: rgba(255,205,171,.52);
  background:
    radial-gradient(circle at 50% -8%, rgba(255,193,151,.24), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(70,216,208,.09), transparent 32%),
    linear-gradient(145deg, rgba(17,44,58,.98), rgba(6,16,27,.99));
  box-shadow: 0 65px 150px rgba(0,0,0,.5), 0 0 80px rgba(236,141,90,.08), inset 0 1px rgba(255,255,255,.14);
}
.oferta-card .btn { animation: ctaBreath 2.6s ease-in-out infinite; }
@keyframes ctaBreath { 50% { box-shadow: 0 22px 58px rgba(225,120,72,.54), 0 0 0 9px rgba(245,181,141,.055); } }

.section-faq { background: linear-gradient(180deg, #06111c, #050d17); }
.faq-item { box-shadow: 0 12px 34px rgba(0,0,0,.12); }
.faq-item.open { box-shadow: 0 18px 48px rgba(0,0,0,.2), inset 3px 0 var(--accent-peach); }

@media (max-width: 900px) {
  .hero-main { grid-template-columns: minmax(0,.95fr) minmax(300px,1.05fr); gap: 28px; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); }
  .hero-actions .btn { width: 100%; min-height: 58px; padding-inline: 18px; font-size: .8rem; }
  .hero-data-card { right: -12px; bottom: -28px; width: 154px; height: 92px; padding: 18px; }
  .data-bars { right: 17px; bottom: 13px; left: 17px; height: 30px; }
  .hero-orbit { top: -34px; right: -22px; width: 110px; height: 110px; }
}

@media (max-width: 640px) {
  .hero::after { right: -45%; width: 120vw; height: 120vw; }
  .hero-main { grid-template-columns: 1fr; gap: 54px; min-height: auto; padding-top: 26px; padding-bottom: 80px; }
  .hero-visual { order: -1; width: min(100% - 8px, 560px); margin-inline: auto; }
  .hero-media { border-radius: 24px; }
  .hero-visual::after { inset: -9px 14px 11px -10px; border-radius: 29px; }
  .hero-data-card { right: -4px; bottom: -34px; }
  .hero-copy { padding-top: 18px; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-title, .hero-subtitle { margin-inline: auto; text-align: center; }
  .hero-title { font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .hero-actions .btn { width: min(100%, 420px); }
  .hero-signal { margin-inline: auto; }
  .hero-video-row { width: min(100% - 32px, 960px); padding-top: 0; }
  .hero-video-row .video-placeholder { border-radius: 22px; }
  .hero-video-row .video-wrapper::before { inset: -8px; border-radius: 30px; }
  .crenca-card:nth-child(1), .crenca-card:nth-child(2), .crenca-card:nth-child(3) { transform: none; }
  .section-crencas .section-title { text-align: center; }
  .modulos-list::before { left: 31px; opacity: .3; }
  .modulos-list li:nth-child(even), .modulos-list li:nth-child(even):hover { transform: none; }
  .depoimento-card:nth-child(2), .depoimento-card:nth-child(2):hover { transform: none; }
  .parallax-car { top: 22%; right: -42%; width: 145vw; }
  .parallax-car.is-active { opacity: .105; }
  .parallax-house { bottom: 2%; left: -60%; width: 160vw; }
  .parallax-house.is-active { opacity: .075; }
}

@media (max-width: 420px) {
  .hero-main { gap: 44px; }
  .hero-data-card { display: none; }
  .hero-orbit { display: none; }
  .hero-title { font-size: 2.35rem; }
}

/* ===== Continuous cinematic atmosphere ===== */
body {
  position: relative;
  background: #040c15;
}

body > .hero,
body > .section,
body > .footer {
  position: relative;
  z-index: 1;
}

.page-ambient {
  position: fixed;
  z-index: 0;
  inset: -12vh -8vw;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, calc(var(--page-scroll-shift, 0px) * -.18), 0);
  will-change: transform;
}

.page-ambient::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(82,224,215,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82,224,215,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse at center, #000 8%, rgba(0,0,0,.7) 48%, transparent 82%);
  animation: ambientGrid 24s linear infinite;
}

.page-ambient::after {
  content: '';
  position: absolute;
  inset: 12% -14%;
  opacity: .72;
  background:
    linear-gradient(112deg, transparent 22%, rgba(64,220,210,.055) 37%, transparent 49%),
    linear-gradient(68deg, transparent 52%, rgba(243,164,115,.045) 65%, transparent 78%);
  filter: blur(2px);
  animation: ambientSweep 13s ease-in-out infinite alternate;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
  animation: ambientOrb 15s ease-in-out infinite alternate;
}
.ambient-orb-one { top: 4%; left: 2%; width: 38vw; height: 38vw; background: rgba(80,52,164,.14); }
.ambient-orb-two { top: 43%; right: -8%; width: 44vw; height: 44vw; background: rgba(28,164,163,.12); animation-delay: -6s; }
.ambient-orb-three { bottom: -8%; left: 22%; width: 36vw; height: 36vw; background: rgba(217,115,68,.09); animation-delay: -11s; }

.ambient-streak {
  position: absolute;
  width: 68vw;
  height: 1px;
  opacity: .28;
  background: linear-gradient(90deg, transparent, var(--accent-teal), rgba(255,255,255,.72), transparent);
  box-shadow: 0 0 22px rgba(70,216,208,.22);
  transform: rotate(-17deg);
  animation: ambientStreak 9s ease-in-out infinite;
}
.ambient-streak-one { top: 34%; left: -26%; }
.ambient-streak-two { right: -28%; bottom: 18%; transform: rotate(12deg); animation-delay: -4.5s; }

.ambient-particles i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a9fff6;
  box-shadow: 0 0 16px 3px rgba(70,216,208,.3);
  animation: ambientParticle 7s ease-in-out infinite alternate;
}
.ambient-particles i:nth-child(1) { top: 12%; left: 12%; }.ambient-particles i:nth-child(2) { top: 26%; left: 74%; animation-delay: -1s; }
.ambient-particles i:nth-child(3) { top: 47%; left: 28%; animation-delay: -2s; }.ambient-particles i:nth-child(4) { top: 62%; left: 88%; animation-delay: -3s; }
.ambient-particles i:nth-child(5) { top: 76%; left: 9%; animation-delay: -4s; }.ambient-particles i:nth-child(6) { top: 84%; left: 57%; animation-delay: -5s; }
.ambient-particles i:nth-child(7) { top: 38%; left: 51%; animation-delay: -6s; }.ambient-particles i:nth-child(8) { top: 92%; left: 82%; animation-delay: -2.5s; }

@keyframes ambientGrid { to { background-position: 58px 58px, 58px 58px; } }
@keyframes ambientSweep { to { transform: translate3d(9vw,-4vh,0) scale(1.06); opacity: 1; } }
@keyframes ambientOrb { to { transform: translate3d(7vw,-5vh,0) scale(1.14); } }
@keyframes ambientStreak { 0%, 100% { opacity: .08; } 50% { opacity: .38; transform: translateX(24vw) rotate(-17deg); } }
@keyframes ambientParticle { to { opacity: .22; transform: translate3d(22px,-46px,0) scale(1.8); } }

/* The VSL now owns the frame instead of floating inside a large empty card. */
.hero-video-row {
  width: min(calc(100% - 44px), 1260px);
  padding-top: 34px;
}
.hero-video-row .video-wrapper {
  width: min(100%, 1180px);
}
.hero-video-row .video-wrapper::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 7% 4% -10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(48,218,208,.25), rgba(92,54,155,.12) 42%, transparent 72%);
  filter: blur(52px);
}
.hero-video-row .video-placeholder {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-color: rgba(112,238,227,.32);
  border-radius: 34px;
  background: #02070d;
  box-shadow: 0 54px 130px rgba(0,0,0,.58), 0 0 60px rgba(55,209,202,.08), inset 0 1px rgba(255,255,255,.1);
}
#vsl-player iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: 0 !important;
}
.video-aura { width: min(94vw, 1120px); height: 430px; }

/* Every section is a distinct visual scene while keeping the same copy. */
.section {
  background-color: transparent;
  border-top-color: rgba(119,238,228,.085);
}
.section::before {
  z-index: 0;
  opacity: 1;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 0, rgba(255,255,255,.035), transparent 38%);
  background-size: 62px 62px, 62px 62px, 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}
.section::after { z-index: 1; opacity: .86; }
.section > .container { z-index: 3; }

.section-crencas {
  background:
    radial-gradient(circle at 82% 35%, rgba(48,206,197,.13), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(104,67,190,.12), transparent 28%),
    linear-gradient(180deg, rgba(7,25,38,.94), rgba(5,13,23,.78));
}
.section-mentor {
  background:
    linear-gradient(90deg, rgba(235,144,91,.055), transparent 26%, rgba(35,185,181,.06)),
    radial-gradient(ellipse at 22% 52%, rgba(245,181,141,.13), transparent 31%),
    linear-gradient(120deg, rgba(13,36,51,.92), rgba(5,14,24,.76));
}
.section-para-quem {
  background:
    radial-gradient(ellipse at 80% 40%, rgba(43,205,198,.14), transparent 42%),
    linear-gradient(180deg, rgba(4,13,23,.82), rgba(6,23,33,.9));
}
.section-modulos {
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
    radial-gradient(circle at 22% 48%, rgba(81,58,168,.14), transparent 34%),
    linear-gradient(180deg, rgba(6,22,35,.9), rgba(4,12,21,.8));
  background-size: 52px 52px, 52px 52px, 100% 100%, 100% 100%;
}
.section-bonus {
  background:
    radial-gradient(circle at 22% 38%, rgba(235,137,82,.14), transparent 31%),
    linear-gradient(110deg, rgba(8,23,36,.9), rgba(5,13,23,.74));
}
.section-prova {
  background:
    radial-gradient(circle at 50% 18%, rgba(245,181,141,.11), transparent 27%),
    radial-gradient(circle at 90% 76%, rgba(46,207,199,.1), transparent 26%),
    linear-gradient(180deg, rgba(5,17,29,.9), rgba(3,10,18,.78));
}
.section-oferta {
  background:
    radial-gradient(circle at 50% 48%, rgba(232,128,76,.2), transparent 37%),
    radial-gradient(circle at 78% 24%, rgba(55,211,203,.13), transparent 27%),
    linear-gradient(180deg, rgba(4,12,21,.88), rgba(5,13,23,.74));
}
.section-faq {
  background:
    linear-gradient(115deg, rgba(8,27,39,.92), rgba(4,12,21,.76)),
    radial-gradient(circle at 10% 20%, rgba(70,216,208,.12), transparent 30%);
}

/* Animated market graphic behind the belief section. */
.scene-graph {
  position: absolute;
  z-index: 2;
  display: flex;
  width: min(48vw, 620px);
  height: 390px;
  align-items: end;
  gap: clamp(10px, 1.7vw, 24px);
  opacity: .19;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 82%, transparent);
}
.scene-graph::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(81,228,218,.16) 1px, transparent 1px);
  background-size: 100% 58px;
}
.scene-graph::after {
  content: '';
  position: absolute;
  top: 48%;
  right: -8%;
  width: 110%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #53eadf, #ffd0b2, transparent);
  box-shadow: 0 0 24px rgba(83,234,223,.48);
  transform: rotate(-17deg);
  animation: graphLineGlow 3.6s ease-in-out infinite alternate;
}
.scene-graph-right { top: 12%; right: -7%; }
.scene-graph i {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 8px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(to top, rgba(70,216,208,.04), rgba(70,216,208,.72));
  box-shadow: 0 0 18px rgba(70,216,208,.14);
  transform-origin: bottom;
  animation: graphBar 2.8s ease-in-out infinite alternate;
}
.scene-graph i:nth-child(1) { height: 18%; }.scene-graph i:nth-child(2) { height: 28%; animation-delay: -.4s; }
.scene-graph i:nth-child(3) { height: 22%; animation-delay: -.8s; }.scene-graph i:nth-child(4) { height: 46%; animation-delay: -1.2s; }
.scene-graph i:nth-child(5) { height: 38%; animation-delay: -.2s; }.scene-graph i:nth-child(6) { height: 64%; animation-delay: -.9s; }
.scene-graph i:nth-child(7) { height: 55%; animation-delay: -1.5s; }.scene-graph i:nth-child(8) { height: 78%; animation-delay: -.6s; }
.scene-graph i:nth-child(9) { height: 94%; animation-delay: -1.8s; }
@keyframes graphBar { to { transform: scaleY(.7); filter: brightness(1.35); } }
@keyframes graphLineGlow { to { opacity: .46; filter: brightness(1.45); } }

/* Real assets are intentionally visible, not hidden in the background. */
.parallax-car {
  top: -2%;
  right: -7%;
  width: min(94vw, 1240px);
  filter: saturate(.92) contrast(1.08) brightness(.9) blur(1px);
  mix-blend-mode: screen;
}
.parallax-car.is-active { opacity: .32; filter: saturate(1.02) contrast(1.12) brightness(.98) blur(0); }
.parallax-house {
  bottom: -2%;
  left: -7%;
  width: min(96vw, 1260px);
  filter: saturate(.84) contrast(1.08) brightness(.92) blur(1px);
}
.parallax-house.is-active { opacity: .27; filter: saturate(.95) contrast(1.12) brightness(.98) blur(0); }

.parallax-bonus-property {
  top: 2%;
  right: -16%;
  width: min(92vw, 1180px);
  mix-blend-mode: screen;
  filter: saturate(.76) contrast(1.1) brightness(.76) blur(1px);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.7) 28%, #000 70%, transparent 100%);
}
.parallax-bonus-property.is-active { opacity: .2; filter: saturate(.9) contrast(1.12) brightness(.88) blur(0); }

.parallax-offer-car {
  top: 10%;
  left: -18%;
  width: min(90vw, 1160px);
  mix-blend-mode: screen;
  filter: saturate(.8) contrast(1.08) brightness(.75) blur(1px);
  mask-image: linear-gradient(90deg, transparent, #000 24%, rgba(0,0,0,.7) 70%, transparent);
}
.parallax-offer-car.is-active { opacity: .19; filter: saturate(.95) contrast(1.12) brightness(.9) blur(0); }

/* Actual proof screenshots form a moving photographic wall behind the cards. */
.proof-backdrop {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 18%, #000 82%, transparent 98%);
}
.proof-backdrop img {
  position: absolute;
  width: clamp(180px, 22vw, 340px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  opacity: .13;
  filter: saturate(.75) contrast(1.08) blur(.6px);
  box-shadow: 0 34px 80px rgba(0,0,0,.36);
  animation: proofFloat 8s ease-in-out infinite alternate;
}
.proof-backdrop-one { top: 8%; left: -5%; transform: rotate(-8deg); }
.proof-backdrop-two { top: 38%; right: -7%; transform: rotate(7deg); animation-delay: -3s !important; }
.proof-backdrop-three { bottom: 5%; left: 4%; transform: rotate(5deg); animation-delay: -6s !important; }
@keyframes proofFloat { to { translate: 0 -32px; opacity: .2; } }

.section-prova > .container,
.section-oferta > .container,
.section-bonus > .container { position: relative; z-index: 3; }

@media (max-width: 640px) {
  .page-ambient { opacity: .78; }
  .ambient-orb { width: 86vw; height: 86vw; }
  .hero-video-row { width: min(calc(100% - 22px), 1260px); padding-bottom: 98px; }
  .hero-video-row .video-placeholder { border-radius: 20px; }
  .hero-video-row .video-wrapper::before { inset: -6px; border-radius: 27px; }
  .scene-graph { top: 4%; right: -35%; width: 100vw; opacity: .1; }
  .parallax-car { top: 14%; right: -48%; width: 155vw; }
  .parallax-car.is-active { opacity: .2; }
  .parallax-house { left: -55%; width: 165vw; }
  .parallax-house.is-active { opacity: .16; }
  .parallax-bonus-property { top: 18%; right: -70%; width: 170vw; }
  .parallax-bonus-property.is-active { opacity: .12; }
  .parallax-offer-car { top: 24%; left: -68%; width: 168vw; }
  .parallax-offer-car.is-active { opacity: .11; }
  .proof-backdrop img { width: 52vw; opacity: .08; }
  .proof-backdrop-one { left: -25%; }.proof-backdrop-two { right: -28%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere span, .hero-signal i, .data-bars i, .hero-data-card,
  .hero-orbit, .video-aura i, .hero-market-ribbon i, .bonus-card::before,
  .oferta-card .btn, .page-ambient::before, .page-ambient::after,
  .ambient-orb, .ambient-streak, .ambient-particles i, .scene-graph i,
  .scene-graph::after, .proof-backdrop img { animation: none !important; }
  .hero-title .accent-script::after { transform: scaleX(1); animation: none; }
  .hero-media { transform: none !important; }
  .parallax-asset { transform: none !important; }
  .page-ambient { transform: none !important; }
}

/* ===== Performance + premium polish ===== */
.page-ambient {
  position: absolute;
  inset: -80px 0 auto;
  width: 100%;
  height: 1380px;
  transform: none;
  will-change: auto;
}

.parallax-asset { will-change: auto; }
.parallax-asset.is-active { will-change: transform, opacity; }

.section-title { text-wrap: balance; }
.crenca-card,
.modulos-list li,
.checklist li,
.depoimento-card,
.faq-item {
  box-shadow: 0 18px 48px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.045);
}

.crenca-card::after,
.checklist li::after {
  opacity: .72;
}

.modulos-list li::after {
  content: '';
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70,216,208,.42), rgba(245,181,141,.3), transparent);
}

.depoimento-video {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 34%, rgba(70,216,208,.2), transparent 28%),
    linear-gradient(145deg, #102c3d, #040b13 70%);
}

.depoimento-video::before {
  z-index: 1;
  opacity: .76;
  background-image:
    linear-gradient(rgba(99,231,222,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,231,222,.06) 1px, transparent 1px),
    linear-gradient(145deg, transparent 45%, rgba(245,181,141,.08) 46%, transparent 47%);
  background-size: 34px 34px, 34px 34px, 100% 100%;
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.5) 70%, transparent);
}

.depoimento-video video {
  z-index: 3;
  opacity: 0;
  transition: opacity .28s ease;
}

.depoimento-video.is-playing video { opacity: 1; }

.depoimento-cover {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 34px 24px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(3,10,19,.08) 28%, rgba(3,10,19,.94) 100%),
    radial-gradient(circle at 50% 32%, rgba(70,216,208,.25), transparent 35%),
    linear-gradient(145deg, #102e40, #060d18 72%);
  transition: opacity .22s ease, visibility .22s ease;
}

.depoimento-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(121,235,229,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121,235,229,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.depoimento-cover-logo {
  position: absolute;
  top: 13%;
  left: 50%;
  width: min(62%, 210px);
  height: auto;
  opacity: .92;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,.32));
  transform: translateX(-50%);
}

.depoimento-cover-tag,
.depoimento-cover strong { position: relative; z-index: 1; }
.depoimento-cover-tag {
  padding: 7px 12px;
  border: 1px solid rgba(108,230,221,.26);
  border-radius: 999px;
  color: #a8fff5;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(7,25,34,.62);
}
.depoimento-cover strong {
  color: #fff7f1;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: -.02em;
}
.depoimento-video.is-playing .depoimento-cover { visibility: hidden; opacity: 0; }

.depoimento-play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  color: #1f130d;
  font: inherit;
  cursor: pointer;
  background: linear-gradient(145deg, #ffd0b2, #e8895a);
  box-shadow: 0 0 0 13px rgba(245,181,141,.08), 0 20px 48px rgba(0,0,0,.42);
  transform: translate(-50%,-50%);
  transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease;
}

.depoimento-play span { margin-left: 5px; font-size: 1.45rem; }
.depoimento-play:hover { transform: translate(-50%,-50%) scale(1.07); box-shadow: 0 0 0 18px rgba(245,181,141,.07), 0 24px 56px rgba(0,0,0,.48); }
.depoimento-video.is-playing .depoimento-play { visibility: hidden; opacity: 0; }

.hero-video-row .video-placeholder:not([data-loaded="true"]) .play-icon {
  animation: vslPlayPulse 2.4s ease-in-out infinite;
}

@keyframes vslPlayPulse {
  50% { transform: scale(1.06); box-shadow: 0 0 0 20px rgba(245,181,141,.055), 0 22px 48px rgba(0,0,0,.4); }
}

/* Mobile uses a lighter art direction instead of reproducing the desktop GPU load. */
html.mobile-lite body {
  background:
    radial-gradient(circle at 100% 9%, rgba(30,145,147,.12), transparent 23%),
    radial-gradient(circle at 0 38%, rgba(82,54,154,.1), transparent 24%),
    #040c15;
}

html.mobile-lite .page-ambient,
html.mobile-lite .hero-atmosphere,
html.mobile-lite .hero-data-card,
html.mobile-lite .hero-orbit,
html.mobile-lite .video-aura,
html.mobile-lite .hero-market-ribbon,
html.mobile-lite .scene-graph,
html.mobile-lite .proof-backdrop {
  display: none !important;
}

html.mobile-lite .section {
  border-top-color: rgba(90,219,211,.09);
}

html.mobile-lite .section::before {
  opacity: .54;
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    radial-gradient(circle at 50% 0, rgba(70,216,208,.06), transparent 40%);
  background-size: 48px 48px, 48px 48px, 100% 100%;
  mask-image: none;
}

html.mobile-lite .hero::after,
html.mobile-lite .hero-visual::before,
html.mobile-lite .hero-video-row .video-wrapper::after {
  filter: none;
  opacity: .46;
}

html.mobile-lite .hero-media,
html.mobile-lite .hero-visual,
html.mobile-lite .bonus-card {
  transform: none !important;
  transition: none !important;
}

html.mobile-lite .hero-chart-line {
  stroke-dashoffset: 0;
  filter: none;
  animation: none;
}

html.mobile-lite .hero-chart-area { opacity: .48; animation: none; }
html.mobile-lite .hero-chart-runner { display: none; }

html.mobile-lite .parallax-asset {
  transform: none !important;
  transition: opacity .5s ease;
  filter: none !important;
  mix-blend-mode: normal;
  mask-image: none;
  will-change: auto;
}

html.mobile-lite .parallax-car {
  top: 14%;
  right: -37%;
  width: 136vw;
  opacity: .16 !important;
}

html.mobile-lite .parallax-house {
  bottom: 3%;
  left: -38%;
  width: 142vw;
  opacity: .13 !important;
}

html.mobile-lite .parallax-bonus-property,
html.mobile-lite .parallax-offer-car { display: none; }

html.mobile-lite .mentor-photo,
html.mobile-lite .mentor-photo::after,
html.mobile-lite .depoimento-card,
html.mobile-lite .depoimento-card:nth-child(2),
html.mobile-lite .crenca-card,
html.mobile-lite .crenca-card:nth-child(1),
html.mobile-lite .crenca-card:nth-child(2),
html.mobile-lite .crenca-card:nth-child(3),
html.mobile-lite .modulos-list li,
html.mobile-lite .modulos-list li:nth-child(even) {
  transform: none;
}

html.mobile-lite .hero-data-card,
html.mobile-lite .sticky-cta,
html.mobile-lite .oferta-card,
html.mobile-lite .bonus-card {
  backdrop-filter: none;
}

html.mobile-lite .sticky-cta {
  background: rgba(4,13,23,.96);
  transition-duration: .22s;
}

html.mobile-lite .btn::after,
html.mobile-lite .bonus-card::before { display: none; }
html.mobile-lite .oferta-card .btn,
html.mobile-lite .hero-title .accent-script::after,
html.mobile-lite .depoimento-play,
html.mobile-lite .hero-signal i { animation: none; }

html.mobile-lite .motion-ready .reveal,
html.mobile-lite .motion-ready .reveal-stagger > * {
  transition-duration: .35s;
  transition-delay: 0s !important;
}

html.mobile-lite .hero-video-row {
  width: calc(100% - 18px);
  padding-top: 12px;
}

html.mobile-lite .hero-video-row .video-placeholder {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.08);
}

html.mobile-lite .hero-video-row .video-wrapper::before {
  inset: -5px;
  border-radius: 24px;
}

html.mobile-lite .depoimento-play {
  width: 72px;
  height: 72px;
  box-shadow: 0 0 0 10px rgba(245,181,141,.07), 0 18px 42px rgba(0,0,0,.4);
}

html.mobile-lite .section-title { letter-spacing: -.04em; }
html.mobile-lite .crenca-card,
html.mobile-lite .checklist li,
html.mobile-lite .modulos-list li,
html.mobile-lite .depoimento-card,
html.mobile-lite .faq-item {
  box-shadow: 0 14px 36px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.04);
}

@supports (-webkit-touch-callout: none) {
  .page-ambient,
  .hero-atmosphere,
  .hero-data-card,
  .hero-orbit,
  .video-aura,
  .hero-market-ribbon,
  .scene-graph,
  .proof-backdrop { display: none !important; }

  .parallax-asset {
    transform: none !important;
    filter: none !important;
    mix-blend-mode: normal;
    mask-image: none;
    will-change: auto;
  }

  .hero-chart-line { filter: none; }
  .sticky-cta,
  .oferta-card,
  .bonus-card { backdrop-filter: none; }
}

/* Hero compacto no celular: conteúdo e Marcelo permanecem lado a lado. */
@media (max-width: 640px) {
  .hero { min-height: auto; }
  .hero-main {
    grid-template-columns: minmax(0, 1.28fr) minmax(118px, .72fr);
    gap: 14px;
    align-items: center;
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 54px;
  }
  .hero-copy {
    order: 1;
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }
  .hero-copy::before { right: -50%; bottom: -3%; left: -24%; }
  .hero-copy .eyebrow {
    justify-content: flex-start;
    margin-bottom: 12px;
    font-size: .58rem;
    letter-spacing: .09em;
  }
  .hero-title,
  .hero-subtitle {
    margin-inline: 0;
    text-align: left;
  }
  .hero-title {
    margin-bottom: 14px;
    font-size: clamp(1.48rem, 6.3vw, 2rem);
    line-height: 1.01;
    letter-spacing: -.055em;
  }
  .hero-subtitle {
    font-size: clamp(.68rem, 2.75vw, .8rem);
    line-height: 1.52;
  }
  .hero-actions { margin-top: 18px; }
  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    padding: 11px 10px;
    font-size: .62rem;
    line-height: 1.3;
  }
  .hero-signal { display: none; }
  .hero-visual {
    order: 2;
    align-self: stretch;
    width: 100%;
    min-height: 360px;
    margin: 0;
  }
  .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 22px;
  }
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 24% center;
  }
  .hero-visual::after {
    inset: -7px 7px 8px -7px;
    border-radius: 27px;
  }
  .hero-chart { opacity: .48; }
  .hero-vignette { height: 48%; }
}

@media (max-width: 370px) {
  .hero-main { grid-template-columns: minmax(0, 1.3fr) minmax(106px, .7fr); gap: 10px; }
  .hero-title { font-size: 1.38rem; }
  .hero-subtitle { font-size: .65rem; }
  .hero-visual { min-height: 345px; }
}

/* Retrato do mentor em escala editorial, sem dominar a seção. */
.mentor-grid {
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  max-width: 1120px;
  gap: clamp(52px, 8vw, 112px);
}

.mentor-photo {
  width: 100%;
  max-width: 300px;
  justify-self: center;
}

.mentor-photo img {
  width: 100%;
  max-height: 390px;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 900px) {
  .mentor-grid {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 42px;
  }
  .mentor-photo { max-width: 260px; }
  .mentor-photo img { max-height: 338px; }
}

@media (max-width: 700px) {
  .mentor-grid { grid-template-columns: 1fr; gap: 38px; }
  .mentor-photo {
    width: min(62vw, 230px);
    max-width: 230px;
  }
  .mentor-photo img { max-height: 300px; }
  .mentor-photo::after { inset: 10px -10px -10px 10px; }
}
