/* ==========================================================================
   Be Proficient — Teacher Giselle
   Tokens extraídos do Figma (file OdZ6mTrq99hF8Ew6ZQzpdo)
   ========================================================================== */

:root {
  --navy: #051531;
  --navy-deep: #05132d;
  --teal: #08b4ab;
  --teal-light: #45e0d8;
  --teal-bright: #32e0d7;
  --mint: #f0fffe;
  --amber: #ffb902;
  --orange: #de3c0b;
  --white: #fff;
  --line: #d9d9d9;

  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Títulos e leads seguem o Figma e escalam entre 393px e 1440px. */
  --fs-display: clamp(2rem, 1.34rem + 2.7vw, 2.625rem);   /* 32 -> 42 */
  --fs-h2: clamp(1.5rem, 1.05rem + 1.83vw, 1.9375rem);    /* 24 -> 31 */
  --fs-lead: clamp(1rem, 0.9rem + 0.4vw, 1.1875rem);      /* 16 -> 19 */
  --fs-body: clamp(0.875rem, 0.83rem + 0.19vw, 1rem);     /* 14 -> 16 */

  /* Os três degraus de baixo sobem acima do Figma nos dois breakpoints:
     15/13/12px é legível no canvas mas apertado em tela real. Constantes,
     então sem clamp. */
  --fs-sm: 1rem;        /* 16 */
  --fs-xs: 0.9375rem;   /* 15 */
  --fs-xxs: 0.875rem;   /* 14 */
  --fs-micro: 0.8125rem; /* 13 — microcopy genuína */

  --container: 1090px;
  --gutter: clamp(1.25rem, 0.4rem + 3.4vw, 2rem);
  --section-y: clamp(3rem, 1.6rem + 5.7vw, 5.5rem);

  --radius-card: 14px;
  --radius-pill: 999px;
  --shadow-card: 0 4px 24px rgb(5 21 49 / 0.10);

  /* Gradiente das faixas navy: linear simples, dois stops.
     Ângulo 59deg = os 30,94° do Photoshop (CSS conta a partir do topo,
     horário; Photoshop a partir da direita, anti-horário). */
  --glow-angle: 59deg;
  --glow-from: #051532;
  --glow-to: #06459e;
  /* equivalente à "Escala" do Photoshop: acima de 100% a rampa passa a ser
     maior que a caixa, então a seção só percorre parte dela e fica mais escura */
  --glow-span: 100%;
}

/* --------------------------------------------------------------- reset -- */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.21;
  color: var(--navy);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }

.skip-link {
  position: absolute; left: 0; top: 0; z-index: 100;
  padding: .75rem 1rem; background: var(--white); color: var(--navy);
  clip-path: inset(50%);
}
.skip-link:focus { clip-path: none; }

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

/* ------------------------------------------------------------ estrutura -- */

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section--navy {
  position: relative;
  background: linear-gradient(
    var(--glow-angle),
    var(--glow-from) 0%,
    var(--glow-to) var(--glow-span)
  );
  color: var(--white);
}

/* faixas baixas percorrem a rampa inteira; seções altas ficam na parte escura,
   como no arquivo original */
.stats   { --glow-span: 135%; }
.results { --glow-span: 210%; }
.about   { --glow-span: 230%; }
.final   { --glow-span: 155%; }

.center { text-align: center; }

/* --------------------------------------------------------- tipografia -- */

