/* ============================================================
   ArqViva – Arquitetando Processos | Landing Page
   Cores e tipografia extraídas do projeto (LP- ArqViva.pdf)
   ============================================================ */

@font-face { font-family: "Casagrande"; src: url("fonts/CasagrandeCasabau-Regular.woff2") format("woff2"), url("fonts/CasagrandeCasabau-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Casagrande"; src: url("fonts/CasagrandeCasabau-Bold.woff2") format("woff2"), url("fonts/CasagrandeCasabau-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Casagrande"; src: url("fonts/CasagrandeCasabau-ExtraBold.woff2") format("woff2"), url("fonts/CasagrandeCasabau-ExtraBold.ttf") format("truetype"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Casagrande"; src: url("fonts/CasagrandeCasabau-Heavy.woff2") format("woff2"), url("fonts/CasagrandeCasabau-Heavy.ttf") format("truetype"); font-weight: 900; font-display: swap; }

@font-face { font-family: "Raleway"; src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("fonts/Raleway-ExtraBold.woff2") format("woff2"), url("fonts/Raleway-ExtraBold.ttf") format("truetype"); font-weight: 800; font-display: swap; }

:root {
  --wine: #330000;
  --wine-2: #782a24;
  --red: #ab372e;
  --red-2: #cf473e;
  --rose: #e08079;
  --black: #0f0f0f;
  --black-2: #1a1a1a;
  --gray: #4d4d4d;
  --line: #e6e6e6;
  --off: #f7f7f7;
  --white: #ffffff;
  --green: #00e676;

  --font-body: "Raleway", "Segoe UI", Arial, sans-serif;
  --font-display: "Casagrande", "Raleway", Arial, sans-serif;

  --container: 968px;
  --container-wide: 1204px;
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
html.smooth { scroll-behavior: auto; } /* o JS assume a rolagem com inércia */
body {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--black-2);
  background: var(--white);
  line-height: 1.25;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.container-wide { width: min(var(--container-wide), calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }

.display { font-family: var(--font-display); font-weight: 700; }
.center { text-align: center; display: block; }
.wine { color: var(--wine-2); }

/* ---------- Fundos com padrão geométrico ---------- */
.bg-light, .bg-wine, .bg-black { position: relative; }
.bg-light { background: var(--white); }
.bg-wine { background: var(--wine); color: var(--white); }
.bg-black { background: var(--black); color: var(--white); }

.bg-light::before, .bg-wine::before, .bg-black::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-repeat: no-repeat; background-size: 100% auto; background-position: center top;
  z-index: 0;
}
.bg-light::before { background-image: url("svg/pattern-light.svg"); }
.bg-wine::before { background-image: url("svg/pattern-dark.svg"); }
.bg-black::before { background-image: url("svg/pattern-black.svg"); }

/* ---------- Tipografia comum ---------- */
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase;
  display: block; margin-bottom: 8px;
}
.eyebrow-wine { color: var(--wine-2); }
.eyebrow-white { color: var(--white); }
.eyebrow-red { color: var(--red); }
.eyebrow.center { font-size: 14px; }

h2 { font-weight: 600; font-size: 35px; line-height: 1.05; }
.section-title { font-size: 57px; font-weight: 600; line-height: 1.02; }
.section-title.dark { color: var(--black); }
.section-title .display { font-weight: 900; }

.quote { text-align: center; font-size: 18px; font-weight: 500; line-height: 1.35; }
.quote strong { font-weight: 800; }
.quote-light { color: var(--white); }
.quote-wine { color: var(--wine); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 900; color: var(--white);
  text-transform: uppercase; letter-spacing: 0.01em;
  transition: transform .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-small {
  background: var(--wine-2); border-radius: 999px;
  font-size: 17px; font-weight: 700; padding: 0 22px; height: 40px;
}
.btn-cta {
  border-radius: 14px; font-size: 30px; height: 74px; width: 480px; max-width: 100%;
  margin: 0 auto;
}
.btn-red { background: var(--red); }
.btn-buy { height: 104px; font-size: 43px; width: 674px; border-radius: 16px; }

/* ---------- Cards ---------- */
.card { border-radius: var(--radius); position: relative; }
.card-white { background: var(--white); color: var(--black-2); }
.card-wine { background: var(--wine); color: var(--white); }

/* ---------- Listas com ícone ---------- */
.list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 17px; font-weight: 500; line-height: 1;
  padding: 10px 18px; margin: 4px 0;
}
.list li img { width: 21px; height: 21px; flex: 0 0 21px; }
.list-dark li.active { background: var(--wine); color: var(--white); border-radius: 999px; padding: 12px 18px; }
.list-light li.active { background: var(--white); color: var(--black-2); border-radius: 999px; padding: 12px 18px; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 50; padding: 32px 0 0;
  pointer-events: none;
}
.header .container { z-index: 60; }
.nav-pill {
  pointer-events: auto;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white) url("svg/pattern-light.svg") no-repeat center / 100% auto;
  border: 1px solid var(--line); border-radius: 999px;
  height: 56px; padding: 0 12px 0 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.nav-logo img { height: 35px; width: auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 36px 0 0; margin-top: -88px; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 280px; gap: 60px; align-items: center;
  padding: 120px 0 100px;
}
.hero-text { padding-left: 86px; }
.hero h1 { display: flex; flex-direction: column; color: var(--black); font-weight: 600; }
.h1-l1 { font-size: 31px; font-weight: 600; line-height: 1.1; }
.h1-l2 { font-size: 37px; font-weight: 800; line-height: 1.05; }
.h1-l3 { font-family: var(--font-display); font-weight: 700; color: var(--wine-2); font-size: 84px; line-height: .86; margin-top: 8px; letter-spacing: -.005em; }
.hero-sub { color: var(--wine); font-size: 19px; font-weight: 500; margin-top: 24px; padding-left: 10px; }

.video-box {
  position: relative; border-radius: 16px; overflow: hidden; background: #000;
  aspect-ratio: 419 / 745; width: 280px; cursor: pointer;
}
.video-box video { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-btn {
  position: absolute; inset: 0; margin: auto; width: 110px; height: 110px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease;
}
.play-btn img { width: 100%; height: 100%; filter: drop-shadow(0 6px 16px rgba(0,0,0,.35)); }
.video-box:hover .play-btn { transform: scale(1.05); }
.video-box.playing .play-btn { display: none; }

/* Aba branca com curva suave na divisa hero → realidade (fiel ao PDF) */
.scroll-cue {
  position: absolute; left: 0; right: 0; top: calc(100% - 1px); margin-inline: auto;
  width: 168px; height: 54px; display: block; z-index: 2; line-height: 0;
}
.scroll-cue svg { width: 100%; height: 100%; display: block; overflow: visible; }
.cue-shape { fill: var(--white); }
.cue-chev { animation: bounce 1.8s ease-in-out infinite; }
.scroll-cue:hover .cue-chev { stroke: var(--red); }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }

/* ============================================================
   A REALIDADE
   ============================================================ */
.realidade { padding: 136px 0 46px; }
.realidade-card {
  display: grid; grid-template-columns: 1fr 396px; min-height: 370px; margin: 0 0 42px;
}
.realidade-text { padding: 42px 30px 36px 48px; }
.realidade h2 { color: var(--black-2); margin-bottom: 26px; }
.realidade h2 em { font-style: normal; color: var(--wine-2); }
.realidade .list { margin-left: -12px; }
.realidade-photo { position: relative; }
.realidade-photo img {
  position: absolute; right: 44px; top: -20px; width: 396px; height: calc(100% + 40px);
  object-fit: cover; border-radius: 16px;
}

/* ============================================================
   A TRANSFORMAÇÃO
   ============================================================ */
.transformacao { padding: 62px 0 40px; }
.transformacao-card {
  display: grid; grid-template-columns: 440px 1fr; min-height: 370px; margin-bottom: 42px;
}
.transformacao-photo { position: relative; }
.transformacao-photo img {
  position: absolute; left: 44px; top: -22px; width: 396px; height: calc(100% + 44px);
  object-fit: cover; border-radius: 16px;
}
.transformacao-text { padding: 40px 40px 34px 22px; }
.transformacao h2 { margin-bottom: 26px; }
.transformacao .list { margin-left: -12px; }

/* ============================================================
   O QUE ESTÁ DENTRO (MÓDULOS)
   ============================================================ */
.modulos { padding: 60px 0 60px; }
.modulos .section-title { font-size: 43px; margin-bottom: 40px; }

.carousel { position: relative; margin: 0 -80px 40px; padding: 0 80px; overflow: hidden; }
.carousel-track {
  display: flex; align-items: center; justify-content: center; gap: 22px;
  min-height: 300px;
}
.mod-card {
  position: relative; flex: 0 0 205px; height: 260px; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(171, 55, 46, .55); background: #000;
  transition: flex-basis .35s ease, height .35s ease, opacity .35s ease;
  opacity: .95; cursor: pointer;
}
.mod-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mod-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(20,0,0,.85) 100%);
}
.mod-card .mod-icon {
  position: absolute; top: 12px; right: 12px; width: 18px; height: 18px; z-index: 2; opacity: .9;
}
.mod-card .mod-label {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  font-size: 19px; font-weight: 600; line-height: 1.05; color: var(--white);
}
.mod-card.active { flex-basis: 225px; height: 290px; opacity: 1; }
.mod-card.active .mod-label { font-size: 25px; bottom: 22px; left: 22px; }

.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 32px; height: 32px; border-radius: 50%; background: var(--wine);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.carousel-arrow:hover { background: var(--wine-2); }
.carousel-arrow span {
  width: 9px; height: 9px; border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
}
.carousel-arrow.prev span { transform: rotate(135deg); margin-left: 4px; }
.carousel-arrow.next span { transform: rotate(-45deg); margin-right: 4px; }
/* posição das setas: coladas ao card central */
.carousel-arrow.prev { left: calc(50% - 112px - 22px - 16px); }
.carousel-arrow.next { right: calc(50% - 112px - 22px - 16px); }

.modulos .btn-cta { display: flex; }
.modulos-note {
  text-align: center; font-size: 23px; font-weight: 500; line-height: 1.1; margin-top: 30px;
}
.modulos-note strong { color: var(--red); font-weight: 800; }

/* ============================================================
   QUEM ENSINA
   ============================================================ */
.quem { padding: 40px 0 60px; }
.quem-card { padding: 34px 40px 40px; border-radius: 40px; overflow: hidden; }
.quem-title { font-family: var(--font-display); font-weight: 900; font-size: 43px; margin: 0 0 14px 168px; }
.quem-grid { display: grid; grid-template-columns: 320px 1fr; gap: 30px; align-items: start; padding-left: 158px; }
.quem-photo img { width: 320px; height: 335px; object-fit: cover; object-position: top; border-radius: 16px; }
.quem-name { font-family: var(--font-display); font-size: 44px; line-height: 1; margin: 10px 0 24px; letter-spacing: .01em; }
.quem-name .n1 { font-weight: 400; }
.quem-name .n2 { font-weight: 700; }
.quem-desc { font-size: 20px; line-height: 1.15; margin-bottom: 22px; }
.stats { display: flex; align-items: stretch; gap: 14px; margin-bottom: 44px; }
.stat { display: flex; align-items: center; gap: 8px; }
.stat-white { background: var(--white); color: var(--black-2); border-radius: 12px; padding: 8px 14px; }
.stat-num { font-family: var(--font-display); font-weight: 900; font-size: 51px; line-height: 1; }
.stat-white .stat-num { color: var(--wine-2); }
.stat-label { font-size: 18px; font-weight: 500; line-height: 1; }
.quem-quote { font-size: 20px; line-height: 1.15; }
.quem-quote strong { font-weight: 700; }
.quem-author { color: var(--rose); font-size: 20px; margin-top: 12px; }

/* ============================================================
   DIAGNÓSTICO RÁPIDO (QUIZ)
   ============================================================ */
.quiz { padding: 30px 0 70px; }
.quiz .section-title { margin-bottom: 26px; }
.quiz-sub { text-align: center; color: var(--gray); font-size: 24px; line-height: 1.15; margin-bottom: 40px; }
.progress { height: 6px; background: var(--line); border-radius: 3px; width: 786px; max-width: 100%; margin: 0 auto 60px; overflow: hidden; }
.progress-bar { height: 100%; width: 10%; background: var(--wine-2); border-radius: 3px; transition: width .35s ease; }

.quiz-body { width: 786px; max-width: 100%; margin: 0 auto; }
.quiz-question { text-align: center; font-size: 36px; font-weight: 800; color: var(--black-2); line-height: 1.05; margin-bottom: 44px; }
.quiz-options { display: grid; gap: 22px; width: 660px; max-width: 100%; margin: 0 auto; }
.quiz-option {
  height: 61px; border: 1px solid var(--line); border-radius: 999px; background: var(--white);
  font-size: 27px; font-weight: 500; color: var(--black-2); text-align: left; padding: 0 40px; white-space: nowrap;
  display: flex; align-items: center; transition: border-color .2s, background .2s, color .2s, transform .15s;
}
.quiz-option:hover { border-color: var(--wine-2); transform: translateY(-1px); }
.quiz-option.selected { background: var(--wine); color: var(--white); border-color: var(--wine); }

.quiz-result { text-align: center; }
.quiz-result .result-tag { display: inline-block; background: var(--wine); color: #fff; border-radius: 999px; padding: 10px 26px; font-size: 16px; letter-spacing: .3em; font-weight: 600; margin-bottom: 22px; }
.quiz-result h3 { font-size: 40px; font-weight: 800; color: var(--black-2); line-height: 1.05; margin-bottom: 18px; }
.quiz-result h3 .display { color: var(--wine-2); font-weight: 900; }
.quiz-result p { font-size: 22px; color: var(--gray); line-height: 1.25; max-width: 660px; margin: 0 auto 32px; }
.quiz-result .btn-cta { display: flex; }
.quiz-result .restart { display: block; margin-top: 18px; color: var(--wine-2); font-size: 16px; text-decoration: underline; }

/* ============================================================
   PROVAS SOCIAIS
   ============================================================ */
.provas { padding: 74px 0 100px; }
.provas .section-title { margin-bottom: 60px; }
.provas-grid { display: flex; justify-content: center; gap: 58px; }
.video-vert { width: 267px; aspect-ratio: 402 / 712; }

/* ============================================================
   OFERTA
   ============================================================ */
.oferta { padding: 90px 0 90px; }
.oferta-title { text-align: center; color: var(--wine); font-size: 36px; font-weight: 500; line-height: 1.15; margin-bottom: 40px; }
.oferta-title strong { font-weight: 800; font-size: 40px; }
.oferta-title .display { font-weight: 800; font-size: 43px; }
.price-card {
  width: 915px; max-width: 100%; margin: 0 auto 46px; min-height: 236px;
  display: flex; align-items: center; justify-content: center; gap: 46px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12); border-radius: 30px;
}
.price-left, .price-right { display: flex; flex-direction: column; }
.price-apenas { font-size: 26px; letter-spacing: .32em; font-weight: 500; text-align: center; margin-bottom: -4px; }
.price-value { font-family: var(--font-display); font-weight: 900; font-size: 112px; line-height: .95; letter-spacing: -.01em; }
.price-arrow { width: 40px; height: 40px; border-radius: 50%; background: var(--wine); display: flex; align-items: center; justify-content: center; }
.price-arrow span { width: 10px; height: 10px; border-right: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-45deg); margin-right: 4px; }
.price-l1, .price-l2 { font-size: 43px; font-weight: 500; line-height: 1; }
.price-l2 { margin-top: 6px; }
.price-l2 strong { font-family: var(--font-display); font-weight: 900; }
.oferta .btn-buy { display: flex; }
.oferta-note { text-align: center; color: var(--wine); font-size: 19px; font-weight: 800; letter-spacing: .01em; margin-top: 12px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 60px 0 100px; }
.faq .section-title { margin-bottom: 50px; }
.faq-list { width: 713px; max-width: 100%; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.85); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  font-size: 22px; font-weight: 600; padding: 18px 6px 18px 4px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { width: 11px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); transition: transform .25s; margin-right: 8px; }
.faq-item[open] .faq-chev { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 20px 4px; font-size: 18px; line-height: 1.4; color: rgba(255,255,255,.88); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 46px 0; }
.footer::before { background-image: url("svg/pattern-black.svg"); background-position: center bottom; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; width: min(824px, calc(100% - 40px)); }
.footer-left { display: flex; align-items: center; gap: 36px; }
.footer-logo { height: 42px; width: auto; }
.footer-link { color: var(--red-2); font-size: 22px; font-weight: 500; }
.footer-link:hover { color: var(--rose); }
.footer-right { display: flex; align-items: center; gap: 18px; font-size: 22px; }
.footer-aurora { height: 42px; width: auto; }

