/* ============================================================
   Desafio 4 Semanas de Speaking — Max Idiomas
   Design: editorial quente · coral #fc5185 sobre creme
   Fontes da marca: Droid Serif (títulos) + Barlow (corpo, DIN-like)
                    + Anton (impacto), iguais à maxidiomas.com
   ============================================================ */

:root{
  --cream:      #fdf6ec;
  --cream-2:    #f7ecda;
  --paper:      #fffaf3;
  --ink:        #211c1b;
  --ink-soft:   #6a615d;
  --coral:      #fc5185;
  --coral-deep: #e23a6e;
  --orange:     #ff8044;
  --dark:       #20100f;
  --dark-2:     #2e1715;
  --line:       #e7d9c4;

  --shadow-sm: 0 2px 8px rgba(60,30,20,.06);
  --shadow-md: 0 18px 40px -18px rgba(120,40,60,.30);
  --shadow-lg: 0 40px 80px -30px rgba(120,40,60,.40);

  --maxw: 1200px;
  --radius: 22px;

  --font-display: "Droid Serif", Georgia, serif;
  --font-body: "Barlow", system-ui, sans-serif;
  --font-impact: "Anton", "Barlow", sans-serif;
}

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

html{ scroll-behavior: smooth; overflow-x: hidden; }

body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-image:
    radial-gradient(120% 80% at 85% -10%, rgba(252,81,133,.10), transparent 55%),
    radial-gradient(90% 60% at -10% 0%, rgba(255,128,68,.08), transparent 50%);
  background-attachment: fixed;
}

/* ---------- Tipografia base ---------- */
h1, h2{ font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.01em; }
em{ font-style: italic; }