.h2 {
  font-size: var(--fs-h2);
  line-height: 1.21;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
.h2--teal { color: var(--teal); font-weight: 500; }
.h2--light { color: var(--white); font-weight: 500; }
.h2--teal strong { font-weight: 700; }

.eyebrow {
  font-size: var(--fs-lead);
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .01em;
}

/* -------------------------------------------------------------- botões -- */

.btn {
  display: inline-block;
  padding: 1.125rem 1.65rem;
  border-radius: var(--radius-pill);
  font-size: var(--fs-lead);
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgb(5 21 49 / .22); }
.btn:active { transform: translateY(0); }

.btn--light   { background: var(--white); color: #000; border: 2px solid var(--teal-light); }
.btn--outline { background: var(--white); color: #000; border: 2px solid var(--teal-light); }
.btn--accent  { background: var(--teal-bright); color: var(--navy); border: 2px solid var(--teal-bright); }
.btn--accent:hover { background: var(--teal-light); }

/* ---------------------------------------------------------------- hero -- */

/* Até 999px a hero é o frame "Wireframe - 2" (393x852) do Figma: cada medida
   abaixo é o número literal do arquivo multiplicado por --f, a unidade do
   frame. O palco cresce junto com a tela e trava em 520px — daí para cima a
   composição continuaria correta, mas a foto empurraria a copy para fora da
   primeira dobra. A partir de 1000px --f volta a 1 e valem as regras do
   layout desktop, no fim do arquivo. */
.hero {
  --u: min(100vw, 520px);
  --f: calc(var(--u) / 393);

  position: relative;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;

  /* Os quatro fills do frame, de baixo para cima: branco, navy sólido, um
     linear ciano em color-dodge e um radial preto em color-burn. Os stops
     intermediários existem porque o Figma interpola cor e alfa separadamente
     e o CSS interpola pré-multiplicado: sem eles o ciano fica saturado nos
     trechos translúcidos e lava a seção inteira. */
  background-image:
    radial-gradient(258.5% 165.4% at -21.3% 122.6%,
      rgb(0 0 0 / 1) 0%,
      rgb(3 10 22 / .5) 18.6%,
      rgb(5 19 45 / 0) 37.3%),
    linear-gradient(193.72deg,
      rgb(21 255 255 / 1) -21.4%,
      rgb(17 196 202 / .75) 7.7%,
      rgb(13 137 150 / .5) 36.8%,
      rgb(9 78 97 / .25) 65.9%,
      rgb(5 19 45 / 0) 95%),
    linear-gradient(var(--navy-deep), var(--navy-deep));
  background-blend-mode: color-burn, color-dodge, normal;
  background-size: var(--u) calc(852 * var(--f));
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--navy-deep);
}

/* fundo de tela cheia do desktop: no mobile quem desenha a foto é .hero__photo */
.hero__bg,
.hero::before { display: none; }
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background: url("../assets/img/hero-bg.webp") center top / 232% auto no-repeat;
}
.hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(160deg, rgb(5 19 45 / 0) 0%, rgb(5 19 45 / .92) 87%),
    linear-gradient(180deg, rgb(5 19 45 / .55) 0%, rgb(5 19 45 / .75) 100%);
}

.hero__inner {
  display: grid;
  gap: 0;
  padding-inline: 0;
  padding-block: 0 calc(18 * var(--f));
  text-align: center;
}

/* mobile segue o frame: foto no topo, copy centralizada embaixo */
.hero__media { order: -1; }

/* O bloco de texto começa em y425 e a foto só acaba em y450: o logo cai por
   cima dos últimos 25px da imagem, que a essa altura já está dissolvida. */
.hero__copy {
  width: var(--u);
  margin: calc(-25 * var(--f)) auto 0;
  padding-inline: calc(36 * var(--f));
}

.hero__logo { width: calc(140 * var(--f)); height: auto; margin-inline: auto; }

.hero__title {
  margin: calc(6 * var(--f)) auto 0;
  max-width: calc(322 * var(--f));
  font-size: calc(25 * var(--f));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.hero__title em { font-style: normal; color: var(--teal-light); }

/* 10px do Figma é tamanho de canvas; 14 é o mínimo legível em tela real. */
.hero__sub {
  margin: calc(6 * var(--f)) auto 0;
  max-width: calc(312 * var(--f));
  font-size: calc(14 * var(--f));
  line-height: 1.3;
}

.hero .btn {
  margin-top: calc(13 * var(--f));
  padding: calc(11 * var(--f)) calc(16 * var(--f));
  border-width: calc(1.27 * var(--f));
  font-size: calc(12 * var(--f));
  line-height: 1.25;
}

.hero__micro {
  margin: calc(9 * var(--f)) auto 0;
  max-width: calc(312 * var(--f));
  font-size: calc(11 * var(--f));
  line-height: 1.35;
}

/* ------------------------------------------------------- palco da foto -- */

/* A caixa da foto do frame: 393x450. */
.hero__media {
  position: relative;
  width: var(--u);
  height: calc(450 * var(--f));
  margin-inline: auto;
}

/* A foto da turma tem 913px de largura num frame de 393 (232,3%) e some para
   baixo por uma máscara linear — é isso que a costura ao navy sem borda. */
.hero__photo {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 -21.6%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 -21.6%, transparent 100%);
}
.hero__crowd {
  position: absolute;
  inset: 0;
  opacity: .7;
  background: url("../assets/img/hero-bg.webp") center top / 232.3% auto no-repeat;
}
/* segundo fill do mesmo retângulo: navy a 36% na diagonal */
.hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(246.4deg, rgb(5 19 45 / 0) 16.6%, rgb(5 19 45 / .36) 92.9%);
}