/* ============================================================
   FLUTUANTES
   ============================================================ */
.float-whatsapp, .float-top {
  position: fixed; right: 20px; z-index: 40; width: 68px; height: 68px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, opacity .3s ease;
}
.float-whatsapp { bottom: 28px; }
.float-whatsapp img { width: 68px; height: 68px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); }
.float-whatsapp:hover, .float-top:hover { transform: scale(1.06); }
.float-top { bottom: 110px; opacity: 0; pointer-events: none; }
.float-top.show { opacity: 1; pointer-events: auto; }
.float-top img { width: 68px; height: 68px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1240px) {
  .quem-title { margin-left: 0; }
  .quem-grid { padding-left: 0; }
  .carousel { margin: 0 0 40px; padding: 0; }
  .carousel-arrow.prev { left: 0; }
  .carousel-arrow.next { right: 0; }
}

@media (max-width: 1024px) {
  .hero-text { padding-left: 0; }
  .h1-l3 { font-size: 66px; }
  .h1-l2 { font-size: 30px; }
  .h1-l1 { font-size: 26px; }
  .realidade-card { grid-template-columns: 1fr 300px; }
  .realidade-photo img { width: 300px; right: 24px; }
  .transformacao-card { grid-template-columns: 330px 1fr; }
  .transformacao-photo img { width: 300px; left: 24px; }
  .quem-grid { grid-template-columns: 260px 1fr; }
  .quem-photo img { width: 260px; height: 290px; }
  .stat-num { font-size: 42px; }
  .section-title { font-size: 46px; }
  .btn-buy { font-size: 34px; height: 88px; }
  .price-value { font-size: 88px; }
  .price-l1, .price-l2 { font-size: 34px; }
  .mod-card:not(.active):not(.near) { display: none; }
}