.eyebrow{
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-impact);
  font-size: 1rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase;
  color: var(--coral-deep);
}
.eyebrow--light{ color: #ff9bb4; }
.eyebrow__dot{
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(252,81,133,.18);
}

/* ---------- Botões ---------- */
.btn{
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1.04rem;
  text-decoration: none; cursor: pointer;
  border-radius: 100px; border: 0;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn--primary{
  background: var(--coral); color: #fff;
  padding: 1.05rem 1.6rem;
  box-shadow: 0 14px 30px -10px rgba(252,81,133,.6);
}
.btn--primary svg{ transition: transform .25s ease; }
.btn--primary:hover{ background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 20px 38px -12px rgba(252,81,133,.7); }
.btn--primary:hover svg{ transform: translateX(4px); }
.btn--ghost{
  background: transparent; color: var(--ink);
  padding: .6rem 1.1rem; border: 1.5px solid var(--line);
  font-size: .95rem;
}
.btn--ghost:hover{ border-color: var(--coral); color: var(--coral-deep); }

/* ---------- Topbar ---------- */
.topbar{
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem clamp(1.1rem, 4vw, 2.2rem);
}
.brand{ display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo{ height: 31px; width: auto; display: block; }
.topbar__right{ display: flex; align-items: center; gap: 1.1rem; }
.topbar__tag{ color: var(--ink-soft); font-size: .92rem; font-weight: 500; }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.6rem) clamp(1.1rem, 4vw, 2.2rem) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.hero__title{
  font-size: clamp(2.2rem, 5vw, 4.05rem);
  margin-bottom: 1.4rem;
}
.hero__title-break{ display: block; }
.hero__title em{
  color: var(--coral);
  font-style: italic;
  position: relative;
  white-space: nowrap;
}
.hero__title em::after{
  content: ""; position: absolute; left: -2%; right: -2%; bottom: .02em;
  height: .12em; border-radius: 4px;
  background: linear-gradient(90deg, var(--orange), var(--coral));
  opacity: .55;
}

.hero__sub{
  font-size: clamp(1.06rem, 1.4vw, 1.24rem);
  font-weight: 400;
  color: var(--ink-soft);
  max-width: 34ch;
  margin-bottom: 2rem;
}

.cta-row{ display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 2.1rem; }
.cta-note{ font-size: .94rem; color: var(--ink-soft); max-width: 22ch; line-height: 1.4; }
.cta-note strong{ color: var(--ink); display: block; font-weight: 600; }

.trust{
  list-style: none; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem;
  font-size: .92rem; font-weight: 500; color: var(--ink);
  border-top: 1px solid var(--line); padding-top: 1.2rem;
}
.trust li{ position: relative; padding-left: 1.4rem; }
.trust li::before{
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(252,81,133,.14);
  box-shadow: inset 0 0 0 2px var(--coral);
}

/* ---------- Hero visual (foto + chips) ---------- */
.hero__visual{
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 540px;
}
.halo{
  position: absolute; inset: -8% -6% -8% 4%; max-width: 100%;
  background: radial-gradient(closest-side, rgba(252,81,133,.28), transparent 72%);
  filter: blur(10px);
  animation: float-slow 9s ease-in-out infinite;
}

.photo{
  position: relative; z-index: 2;
  width: min(100%, 420px);
  aspect-ratio: 41 / 50;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(160deg, #ff6a99, var(--coral) 60%, var(--coral-deep));
  box-shadow: var(--shadow-lg);
  transition: transform .35s ease;
  will-change: transform;
}
.photo img{
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 12%;
  display: block;
  mix-blend-mode: multiply;     /* funde o P&B no coral da marca */
  filter: grayscale(1) contrast(1.02);
}
.photo::after{   /* leve gradiente no rodapé pra o nome respirar */
  content: ""; position: absolute; inset: auto 0 0 0; height: 38%;
  background: linear-gradient(transparent, rgba(180,30,70,.55));
}
.photo__name{
  position: absolute; left: 18px; bottom: 16px; z-index: 3;
  font-family: var(--font-body); font-weight: 600; font-size: 1.05rem;
  color: #fff; line-height: 1.15;
}
.photo__name span{ display: block; font-weight: 400; font-size: .82rem; color: rgba(255,255,255,.85); }

/* chips de vidro */
.chip, .mini-bubble{
  position: absolute; z-index: 4;
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-md);
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.chip{
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--ink); font-weight: 600; font-size: .85rem;
  padding: .55rem .9rem; border-radius: 100px;
}
.chip--live{ top: 6%; right: -2%; color: var(--coral-deep); animation: float-soft 5.5s ease-in-out infinite .3s; }
.chip--tag{ bottom: 16%; right: -6%; animation: float-soft 7s ease-in-out infinite .9s; }
.chip--tag strong{ color: var(--coral); margin-left: .15rem; }
.chip__pulse{
  width: 9px; height: 9px; border-radius: 50%; background: var(--coral);
  box-shadow: 0 0 0 0 rgba(252,81,133,.55);
  animation: pulse 1.8s ease-out infinite;
}

.mini-bubble{
  left: -8%; bottom: 6%;
  max-width: 250px;
  padding: .95rem 1.1rem;
  border-radius: 20px 20px 20px 5px;
  font-family: var(--font-display);
  font-size: 1.12rem; line-height: 1.25; color: var(--ink);
  animation: float-soft 6.2s ease-in-out infinite .15s;
}
.mini-bubble strong{ color: var(--coral); font-weight: 700; }
.mini-bubble__label{
  display: block; font-family: var(--font-impact); font-weight: 400;
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--coral-deep); margin-bottom: .4rem;
}
.caret{
  display: inline-block; width: 2px; height: 1em; margin-left: 2px;
  vertical-align: -.13em; background: var(--coral);
  animation: blink 1.1s steps(1) infinite;
}

.hero__visual:hover .photo{ transform: translateY(-4px) scale(1.012); }

/* ============================================================
   SEÇÃO 2 — PROBLEMA (color blocking dark)
   ============================================================ */
.problem{
  position: relative;
  background:
    radial-gradient(80% 120% at 80% 0%, rgba(252,81,133,.18), transparent 55%),
    radial-gradient(60% 90% at 0% 100%, rgba(255,128,68,.12), transparent 55%),
    linear-gradient(180deg, var(--dark), var(--dark-2));
  color: var(--cream);
  border-radius: 40px 40px 0 0;
  margin-top: -10px;
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.1rem, 4vw, 2.2rem) clamp(4rem, 9vw, 8rem);
}
.problem__inner{ max-width: 760px; margin: 0 auto; }

.problem__title{
  font-size: clamp(1.85rem, 4vw, 3.05rem);
  margin: 1.1rem 0 1.8rem;
  color: #fff;
}
.problem__title em{ color: var(--coral); font-style: italic; }