/* Retrato e cards moram no mesmo grupo mascarado: os dois desaparecem juntos
   entre 57% e 98% da altura do palco. É o que dissolve a barra da camiseta em
   vez do corte reto na cintura. */
.hero__figure {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 57.1%, transparent 98%);
          mask-image: linear-gradient(to bottom, #000 57.1%, transparent 98%);
}

.hero__portrait {
  position: absolute;
  left: calc(65 * var(--f));
  top: calc(60 * var(--f));
  width: calc(269 * var(--f));
  max-width: none;
}

/* cards de score flutuantes sobre a foto */
.score-card {
  position: absolute;
  width: calc(80 * var(--f));
  min-height: calc(84 * var(--f));
  padding: calc(8 * var(--f)) calc(7 * var(--f));
  border-radius: calc(6.87 * var(--f));
  background: var(--mint);
  color: var(--navy);
}
.score-card__head { display: flex; gap: calc(4 * var(--f)); align-items: flex-start; }
.score-card__head img {
  flex: none;
  width: calc(21 * var(--f));
  height: calc(21 * var(--f));
  border-radius: 50%;
  object-fit: cover;
}
/* 4,3px do Figma é ilegível em tela: único degrau que sobe acima do canvas. */
.score-card__name {
  margin-top: calc(1.5 * var(--f));
  font-size: calc(8 * var(--f));
  font-weight: 700;
  line-height: 1.15;
  color: var(--teal);
}
.score-card__score {
  margin-top: calc(8 * var(--f));
  font-size: calc(11.375 * var(--f));
  font-weight: 700;
  line-height: 1.23;
}
.score-card__score span { font-size: .56em; font-weight: 600; letter-spacing: -0.028em; }

.score-card--1 { left: calc(263 * var(--f)); top: calc(108 * var(--f)); }
.score-card--2 { left: calc(34 * var(--f));  top: calc(223 * var(--f)); }
.score-card--3 { left: calc(278 * var(--f)); top: calc(269 * var(--f)); }

.stars { display: flex; gap: 1px; }
.stars span {
  width: 9px; height: 9px; background: var(--amber);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.hero .stars { gap: calc(.75 * var(--f)); }
.hero .stars span { width: calc(5 * var(--f)); height: calc(5 * var(--f)); }

/* ---------------------------------------------------------- faixa teal -- */

.strip-teal {
  padding: 1.25rem var(--gutter);
  background: var(--teal-bright);
  color: #000;
  text-align: center;
}
.strip-teal p { max-width: 900px; margin-inline: auto; font-size: var(--fs-body); line-height: 1.21; text-wrap: balance; }

/* --------------------------------------------------------------- stats -- */

.stats { padding-block: clamp(2.5rem, 1rem + 6vw, 5rem); }
.stats__list {
  display: grid;
  gap: .65rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.05;
}
.stats__list em { font-style: normal; color: var(--teal-light); }

/* ----------------------------------------------------------------- vsl -- */

.vsl { padding-block: var(--section-y); }
.vsl__frame {
  margin: clamp(1.75rem, 0.8rem + 4vw, 3.5rem) auto 0;
  max-width: 798px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-card);
}
.vsl__frame img { display: block; width: 100%; }

/* A caixa guarda a proporção antes e depois da troca, senão a página pula
   quando o iframe substitui a imagem. 16/9 é a proporção do vídeo. */
.vsl__frame { position: relative; aspect-ratio: 16 / 9; }