@media (max-width: 760px) {
  .header { padding-top: 16px; }
  .hero { margin-top: -72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding: 100px 0 70px; text-align: center; }
  .hero h1 { align-items: center; }
  .hero-sub { padding-left: 0; }
  .hero-video { display: flex; justify-content: center; }
  .h1-l3 { font-size: 56px; }
  .h1-l1 { font-size: 22px; }
  .h1-l2 { font-size: 26px; }
  h2 { font-size: 28px; }
  .section-title { font-size: 36px; }
  .eyebrow { font-size: 11px; }

  .realidade { padding-top: 110px; }
  .realidade-card { grid-template-columns: 1fr; margin-top: 0; }
  .realidade-text { padding: 30px 22px 10px; }
  .realidade-photo { height: 320px; }
  .realidade-photo img { position: static; width: calc(100% - 36px); height: 320px; margin: 0 auto 0; border-radius: 16px; }
  .realidade-card { padding-bottom: 18px; }
  .list li { font-size: 15px; padding: 9px 14px; }

  .transformacao-card { grid-template-columns: 1fr; }
  .transformacao-photo { height: 320px; margin-top: -22px; }
  .transformacao-photo img { position: static; width: calc(100% - 36px); height: 320px; margin: 0 auto; }
  .transformacao-text { padding: 26px 22px 24px; }

  .modulos .section-title { font-size: 32px; }
  .carousel-track { min-height: 290px; gap: 14px; }
  .mod-card { flex-basis: 96px; height: 210px; }
  .mod-card.active { flex-basis: 190px; height: 250px; }
  .mod-card:not(.active) .mod-label { display: none; }
  .carousel-arrow.prev { left: 8px; }
  .carousel-arrow.next { right: 8px; }
  .mod-card .mod-label { font-size: 16px; }
  .mod-card.active .mod-label { font-size: 20px; }
  .btn-cta { font-size: 22px; height: 60px; }
  .modulos-note { font-size: 18px; }
  .modulos-note br { display: none; }

  .quem-card { padding: 26px 20px 30px; border-radius: 28px; }
  .quem-title { font-size: 34px; }
  .quem-grid { grid-template-columns: 1fr; }
  .quem-photo img { width: 100%; height: 320px; }
  .quem-name { font-size: 34px; }
  .quem-desc, .quem-quote, .quem-author { font-size: 17px; }
  .quem-desc br, .quem-quote br { display: none; }
  .stats { flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
  .stat-num { font-size: 36px; }
  .stat-label { font-size: 14px; }

  .quiz-sub { font-size: 18px; }
  .quiz-sub br { display: none; }
  .quiz-question { font-size: 24px; }
  .quiz-option { font-size: 17px; height: auto; min-height: 54px; padding: 12px 22px; white-space: normal; line-height: 1.2; }
  .quiz-result h3 { font-size: 28px; }
  .quiz-result p { font-size: 17px; }

  .provas-grid { flex-direction: column; align-items: center; gap: 30px; }

  .oferta { padding: 60px 0; }
  .oferta-title { font-size: 24px; }
  .oferta-title strong { font-size: 27px; }
  .oferta-title .display { font-size: 29px; }
  .price-card { flex-direction: column; gap: 14px; padding: 30px 20px; min-height: 0; }
  .price-arrow span { transform: rotate(45deg); margin: 0 0 4px; }
  .price-value { font-size: 72px; }
  .price-l1, .price-l2 { font-size: 26px; text-align: center; }
  .btn-buy { font-size: 26px; height: 70px; }
  .oferta-note { font-size: 13px; }

  .faq-item summary { font-size: 17px; }
  .faq-answer { font-size: 15px; }

  .footer-grid { flex-direction: column; gap: 24px; }
  .footer-left { flex-direction: column; gap: 12px; }
  .footer-link { font-size: 18px; }

  .float-whatsapp, .float-top { width: 56px; height: 56px; }
  .float-whatsapp img, .float-top img { width: 56px; height: 56px; }
  .float-top { bottom: 96px; }
}

/* ============================================================
   ANIMAÇÕES — surgimento, transições e microinterações
   (efeitos ativos por padrão)
   ============================================================ */
:root {
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-back: cubic-bezier(.34, 1.56, .64, 1);
  --dur: .9s;
}

/* ---------- Reveal on scroll (IntersectionObserver) ---------- */
html.js [data-reveal] {
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), clip-path var(--dur) var(--ease-out), filter var(--dur) var(--ease-out);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
html.js [data-reveal="up"]    { transform: translate3d(0, 44px, 0); filter: blur(8px); }
html.js [data-reveal="down"]  { transform: translate3d(0, -44px, 0); }
html.js [data-reveal="left"]  { transform: translate3d(-56px, 0, 0); filter: blur(8px); }
html.js [data-reveal="right"] { transform: translate3d(56px, 0, 0); filter: blur(8px); }
html.js [data-reveal="scale"] { transform: scale(.92); filter: blur(10px); }
html.js [data-reveal="pop"]   { transform: scale(.82) translate3d(0, 30px, 0); transition-timing-function: var(--ease-back); }
html.js [data-reveal="fade"]  { transform: none; filter: blur(6px); }
html.js [data-reveal="clip"]  { transform: translate3d(0, 24px, 0); clip-path: inset(0 0 100% 0 round 16px); }
html.js [data-reveal="line"]  { transform: scaleX(0); transform-origin: left center; }

html.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 0 0 round 16px);
}
html.js [data-reveal].is-in.is-done { will-change: auto; }