.problem__body p{
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 400;
  color: rgba(253,246,236,.82);
  margin-bottom: 1.2rem;
  max-width: 64ch;
}
.problem__body mark{
  background: linear-gradient(transparent 58%, rgba(252,81,133,.35) 58%);
  color: #fff; padding: 0 .1em;
}
.problem__body strong{ color: #fff; font-weight: 600; }

/* gap visual entende -> fala */
.gap{
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(.6rem, 2vw, 1.4rem);
  border: 1px solid rgba(253,246,236,.14);
  border-radius: 20px;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: rgba(0,0,0,.18);
}
.gap__side{ display: flex; flex-direction: column; line-height: 1; }
.gap__k{ font-family: var(--font-impact); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(253,246,236,.5); margin-bottom: .4rem; }
.gap__v{ font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 4vw, 2.4rem); color: #fff; }
.gap__side--accent .gap__v{ color: var(--coral); font-style: italic; }
.gap__bridge{
  font-size: .85rem; color: rgba(253,246,236,.6); text-align: center;
  max-width: 14ch; line-height: 1.3;
  position: relative; padding: 0 clamp(.4rem, 2vw, 1rem);
}
.gap__bridge::before, .gap__bridge::after{
  content: ""; display: block; height: 2px; width: 100%;
  background: repeating-linear-gradient(90deg, rgba(252,81,133,.7) 0 6px, transparent 6px 12px);
  margin: .5rem auto;
}

/* ============================================================
   ANIMAÇÕES (ambient — sem esconder conteúdo)
   ============================================================ */
@keyframes float-soft{ 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }
@keyframes float-slow{ 0%,100%{ transform: translateY(0) scale(1); } 50%{ transform: translateY(8px) scale(1.04); } }
@keyframes blink{ 0%,49%{ opacity: 1; } 50%,100%{ opacity: 0; } }
@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(252,81,133,.55); }
  70%{ box-shadow: 0 0 0 10px rgba(252,81,133,0); }
  100%{ box-shadow: 0 0 0 0 rgba(252,81,133,0); }
}

@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px){
  .hero{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 1rem;
  }
  /* mobile: texto + CTA ANTES da mídia decorativa (regra do projeto) */
  .hero__text{ order: 1; }
  .hero__visual{ order: 2; min-height: 0; margin-top: .5rem; }
  .hero__sub{ max-width: 46ch; }
  .photo{ width: min(78%, 360px); }
  .mini-bubble{ left: -2%; }
  .chip--tag{ right: 0; }
}

@media (max-width: 560px){
  .topbar__tag{ display: none; }
  .hero__title{ font-size: clamp(2rem, 8.5vw, 2.5rem); margin-bottom: 1.1rem; }
  .hero__sub{ font-size: 1.04rem; margin-bottom: 1.5rem; }
  .cta-row{ gap: .85rem; margin-bottom: 1.6rem; }
  .btn--primary{ width: 100%; justify-content: center; }
  .cta-note{ max-width: none; text-align: center; }
  .photo{ width: min(86%, 320px); }
  .mini-bubble{ max-width: 200px; font-size: 1rem; left: -3%; }
  .gap{ grid-template-columns: 1fr; text-align: center; gap: 1rem; }
  .gap__side{ align-items: center; }
  .gap__bridge::before, .gap__bridge::after{ width: 40%; }
}

/* ============================================================
   HELPERS GLOBAIS — container, reveal, foco, botões extras
   ============================================================ */
.container{ max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); }

:root{ --sec-pad: clamp(3.5rem, 8vw, 7rem); }