.vsl__player {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  appearance: none;
}
.vsl__player img { height: 100%; object-fit: cover; }

.vsl__play {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: clamp(56px, 9vw, 82px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 10px 30px rgb(5 21 49 / .35);
  transition: transform .18s ease, background-color .18s ease;
}
/* triângulo do play, deslocado para a direita para compensar o peso óptico */
.vsl__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  translate: -50% -50%;
  width: 32%;
  aspect-ratio: 1;
  background: var(--navy);
  clip-path: polygon(6% 0%, 100% 50%, 6% 100%);
}
.vsl__player:hover .vsl__play { transform: scale(1.06); background: var(--teal-bright); }
.vsl__player:focus-visible { outline: 3px solid var(--teal-light); outline-offset: 4px; }

.vsl__iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.vsl__sub {
  margin: clamp(2rem, 1rem + 4vw, 4.5rem) auto 0;
  max-width: 52em;
  text-align: center;
  text-wrap: pretty;
}
.vsl .btn { margin-top: 1.75rem; }

/* --------------------------------------------------------- comparativo -- */

.compare { padding-block: var(--section-y); background: var(--mint); }
.compare .h2 { max-width: 20em; margin-inline: auto; font-weight: 700; }
.compare__sub {
  margin: 1rem auto 0;
  max-width: 46em;
  text-align: center;
  text-wrap: pretty;
}

.compare__grid {
  display: grid;
  gap: clamp(1.25rem, 0.4rem + 3.4vw, 3rem);
  margin-top: clamp(2rem, 1rem + 4vw, 3.5rem);
}
.compare__card {
  padding: clamp(1.5rem, 1rem + 2vw, 2.25rem) clamp(1.25rem, 0.8rem + 1.8vw, 2rem);
  border: 1px solid var(--teal-light);
  border-radius: 19px;
  background: var(--white);
}
.compare__card--other { background: #fdf1ec; border-color: rgb(222 60 11 / .25); }
.compare__card--bp {
  background: #d9f7f2;
  border-color: var(--teal);
  box-shadow: 0 14px 32px rgb(8 180 171 / .18);
}
.compare__label {
  margin-bottom: 2rem;
  font-size: var(--fs-sm);
  font-weight: 700;
  text-align: center;
}
.compare__label--other { color: var(--orange); }
.compare__label--bp { color: var(--teal); }

.compare__card ul { display: grid; gap: 1.55rem; }
.compare__card li {
  font-size: var(--fs-xs);
  line-height: 1.21;
  text-align: center;
  text-wrap: pretty;
}
.compare__card strong { font-weight: 700; }

/* ------------------------------------------------------------ cta band -- */

.cta-band { padding-block: clamp(2.25rem, 1.2rem + 4vw, 3.75rem); }
.cta-band__quote {
  max-width: 22em;
  margin-inline: auto;
  font-size: var(--fs-h2);
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  text-wrap: balance;
}
.cta-band__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.25rem;
}
.cta-band__row--tight { margin-top: 0; }
.cta-band__note {
  max-width: 24em;
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1.21;
}

/* ------------------------------------------------------------ timeline -- */

.timeline { padding-block: var(--section-y); }

/* linha do tempo vertical: cada fase é uma linha (marcador + linha) e um
   acordeão. Fechado mostra só semana + título; abrir revela o conteúdo —
   a fase aberta ganha destaque no marcador e no cabeçalho. Empilhado até
   1000px; vira trilho horizontal com 4 colunas a partir daí. */
.timeline__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(2rem, 1rem + 4vw, 3rem);
}

.phase { display: flex; align-items: stretch; gap: .9rem; }

.phase__rail { flex: none; width: 18px; display: flex; flex-direction: column; align-items: center; }
.phase__dot {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 1.15rem;
  border-radius: 50%;
  border: 3px solid var(--teal-light);
  background: var(--white);
  transition: background-color .2s ease, border-color .2s ease;
}
.phase__line { flex: 1; width: 2px; margin-top: 4px; background: var(--teal-light); }
.phase:last-child .phase__line { display: none; }
.phase:has(.phase__acc[open]) .phase__dot { border-color: var(--teal); background: var(--teal); }

.phase__acc { flex: 1; min-width: 0; padding-bottom: 1.1rem; }