/* Stagger de filhos: o JS marca cada filho direto com data-reveal="up"
   e atribui --d incremental */
html.js [data-stagger] > * { transition-delay: var(--d, 0ms); }

/* ---------- Texto por palavras: desfoque + subida em cascata ---------- */
html.js [data-text] .w {
  display: inline-block; opacity: 0; filter: blur(14px);
  transform: translateY(.55em) scale(.97); transform-origin: left bottom;
  transition: opacity .8s ease, filter .9s ease, transform .95s var(--ease-out);
  transition-delay: calc(var(--d, 0ms) + var(--i, 0) * 48ms);
}
html.js [data-text].is-in .w { opacity: 1; filter: blur(0); transform: none; }
/* palavra em destaque ganha um sublinhado que "desenha" */
html.js [data-text] .display { background: linear-gradient(var(--rose), var(--rose)) no-repeat left 96% / 0 .1em; transition: background-size .9s var(--ease-out) 1s; }
html.js [data-text].is-in .display { background-size: 100% .1em; }
html.js .section-title.dark .display, html.js .quiz-result .display { background-image: linear-gradient(var(--rose), var(--rose)); }
/* eyebrow: entra com o tracking aberto e fecha */
html.js .eyebrow[data-reveal] { letter-spacing: 1em; }
html.js .eyebrow[data-reveal].is-in { letter-spacing: .42em; transition: opacity .9s ease, filter .9s ease, letter-spacing 1.2s var(--ease-out); }