/* Reveal por scroll — só esconde se o JS marcou html.js (fallback sem JS = visível) */
.reveal{ transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
html.js .reveal{ opacity: 0; transform: translateY(24px); }
html.js .reveal.is-in{ opacity: 1; transform: none; }

/* Foco visível (acessibilidade) */
:focus-visible{ outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }
:focus:not(:focus-visible){ outline: none; }

/* Touch targets mínimos */
.btn{ min-height: 44px; }

.btn--block{ display: flex; width: 100%; justify-content: center; }
.btn--breathe{ animation: breathe 2.6s ease-in-out infinite; }
@keyframes breathe{
  0%,100%{ box-shadow: 0 14px 30px -10px rgba(252,81,133,.6); }
  50%{ box-shadow: 0 24px 54px -8px rgba(252,81,133,.85); }
}

/* SVG genéricos de ícone (traço) */
.who-ic svg, .how-step__ic svg, .bento__ic svg, .how-whats__ic svg,
.guarantee__seal svg, .proof__arrow svg{ fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   SEÇÃO 3 — PRA QUEM É (Split Vertical)
   ============================================================ */
.who{ padding: var(--sec-pad) 0; }
.who .eyebrow{ display: inline-flex; }
.who__title{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: .8rem 0 2.4rem; max-width: 18ch; }
.who__grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2.5vw, 1.8rem); align-items: start; }
.who-card{ border-radius: 22px; padding: clamp(1.6rem, 3vw, 2.2rem); transition: transform .25s ease, box-shadow .25s ease; }
.who-card--yes{ background: var(--cream-2); border: 1.5px solid rgba(252,81,133,.35); box-shadow: var(--shadow-sm); transform: translateY(-6px); }
.who-card--no{ background: var(--paper); border: 1px solid var(--line); }
.who-card:hover{ transform: translateY(-10px); box-shadow: var(--shadow-md); }
.who-card--no:hover{ transform: translateY(-4px); }
.who-card__title{ font-family: var(--font-body); font-weight: 600; font-size: 1.15rem; margin-bottom: 1.2rem; }
.who-card--yes .who-card__title{ color: var(--coral-deep); }
.who-card--no .who-card__title{ color: var(--ink-soft); }
.who-list{ list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.who-list li{ display: flex; gap: .7rem; align-items: flex-start; font-size: 1.02rem; line-height: 1.45; }
.who-ic{ flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.who-ic svg{ width: 15px; height: 15px; }
.who-list--yes .who-ic{ background: rgba(252,81,133,.14); }
.who-list--yes .who-ic svg{ stroke: var(--coral); }
.who-list--no .who-ic{ background: var(--cream-2); }
.who-list--no .who-ic svg{ stroke: var(--ink-soft); }

/* ============================================================
   SEÇÃO 4 — COMO FUNCIONA (Scroll Storytelling)
   ============================================================ */
.how{ padding: var(--sec-pad) 0; background: var(--cream-2); }
.how__head{ text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.how__head .eyebrow{ display: inline-flex; }
.how__head h2{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: .8rem 0 .8rem; }
.how__sub{ color: var(--ink-soft); font-size: 1.1rem; }
.how__timeline{ position: relative; max-width: 1000px; }
.how__track{ position: absolute; left: 46px; top: 18px; bottom: 150px; width: 3px; background: rgba(33,28,27,.1); border-radius: 3px; }
.how__fill{ position: absolute; inset: 0 0 auto 0; height: 0; width: 100%; background: linear-gradient(180deg, var(--orange), var(--coral)); border-radius: 3px; }
.how__steps{ list-style: none; }
.how-step{ display: grid; grid-template-columns: 92px 1fr; gap: clamp(1rem, 2.5vw, 1.8rem); align-items: start; margin-bottom: 1.4rem; }
.how-step__num{ text-align: center; position: relative; z-index: 1; }
.how-step__num span{ font-family: var(--font-impact); font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1; color: rgba(33,28,27,.14); transition: color .45s ease; }
.how-step.is-in .how-step__num span{ color: var(--coral); }
.how-step__card{ background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.how-step__card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.how-step__head{ display: flex; align-items: center; gap: .8rem; margin-bottom: .7rem; }
.how-step__ic{ width: 34px; height: 34px; flex: 0 0 auto; }
.how-step__ic svg{ width: 34px; height: 34px; stroke: var(--coral); }
.how-step__card h3{ font-family: var(--font-display); font-weight: 700; font-size: 1.32rem; margin-bottom: .5rem; }
.how-step__card p{ color: var(--ink-soft); font-size: 1.04rem; line-height: 1.55; }
.pill{ display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-impact); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; padding: .3rem .7rem; border-radius: 100px; }
.pill--prep{ background: var(--cream); color: var(--ink-soft); border: 1px solid var(--line); }
.pill--live{ background: var(--coral); color: #fff; }
.pill__dot{ width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.8s ease-out infinite; }
.how-whats{ display: flex; gap: 1.2rem; align-items: flex-start; margin-top: 1.4rem; margin-left: 0; background: linear-gradient(135deg, var(--paper), var(--cream)); border: 1px dashed rgba(252,81,133,.4); border-radius: 22px; padding: clamp(1.5rem, 3vw, 2rem); }
.how-whats__ic{ flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: rgba(252,81,133,.12); display: grid; place-items: center; }
.how-whats__ic svg{ width: 26px; height: 26px; stroke: var(--coral); }
.how-whats h3{ font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin-bottom: .4rem; }
.how-whats p{ color: var(--ink-soft); font-size: 1.02rem; line-height: 1.55; }

/* ============================================================
   SEÇÃO 5 — O QUE VOCÊ LEVA (Bento Box)
   ============================================================ */
.leva{ padding: var(--sec-pad) 0; }
.leva .eyebrow{ display: inline-flex; }
.leva h2{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: .8rem 0 0; }
.bento{ display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(.8rem, 1.6vw, 1.2rem); margin-top: 2.4rem; }
.bento__cell{ grid-column: span 2; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.4rem, 2.5vw, 2rem); transition: transform .25s ease, box-shadow .25s ease; }
.bento__cell--wide{ grid-column: span 3; }
.bento__cell--coral{ grid-column: span 3; background: var(--coral); color: #fff; border-color: transparent; }
.bento__cell--full{ grid-column: span 6; }
.bento__cell:hover{ transform: translateY(-4px); box-shadow: 0 14px 40px -12px rgba(252,81,133,.35); }
.bento__cell--coral:hover{ box-shadow: 0 18px 50px -10px rgba(252,81,133,.6); }
.bento__ic{ display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: .9rem; }
.bento__ic svg{ width: 34px; height: 34px; stroke: var(--coral); }
.bento__cell--coral .bento__ic svg{ stroke: #fff; }
.bento__cell h3{ font-family: var(--font-body); font-weight: 600; font-size: 1.14rem; margin-bottom: .4rem; }
.bento__cell p{ font-size: .98rem; color: var(--ink-soft); line-height: 1.5; }
.bento__cell--coral p{ color: rgba(255,255,255,.92); }
.bento__full-head{ display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.1rem; }
.bento__full-head .bento__ic{ margin-bottom: 0; }
.theme-chips{ list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.theme-chips li{ font-size: .82rem; font-weight: 500; padding: .4rem .8rem; border-radius: 100px; background: var(--cream-2); color: var(--ink); border: 1px solid transparent; transition: border-color .2s ease, transform .2s ease; }
.theme-chips li:hover{ border-color: var(--coral); transform: translateY(-2px); }

/* ============================================================
   SEÇÃO 6 — QUEM É O MATHEUS (Split Assimétrico, dark)
   ============================================================ */
.author{
  position: relative; color: var(--cream);
  background:
    radial-gradient(70% 100% at 85% 0%, rgba(252,81,133,.18), transparent 55%),
    radial-gradient(60% 90% at 0% 100%, rgba(255,128,68,.12), transparent 55%),
    linear-gradient(180deg, var(--dark), var(--dark-2));
  border-radius: 40px 40px 0 0; margin-top: -10px;
  padding: var(--sec-pad) 0;
}
.author__inner{ max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.author__photo{ margin: 0; width: min(100%, 400px); aspect-ratio: 41/50; border-radius: 30px; overflow: hidden; background: linear-gradient(160deg, #ff6a99, var(--coral) 60%, var(--coral-deep)); box-shadow: var(--shadow-lg); transition: transform .35s ease; justify-self: center; }
.author__photo img{ width: 100%; height: 100%; object-fit: cover; object-position: center 12%; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.02); display: block; }
.author__photo:hover{ transform: scale(1.02); }
.author__text h2{ font-size: clamp(1.8rem, 3.8vw, 2.8rem); color: #fff; margin: .7rem 0 1.2rem; }
.author__text h2 em{ color: var(--coral); font-style: italic; }
.author__text p{ color: rgba(253,246,236,.82); font-size: clamp(1.04rem, 1.4vw, 1.18rem); line-height: 1.6; margin-bottom: 1.1rem; max-width: 56ch; }
.stats{ list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.stats li{ background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-left: 3px solid var(--coral); border-radius: 14px; padding: 1rem 1.2rem; min-width: 150px; transition: border-color .25s ease; }
.stats li:hover{ border-left-color: var(--orange); }
.stats__num{ display: block; font-family: var(--font-impact); font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1; color: var(--coral); }
.stats__num--text{ font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.stats__label{ display: block; margin-top: .35rem; font-size: .85rem; color: rgba(253,246,236,.7); }

/* ============================================================
   SEÇÃO 7 — DEPOIMENTOS (Carousel)
   ============================================================ */
.proof{ padding: var(--sec-pad) 0; }
.proof .eyebrow{ display: inline-flex; }
.proof h2{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: .8rem 0 .6rem; max-width: 20ch; }
.proof__sub{ color: var(--ink-soft); font-size: 1.08rem; max-width: 52ch; }
.proof__wrap{ position: relative; display: flex; align-items: center; gap: .5rem; margin-top: 2rem; }
.proof__track{ list-style: none; display: flex; gap: 1.2rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 1rem clamp(1.1rem, 4vw, 2.2rem); scrollbar-width: none; -ms-overflow-style: none; }
.proof__track::-webkit-scrollbar{ display: none; }
.proof__card{ flex: 0 0 auto; width: clamp(240px, 70vw, 286px); scroll-snap-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: 10px; box-shadow: var(--shadow-md); transition: transform .25s ease; }
.proof__card:hover{ transform: scale(1.03); }
.proof__card figure{ margin: 0; border-radius: 18px; overflow: hidden; }
.proof__card img{ width: 100%; height: 440px; object-fit: cover; object-position: top center; display: block; }
.proof__card figcaption{ text-align: center; padding: .8rem 0 .3rem; font-weight: 500; font-size: .9rem; color: var(--ink-soft); }
.proof__arrow{ flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--coral-deep); cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .2s ease, color .2s ease, transform .2s ease; }
.proof__arrow svg{ width: 24px; height: 24px; stroke: currentColor; }
.proof__arrow:hover{ background: var(--coral); color: #fff; transform: scale(1.06); }

/* ============================================================
   SEÇÃO 8 — INVESTIMENTO / OFERTA (Spotlight, dark)
   ============================================================ */
.offer{
  position: relative; color: var(--cream);
  background:
    radial-gradient(70% 90% at 50% 22%, rgba(252,81,133,.24), transparent 60%),
    linear-gradient(180deg, var(--dark), var(--dark-2));
  border-radius: 40px 40px 0 0; margin-top: -10px;
  padding: var(--sec-pad) 0;
}
.offer__inner{ max-width: 720px; margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); text-align: center; }
.offer__inner .eyebrow{ display: inline-flex; }
.offer h2{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); color: #fff; margin: .7rem 0 1rem; }
.offer__sub{ color: rgba(253,246,236,.85); font-size: 1.1rem; max-width: 58ch; margin: 0 auto 1.2rem; }
.offer__context{ color: rgba(253,246,236,.6); font-size: .98rem; max-width: 60ch; margin: 0 auto 2.2rem; line-height: 1.55; }
.offer-card{ background: var(--paper); color: var(--ink); border-radius: 28px; padding: clamp(2rem, 4vw, 3rem); box-shadow: var(--shadow-lg); max-width: 520px; margin: 0 auto; }
.offer-card__badge{ display: inline-block; font-family: var(--font-impact); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; background: var(--coral); color: #fff; padding: .4rem .95rem; border-radius: 100px; }
.offer-card__price{ font-family: var(--font-impact); font-size: clamp(3.5rem, 9vw, 5.5rem); color: var(--coral); line-height: 1; margin: .7rem 0 .3rem; }
.offer-card__cur{ font-size: .38em; vertical-align: super; margin-right: .08em; }
.offer-card__lots{ list-style: none; max-width: 290px; margin: 1.3rem auto; display: flex; flex-direction: column; gap: .55rem; }
.offer-card__lots li{ display: flex; justify-content: space-between; align-items: center; font-size: .98rem; color: var(--ink-soft); padding-bottom: .55rem; border-bottom: 1px dashed var(--line); }
.offer-card__lots li:last-child{ border-bottom: 0; }
.offer-card__lots li.is-active{ color: var(--coral-deep); font-weight: 700; }
.offer-card__lots li.is-active strong{ color: var(--coral); }
.offer-card__inc{ list-style: none; text-align: left; max-width: 360px; margin: 1.5rem auto; display: flex; flex-direction: column; gap: .75rem; }
.offer-card__inc li{ display: flex; gap: .6rem; align-items: flex-start; font-size: .98rem; }
.offer-card__inc .who-ic{ background: rgba(252,81,133,.14); }
.offer-card__inc .who-ic svg{ stroke: var(--coral); }
.offer-card__deadline{ font-size: .96rem; color: var(--ink-soft); margin-bottom: 1.4rem; line-height: 1.45; }
.offer-card__note{ font-size: .85rem; color: var(--ink-soft); margin-top: 1rem; }
.offer-card__note .lock{ margin-right: .25rem; }

/* ============================================================
   SEÇÃO 9 — GARANTIA (Isolated Element)
   ============================================================ */
.guarantee{ padding: clamp(4rem, 9vw, 7rem) 0; }
.guarantee__inner{ max-width: 620px; margin: 0 auto; text-align: center; }
.guarantee__seal{ display: inline-grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; background: var(--coral); color: #fff; box-shadow: 0 20px 50px -18px rgba(252,81,133,.5); margin-bottom: 1.4rem; animation: float-soft 6s ease-in-out infinite; }
.guarantee__seal svg{ width: 46px; height: 46px; stroke: #fff; }
.guarantee .eyebrow{ display: inline-flex; }
.guarantee h2{ font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: .7rem 0 1.1rem; }
.guarantee h2 em{ color: var(--coral); font-style: italic; }
.guarantee__text{ color: var(--ink-soft); font-size: 1.1rem; line-height: 1.6; }

/* ============================================================
   SEÇÃO 10 — FAQ (Accordion)
   ============================================================ */
.faq{ padding: var(--sec-pad) 0; }
.faq__inner{ max-width: 760px; margin: 0 auto; }
.faq__inner .eyebrow{ display: inline-flex; }
.faq h2{ font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: .8rem 0 0; }
.faq__list{ margin-top: 2rem; }
.faq-item{ border-bottom: 1px solid var(--line); }
.faq-q{ width: 100%; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-body); font-weight: 600; font-size: 1.08rem; color: var(--ink); padding: 1.25rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 44px; transition: color .2s ease; }
.faq-q:hover{ color: var(--coral-deep); }
.faq-ic{ position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-ic::before, .faq-ic::after{ content: ""; position: absolute; background: var(--coral); border-radius: 2px; }
.faq-ic::before{ left: 0; top: 8px; width: 18px; height: 2px; }
.faq-ic::after{ left: 8px; top: 0; width: 2px; height: 18px; transition: transform .3s ease, opacity .3s ease; }
.faq-item.is-open .faq-ic::after{ transform: rotate(90deg); opacity: 0; }
.faq-a{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-item.is-open .faq-a{ grid-template-rows: 1fr; }
.faq-a__inner{ overflow: hidden; }
.faq-a p{ padding: 0 0 1.3rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; max-width: 64ch; }

/* ============================================================
   SEÇÃO 11 — CTA FINAL (Type Hero, dark)
   ============================================================ */
.final{
  position: relative; color: var(--cream);
  background:
    radial-gradient(70% 100% at 50% 0%, rgba(252,81,133,.24), transparent 55%),
    radial-gradient(55% 80% at 100% 100%, rgba(255,128,68,.15), transparent 55%),
    linear-gradient(180deg, var(--dark), var(--dark-2));
  border-radius: 40px 40px 0 0; margin-top: -10px;
  padding: clamp(4rem, 9vw, 8rem) 0;
}
.final__inner{ max-width: 820px; margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); text-align: center; }
.final h2{ font-size: clamp(2rem, 5vw, 3.6rem); color: #fff; line-height: 1.12; margin-bottom: 1.3rem; }
.final h2 em{ color: var(--coral); font-style: italic; }
.final__muted{ color: rgba(253,246,236,.45); }
.final__sub{ font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: rgba(253,246,236,.85); max-width: 50ch; margin: 0 auto 1rem; }
.final__text{ color: rgba(253,246,236,.7); max-width: 56ch; margin: 0 auto 2rem; line-height: 1.55; }
.final .btn--primary{ font-size: 1.1rem; padding: 1.15rem 2rem; }
.final__note{ font-size: .88rem; color: rgba(253,246,236,.6); margin-top: 1rem; }
.final__deadline{ font-family: var(--font-impact); text-transform: uppercase; letter-spacing: .1em; color: var(--coral); font-size: .85rem; margin-top: .7rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background: var(--dark); color: rgba(253,246,236,.55); padding: 2.6rem 0; }
.footer__inner{ display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; }
.footer__logo{ height: 28px; width: auto; opacity: .95; margin-bottom: .3rem; }
.footer__line{ font-size: .95rem; color: rgba(253,246,236,.8); }
.footer__copy{ font-size: .82rem; }

/* ============================================================
   REDUCED MOTION — não esconder conteúdo revelado
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  html.js .reveal{ opacity: 1 !important; transform: none !important; }
  .how__fill{ height: 100% !important; }
}

/* ============================================================
   RESPONSIVO — seções 3 a 11
   ============================================================ */
@media (max-width: 900px){
  .who__grid{ grid-template-columns: 1fr; }
  .who-card--yes{ transform: none; }
  .author__inner{ grid-template-columns: 1fr; gap: 2.2rem; }
  .author__photo{ order: -1; }
  .bento{ grid-template-columns: repeat(2, 1fr); }
  .bento__cell, .bento__cell--wide, .bento__cell--coral{ grid-column: span 1; }
  .bento__cell--full{ grid-column: span 2; }
  /* timeline: vira coluna única, número vira badge, trilha some */
  .how__track{ display: none; }
  .how-step{ grid-template-columns: 1fr; gap: .4rem; }
  .how-step__num{ text-align: left; }
  .how-step__num span{ font-size: 2rem; color: var(--coral); }
}

@media (max-width: 760px){
  .proof__arrow{ display: none; }
}

@media (max-width: 560px){
  .bento{ grid-template-columns: 1fr; }
  .bento__cell, .bento__cell--wide, .bento__cell--coral, .bento__cell--full{ grid-column: auto; }
  .how-whats{ flex-direction: column; gap: .9rem; }
  .stats li{ flex: 1 1 100%; }
  .offer-card{ padding: 1.6rem 1.2rem; }
  .final .btn--primary{ width: 100%; justify-content: center; }
}

/* ============================================================
   FAIXA DE URGÊNCIA (TEMPO LIMITADO)
   ============================================================ */
.alert-bar{
  background: #f5333f; color: #fff; text-align: center;
  font-family: var(--font-body); font-weight: 500; font-size: .9rem; letter-spacing: .02em;
  padding: .6rem 1rem; display: flex; align-items: center; justify-content: center; gap: .5rem;
}
.alert-bar strong{ font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.alert-bar__pulse{ width: 9px; height: 9px; border-radius: 50%; background: #fff; flex: 0 0 auto; animation: pulse-white 1.8s ease-out infinite; }
@keyframes pulse-white{ 0%{ box-shadow: 0 0 0 0 rgba(255,255,255,.6); } 70%{ box-shadow: 0 0 0 8px rgba(255,255,255,0); } 100%{ box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* ============================================================
   PROMESSA NA OFERTA
   ============================================================ */
.offer__promise{
  display: inline-block;
  font-family: var(--font-display); font-style: italic; font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem); color: #fff;
  background: rgba(252,81,133,.16); border: 1px solid rgba(252,81,133,.5);
  border-radius: 100px; padding: .6rem 1.5rem; margin: 0 auto 1.8rem;
}
.offer__promise em{ color: var(--coral); font-style: italic; }

/* ============================================================
   DESTAQUE — CONVERSAÇÃO AO VIVO
   ============================================================ */
.live{
  position: relative; color: var(--cream);
  background:
    radial-gradient(70% 110% at 15% 0%, rgba(252,81,133,.20), transparent 55%),
    radial-gradient(60% 90% at 100% 100%, rgba(255,128,68,.12), transparent 55%),
    linear-gradient(180deg, var(--dark), var(--dark-2));
  border-radius: 40px 40px 0 0; margin-top: -10px;
  padding: var(--sec-pad) 0;
}
.live__inner{ max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(1.1rem,4vw,2.2rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.live__text .eyebrow{ display: inline-flex; }
.live__text h2{ font-size: clamp(1.7rem,3.8vw,2.8rem); color: #fff; margin: .7rem 0 1.1rem; }
.live__text h2 em{ color: var(--coral); font-style: italic; }
.live__text p{ color: rgba(253,246,236,.82); font-size: clamp(1.02rem,1.4vw,1.16rem); line-height: 1.6; margin-bottom: 1rem; max-width: 54ch; }
.live__grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.live-tile{ aspect-ratio: 4/3; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; }
.live-tile svg{ width: 34px; height: 34px; fill: none; stroke: rgba(253,246,236,.45); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.live-tile--you{ background: linear-gradient(160deg, #ff6a99, var(--coral)); color: #fff; font-family: var(--font-impact); text-transform: uppercase; letter-spacing: .08em; font-size: 1.1rem; border-color: transparent; }
.live-tile--on{ display: flex; align-items: center; justify-content: center; gap: .4rem; color: #fff; font-weight: 600; font-size: .85rem; background: rgba(252,81,133,.18); border-color: rgba(252,81,133,.5); }
.live-tile__dot{ width: 8px; height: 8px; border-radius: 50%; background: var(--coral); animation: pulse 1.8s ease-out infinite; }

@media (max-width: 900px){
  .live__inner{ grid-template-columns: 1fr; gap: 2rem; }
  .live__grid{ max-width: 360px; }
}

@media (max-width: 560px){
  .alert-bar{ font-size: .82rem; padding: .5rem .8rem; }
  .alert-bar__extra{ display: none; }
  .offer__promise{ font-size: 1.1rem; padding: .55rem 1.1rem; }
}