.phase__summary {
  display: flex;
  align-items: center;
  gap: .5rem .9rem;
  flex-wrap: wrap;
  padding: .9rem 1.1rem;
  border-radius: var(--radius-card);
  background: var(--mint);
  cursor: pointer;
  list-style: none;
  transition: background-color .2s ease;
}
.phase__summary::-webkit-details-marker { display: none; }
.phase__acc[open] .phase__summary { background: var(--teal-light); }

.phase__week { flex: none; font-size: var(--fs-xxs); font-weight: 700; color: var(--teal); }
.phase__title { flex: 1 1 12em; font-size: var(--fs-xs); font-weight: 700; line-height: 1.21; }
.phase__chev {
  flex: none;
  width: 20px; height: 20px;
  background: currentColor;
  transition: transform .25s ease;
  -webkit-mask: no-repeat center / 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
  mask: no-repeat center / 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
}
.phase__acc[open] .phase__chev { transform: rotate(180deg); }

.phase__body {
  margin-top: .6rem;
  padding: 1rem 1.1rem 1.15rem;
  border: 1px solid var(--teal-light);
  border-radius: var(--radius-card);
  background: var(--white);
}
.phase__items { display: grid; gap: 1.1rem; font-size: var(--fs-xxs); line-height: 1.21; }
.phase__out {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgb(5 21 49 / .25);
  font-size: var(--fs-xxs);
  font-weight: 700;
  line-height: 1.21;
}
.timeline__note {
  margin: clamp(1.75rem, 1rem + 3vw, 2.5rem) auto 0;
  max-width: 58em;
  text-align: center;
  text-wrap: pretty;
}
.timeline .btn { margin-top: 1.75rem; }

/* --------------------------------------------------------- depoimentos -- */

.results { padding-block: var(--section-y); }
.results__grid {
  display: grid;
  gap: clamp(.75rem, 0.3rem + 1.8vw, 1.1rem);
  margin-top: clamp(2rem, 1rem + 4vw, 3.25rem);
}
/* mobile: card horizontal — avatar na coluna esquerda, dados na direita.
   A partir de 768px vira card vertical (ver breakpoints). */
.result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: clamp(1.25rem, 1rem + 1vw, 1.5rem);
  border-radius: var(--radius-card);
  background: var(--mint);
  color: var(--navy);
}
.result__head {
  display: grid;
  justify-items: center;
  gap: .4rem;
  width: 72px;
}
.result__head img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.result__head .stars { justify-content: center; }
.result__head .stars span { width: 12px; height: 12px; }
.result__name {
  font-size: var(--fs-micro);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--teal);
}
.result__body { min-width: 0; }
.result__score {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.21;
}
.result__score b { font-weight: 700; }
.result__score span { font-size: .68em; font-weight: 600; }
.result__goal { margin-top: .55rem; font-size: var(--fs-xxs); line-height: 1.3; }
.result__high {
  margin-top: .8rem;
  padding-top: .8rem;
  border-top: 1px solid rgb(5 21 49 / .25);
  font-size: var(--fs-xxs);
  line-height: 1.3;
}
.results .btn { margin-top: clamp(2rem, 1rem + 4vw, 3.25rem); }

/* --------------------------------------------------------------- sobre -- */

.about { padding-block: var(--section-y); }
.about__inner { display: grid; gap: clamp(1.75rem, 0.8rem + 4vw, 3.75rem); }

.about__media {
  position: relative;
  border: 1px solid var(--teal-light);
  border-radius: 19px;
  overflow: hidden;
}
.about__media img { width: 100%; }
.about__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(200deg, rgb(0 0 0 / 0) 32%, rgb(0 0 0 / .82) 100%);
}
.about__overlay {
  position: absolute; z-index: 1;
  left: clamp(1.5rem, 1rem + 2vw, 2.75rem);
  right: clamp(1.5rem, 1rem + 2vw, 2.75rem);
  bottom: clamp(1.5rem, 1rem + 2vw, 2.75rem);
  font-size: clamp(1.375rem, 1.1rem + 1.2vw, 1.75rem);
  line-height: 1.21;
  color: var(--white);
}
.about__overlay strong { display: block; font-weight: 700; }
.about__overlay span { font-weight: 400; }