/* ---------- Barra de progresso de leitura ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 70; pointer-events: none;
  background: linear-gradient(90deg, var(--wine-2), var(--red-2), var(--rose));
  transform-origin: left; transform: scaleX(0); transition: transform .15s linear;
}

/* ---------- Brilho que segue o cursor (desktop) ---------- */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 520px; height: 520px; margin: -260px 0 0 -260px;
  border-radius: 50%; pointer-events: none; z-index: 30; mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(207,71,62,.22) 0%, rgba(207,71,62,.08) 35%, transparent 70%);
  opacity: 0; transition: opacity .6s ease; will-change: transform;
}
.cursor-glow.on { opacity: 1; }

/* ---------- Vídeo da hero flutua ---------- */
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(-.6deg); } }
html.js .hero-video .video-box { animation: float 5.5s ease-in-out 2s infinite; }
html.js .hero-video .video-box:hover { animation-play-state: paused; }

/* ---------- Animações de carregamento (hero) ---------- */
@keyframes navDrop {
  from { opacity: 0; transform: translateY(-28px) scale(.96); }
  to   { opacity: 1; transform: none; }
}
@keyframes lineUp {
  from { opacity: 0; transform: translateY(110%) rotate(2deg); }
  to   { opacity: 1; transform: none; }
}
@keyframes videoIn {
  from { opacity: 0; transform: translateY(40px) scale(.9) rotate(-2deg); filter: blur(8px); }
  to   { opacity: 1; transform: none; filter: none; }
}
@keyframes cueIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
html.js [data-load="drop"] { animation: navDrop .9s var(--ease-out) .1s both; }
html.js [data-load="stagger"] .hero-sub { animation: lineUp .9s var(--ease-out) 1.35s both; }
html.js [data-load="stagger"] h1 .w, html.js [data-load="stagger"] h1 .c { display: inline-block; animation: wordBlur .8s var(--ease-out) both; animation-delay: calc(var(--t, 0s) + var(--i, 0) * 55ms); }
html.js [data-load="stagger"] h1 .h1-l1 { --t: .2s; }
html.js [data-load="stagger"] h1 .h1-l2 { --t: .5s; }
html.js [data-load="stagger"] h1 .h1-l3 .c { --t: .8s; animation-name: charBlur; animation-duration: .9s; animation-delay: calc(.8s + var(--i, 0) * 38ms); }
@keyframes wordBlur {
  from { opacity: 0; filter: blur(14px); transform: translateY(.4em) scale(1.06); }
  to   { opacity: 1; filter: blur(0); transform: none; }
}
@keyframes charBlur {
  0%   { opacity: 0; filter: blur(16px); transform: translateY(.25em) scale(1.35) rotate(-6deg); }
  60%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; filter: blur(0); transform: none; }
}
html.js [data-load="video"] { animation: videoIn 1.1s var(--ease-out) .55s both; }
html.js [data-load="cue"] { animation: cueIn .8s var(--ease-out) 1.3s both; }