.about__hi {
  font-size: clamp(2rem, 1.5rem + 2vw, 2.625rem);
  font-weight: 700;
  line-height: 1.21;
  color: var(--teal-light);
}
.about__text p + p { margin-top: 1.2rem; }
.about__text p:not(.about__hi) { font-size: var(--fs-xs); line-height: 1.3; text-wrap: pretty; }
.about__hi + p { margin-top: .5rem; }

/* ----------------------------------------------------------------- faq -- */

.faq { padding-block: var(--section-y); }
.faq .h2 { margin-bottom: clamp(2rem, 1rem + 4vw, 3rem); }

.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  font-size: var(--fs-lead);
  font-weight: 700;
  line-height: 1.21;
  cursor: pointer;
  list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "";
  flex: none;
  width: 22px; height: 22px;
  background: currentColor;
  transition: transform .25s ease;
  -webkit-mask: no-repeat center / 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
  mask: no-repeat center / 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
}
.qa[open] summary::after { transform: rotate(180deg); }

.qa__body { padding-bottom: 1.5rem; font-size: var(--fs-body); line-height: 1.35; }
.qa__body p + p, .qa__body ul + p { margin-top: .55rem; }
.qa__body ul { margin: .55rem 0 0 1.15rem; list-style: disc; display: grid; gap: .3rem; }
.qa__body li { text-wrap: pretty; }
.qa__body [data-editar] { color: var(--orange); font-weight: 700; }

/* ------------------------------------------------------------ garantia -- */

.guarantee { padding-block: var(--section-y); background: var(--mint); }

.guarantee__top { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3rem); text-align: center; }
.guarantee__lead {
  margin-top: .85rem;
  font-size: var(--fs-h2);
  font-weight: 400;
  line-height: 1.28;
  text-wrap: pretty;
}

/* mobile empilha reembolso / "ou" / transferência, como no frame 393 */
.guarantee__options { display: grid; gap: .75rem; align-content: start; }
.guarantee__row { display: grid; gap: .75rem; justify-items: center; }
.guarantee__or { font-size: 1.5625rem; font-weight: 700; }

.pill {
  width: 100%;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-card);
  font-size: var(--fs-sm);
  line-height: 1.28;
  text-align: center;
  text-wrap: pretty;
}
.pill--solid { background: var(--teal-bright); }
.pill--ghost { border: 1px solid var(--teal-light); background: var(--white); }
.pill strong { font-weight: 700; }

/* Banner retrato do frame 393x919: alinhado ao gutter da seção, como as pílulas
   e o resto da página. A proporção 298/509 vale enquanto a coluna é estreita;
   o teto de 509px impede que a caixa vire um retângulo gigante em telas largas.
   >=1000px vira o banner panorâmico do desktop (ver bloco do breakpoint). */
.guarantee__banner {
  position: relative;
  width: 100%;
  margin: clamp(2.25rem, 1.2rem + 4vw, 3.75rem) auto 0;
  aspect-ratio: 298 / 509;
  max-height: 509px;
  border: 1px solid var(--teal-light);
  border-radius: 14px;
  overflow: hidden;
  color: var(--white);
  background: #000;
}
.guarantee__banner img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.guarantee__banner::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(196deg, rgb(0 0 0 / 0) 26%, rgb(0 0 0 / .78) 62%);
}
.guarantee__banner-copy,
.guarantee__banner-cta { position: absolute; z-index: 1; }

.guarantee__banner-copy {
  left: 7%;
  top: 41%;
  width: 62%;
  font-size: 15px;
  line-height: 1.22;
}
.guarantee__banner-copy strong { font-weight: 700; }
.guarantee__stat { margin-top: 1rem; font-weight: 700; color: var(--teal-light); }

.guarantee__banner-cta {
  left: 15.8%;
  bottom: 6.5%;
  width: 68.5%;
  text-align: center;
}
.guarantee__banner-cta .btn {
  width: 100%;
  padding: .7rem 1rem;
  font-size: var(--fs-micro);
}
/* o frame mobile não traz a nota sob o botão */
.guarantee__banner-note { display: none; }

/* ------------------------------------------------------------ cta final -- */

.final { padding-block: clamp(3rem, 1.5rem + 6vw, 5.5rem); text-align: center; }
.final__title {
  font-size: var(--fs-h2);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}
.final__title mark {
  display: inline-block;
  padding: .1em .3em;
  border: 1px solid var(--teal-light);
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-weight: 700;
}

.counter {
  display: inline-block;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}
.counter.is-done { animation: vaga-pulse 2.4s ease-in-out infinite; }

@keyframes vaga-pulse {
  0%, 100% { transform: scale(1);    opacity: 1; }
  50%      { transform: scale(1.07); opacity: .78; }
}

@media (prefers-reduced-motion: reduce) {
  .counter.is-done { animation: none; }
}
.final__sub { margin-top: 1rem; font-size: var(--fs-xs); line-height: 1.45; }
.final .btn { margin-top: 2.25rem; }
.final__micro { margin-top: 1rem; font-size: var(--fs-xxs); }

/* -------------------------------------------------------------- footer -- */

.footer { padding-block: 2.5rem; background: var(--navy-deep); color: rgb(255 255 255 / .72); }
.footer .container { display: grid; gap: 1rem; justify-items: center; text-align: center; }
.footer p { font-size: var(--fs-micro); }

/* ======================================================================== */
/*  >= 768px                                                                */
/* ======================================================================== */