/* ---------- Header: pílula encolhe ao rolar ---------- */
.nav-pill { transition: height .35s var(--ease-out), box-shadow .35s ease, transform .35s var(--ease-out); }
.header.is-scrolled .nav-pill { height: 48px; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.header.is-scrolled .nav-logo img { height: 30px; }
.nav-logo img { transition: height .35s var(--ease-out); }

/* ---------- Fotos com parallax sutil ---------- */
html.js [data-parallax] img { transition: transform .1s linear; }

/* ---------- Listas: item ativo "respira" ---------- */
@keyframes softPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(120,42,36,.35); }
  50% { box-shadow: 0 0 0 8px rgba(120,42,36,0); }
}
.list-dark li.active { animation: softPulse 2.6s ease-in-out 1.2s infinite; }
.list-light li.active { animation: softPulse 2.6s ease-in-out 1.2s infinite; }
.list li { transition: transform .3s var(--ease-out), background .3s ease; }
.list li:hover { transform: translateX(6px); }
.list li img { transition: transform .4s var(--ease-back); }
.list li:hover img { transform: rotate(20deg) scale(1.15); }

/* ---------- Botões: brilho passando + pulso ---------- */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn-shine::after {
  content: ""; position: absolute; top: -50%; bottom: -50%; left: -40%; width: 30%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.35) 50%, transparent 100%);
  transform: skewX(-20deg) translateX(-200%);
  animation: shine 3.2s ease-in-out 1.5s infinite;
  pointer-events: none;
}
@keyframes shine {
  0%   { transform: skewX(-20deg) translateX(-200%); }
  35%, 100% { transform: skewX(-20deg) translateX(600%); }
}
.btn-shine:hover::after { animation-duration: 1.1s; animation-delay: 0s; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(171,55,46,.55), 0 14px 30px rgba(171,55,46,.25); }
  60% { box-shadow: 0 0 0 18px rgba(171,55,46,0), 0 14px 30px rgba(171,55,46,.35); }
}
.btn-pulse { animation: ctaPulse 2.4s ease-out 1s infinite; }
.btn:active { transform: translateY(1px) scale(.985); transition-duration: .08s; }
.btn-cta, .btn-buy { transition: transform .3s var(--ease-back), filter .3s ease, box-shadow .3s ease; }
.btn-cta:hover, .btn-buy:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 36px rgba(171,55,46,.35); }