@media (min-width: 768px) {
  .compare__grid { grid-template-columns: 1fr 1fr; }
  .results__grid { grid-template-columns: repeat(2, 1fr); }

  /* A hero não entra aqui: o frame do Figma escala inteiro até 999px e só
     troca de layout em 1000px, no bloco seguinte. */

  /* idem: o banner retrato só faz sentido no celular. A partir daqui entra o
     asset panorâmico (ver <source> no HTML), deslocado para a direita porque a
     copy ocupa a metade esquerda. */
  .guarantee__banner { width: 100%; aspect-ratio: 21 / 9; max-height: none; }
  .guarantee__banner img { object-position: 62% 40%; }
  .guarantee__banner-copy { top: auto; bottom: 12%; width: 55%; }
  .guarantee__banner-cta {
    left: auto; right: 4%; bottom: 50%;
    width: auto;
    transform: translateY(50%);
  }
  .guarantee__banner-cta .btn { width: auto; padding: 1rem 1.5rem; }

  .guarantee__top {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    text-align: left;
  }
  .guarantee__row { display: flex; align-items: center; gap: 1rem; }
  .pill--solid { flex: 1; }
  .pill--ghost { text-align: left; }
  .pill { padding: 1.5rem 1.25rem; }

  /* card de depoimento volta a ser vertical, com avatar ao lado do nome */
  .result { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .result__head {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "avatar stars" "avatar nome";
    align-content: center;
    column-gap: .75rem;
    row-gap: .3rem;
    width: auto;
  }
  .result__head img { grid-area: avatar; align-self: center; }
  .result__head .stars { grid-area: stars; justify-content: flex-start; align-self: end; }
  .result__head .stars span { width: 14px; height: 14px; }
  .result__name { grid-area: nome; align-self: start; text-align: left; }
  .result__body { margin-top: 1.6rem; }

  /* ainda empilhado em tablet: as três colunas em 42px não cabem abaixo de
     1000px sem estourar a largura */
  .stats__list { gap: 1.25rem; font-size: 1.75rem; }
}

/* ======================================================================== */
/*  >= 1000px — layout desktop do Figma                                     */
/* ======================================================================== */

@media (min-width: 1000px) {
  /* --f volta a 1: todo calc() da hero passa a valer o número do Figma, e as
     regras abaixo sobrescrevem o que o desktop faz diferente. */
  .hero {
    --u: 393px;
    background-image: none;
    background-color: var(--navy-deep);
  }
  .hero__bg { display: block; background-size: cover; background-position: center 20%; }
  .hero::before { display: block; }
  .hero__photo { display: none; }
  .hero__figure { -webkit-mask-image: none; mask-image: none; }

  .hero__inner {
    grid-template-columns: minmax(0, 534px) minmax(0, 1fr);
    gap: clamp(2rem, -2rem + 6vw, 4rem);
    align-items: center;
    padding-inline: var(--gutter);
    padding-block: 8.4rem 0;
    text-align: left;
  }

  .hero__copy { width: auto; margin: 0; padding-inline: 0; }
  .hero__logo { margin: 0 0 1.5rem; }
  .hero__title, .hero__sub, .hero__micro { margin-inline: 0; }
  .hero__title { font-size: var(--fs-display); max-width: 12.7em; }
  .hero__sub { margin-top: 1.7rem; max-width: 26em; font-size: var(--fs-lead); }
  .hero__micro { max-width: 26em; font-size: var(--fs-micro); }
  .hero .btn {
    margin-top: 2.9rem;
    padding: 1.125rem 1.65rem;
    border-width: 2px;
    font-size: var(--fs-lead);
    line-height: 1.21;
  }

  .hero__media {
    order: 0;
    width: auto;
    max-width: none;
    height: auto;
    margin-inline: 0;
    min-height: 669px;
    aspect-ratio: auto;
  }
  .hero__portrait {
    left: auto;
    top: auto;
    right: -2%;
    bottom: -3.5rem;
    width: 465px;
  }

  .score-card {
    width: 155px;
    min-height: 0;
    padding: 20px 12.5px;
    border-radius: 12px;
    box-shadow: var(--shadow-card);
  }
  .score-card__head { gap: 8px; align-items: center; }
  .score-card__head img { width: 36px; height: 36px; }
  .score-card__name { margin-top: 3px; font-size: 10px; }
  .score-card__score { margin-top: 15px; font-size: 19.7px; }
  .score-card__score span { font-size: .55em; letter-spacing: normal; }
  .hero .stars { gap: 1px; }
  .hero .stars span { width: 9px; height: 9px; }

  .score-card--1 { top: 5%;  right: -8%;  left: auto; }
  .score-card--2 { top: 42%; left: -8%; }
  .score-card--3 { top: 55%; right: -12%; left: auto; }

  /* colunas dimensionadas pelo conteudo, como no Figma (202 / 438 / 202) */
  .stats__list {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: center;
    align-items: center;
    gap: clamp(1.75rem, 0.4rem + 5.5vw, 6.5rem);
    font-size: var(--fs-display);
  }

  /* trilho horizontal: marcador + linha ficam acima do card, uma coluna por fase */
  .timeline__grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
  .phase { flex-direction: column; gap: .75rem; }
  .phase__rail { width: auto; flex-direction: row; align-items: center; }
  .phase__dot { margin-top: 0; }
  .phase__line { width: auto; height: 2px; margin-top: 0; margin-left: 4px; }
  .phase__acc { padding-bottom: 0; }
  .results__grid { grid-template-columns: repeat(4, 1fr); }

  .about__inner { grid-template-columns: minmax(0, 617px) minmax(0, 1fr); align-items: start; }

  .guarantee__banner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    aspect-ratio: auto;
    min-height: 287px;
    border-radius: 12px;
  }
  .guarantee__banner::after {
    background: linear-gradient(90deg, rgb(0 0 0 / .9) 13%, rgb(0 0 0 / .35) 60%, rgb(0 0 0 / .55) 100%);
  }
  .guarantee__banner-copy {
    position: relative;
    left: auto; top: auto;
    grid-area: 1 / 1;
    width: auto;
    max-width: 30em;
    padding: clamp(1.5rem, 1rem + 2vw, 2.75rem);
    font-size: var(--fs-lead);
    line-height: 1.28;
  }
  .guarantee__stat { margin-top: 1.2rem; }
  .guarantee__banner-cta {
    position: relative;
    left: auto; bottom: auto;
    grid-area: 1 / 2;
    width: auto;
    padding: clamp(1.25rem, 1rem + 2vw, 2.75rem);
  }
  .guarantee__banner-cta .btn { width: auto; padding: 1.125rem 1.65rem; font-size: var(--fs-lead); }
  .guarantee__banner-note { display: block; margin-top: .5rem; font-size: var(--fs-micro); }

  .cta-band__row { gap: 2rem; }
  .cta-band__note {
    padding-left: 2rem;
    border-left: 1px solid var(--teal-light);
    text-align: left;
  }
}