/* ---------- Vídeos ---------- */
.video-box { transition: transform .45s var(--ease-out), box-shadow .45s ease; }
.video-box:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.video-box video { transition: transform 1.2s var(--ease-out); }
.video-box:hover video { transform: scale(1.04); }
@keyframes playRing {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.45); }
  100% { box-shadow: 0 0 0 26px rgba(255,255,255,0); }
}
.play-btn { border-radius: 50%; transition: transform .35s var(--ease-back); }
.play-btn::before {
  content: ""; position: absolute; inset: 10px; border-radius: 50%;
  animation: playRing 2s ease-out infinite; pointer-events: none;
}
.video-box:hover .play-btn { transform: scale(1.12); }
.video-box.playing .play-btn { transform: scale(0); opacity: 0; display: flex; pointer-events: none; }

/* ---------- Carrossel de módulos ---------- */
@keyframes cardFromRight { from { opacity: 0; transform: translateX(60px) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes cardFromLeft  { from { opacity: 0; transform: translateX(-60px) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes cardSettle    { from { transform: scale(.94); } to { transform: none; } }
.carousel-track.slide-next .mod-card { animation: cardFromRight .5s var(--ease-out) both; }
.carousel-track.slide-prev .mod-card { animation: cardFromLeft .5s var(--ease-out) both; }
.carousel-track.slide-next .mod-card:nth-child(1) { animation-delay: .00s; }
.carousel-track.slide-next .mod-card:nth-child(2) { animation-delay: .04s; }
.carousel-track.slide-next .mod-card:nth-child(3) { animation-delay: .08s; }
.carousel-track.slide-next .mod-card:nth-child(4) { animation-delay: .12s; }
.carousel-track.slide-next .mod-card:nth-child(5) { animation-delay: .16s; }
.carousel-track.slide-prev .mod-card:nth-child(5) { animation-delay: .00s; }
.carousel-track.slide-prev .mod-card:nth-child(4) { animation-delay: .04s; }
.carousel-track.slide-prev .mod-card:nth-child(3) { animation-delay: .08s; }
.carousel-track.slide-prev .mod-card:nth-child(2) { animation-delay: .12s; }
.carousel-track.slide-prev .mod-card:nth-child(1) { animation-delay: .16s; }
.mod-card { transition: flex-basis .45s var(--ease-out), height .45s var(--ease-out), opacity .35s ease, transform .45s var(--ease-out), box-shadow .45s ease, border-color .35s ease; }
.mod-card:hover { transform: translateY(-6px); border-color: var(--red-2); }
.mod-card.active { box-shadow: 0 20px 40px rgba(171,55,46,.25); }
.mod-card img:first-child { transition: transform 1.4s var(--ease-out); }
.mod-card:hover img:first-child, .mod-card.active img:first-child { transform: scale(1.06); }
.mod-card .mod-label { transition: font-size .45s var(--ease-out), bottom .45s var(--ease-out), left .45s var(--ease-out); }
.mod-card.active .mod-label { animation: moduleTextIn .7s var(--ease-out) both; }
@keyframes moduleTextIn {
  from { opacity: .45; filter: blur(7px); transform: translateY(8px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
.mod-card .mod-icon { transition: transform .5s var(--ease-back); }
.mod-card.active .mod-icon { transform: rotate(360deg) scale(1.2); }
.carousel-arrow { transition: background .25s ease, transform .3s var(--ease-back); }
.carousel-arrow:hover { transform: translateY(-50%) scale(1.15); }
.carousel-arrow:active { transform: translateY(-50%) scale(.95); }

/* ---------- Quiz ---------- */
@keyframes qIn  { from { opacity: 0; transform: translateX(40px); filter: blur(4px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes qOut { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateX(-40px); filter: blur(4px); } }
@keyframes optIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes resultIn { from { opacity: 0; transform: scale(.9) translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes tagPop { 0% { transform: scale(.6); opacity: 0; } 70% { transform: scale(1.08); opacity: 1; } 100% { transform: none; } }
.quiz-body.q-enter .quiz-question { animation: none; } /* a pergunta entra por palavras (data-text) */
.quiz-body.q-enter .quiz-option { animation: optIn .55s var(--ease-out) both; }
.quiz-body.q-enter .quiz-option:nth-child(1) { animation-delay: .10s; }
.quiz-body.q-enter .quiz-option:nth-child(2) { animation-delay: .18s; }
.quiz-body.q-enter .quiz-option:nth-child(3) { animation-delay: .26s; }
.quiz-body.q-enter .quiz-option:nth-child(4) { animation-delay: .34s; }
.quiz-body.q-leave > * { animation: qOut .3s ease-in both; }
.quiz-body.q-enter .quiz-result { animation: resultIn .7s var(--ease-back) both; }
.quiz-body.q-enter .result-tag { animation: tagPop .6s var(--ease-back) .2s both; }
.quiz-option { transition: border-color .25s, background .3s, color .25s, transform .3s var(--ease-back), box-shadow .3s ease; }
.quiz-option:hover { transform: translateX(6px); box-shadow: 0 8px 20px rgba(51,0,0,.08); }
.quiz-option.selected { transform: scale(1.02); box-shadow: 0 10px 26px rgba(51,0,0,.25); }
.progress-bar { transition: width .6s var(--ease-out); position: relative; overflow: hidden; }
.progress-bar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: translateX(-100%); animation: shine-bar 2s ease-in-out infinite;
}
@keyframes shine-bar { to { transform: translateX(100%); } }

/* ---------- Preço + stats ---------- */
.stat-white { transition: transform .35s var(--ease-back), box-shadow .35s ease; }
.stat-white:hover { transform: translateY(-4px) rotate(-1deg); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.price-card { transition: transform .5s var(--ease-out), box-shadow .5s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0,0,0,.18); }
@keyframes arrowNudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
.price-arrow { animation: arrowNudge 1.6s ease-in-out infinite; }

/* ---------- FAQ: abertura suave (altura animada via JS) ---------- */
.faq-item { transition: padding-left .3s var(--ease-out); }
.faq-item summary { transition: color .25s ease, padding-left .3s var(--ease-out); }
.faq-item summary:hover { color: var(--rose); padding-left: 10px; }
.faq-answer { overflow: hidden; }
.faq-answer p { transition: opacity .35s ease .1s, transform .4s var(--ease-out) .1s; }
.faq-item:not([open]) .faq-answer p { opacity: 0; transform: translateY(-6px); }
.faq-chev { transition: transform .4s var(--ease-back); }

/* ---------- Flutuantes ---------- */
@keyframes waRing {
  0% { box-shadow: 0 0 0 0 rgba(0,230,118,.55); }
  100% { box-shadow: 0 0 0 22px rgba(0,230,118,0); }
}
@keyframes waIn { from { opacity: 0; transform: translateY(40px) scale(.6); } to { opacity: 1; transform: none; } }
@keyframes waWiggle { 0%, 80%, 100% { transform: rotate(0); } 85% { transform: rotate(-12deg); } 90% { transform: rotate(10deg); } 95% { transform: rotate(-6deg); } }
.float-whatsapp { animation: waIn .8s var(--ease-back) 1.6s both; }
.float-whatsapp::before { content: ""; position: absolute; inset: 4px; border-radius: 50%; animation: waRing 2.2s ease-out 2.4s infinite; pointer-events: none; }
.float-whatsapp img { animation: waWiggle 6s ease-in-out 3s infinite; }
.float-whatsapp:hover { transform: scale(1.1) rotate(-6deg); }
.float-top { transform: translateY(16px) scale(.8); transition: transform .45s var(--ease-back), opacity .35s ease; }
.float-top.show { transform: none; }
.float-top:hover { transform: translateY(-4px) scale(1.06); }

/* ---------- Footer ---------- */
.footer-link { transition: color .25s ease, transform .3s var(--ease-back); display: inline-block; }
.footer-link:hover { transform: translateY(-3px); }
.footer-logo, .footer-aurora { transition: transform .4s var(--ease-out), filter .4s ease; }
.footer-logo:hover, .footer-aurora:hover { transform: scale(1.05); filter: brightness(1.15); }

/* ---------- Scroll-cue: some ao rolar ---------- */
.scroll-cue { transition: opacity .4s ease; }
.header.is-scrolled ~ .hero .scroll-cue { opacity: 0; pointer-events: none; }

/* ============================================================
   MARQUEE — carrossel contínuo de módulos + faixa de texto
   ============================================================ */
.carousel { -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.carousel-track { justify-content: flex-start; will-change: transform; cursor: grab; }
.carousel-track:active { cursor: grabbing; }
/* tamanhos fixos: o destaque do card central é feito por escala (sem "pulos" na largura) */
.mod-card, .mod-card.active { flex: 0 0 205px; height: 260px; }
.mod-card { transform: scale(.92); opacity: .75; transition: transform .6s var(--ease-out), opacity .6s ease, box-shadow .6s ease, border-color .4s ease; }
.mod-card.active { transform: scale(1.1); opacity: 1; z-index: 2; }
.mod-card:hover { transform: scale(1.02) translateY(-4px); opacity: 1; }
.mod-card.active:hover { transform: scale(1.12) translateY(-4px); }
@media (max-width: 1024px) { .mod-card:not(.active):not(.near) { display: block; } }
@media (max-width: 760px) {
  .mod-card, .mod-card.active { flex-basis: 150px; height: 210px; }
  .carousel-track { gap: 14px; min-height: 250px; }
}

.ribbon { position: relative; z-index: 3; overflow: hidden; margin: -22px 0 -26px; padding: 8px 0; }
.ribbon-skew {
  background: var(--wine); color: var(--white); overflow: hidden;
  transform: rotate(-1.6deg) scale(1.06);
  box-shadow: 0 16px 40px rgba(51,0,0,.35);
}
.ribbon-skew::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.25), transparent 15%, transparent 85%, rgba(0,0,0,.25)); pointer-events: none; }
.ribbon-track {
  display: flex; align-items: center; gap: 42px; width: max-content; padding: 16px 0;
  font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
  animation: ribbonMove 38s linear infinite;
}
.ribbon:hover .ribbon-track { animation-play-state: paused; }
.ribbon-track img { width: 20px; height: 20px; opacity: .9; animation: spinSlow 6s linear infinite; }
.ribbon-track span:nth-child(4n+1) { color: var(--rose); }
@keyframes ribbonMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@media (max-width: 760px) { .ribbon-track { font-size: 16px; gap: 26px; padding: 12px 0; animation-duration: 26s; } }
