/* ============================================================
   ORBI HEALTH — Landing Page — Dark Theme
   Mobile-first. Breakpoints: 320 → 640 → 768 → 1024 → 1440
   ============================================================ */

/* === VARIÁVEIS === */
:root {
  --green:          #16a34a;
  --green-light:    #22c55e;
  --green-dark:     #15803d;
  --bg:             #0a0a0a;
  --bg-surface:     #0d0d0d;
  --bg-card:        #111111;
  --border:         #1a1a1a;
  --border-green:   rgba(22, 163, 74, 0.25);
  --text:           #ffffff;
  --text-muted:     #a1a1aa;
  --text-dim:       rgba(255,255,255,0.35);
  --font:           'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm:      8px;
  --radius-md:      12px;
  --radius-lg:      20px;
  --radius-xl:      28px;
  --ease:           0.2s ease;
  --max-width:      1060px;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; background-color: var(--bg); }
body {
  font-family: 'Inter', var(--font);
  background: linear-gradient(160deg, #0a0a0a 0%, #051a0d 40%, #0a0a0a 70%, #020d05 100%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; transition: color var(--ease); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration:        0.01ms !important;
    animation-iteration-count: 1      !important;
    transition-duration:       0.01ms !important;
    scroll-behavior:           auto   !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* === CONTAINER === */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px)  { .container { padding: 0 2rem; } }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }

/* === BOTÕES === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .625rem 1.25rem;
  border-radius: var(--radius-md);
  font-family: var(--font);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 44px;
  white-space: nowrap;
  cursor: pointer;
  transition: all var(--ease);
  text-decoration: none;
  border: 1px solid transparent;
}

.btn--primary {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
  box-shadow: 0 2px 12px rgba(22, 163, 74, 0.3);
}
.btn--primary:hover {
  background: var(--green-light);
  border-color: var(--green-light);
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
  transform: translateY(-1px);
}
.btn--primary:active { transform: translateY(0); }

.btn--outline-green {
  background: transparent;
  color: var(--green-light);
  border-color: var(--green);
}
.btn--outline-green:hover {
  background: rgba(22, 163, 74, 0.1);
  border-color: var(--green-light);
}

.btn--outline-white {
  background: transparent;
  color: var(--text);
  border-color: rgba(255,255,255,0.2);
}
.btn--outline-white:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.4);
}

.btn--white {
  background: #fff;
  color: var(--green);
  font-weight: 700;
  border-color: #fff;
}
.btn--white:hover {
  background: #f0fdf4;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.btn--sm { padding: .5rem 1rem; font-size: .875rem; min-height: 38px; }
.btn--lg { padding: .875rem 1.75rem; font-size: 1rem; }

/* === SECTION SHARED === */
.section-tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--green-light);
  margin-bottom: .875rem;
}
.section-title {
  font-size: clamp(2.25rem, 4.5vw, 2.875rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}
.section-header { margin-bottom: 3rem; }
.section-header--center { text-align: center; }
.section-header--center .section-subtitle { margin: 0 auto; }
@media (min-width: 768px) { .section-header { margin-bottom: 4rem; } }

/* Offset para header fixo em navegação por âncora */
#problema, #white-label, #financeiro, #app-aluno, #precos, #faq, #por-que, #painel-treinador, #colaboradores {
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  /* No mobile o header deixa de ser fixed (rola junto com a página — ver
     bloco @media perto de .header), então não tem mais nada sobrepondo o
     topo da seção ao navegar por âncora. Sem isso sobrava um vão de 80px
     vazio acima da seção. */
  #problema, #white-label, #financeiro, #app-aluno, #precos, #faq, #por-que, #painel-treinador, #colaboradores {
    scroll-margin-top: 0;
  }
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.92);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--ease), border-color var(--ease);
}
@media (max-width: 768px) {
  /* Header deixa de ser fixo/flutuante no mobile — passa a rolar junto com
     a página, como na referência (design-references/prime mobile).
     Tentei duas vezes dar ao header seu próprio degradê preto→verde
     tentando "bater" com a cor inicial do degradê da .hero-section — mas
     por mais que a cor na emenda fosse idêntica, ainda dava pra perceber
     a transição como "forçada" ali especificamente, porque continuavam
     sendo DOIS degradês desenhados separadamente (curvas diferentes nas
     bordas), não um só.
     Solução de verdade: o header fica com fundo transparente (nenhuma
     cor própria) e é a .hero-section — com o MESMO degradê que já existe
     e já é a referência de "transição natural" (ali onde a headline vai
     escurecendo pro texto abaixo) — que estica pra trás do header via
     margin-top negativo (ver .hero-section logo abaixo). Logo e menu só
     flutuam por cima desse único fundo contínuo, como se o header nem
     existisse. */
  .header {
    position: relative;
    top: auto; left: auto; right: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
  }
  .header.scrolled {
    border-bottom-color: transparent;
    box-shadow: none;
  }
}
.header.scrolled {
  border-bottom-color: rgba(22, 163, 74, 0.15);
  box-shadow: 0 1px 32px rgba(0,0,0,0.5);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 68px;
}

/* Logo */
.logo { display: flex; align-items: center; flex-shrink: 0; }

/* Nav */
.nav { display: none; align-items: center; gap: .125rem; }
@media (min-width: 768px) { .nav { display: flex; } }

.nav__link {
  padding: .5rem .6rem;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: all var(--ease);
}
.nav__link:hover { color: var(--text); background: rgba(255,255,255,0.05); }

/* Header actions */
.header__actions {
  display: none;
  align-items: center;
  gap: .5rem;
}
@media (min-width: 768px) { .header__actions { display: flex; } }

/* Mobile toggle */
.nav__toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  border-radius: var(--radius-sm);
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  transition: background var(--ease);
}
.nav__toggle:hover { background: rgba(255,255,255,0.05); }
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-muted);
  border-radius: 2px;
  transition: all .25s ease;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--text); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--text); }
@media (min-width: 768px) { .nav__toggle { display: none; } }

/* Mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 0 1rem;
  background: #0d0d0d;
  max-height: 0;
  overflow: hidden;
  border-top: 0px solid var(--border);
  transition: max-height .3s ease, padding .3s ease, border-top-width .3s ease;
}
.mobile-menu.open {
  max-height: 440px;
  padding: 1rem;
  border-top-width: 1px;
}
.mobile-menu__link {
  padding: .75rem 1rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: all var(--ease);
}
.mobile-menu__link:hover { background: rgba(255,255,255,0.05); color: var(--text); }
.mobile-menu .btn { width: 100%; margin-top: .5rem; }
.mobile-menu__divider { height: 1px; background: var(--border); margin: .25rem 0; }
.mobile-menu__login { display: flex; align-items: center; width: 100%; margin-top: .25rem; }
@media (min-width: 768px) { .mobile-menu { display: none !important; } }

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(to bottom, rgba(22, 163, 74, 0.32) 0%, rgba(22, 163, 74, 0.08) 30%, transparent 55%);
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 45fr 55fr; }
}

/* Coluna de texto */
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.hero-tag {
  display: inline-block;
  background: transparent;
  border: none;
  color: #4ade80;
  font-size: .8125rem;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  margin-bottom: 1.75rem;
}

.hero-headline {
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -.02em;
}

.hero-highlight {
  color: #4ade80;
  text-shadow: 0 0 40px rgba(74,222,128,0.5), 0 0 80px rgba(74,222,128,0.2);
}

.hero-sub {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 2.25rem;
  max-width: 440px;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.hero-footnote {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .8125rem;
  color: #6b7280;
}

/* ===== MOCKUP 3D ===== */
.hero-mockup-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  height: 660px;
}

/* Frame iPhone central */
.hero-phone-center {
  position: relative;
  z-index: 3;
}

.iphone-frame {
  position: relative;
  width: 230px;
  height: 490px;
  border-radius: 40px;
  border: 2px solid #2a2a2a;
  overflow: hidden;
  box-shadow:
    0 0 80px rgba(22, 163, 74, 0.55),
    0 0 160px rgba(22, 163, 74, 0.25),
    0 40px 80px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px #333;
  background: #000;
}
@media (min-width: 480px) { .iphone-frame { width: 265px; height: 524px; } }
@media (min-width: 1024px) { .iphone-frame { width: 295px; height: 566px; } }

.iphone-frame img {
  width: 100%;
  display: block;
}

.iphone-dynamic-island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  background: #000;
  border-radius: 12px;
  z-index: 20;
  pointer-events: none;
}

/* Telas laterais */
.hero-phone-left,
.hero-phone-right {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.hero-phone-left {
  left: calc(50% - 190px);
  transform: translateY(-50%) rotateY(18deg) translateX(-20px) translateZ(-100px) scale(0.84);
  transform-style: preserve-3d;
}
.hero-phone-right {
  right: calc(50% - 190px);
  transform: translateY(-50%) rotateY(-18deg) translateX(20px) translateZ(-100px) scale(0.84);
  transform-style: preserve-3d;
}
.hero-phone-left img,
.hero-phone-right img {
  width: 148px;
  border-radius: 28px;
  filter: blur(1.5px) brightness(0.38);
  display: block;
}

/* Badges flutuantes */
.hero-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .45rem;
  background: #111111;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  padding: .625rem 1rem;
  font-size: .8125rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
  z-index: 10;
}
.hero-badge.green {
  background: #052010;
  border-color: #16a34a;
  color: #4ade80;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
.float-1 { animation: float 3.2s ease-in-out infinite; }
.float-2 { animation: float 3.8s ease-in-out infinite 0.6s; }
.float-3 { animation: float 3.5s ease-in-out infinite 1.1s; }
.float-4 { animation: float 4.0s ease-in-out infinite 1.7s; }

@media (prefers-reduced-motion: reduce) {
  .float-1, .float-2, .float-3, .float-4 { animation: none; }
}

/* Mobile responsivo */
@media (max-width: 768px) {
  /* Permite que mockups e badges saiam da hero-section sem criar scroll horizontal */
  .hero-section { overflow: visible; }
  body { overflow-x: hidden; }

  /* Header deixou de ser fixed no mobile e agora é transparente (ver
     @media perto de .header) — o degradê dele mesmo (já usado como
     referência do "natural e fluido") estica pra trás do header via
     margin-top negativo do tamanho exato do header (68px), então logo/
     menu flutuam sobre um fundo único e contínuo, sem nenhum degradê
     próprio no header. padding-top compensa a margem negativa (68+36=104,
     os mesmos 36px de respiro "de fato" de antes) pra o conteúdo da hero
     (headline, texto, botões) continuar exatamente na mesma posição
     visual — só a CAIXA do degradê é que fica maior, o texto não desce. */
  .hero-section {
    margin-top: -68px;
    padding-top: 104px;
    padding-bottom: 50px;
    /* Camada extra só de escurecimento, por cima do degradê verde de
       sempre (repetido aqui como 2ª camada — precisa citar o mesmo valor
       porque "background" é shorthand e substitui a regra base inteira).
       Começa forte bem em cima (logo/menu) e some aos poucos até bem
       depois do header (~55% da altura da hero) — fade largo de propósito,
       pra não criar uma segunda linha de corte tão suave quanto o degradê
       verde original, só reforça contraste onde a logo está sem quebrar
       a continuidade. */
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.22) 30%, transparent 55%),
      linear-gradient(to bottom, rgba(22,163,74,0.32) 0%, rgba(22,163,74,0.08) 30%, transparent 55%);
  }
  .hero-inner { padding: 0 24px; gap: 3rem; }
  .hero-mockup-container { height: 520px; overflow: visible; }
  /* 230px era o valor da regra base (menor breakpoint), não o do desktop de
     verdade — o desktop real (≥1024px, linha ~401) usa 295×566 (razão
     ≈0,521). 245px fica perto dessa razão sem ficar largo demais. */
  .iphone-frame { width: 245px; border-radius: 36px; }

  /* Telas laterais: próximas ao centro e visíveis */
  .hero-phone-left {
    left: calc(50% - 168px);
    transform: translateY(-50%) rotateY(12deg) translateZ(-60px) scale(0.75);
  }
  .hero-phone-right {
    right: calc(50% - 168px);
    transform: translateY(-50%) rotateY(-12deg) translateZ(-60px) scale(0.75);
  }
  .hero-phone-left img,
  .hero-phone-right img { width: 115px; border-radius: 24px; }

  /* Badges: reposicionar para caber na viewport (~375px) com o frame de
     255px (medido/reajustado com base na proporção da referência). */
  .hero-badge { font-size: .65rem; padding: .4rem .65rem; white-space: nowrap; }
  /* float-2 e float-4 têm a propriedade oposta (left/right) fixada inline no
     HTML pro desktop — sem "auto" aqui, os dois lados ficam presos ao mesmo
     tempo e o badge estica pela tela inteira (sem largura própria). */
  .float-1 { left: -56px !important; }
  .float-2 { left: -56px !important; right: auto !important; }
  .float-3 { right: -57px !important; }
  .float-4 { right: -53px !important; left: auto !important; }

  /* Headline maior / texto de apoio menor — no mobile o clamp() da
     headline (min 1.75rem) e o hero-sub fixo (1.125rem) ficavam quase do
     mesmo tamanho, sem hierarquia visual clara. */
  .hero-headline { font-size: 2.5rem; line-height: 1.05; }
  .hero-sub { font-size: .875rem; }
}

/* ============================================================
   PRODUTOS / SOLUÇÕES
   ============================================================ */
.products {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .products { padding: 5.5rem 0; } }

.products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .products__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .products__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  opacity: .7;
}
.product-card--featured::before { opacity: 1; }

.product-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-green);
  box-shadow: 0 8px 40px rgba(22, 163, 74, 0.1);
}

.product-card__header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
}
.product-card__icon { flex-shrink: 0; }
.product-card__tag {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--green-light);
}
.product-card__title {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: .625rem;
  color: var(--text);
}
.product-card__desc {
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.product-card__features { display: flex; flex-direction: column; gap: .5rem; }
.product-card__features li {
  font-size: .875rem;
  color: var(--text-muted);
  padding-left: 1.25rem;
  position: relative;
}
.product-card__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green-light);
  font-weight: 700;
  font-size: .8125rem;
}

/* ============================================================
   COMO FUNCIONA
   ============================================================ */
.how-it-works {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .how-it-works { padding: 5.5rem 0; } }

.steps {
  display: flex;
  flex-direction: column;
  max-width: 680px;
}

.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.75rem 0;
}
.step__number {
  width: 72px; height: 72px;
  background: rgba(22, 163, 74, 0.08);
  border: 1.5px solid rgba(22, 163, 74, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--green-light);
  flex-shrink: 0;
  letter-spacing: -.01em;
}
.step__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .625rem;
  color: var(--text);
}
.step__desc {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.step__connector {
  width: 72px;
  display: flex;
  justify-content: center;
  padding: 0;
}
.step__connector::before {
  content: '';
  width: 1.5px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(22, 163, 74, 0.3), rgba(22, 163, 74, 0.05));
}

/* ============================================================
   POR QUE A ORBI
   ============================================================ */
.why-orbi {
  padding: 4rem 0;
  background: radial-gradient(ellipse 80% 50% at 50% 40%, rgba(22,163,74,0.12) 0%, transparent 70%);
}
@media (min-width: 768px) { .why-orbi { padding: 5.5rem 0; } }
@media (max-width: 768px) {
  /* Respiro padronizado em 104px (mesmo valor de todas as transições da
     página) — financeiro→por-que-a-orbi era 129px (o padding-bottom da
     financeiro, 100px, nunca foi tocado), então só 4px de padding-top
     aqui já fecha em 104px. */
  .why-orbi { padding-top: 4px; }
}

.why-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 5rem;
}
.why-block:last-child { margin-bottom: 0; }

@media (min-width: 1024px) {
  .why-block { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .why-block--reverse .why-block__image { order: -1; }
}

.why-block__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.why-block__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.why-block__desc {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* Respiro entre os 3 blocos da seção — valores que estavam inline no HTML,
   movidos pra cá pra dar pra sobrescrever no mobile (estilo inline nunca
   perde pra regra de @media). */
.why-block--1 { padding: 5rem 0; margin-bottom: 2rem; }
.why-block--2 { margin-top: 6rem; padding: 2.5rem 0 0; }
.why-block--3 { margin-top: 6rem; padding: 2.5rem 0 0; }

@media (max-width: 768px) {
  /* Respiro entre blocos reduzido (mesmo espírito das reduções nas seções
     anteriores) — mantém o padding-top do bloco 1 intocado (é o respiro
     entre o cabeçalho da seção e o primeiro bloco, não "entre os blocos").
     margin-bottom:0 no bloco 2 é necessário pra zerar a regra genérica
     .why-block{margin-bottom:5rem} (vale pra todo mundo que não é
     :last-child) — sem isso sobravam 80px extras ali, sem eu ter setado
     nada explicitamente. */
  .why-block--1 { padding-bottom: 1.5rem; margin-bottom: 1rem; }
  .why-block--2 { margin-top: 2rem; margin-bottom: 0; padding-top: 1rem; }
  /* Respiro visual real do bloco1→2 é 104px (32px de padding embutido na
     imagem do bloco 1 — do gradiente de fundo, .why-block__image tem
     padding:2rem 0 inline — + 24px do padding-bottom do próprio bloco 1
     + a margem colapsada de 32px). O bloco 2 não tem esse padding extra
     na imagem nem padding-bottom próprio, então sobrava só 48px aqui.
     4.5rem (em vez de 1rem) fecha a conta pra bater exatamente com os
     104px do outro lado. */
  .why-block--3 { margin-top: 2rem; padding-top: 4.5rem; }

  /* Blocos 2 e 3 tinham imagem antes do texto no DOM (desktop usa isso
     pra alternar visual esquerda/direita) — no mobile (1 coluna) isso
     empilhava imagem-depois-texto, diferente do bloco 1. Com o respiro
     entre blocos bem menor agora, a inconsistência ficava mais visível.
     .why-block continua display:grid no mobile (só muda de 2 colunas
     pra 1), então "order" no item de texto já resolve sem tocar HTML
     nem no desktop. */
  .why-block--2 .why-block__text,
  .why-block--3 .why-block__text {
    order: -1;
  }

  /* Título dos blocos estava perto demais do tamanho do texto abaixo
     (22px vs 17px) — mesmo ajuste já aplicado entre .pain-title/
     .pain-subtitle (título sobe, texto desce, aumentando o contraste). */
  .why-block__title { font-size: 1.625rem; }
  .why-block__desc { font-size: .9375rem; }
}

/* Placeholder de imagem (substituir por screenshot real) */
.why-block__image { width: 100%; }
.why-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.why-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 30% 40%, rgba(22, 163, 74, 0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 80% 70%, rgba(22, 163, 74, 0.04) 0%, transparent 60%);
}
.why-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.5rem;
}
.why-placeholder__label {
  font-size: .875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
}
.why-placeholder__sub {
  font-size: .75rem;
  color: rgba(255,255,255,0.15);
}

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.differentials {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .differentials { padding: 5.5rem 0; } }

.differentials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px)  { .differentials__grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }
@media (min-width: 1024px) { .differentials__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.diff-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.diff-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-green);
  box-shadow: 0 4px 30px rgba(22, 163, 74, 0.08);
}
.diff-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  width: 40px; height: 40px;
  background: rgba(22, 163, 74, 0.08);
  border-radius: var(--radius-sm);
  padding: 9px;
}
.diff-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--text);
}
.diff-card__desc {
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ============================================================
   PREÇOS
   ============================================================ */
.pricing {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .pricing { padding: 5.5rem 0; } }
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 108px). */
  .pricing { padding-top: 60px; }
}

.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px)  { .pricing__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pricing__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.pricing__grid--two {
  max-width: 720px;
}
@media (min-width: 1024px) {
  .pricing__grid--two { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.pricing-card:hover {
  border-color: var(--border-green);
  box-shadow: 0 8px 40px rgba(22, 163, 74, 0.08);
}
.pricing-card--popular {
  border-color: rgba(22, 163, 74, 0.4);
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.15), 0 8px 40px rgba(22, 163, 74, 0.1);
}
.pricing-card--pro {
  border-color: rgba(22, 163, 74, 0.5);
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.2), 0 10px 50px rgba(22, 163, 74, 0.12);
}

.pricing-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: .25rem .75rem;
  border-radius: 100px;
  border: 1px solid;
}
.pricing-card__badge--free    { color: var(--text-muted); border-color: var(--border); background: rgba(255,255,255,0.04); }
.pricing-card__badge--popular { color: var(--green-light); border-color: rgba(22,163,74,.3); background: rgba(22,163,74,.1); }
.pricing-card__badge--pro     { color: #fff; border-color: rgba(22,163,74,.4); background: rgba(22,163,74,.15); }

.pricing-card__name {
  font-size: 1.1875rem;
  font-weight: 800;
  color: var(--text);
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  line-height: 1;
}
.pricing-card__amount {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -.02em;
}
.pricing-card__period {
  font-size: .9375rem;
  color: var(--text-muted);
  font-weight: 500;
}
.pricing-card__subprice {
  font-size: .8125rem;
  color: var(--text-muted);
  margin-top: -.5rem;
}
.pricing-card__strike {
  font-size: .9375rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin: 0 0 .125rem;
}
.pricing-card__savings b {
  color: #16a34a;
  font-weight: 700;
}
.pricing-card__desc {
  font-size: .9375rem;
  color: var(--text-muted);
}
.pricing-card__limit {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--green-light);
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.15);
  border-radius: var(--radius-sm);
  padding: .375rem .75rem;
  display: inline-flex;
  align-self: flex-start;
}
.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: .625rem;
  flex: 1;
}
.pricing-card__features li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .9375rem;
  color: var(--text-muted);
}
.pricing-card__features li.pricing-feature--gated {
  color: rgba(255,255,255,0.16);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.16);
  transition: color .2s ease, text-decoration-color .2s ease;
}
.pricing-card__features li.pricing-feature--gated svg {
  color: rgba(255,255,255,0.16);
  transition: color .2s ease;
}
.pricing-card__features li.pricing-feature--gated.pricing-feature--active {
  color: var(--text-muted);
  text-decoration: none;
}
.pricing-card__features li.pricing-feature--gated.pricing-feature--active svg {
  color: #16a34a;
}
.pricing-card__btn {
  width: 100%;
  margin-top: auto;
}

/* Toggle mensal / anual */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .875rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.pricing-toggle__label {
  font-size: .9375rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--ease);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.pricing-toggle__label--active { color: var(--text); }
.pricing-toggle__badge {
  font-size: .6875rem;
  font-weight: 700;
  color: var(--green-light);
  background: rgba(22, 163, 74, 0.12);
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 100px;
  padding: .2rem .6rem;
  letter-spacing: .02em;
}
.pricing-toggle__switch {
  width: 48px;
  height: 26px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease);
  flex-shrink: 0;
}
.pricing-toggle__switch[aria-checked="true"] {
  background: var(--green);
  border-color: var(--green);
}
.pricing-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.pricing-toggle__switch[aria-checked="true"] .pricing-toggle__thumb {
  transform: translateX(22px);
}

/* Toggle interno por alunos (50 / Ilimitado) */
.plan-tier-toggle {
  display: flex;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 3px;
  gap: 2px;
}
.plan-tier-btn {
  flex: 1;
  padding: .375rem .5rem;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all var(--ease);
  white-space: nowrap;
}
.plan-tier-btn--active {
  background: var(--green);
  color: #fff;
}

.pricing__footer-note {
  text-align: center;
  margin-top: 2rem;
  font-size: .875rem;
  color: var(--text-muted);
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  padding: 5rem 0 6rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 169px). */
  .cta-final { padding-top: 15px; }
}
.cta-final::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse at center, rgba(22,163,74,0.07) 0%, transparent 55%);
  pointer-events: none;
}
@media (min-width: 768px) { .cta-final { padding: 6rem 0 7rem; } }

.cta-final__content {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2rem;
  padding: 3.5rem 2.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 80px rgba(22,163,74,0.1), inset 0 1px 0 rgba(255,255,255,0.06);
}
@media (min-width: 768px) {
  .cta-final__content { padding: 4.5rem 4rem; }
}
.cta-final__title {
  font-size: clamp(1.875rem, 5vw, 2.875rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.cta-final__subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-top: -.25rem;
}
.cta-final__note {
  font-size: .875rem;
  color: rgba(255,255,255,0.35);
  margin-top: -.5rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: transparent;
  border-top: 1px solid var(--border);
}

.footer__main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__logo { flex-shrink: 0; }

.footer__nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav-link {
  font-size: .8125rem;
  color: rgba(255,255,255,0.45);
  padding: .35rem .6rem;
  border-radius: 6px;
  transition: color var(--ease);
  white-space: nowrap;
}
.footer__nav-link:hover { color: rgba(255,255,255,0.85); }

.footer__socials {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.footer__social {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: rgba(255,255,255,0.45);
  transition: all var(--ease);
}
.footer__social:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: 1rem 0;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__copy {
  font-size: .8125rem;
  color: rgba(255,255,255,0.2);
}
.footer__legal {
  display: flex;
  gap: 1.5rem;
}
.footer__legal-link {
  font-size: .8125rem;
  color: rgba(255,255,255,0.2);
  transition: color var(--ease);
}
.footer__legal-link:hover { color: rgba(255,255,255,0.5); }

.footer__nav-break { display: none; }

@media (max-width: 768px) {
  /* Referência Prime: logo, atalhos e redes sociais empilhados e
     centralizados no mobile (era layout horizontal space-between
     herdado do desktop). */
  .footer__main-row {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
  /* Força "Preços" pra segunda linha junto de "Dúvidas" — sem isso o
     wrap natural do flex deixa só "Dúvidas" sozinho, desequilibrado. */
  .footer__nav-break {
    display: block;
    flex-basis: 100%;
    height: 0;
  }
  .footer__bottom-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: .5rem;
  }
  .footer__legal { justify-content: center; }
}

/* ============================================================
   SEÇÃO DOR / PROBLEMA
   ============================================================ */
.pain-section {
  padding: 4rem 0 3rem;
  position: relative;
}

.pain-header {
  text-align: center;
  margin-bottom: 0;
}

.pain-title {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

.pain-subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Slide-up word rotator */
.pain-word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  /* linha extra embaixo para não cortar descendentes */
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}
.pain-typewriter {
  display: inline-block;
  color: #16a34a;
  font-style: italic;
}
.word-enter {
  animation: word-slide-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.word-exit {
  animation: word-slide-out 0.32s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}
@keyframes word-slide-in {
  from { opacity: 0; transform: translateY(100%); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes word-slide-out {
  from { opacity: 1; transform: translateY(0);     }
  to   { opacity: 0; transform: translateY(-100%); }
}

/* ===== DIAGRAMA RADIAL ===== */
.pain-diagram {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 420px;
  margin: 0 auto 2.5rem;
}

.pain-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pain-line { stroke-dasharray: 6 5; }
/* Problemas entram no orbe */
.pain-line--in  { animation: dash-in  1.6s linear infinite; }
/* Soluções saem do orbe */
.pain-line--out { animation: dash-out 1.6s linear infinite; }
@keyframes dash-in  { to { stroke-dashoffset:  22; } }
@keyframes dash-out { to { stroke-dashoffset: -22; } }

/* Orbe central */
.pain-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, #0d2818 0%, #051a0d 60%, #020d05 100%);
  border: 1.5px solid rgba(22,163,74,0.5);
  box-shadow: 0 0 100px rgba(22,163,74,0.4), 0 0 200px rgba(22,163,74,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Anéis pulsantes */
.pain-orb__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(22,163,74,0.22);
  pointer-events: none;
}
.pain-orb__ring--1 {
  width: 320px; height: 320px;
  animation: orb-pulse 2.4s ease-out infinite;
}
.pain-orb__ring--2 {
  width: 410px; height: 410px;
  animation: orb-pulse 2.4s ease-out infinite 0.8s;
}
@keyframes orb-pulse {
  0%   { opacity: .6; transform: scale(.7); }
  100% { opacity: 0;  transform: scale(1);  }
}

/* Nós — base */
.pain-orb__ring { pointer-events: none; }
.pain-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .55rem;
  border-radius: 10px;
  padding: .55rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 2;
  transform: translateY(-50%);
}

/* Problemas — vermelho/cinza */
.pain-node--problem {
  background: #130a0a;
  border: 1px solid rgba(239,68,68,0.25);
  color: #9ca3af;
}
.pain-node--problem svg { color: rgba(239,68,68,0.5); flex-shrink: 0; }

/* Soluções — verde */
.pain-node--solution {
  background: #052010;
  border: 1px solid rgba(22,163,74,0.4);
  color: #d1fae5;
}
.pain-node--solution svg { color: #16a34a; flex-shrink: 0; }

/* Posições: 4 nós por lado — bater com viewBox 1100×420, centro y=210 */
.pain-node--l1 { top:  9%;   left: 4%;  }
.pain-node--l2 { top: 31%;   left: 1%;  }
.pain-node--l3 { top: 69%;   left: 1%;  }
.pain-node--l4 { top: 91%;   left: 4%;  }

.pain-node--r1 { top:  9%;   left: auto; right: 4%;  }
.pain-node--r2 { top: 31%;   left: auto; right: 1%;  }
.pain-node--r3 { top: 69%;   left: auto; right: 1%;  }
.pain-node--r4 { top: 91%;   left: auto; right: 4%;  }

/* ===== CARD DE COMPARAÇÃO ===== */
.pain-compare {
  max-width: 1100px;
  margin: 6rem auto 0;
  background: #0a0f0a;
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 24px;
  padding: 2.75rem 3rem 2.25rem;
  text-align: center;
  position: relative;
  box-shadow:
    0 0 0 1px rgba(22, 163, 74, 0.08),
    0 0 60px rgba(22, 163, 74, 0.08),
    0 0 120px rgba(22, 163, 74, 0.04),
    inset 0 1px 0 rgba(22, 163, 74, 0.12);
}

.pain-compare__inner {
  display: grid;
  grid-template-columns: 1.2fr 40px 1.4fr;
  gap: 0;
  margin-bottom: 2rem;
}

.pain-col--before {
  padding-right: 2.5rem;
  padding-top: 1.5rem;
}

@property --pc-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes pc-border-spin {
  to { --pc-angle: 360deg; }
}

.pain-col--after {
  padding-left: 1.5rem;
  display: flex;
  align-items: flex-start;
}

.pain-col-after__card {
  width: 100%;
  padding: 1.5rem 2rem 2rem;
  background: #071209;
  border-radius: 14px;
  position: relative;
  isolation: isolate;
  box-shadow:
    0 0 0 1px rgba(22, 163, 74, 0.2),
    0 0 40px rgba(22, 163, 74, 0.07),
    inset 0 1px 0 rgba(22, 163, 74, 0.12),
    inset 0 0 30px rgba(22, 163, 74, 0.04);
}

.pain-col-after__card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 15px;
  background: conic-gradient(
    from var(--pc-angle),
    transparent 0deg,
    transparent 315deg,
    rgba(74,222,128,0.06) 335deg,
    rgba(74,222,128,0.35) 350deg,
    rgba(74,222,128,0.5) 357deg,
    rgba(74,222,128,0.35) 360deg
  );
  animation: pc-border-spin 7s linear infinite;
  z-index: -1;
}

.pain-col-after__card::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 13px;
  background: #071209;
  z-index: -1;
}

/* Colunas */
.pain-col__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
.pain-col--before .pain-col__header {
  color: #6b7280;
  border-bottom: 1px solid rgba(107, 114, 128, 0.25);
}
.pain-col--after .pain-col__header {
  color: #4ade80;
  border-bottom: 1px solid rgba(22, 163, 74, 0.4);
}

.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  text-align: left;
}
.pain-list li {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.6rem;
  position: relative;
}
.pain-col--before .pain-list li { color: #6b7280; }
.pain-col--before .pain-list li::before {
  content: '×';
  position: absolute;
  left: 0;
  color: #4b5563;
  font-weight: 700;
}
.pain-col--after .pain-list li { color: #d1fae5; }
.pain-col--after .pain-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}
.pain-col--after .pain-list li strong { color: #4ade80; }

/* Divisor VS */
.pain-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  gap: 0;
  position: relative;
}
.pain-divider::before,
.pain-divider::after {
  content: '';
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.06), transparent);
}
.pain-divider span {
  font-size: .7rem;
  font-weight: 700;
  color: #4b5563;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #0f1a12;
  border: 1px solid rgba(22, 163, 74, 0.15);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: .75rem 0;
}

.pain-compare__cta-text {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -.01em;
}

/* Mobile */
@media (max-width: 768px) {
  /* Respiro entre a hero e essa seção — padronizado em 104px (mesmo valor
     usado em todas as outras transições da página) via padding-top aqui;
     era 32px, gerava 110px de respiro real (a folga do lado da hero
     entra também). */
  .pain-section { padding-top: 1.625rem; }
  .pain-diagram { display: none; }
  .pain-compare__inner { grid-template-columns: 1fr; gap: 1.25rem; }
  .pain-divider { padding: .25rem 0; }
  /* .pain-compare já é o card grande que envolve tudo (as duas colunas +
     frase + botão) — igual ao desktop, só com padding menor pro mobile.
     Antes disso, "Sem a Orbi" não tinha card próprio, então esse card
     grande parecia pertencer só a ele; agora que as duas colunas têm seu
     próprio card simétrico (abaixo), o card grande volta a fazer sentido
     como moldura do bloco inteiro, igual à referência da Prime. */
  .pain-compare { padding: 1.75rem 1.25rem 1.5rem; background: #111111; }

  /* Mesmo problema da hero: clamp() da headline trava no mínimo (24px) e
     o subtitle fixo (18px) ficava quase do mesmo tamanho. */
  .pain-title { font-size: 1.875rem; line-height: 1.15; }
  .pain-subtitle { font-size: .9375rem; }

  /* "Sem a Orbi" fica sem contorno/fundo próprio, igual ao desktop — o
     fundo #111111 agora é do card grande (.pain-compare acima). */
  .pain-col--before { padding: 1.5rem 1.5rem 1.75rem; }
  .pain-col--after { padding: 0; }
  .pain-col-after__card { padding: 1.5rem 1.5rem 1.75rem; }
}

/* ============================================================
   SCREENSHOT CARDS — seção Por que a ORBI
   ============================================================ */
.screenshot-mobile-card {
  max-height: 460px;
  width: auto;
  border-radius: 20px;
  border: 1px solid #1a1a1a;
  display: block;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.screenshot-desktop-card {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* tint overlay */
.tint-wrap { position: relative; display: block; border-radius: inherit; }
.tint-wrap img { display: block; width: 100%; border-radius: inherit; }
.tint-overlay { position: absolute; inset: 0; background: rgba(22,163,74,0.13); border-radius: inherit; pointer-events: none; }

/* bloco 3 gráfico flutuante */
.why-block--reverse { direction: rtl; }
.why-block--reverse > * { direction: ltr; }
/* ── Workout Float Card ─────────────────────────────── */
.workout-float {
  width: 100%;
  max-width: 420px;
  background: #071209;
  border: none;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 0 60px rgba(22,163,74,0.1), 0 20px 40px rgba(0,0,0,0.5);
}

.workout-float__border-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 20px;
  overflow: visible;
}

.workout-float__border-rect {
  stroke-dasharray: 9999;
  stroke-dashoffset: 9999;
}
.workout-float__video {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.workout-float__video-thumb {
  flex-shrink: 0;
  width: 96px;
  height: 68px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0d2010 0%, #0a1a0c 100%);
  border: 1px solid rgba(22,163,74,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.workout-float__video-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(22,163,74,0.03) 3px,
    rgba(22,163,74,0.03) 4px
  );
}
.workout-float__video-info { flex: 1; }
.workout-float__ex-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #4ade80;
  margin-bottom: 0.35rem;
}
.workout-float__ex-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
.workout-float__group {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}
.workout-float__series {
  background: rgba(0,0,0,0.25);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.workout-float__series-head {
  display: grid;
  grid-template-columns: 1fr 48px 64px 20px;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.workout-float__series-row {
  display: grid;
  grid-template-columns: 1fr 48px 64px 20px;
  gap: 0.5rem;
  align-items: center;
  padding: 0.6rem 0.875rem;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.2s;
}
.workout-float__series-row:last-child { border-bottom: none; }
.workout-float__series-row--done { color: rgba(255,255,255,0.4); }
.workout-float__series-row--active {
  background: rgba(22,163,74,0.08);
  color: #fff;
}
.workout-float__series-row--pending { color: rgba(255,255,255,0.25); }
.workout-float__badge {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 4px;
  width: fit-content;
}
.workout-float__badge--warmup { background: rgba(234,179,8,0.15); color: #eab308; }
.workout-float__badge--feeder { background: rgba(99,102,241,0.15); color: #818cf8; }
.workout-float__badge--working { background: rgba(22,163,74,0.15); color: #4ade80; }
.workout-float__badge--cluster { background: rgba(239,68,68,0.15); color: #f87171; }
.workout-float__dot-active {
  width: 8px; height: 8px; border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 6px #16a34a;
}
.workout-float__dot-pending {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
}
.workout-float__timer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(22,163,74,0.06);
  border: 1px solid rgba(22,163,74,0.15);
  border-radius: 10px;
  padding: 0.6rem 0.875rem;
}
.workout-float__timer-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  flex: 1;
}
.workout-float__timer-val {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.workout-float__timer-btn {
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 4px 12px;
  cursor: pointer;
}

/* ── Diet Float Card ─────────────────────────────── */
.diet-float {
  width: 100%;
  max-width: 380px;
  background: #071209;
  border: 1px solid rgba(22,163,74,0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(22,163,74,0.18), 0 0 120px rgba(22,163,74,0.08), 0 20px 40px rgba(0,0,0,0.5);
}

.diet-float__meal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.diet-float__meal-name {
  font-size: 14px;
  font-weight: 700;
  color: #4ade80;
  margin-bottom: 2px;
}

.diet-float__meal-meta {
  font-size: 10px;
  color: rgba(255,255,255,0.3);
}

.diet-float__meal-time {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
}

.diet-float__item {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.diet-float__item:last-child { border-bottom: none; }

.diet-float__item--expanded {
  background: rgba(22,163,74,0.04);
}

.diet-float__item-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.diet-float__item-name {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  flex: 1;
}

.diet-float__item-qty {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}

.diet-float__sub-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4ade80;
  margin: 0.6rem 0 0.5rem;
}

.diet-float__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.diet-float__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid transparent;
}

.diet-float__option--selected {
  background: rgba(22,163,74,0.1);
  border-color: rgba(22,163,74,0.25);
}

.diet-float__option-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

.diet-float__option-dot--active {
  background: #16a34a;
  box-shadow: 0 0 6px rgba(22,163,74,0.6);
}

.diet-float__option-name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  flex: 1;
}

.diet-float__option--selected .diet-float__option-name {
  color: #fff;
  font-weight: 600;
}

.diet-float__option-qty {
  font-size: 11px;
  font-weight: 600;
  color: #4ade80;
}

/* ── Diet Float: animação entre estados ── */
@keyframes diet-fade-1 {
  0%   { opacity: 1; }
  25%  { opacity: 1; }
  33%  { opacity: 0; }
  95%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes diet-fade-2 {
  0%   { opacity: 0; }
  33%  { opacity: 0; }
  41%  { opacity: 1; }
  58%  { opacity: 1; }
  66%  { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes diet-fade-3 {
  0%   { opacity: 0; }
  66%  { opacity: 0; }
  74%  { opacity: 1; }
  91%  { opacity: 1; }
  99%  { opacity: 0; }
  100% { opacity: 0; }
}

.diet-float--anim {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.diet-float--anim::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(to bottom, transparent, #071209);
  pointer-events: none;
  z-index: 10;
}

.diet-float__screen {
  position: absolute;
  inset: 0;
  padding: 0;
}

/* Lista do grupo */
.diet-float__group-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.5rem 1.25rem 1rem;
}
.diet-float__group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 9px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
}

/* Refeição alternativa */
.diet-float__alt-option {
  margin: 0 1.25rem 0.75rem;
  border-radius: 12px;
  padding: 1rem 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.diet-float__alt-option--active {
  background: rgba(22,163,74,0.08);
  border-color: rgba(22,163,74,0.25);
}
.diet-float__alt-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}
.diet-float__alt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.diet-float__alt-dot--active {
  background: #16a34a;
  box-shadow: 0 0 6px rgba(22,163,74,0.6);
}
.diet-float__alt-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex: 1;
}
.diet-float__alt-option--active .diet-float__alt-name { color: #4ade80; }
.diet-float__alt-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 16px;
}
.diet-float__alt-items span {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}
.diet-float__alt-option--active .diet-float__alt-items span {
  color: rgba(255,255,255,0.6);
}

.float-chart-wrap { width: 100%; }
.float-chart__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #4ade80; margin-bottom: 0.625rem; }
.float-chart__ex { font-size: 14px; color: #4ade80; margin-bottom: 1rem; font-weight: 500; }
.float-chart__svg-area { padding-bottom: 0.5rem; }
.float-chart__metrics { display: flex; gap: 2.5rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #1a2e1a; }
.float-chart__metric-lbl { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #2d5c2d; margin-bottom: 6px; }
.float-chart__metric-val { display: block; font-size: 1.75rem; font-weight: 800; color: #e2f5e2; letter-spacing: -0.02em; }
.float-chart__metric-val--amber { color: #4ade80; }

/* bloco 2 financeiro full-width */
.why-block-full { margin-bottom: 5rem; }
@media (max-width: 768px) {
  /* Essa margem some com o padding-bottom da própria .financeiro-section
     (100px, nunca mexido) + o padding-top já reduzido de .why-orbi (29px)
     — resultava num respiro de 209px até "Por Que a Orbi", bem maior que
     o padrão de ~77px das outras transições (que só reduzem o padding-top
     da seção seguinte, sem redundância extra como essa). Zerando aqui. */
  .why-block-full { margin-bottom: 0; }
}
.why-block-full__text { text-align: center; max-width: 1060px; margin: 0 auto 2.5rem; }
.why-block-full__text .why-block__title { font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; margin-bottom: 1rem; }
.why-block-full__text .why-block__desc { font-size: 1.1rem; max-width: 680px; margin: 0 auto 1.5rem; }
.why-block-full__text .btn { display: inline-flex; }

.financeiro-panel { background: #050f07; border-radius: 12px; border: 1px solid #0d2a12; overflow: hidden; width: 100%; }
.financeiro-panel__bar { padding: 0.375rem 1rem; border-bottom: 1px solid #0d2a12; display: flex; align-items: center; gap: 6px; }
.financeiro-panel__dot { width: 8px; height: 8px; border-radius: 50%; background: #0d2a12; display: inline-block; }
.financeiro-panel__label { font-size: 11px; color: #1f5c28; margin-left: 8px; }
.financeiro-app-header { padding: 0.5rem 1rem; border-bottom: 1px solid #0d2a12; display: flex; align-items: center; justify-content: space-between; }
.financeiro-app-header__title { display: block; font-size: 14px; font-weight: 500; color: #bbf7d0; }
.financeiro-app-header__sub { display: block; font-size: 11px; color: #1f5c28; margin-top: 1px; }
.financeiro-app-header__btn { background: #16a34a; color: #fff; border: none; border-radius: 7px; padding: 6px 12px; font-size: 12px; font-weight: 500; cursor: default; white-space: nowrap; }
.financeiro-panel__metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 0.625rem 1rem; }
.financeiro-metric { background: #071409; border-radius: 7px; padding: 0.5rem 0.75rem; border: 1px solid #0d2a12; }
.financeiro-metric__label { display: block; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.financeiro-metric__label--green { color: #22c55e; }
.financeiro-metric__label--amber { color: #f59e0b; }
.financeiro-metric__label--red { color: #f87171; }
.financeiro-metric__value { display: block; font-size: 1.125rem; font-weight: 500; margin-bottom: 1px; transition: color 0.4s; }
.financeiro-metric__value--green { color: #22c55e; }
.financeiro-metric__value--amber { color: #f59e0b; }
.financeiro-metric__value--red { color: #f87171; }
.financeiro-metric__sub { font-size: 10px; color: #1f5c28; }
.financeiro-search-row { padding: 0 1rem 0.375rem; }
.financeiro-search { display: flex; align-items: center; gap: 8px; background: #071409; border: 1px solid #0d2a12; border-radius: 7px; padding: 0.35rem 0.875rem; color: #1f5c28; font-size: 12px; }
.financeiro-filters { display: flex; gap: 6px; padding: 0 1rem 0.5rem; flex-wrap: wrap; }
.financeiro-filter { background: transparent; border: 1px solid #0d2a12; border-radius: 20px; padding: 2px 12px; font-size: 11px; color: #1f5c28; cursor: default; display: flex; align-items: center; gap: 5px; }
.financeiro-filter--active { background: #071409; color: #bbf7d0; border-color: #14532d; }
.financeiro-filter__badge { background: #7f1d1d; color: #fca5a5; border-radius: 20px; padding: 1px 5px; font-size: 10px; }
.financeiro-panel__list { padding: 0 1rem 0.75rem; display: flex; flex-direction: column; gap: 5px; }
.financeiro-item { background: #071409; border-radius: 7px; border: 1px solid #0d2a12; padding: 0.5rem 0.75rem; display: flex; align-items: center; gap: 10px; transition: background 0.4s; }
.financeiro-item--last { }
.financeiro-item__avatar { width: 32px; height: 32px; border-radius: 50%; background: #14532d; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; color: #22c55e; flex-shrink: 0; }
.financeiro-item__avatar--amber { background: #451a03; color: #f59e0b; }
.financeiro-item__info { flex: 1; }
.financeiro-item__name { display: block; font-size: 13px; font-weight: 500; color: #bbf7d0; }
.financeiro-item__sub { display: block; font-size: 11px; color: #1f5c28; margin-top: 1px; }
.financeiro-item__detail { display: block; font-size: 12px; color: #22c55e; margin-top: 3px; font-weight: 500; }
/* Versão mobile do detalhe da cobrança, em 2 linhas (valor+forma de
   pagamento / vencimento) em vez de 1 linha só com os 3 pedaços — no
   desktop a coluna é bem mais larga e a linha única (.financeiro-item__detail
   acima) já cabe sem problema, então essa versão fica escondida lá.
   Ver @media perto de .financeiro-section pro toggle. */
.financeiro-item__detail-mobile { display: none; }
.financeiro-item__actions { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.fin-btn { border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 500; cursor: default; border: 1px solid; }
.fin-btn--neutral { background: #071409; border-color: #0d2a12; color: #4ade80; }
.fin-btn--green { background: #052e16; border-color: #14532d; color: #22c55e; }
.fin-btn--red { background: #1a0000; border-color: #3b0000; color: #f87171; }
.financeiro-item__badge { font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; white-space: nowrap; transition: background 0.4s, color 0.4s; flex-shrink: 0; }
.financeiro-item__badge--pago { background: #052e16; color: #22c55e; }
.financeiro-item__badge--pendente { background: #451a03; color: #f59e0b; }
.financeiro-item__badge--vencido { background: #3b0000; color: #f87171; }

/* ============================================================
   PAINEL DO TREINADOR
   ============================================================ */
.painel-treinador {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .painel-treinador { padding: 5.5rem 0; } }
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 132px). */
  .painel-treinador { padding-top: 36px; }
}

.painel-treinador__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) { .painel-treinador__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }

.painel-treinador__img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  display: block;
}

/* ── Dashboard Flutuante ─────────────────────────── */
.section-header--center {
  text-align: center;
  align-items: center;
}

.dashboard-float {
  position: relative;
  width: 100%;
  max-width: 860px;
  height: 420px;
  margin: 0 auto;
  background: radial-gradient(ellipse at 50% 50%, rgba(74,222,128,0.09) 0%, rgba(74,222,128,0.03) 40%, transparent 70%);
}

.dashboard-float__orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Hub central */
.dashboard-float__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-float__hub-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(74,222,128,0.3);
  box-shadow:
    0 0 0 8px rgba(74,222,128,0.04),
    0 0 40px rgba(74,222,128,0.15),
    0 0 80px rgba(74,222,128,0.07);
  animation: df-hub-pulse 3s ease-in-out infinite;
}

.dashboard-float__hub-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: rgba(10,25,14,0.95);
  border-radius: 50%;
  width: 138px;
  height: 138px;
  justify-content: center;
  border: 1px solid rgba(74,222,128,0.2);
}

.df-hub-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(74,222,128,0.6);
  text-transform: uppercase;
}

.df-hub-value {
  font-size: 18px;
  font-weight: 800;
  color: #4ade80;
  line-height: 1;
  letter-spacing: -0.02em;
}

.df-hub-sub {
  font-size: 9px;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}

/* Cards satélite */
.df-card {
  position: absolute;
  background: rgba(8,20,12,0.9);
  border: 1px solid rgba(74,222,128,0.16);
  border-radius: 16px;
  padding: 14px 16px 12px;
  min-width: 148px;
  backdrop-filter: blur(12px);
  box-shadow:
    0 4px 24px rgba(0,0,0,0.5),
    0 0 0 1px rgba(74,222,128,0.04),
    inset 0 1px 0 rgba(74,222,128,0.08);
}

.df-card__icon {
  width: 32px;
  height: 32px;
  background: rgba(74,222,128,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.df-card__value {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: -0.02em;
}

.df-card__label {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}

.df-card__desc {
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  margin-top: 3px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  /* Altura fixa (420px) era pensada pro desktop — com os cards menores
     (ver abaixo), sobrava ~160px de espaço vazio dentro da caixa antes
     do .dashboard-strip começar (ele é o próximo elemento em fluxo
     normal, sem margin próprio — o "respiro" era só esse vazio interno
     do diagrama). Os cards do meio usam top:50% (centralizados), então
     reduzir a altura pela metade só desce ELES pela metade da redução —
     340px só cortava o vazio de 160px pra 120px, não pra 80px. 260px é
     o valor que realmente fecha a conta em ~80px (metade dos 160px
     originais). O resto da página desce naturalmente com esse mesmo
     diagrama mais compacto, sem precisar tocar em nenhum outro
     espaçamento. */
  .dashboard-float { height: 260px; }

  /* Diagrama orbital foi desenhado pro desktop (canvas de 860px) — os 5
     cards satélite (min-width:148px) e o hub (148px) se sobrepunham
     pesado num container de 343px, já que as posições top/left/right em
     % ficam mantidas (pedido explícito: manter a posição, só encolher).
     Contas feitas com as posições reais medidas no mobile: o card do
     topo-centro ("Clientes Ativos", centralizado) só para de sobrepor os
     cards de canto (top:4%, left/right:1%) com no máximo ~112px de
     largura; os cards do meio (top:50%, left/right:-1%, "sangrando" pra
     fora da borda de propósito) só param de cobrir o hub central com
     no máximo ~117px somando os dois. 100px pros cards e ~104px pro hub
     ficam dentro dessa margem com folga. */
  .df-card {
    width: 100px;
    min-width: 100px;
    padding: 8px 10px;
    border-radius: 10px;
  }
  .df-card__icon {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
    border-radius: 6px;
  }
  .df-card__icon svg { width: 13px; height: 13px; }
  .df-card__value { font-size: 17px; margin-bottom: 2px; }
  .df-card__label { font-size: 9px; }
  .df-card__desc { font-size: 7.5px; margin-top: 2px; }

  .dashboard-float__hub { width: 104px; height: 104px; }
  .dashboard-float__hub-inner { width: 96px; height: 96px; }
  .df-hub-label { font-size: 6px; }
  .df-hub-value { font-size: 14px; }
  .df-hub-sub { font-size: 7px; }
}

/* Strip de benefícios */
.dashboard-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  max-width: 820px;
  background: rgba(74,222,128,0.04);
  border: 1px solid rgba(74,222,128,0.1);
  border-radius: 14px;
  padding: 1.1rem 2rem;
  flex-wrap: wrap;
}

.dashboard-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  padding: 0 2rem;
  flex: 1;
  min-width: 200px;
}

.dashboard-strip__item strong { color: rgba(255,255,255,0.85); }

.dashboard-strip__sep {
  width: 1px;
  height: 32px;
  background: rgba(74,222,128,0.12);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* 3 itens lado a lado (min-width:200px cada, 600px+ total) nunca
     cabiam nos ~343px do mobile — o flex-wrap forçava cada um pra sua
     própria linha, mas o separador vertical (pensado pra ficar ENTRE
     itens lado a lado) sobrava solto, sem sentido entre itens
     empilhados. Empilha de propósito (coluna) e vira o separador na
     horizontal, virando um divisor entre cada card. */
  .dashboard-strip {
    flex-direction: column;
    align-items: stretch;
    padding: 1.1rem 1.25rem;
  }
  .dashboard-strip__item {
    padding: 0.9rem 0;
    min-width: 0;
    flex: none;
  }
  /* 2 linhas por card (menos vazio à direita do que as 3 linhas de
     antes) — 250px é largo o bastante pra sobrar pouco espaço à direita
     e ainda deixar a descrição inteira de cada card (a mais longa é
     "Faturamento recorrente e automatizado") cabendo numa linha só,
     sem virar 3 no total — testado, abaixo de 250px ela já quebrava
     sozinha em 2 linhas. */
  .dashboard-strip__item span { max-width: 250px; }
  /* Título+travessão sempre na 1ª linha, descrição inteira na 2ª — sem
     essa quebra manual, a 1ª palavra da descrição ("Faturamento",
     "Aluno", "Menos") ia entrar na linha do título por wrap natural. */
  .dashboard-strip__desc-break { display: block; }
  .dashboard-strip__sep {
    width: 100%;
    height: 1px;
  }
}

/* Animações */
@keyframes df-hub-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(74,222,128,0.04), 0 0 40px rgba(74,222,128,0.15), 0 0 80px rgba(74,222,128,0.07); }
  50%       { box-shadow: 0 0 0 14px rgba(74,222,128,0.02), 0 0 60px rgba(74,222,128,0.22), 0 0 100px rgba(74,222,128,0.1); }
}
@keyframes df-float-1 { from { transform: translateX(-50%) translateY(0);          } to { transform: translateX(-50%) translateY(-10px);        } }
@keyframes df-float-2 { from { transform: translateY(0);                            } to { transform: translateY(-12px);                         } }
@keyframes df-float-3 { from { transform: translateY(-50%);                         } to { transform: translateY(calc(-50% - 8px));               } }
@keyframes df-float-4 { from { transform: translateY(-50%);                         } to { transform: translateY(calc(-50% - 10px));              } }
@keyframes df-float-5 { from { transform: translateY(0);                            } to { transform: translateY(-9px);                           } }

/* ============================================================
   APP DO ALUNO — carrossel
   ============================================================ */
.app-aluno {
  padding: 4rem 0;
  background: transparent;
}
@media (min-width: 768px) { .app-aluno { padding: 5.5rem 0; } }
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 148px). */
  .app-aluno { padding-top: 20px; }
}

.app-aluno__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 1023px) {
  /* Respiro padronizado em 104px (mesmo valor de todas as transições da
     página) — o carrossel tem 47.5px de centralização interna própria
     (.carousel-spotlight é mais alto que o phone-wrap real, ver ali),
     então 56px de gap aqui + esses 47.5px somam ~104px de respiro visual
     real até o celular aparecer de fato. */
  .app-aluno__inner { gap: 56px; }
}
@media (min-width: 1024px) {
  .app-aluno__inner {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
  }
}

.app-aluno__content {
  flex: 0 1 500px;
  min-width: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  /* flex:0 1 500px define LARGURA no layout em linha do desktop — em
     coluna (mobile, .app-aluno__inner sem flex-direction:row ainda) esse
     mesmo valor vira ALTURA (500px fixos), sobrando ~240px de vazio
     depois do texto real, bem mais curto que isso. flex:none volta o
     básico (0 1 auto), a caixa passa a acompanhar a altura real do
     conteúdo. */
  .app-aluno__content { flex: none; }
}
@media (min-width: 1024px) {
  .app-aluno__content {
    text-align: left;
  }
}

.app-aluno__carousel {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.carousel-spotlight {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: rgba(22, 163, 74, 0.03);
}
.carousel-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.30);
  pointer-events: none;
  z-index: 2;
  border-radius: 28px;
}

.phone-wrap {
  position: relative;
  width: 300px;
  background: #000;
  border-radius: 32px;
}
.app-aluno__phone {
  position: relative;
  width: 300px;
  height: 505px;
  overflow: hidden;
  border-radius: 32px;
  background: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  z-index: 1;
}
/* Teste: fade suave nas bordas do mockup, pra disfarçar conteúdo cortado no topo/rodapé
   do print — reverter removendo este bloco se não ficar bom. */
.app-aluno__phone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, #000 0%, transparent 42px, transparent calc(100% - 28px), #000 100%);
  border-radius: 32px;
  z-index: 2;
}

.app-aluno__carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.carousel__item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.carousel__img {
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

.app-aluno__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.app-aluno__dots {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
.app-aluno__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.app-aluno__dot:hover {
  background: rgba(255,255,255,0.5);
}
.app-aluno__dot--active {
  background: #16a34a;
  width: 24px;
  border-radius: 4px;
}

.app-aluno__arrows {
  display: flex;
  gap: 0.75rem;
}
.app-aluno__arrow {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.app-aluno__arrow:hover {
  background: rgba(22, 163, 74, 0.25);
  border-color: rgba(22, 163, 74, 0.4);
}

/* ============================================================
   SCROLL REVEAL — reveal-img
   ============================================================ */
.reveal-img {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-img.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   ANIMAÇÕES — scroll reveal
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   NOTEBOOK SCROLL SECTION
   ============================================================ */
.notebook-section {
  height: 280vh;
  position: relative;
}

.notebook-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.notebook-label {
  text-align: center;
  margin-bottom: 40px;
  opacity: 1;
  transition: opacity 0.4s;
}

.notebook-label__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #16a34a;
  border: 1px solid rgba(22,163,74,0.35);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
}

.notebook-label__title {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
}

.notebook-label__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Scene with 3D perspective */
.notebook-scene {
  perspective: 1200px;
  width: 720px;
  max-width: 90vw;
  position: relative;
}

/* Base */
.notebook-base {
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 8px 8px 14px 14px;
  height: 28px;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.notebook-keyboard {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.notebook-keys {
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg, #333 0px, #333 18px, #222 18px, #222 20px);
  border-radius: 2px;
  opacity: 0.6;
}

.notebook-trackpad {
  width: 30%;
  height: 5px;
  background: #2e2e2e;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
}

.notebook-hinge {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #222;
  border-radius: 3px 3px 0 0;
}

/* Lid */
.notebook-lid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: bottom center;
  transform: rotateX(-88deg);
  transition: none;
  will-change: transform;
}

.notebook-bezel {
  background: linear-gradient(180deg, #1c1c1c 0%, #141414 100%);
  border-radius: 12px 12px 4px 4px;
  padding: 14px 14px 10px;
  box-shadow:
    0 -20px 60px rgba(0,0,0,0.5),
    0 0 0 1px #333,
    inset 0 0 0 1px #2a2a2a;
  aspect-ratio: 16/10;
}

.notebook-screen {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #0f1117;
  opacity: 0;
  transition: opacity 0.3s;
}

.notebook-screen.visible {
  opacity: 1;
}

/* Screen content */
.nb-screen-content {
  display: flex;
  height: 100%;
  font-family: 'Inter', system-ui, sans-serif;
}

.nb-sidebar {
  width: 140px;
  flex-shrink: 0;
  background: #0a0a0a;
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nb-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .05em;
}

.nb-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nb-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.nb-nav-item.active {
  background: rgba(22,163,74,0.12);
  color: #16a34a;
}

.nb-main {
  flex: 1;
  padding: 16px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nb-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nb-page-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.nb-page-sub {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  margin-top: 2px;
}

.nb-btn {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  background: #16a34a;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}

.nb-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.nb-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 10px;
}

.nb-card-label {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.nb-card-value {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.nb-card-value.green { color: #16a34a; }

.nb-card-delta {
  font-size: 9px;
  color: rgba(255,255,255,0.3);
  margin-top: 4px;
}

.nb-table-title {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nb-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
}

.nb-table-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  padding: 8px 12px;
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  background: #0f1117;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.nb-table-row.header {
  color: rgba(255,255,255,0.3);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: rgba(255,255,255,0.02);
}

.nb-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
}

.nb-badge.green {
  background: rgba(22,163,74,0.15);
  color: #16a34a;
}

.nb-badge.yellow {
  background: rgba(234,179,8,0.15);
  color: #eab308;
}

/* ============================================================
   WHITE LABEL SECTION
   ============================================================ */
.whitelabel-section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px em todas as transições da página.
     padding-top: 27px fecha a conta do lado de cima (problema→white-label
     era 106px, só 2px de diferença). padding-bottom: 52px é novo — do
     lado de baixo (white-label→financeiro), a soma de padding-bottom
     (100px, nunca tinha sido tocado) + margem própria dos dots do
     carrossel (28px) dava 157px de respiro ali, bem mais que o padrão;
     as outras transições resolviam só mexendo no padding-top da seção
     seguinte, mas aqui a sobra do lado de cima é grande demais sozinha
     (128px) — precisa reduzir dos dois lados pra fechar em 104px exatos. */
  .whitelabel-section { padding-top: 27px; padding-bottom: 52px; }
  /* Respiro entre a headline e os mockups reduzido pela metade (era 68px).
     .section-header é classe genérica (usada em várias seções) — não
     mexo na regra base, só aqui. */
  .whitelabel-section .section-header { margin-bottom: 34px; }
}

.wl-carousel-viewport {
  width: 100%;
}

.wl-phones-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

/* Carrossel por swipe — só no mobile. Desktop mantém os 3 lado a lado
   como sempre foi (sem overflow, sem flex:0 0 100%, sem dots). Os 3
   celulares mostram cores de marca diferentes (o ponto da seção), então
   ao contrário do mockup da hero não dá pra usar o mesmo truque de
   borrar/escurecer os de fora — aqui cada um precisa aparecer nítido. */
.wl-carousel-dots {
  display: none;
  margin-top: 1.75rem;
}

.wl-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.wl-scaler {
  border: 2px solid #2a2a2a;
  position: relative;
}

/* Recorte da tela (cantos arredondados) fica num elemento à parte —
   se ficasse no mesmo elemento do box-shadow (brilho por marca, inline
   no HTML), o overflow:hidden corta o brilho nas bordas retas da caixa
   e gera aquele efeito de "moldura quadrada" ao redor do glow. */
.wl-scaler-clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.wl-scaler--side {
  width: 242px;
  height: 464px;
  border-radius: 33px;
  opacity: 0.78;
}

.wl-scaler--center {
  width: 274px;
  height: 526px;
  border-radius: 37px;
}

.wl-phone-inner {
  transform-origin: top left;
}

.wl-scaler--side .wl-phone-inner {
  transform: scale(0.82);
}

.wl-scaler--center .wl-phone-inner {
  transform: scale(0.93);
}

.wl-brand-label {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
}

.wl-brand-label--center {
  opacity: 1;
}

.wl-brand-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.wl-brand-sub {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* overflow:hidden aqui é necessário só pra esconder os celulares
     vizinhos do carrossel — mas isso corta também o brilho (box-shadow)
     em qualquer direção que "sobre" da caixa. Tentei antes só esconder
     o eixo X (overflow-x:hidden + overflow-y:visible), mas o navegador
     converte esse "visible" pra "auto" quando o outro eixo não é
     visible — e "auto" AINDA corta box-shadow (só "visible" de verdade
     não corta). Confirmado no celular: linha reta cortando o brilho
     em cima continuava mesmo com overflow-y:visible.
     Correção real: manter overflow:hidden nos dois eixos (comportamento
     confiável), mas esticar a caixa de recorte bem além do conteúdo
     (margem negativa + padding igual, que se cancelam) — assim o brilho
     tem espaço de sobra pra sumir antes de encostar na borda do recorte.
     130px cobre a pior sombra (celular azul central, sombra de
     profundidade offset 40px + blur 80px = até 120px pra baixo).
     Nas laterais o padding do .container (1rem) já apertava a folga
     (~34px); estica até a borda da tela, que é o máximo que cabe
     fisicamente num celular de 274px numa tela de 375px (~50px).
     .wl-phones-row continua 100% do miolo (padding compensado) e o
     swipe é todo em %, então nada disso muda o cálculo do arrasto. */
  .wl-carousel-viewport {
    overflow: hidden;
    width: calc(100% + 2rem);
    margin: -130px -1rem;
    padding: 130px 1rem;
  }
  .wl-phones-row {
    width: 100%;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    touch-action: pan-y;
    margin-top: 0;
  }
  .wl-phone-wrap { flex: 0 0 100%; width: 100%; }
  /* Os 3 ficam do mesmo tamanho no carrossel (era menor só pros de fora
     no leque de desktop, que não se aplica aqui) — igual ao "azul"
     (--center), que já era o tamanho considerado ideal. */
  .wl-scaler--side { width: 274px; height: 526px; border-radius: 37px; opacity: 1; }
  .wl-scaler--side .wl-phone-inner { transform: scale(0.93); }
  .wl-carousel-dots { display: flex; }
}

/* Financeiro standalone */
.financeiro-section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px (mesmo valor de todas as transições da
     página) — 24px de padding-top aqui, somado aos 80px que sobram do
     lado de .whitelabel-section (padding-bottom:52px + margem dos dots
     28px, ver ali). */
  .financeiro-section { padding-top: 24px; }
  /* Painel financeiro tem só ~80px de largura útil por coluna (3 colunas
     dentro do container de ~343px) — no tamanho desktop (18px) o valor
     ("R$ 4.200,00") não cabe numa linha só e quebra, esticando a altura
     do painel à toa. Reduz a fonte e o padding lateral do card pra abrir
     mais espaço — com folga de sobra (~8px), não só o mínimo pra caber,
     já que a largura exata do texto pode variar um pouco entre fontes/
     dispositivos. */
  .financeiro-metric { padding: 0.5rem 0.5rem; }
  .financeiro-metric__value { font-size: 0.72rem; white-space: nowrap; }

  /* Linha de detalhe da cobrança ("R$ 3.600,00 · Vence 21/06/2026 · PIX")
     mede 216px de texto contra só 184px de coluna disponível — não é só
     questão de fonte pequena, faltam 32px reais. Troca pela versão em
     2 linhas (valor+forma de pagamento / vencimento), que cabe com folga
     (101px e 136px, medido) e ainda separa melhor o dado principal
     (valor) do secundário (data). */
  .financeiro-item__detail { display: none; }
  .financeiro-item__detail-mobile { display: block; }
  .financeiro-item__value { display: block; font-size: 12px; color: #22c55e; font-weight: 500; margin-top: 3px; }
  .financeiro-item__due { display: block; font-size: 11px; color: #1f5c28; font-weight: 400; margin-top: 1px; }
}

/* ============================================================
   GUARANTEE SECTION
   ============================================================ */
.guarantee {
  padding: 3.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 120px). */
  .guarantee { padding-top: 40px; }
}
.guarantee__card {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  background: rgba(22, 163, 74, 0.04);
  border: 1px solid rgba(22, 163, 74, 0.4);
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow:
    0 0 0 1px rgba(22, 163, 74, 0.15),
    0 0 40px rgba(22, 163, 74, 0.1),
    inset 0 1px 0 rgba(22, 163, 74, 0.15);
}
.guarantee__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 50%;
}
.guarantee__content {
  flex: 1;
}
.guarantee__title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
}
.guarantee__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #a1a1aa;
  margin-bottom: 1.5rem;
}
.guarantee__text strong {
  color: #16a34a;
}
.guarantee__features {
  list-style: none;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.guarantee__features li {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #d1fae5;
  flex: 1;
  min-width: 150px;
}
.guarantee__features svg {
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .guarantee__card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .guarantee__icon {
    margin: 0 auto;
  }
  .guarantee__title {
    font-size: 1.35rem;
  }
  /* justify-content:center (acima) não fazia efeito porque cada <li> tem
     flex:1 (herdado da regra base, pensada pra dividir 3 colunas lado a
     lado) — isso estica cada item pra preencher a linha toda, sem sobrar
     espaço livre pra centralizar. Empilha em coluna, um item por linha,
     e tira o flex:1/min-width que só fazem sentido na distribuição em
     linha do desktop. */
  .guarantee__features {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  .guarantee__features li {
    flex: none;
    min-width: 0;
  }
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq {
  padding: 3rem 0 2.5rem;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 116px). */
  .faq { padding-top: 36px; }
}
.faq__list {
  max-width: 800px;
  margin: 1.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.faq__item {
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq__item:hover {
  border-color: rgba(22, 163, 74, 0.3);
  background: rgba(22, 163, 74, 0.02);
}
.faq__item[open] {
  border-color: rgba(22, 163, 74, 0.3);
  background: rgba(22, 163, 74, 0.04);
}
.faq__question {
  cursor: pointer;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  user-select: none;
}
.faq__question:hover {
  color: #16a34a;
}
.faq__question::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2316a34a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq__item[open] .faq__question::after {
  transform: rotate(180deg);
}
.faq__answer {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #a1a1aa;
  border-top: 1px solid rgba(22, 163, 74, 0.1);
}
@media (max-width: 640px) {
  .faq {
    /* padding-top sobrescrito abaixo pro respiro padrão de 104px — esse
       bloco (640px) roda depois da regra em @media(max-width:768px) que
       define isso, e o shorthand "padding" aqui reseta padding-top junto
       se eu não repetir o valor certo. */
    padding: 36px 0 2rem;
  }
  .faq__question {
    padding: 1.25rem;
    font-size: 0.95rem;
  }
  /* padding-top da resposta era 0 (base e aqui) — o texto ficava colado
     na linha divisória de cima. 1.25rem (igual ao padding de baixo)
     equilibra visualmente o campo da resposta. */
  .faq__answer {
    padding: 1.25rem 1.25rem;
  }
}

/* ============================================================
   COLABORADORES — MACBOOK 3D
   ============================================================ */
.colaboradores-section {
  padding: 100px 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  /* Respiro padronizado em 104px, mesmo valor de todas as transições
     da página (era 168px). */
  .colaboradores-section { padding-top: 36px; }
}
.colaboradores-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -40%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(22,163,74,0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.colaboradores-section > * { position: relative; z-index: 1; }

/* ── MacBook mockup (PNG Canva — cor Midnight) ── */
.macbook-wrap {
  max-width: 960px;
  margin: 40px auto 0;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease;
  perspective: 1400px;
  perspective-origin: 50% 80%;
}

.macbook-wrap.is-open {
  opacity: 1;
}

.macbook-device {
  position: relative;
  width: 100%;
  transform-origin: bottom center;
  transform: rotateX(-82deg);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.macbook-wrap.is-open .macbook-device {
  transform: rotateX(0deg);
}

/* Frame PNG por cima com cor Midnight da Apple */
.macbook-frame-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
  /* Midnight: escuro mas com detalhes visíveis */
  filter: sepia(1) hue-rotate(185deg) brightness(0.13) saturate(2.5) contrast(1.05);
}

/* Mockup colaboradores — posicionado sobre a área da tela do PNG */
.macbook-app-screen {
  position: absolute;
  top: 5.3%;
  left: 9%;
  width: 82%;
  height: 83%;
  z-index: 1;
  overflow: hidden;
  background: #0a0a0c;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

.macbook-wrap.is-open .macbook-app-screen { opacity: 1; transition-delay: 1s; }

/* Top bar */
.mc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
  background: #0d0d0f;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  flex-shrink: 0;
}
.mc-topbar-left { display: flex; align-items: center; gap: 5px; }
.mc-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.mc-appname { font-size: 9px; color: rgba(255,255,255,0.22); margin-left: 8px; font-weight: 600; }
.mc-topbar-right { font-size: 9px; color: rgba(255,255,255,0.22); }

/* Layout */
.mc-layout { display: flex; flex: 1; overflow: hidden; }

/* Sidebar */
.mc-sidebar {
  width: 130px;
  flex-shrink: 0;
  background: #0d1410;
  border-right: 1px solid rgba(22,163,74,0.12);
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mc-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px 10px;
  border-bottom: 1px solid rgba(22,163,74,0.12);
}
.mc-brand-dot {
  width: 18px; height: 18px; border-radius: 6px;
  background: linear-gradient(135deg, #4ade80, #16a34a);
  flex-shrink: 0;
}
.mc-brand-name { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.8); }
.mc-nav { display: flex; flex-direction: column; gap: 1px; padding: 0 6px; }
.mc-nav-item {
  font-size: 9px; color: rgba(74,222,128,0.35);
  padding: 5px 8px; border-radius: 6px;
}
.mc-nav-item--active {
  background: rgba(74,222,128,0.1);
  color: #4ade80;
  font-weight: 600;
}

/* Main */
.mc-main { flex: 1; background: #0a0a0c; padding: 12px 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.mc-header { display: flex; align-items: center; justify-content: space-between; }
.mc-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.9); display: flex; align-items: center; gap: 6px; }
.mc-count {
  font-size: 9px; font-weight: 700; color: #4ade80;
  background: rgba(74,222,128,0.12); border: 1px solid rgba(74,222,128,0.2);
  padding: 1px 6px; border-radius: 20px;
}
.mc-add-btn {
  font-size: 9px; font-weight: 600; color: #000;
  background: linear-gradient(135deg, #4ade80, #16a34a);
  border: none; border-radius: 6px; padding: 4px 10px; cursor: pointer;
}

/* Rows */
.mc-list { display: flex; flex-direction: column; gap: 5px; }
.mc-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px;
  background: #0d1410;
  border: 1px solid rgba(22,163,74,0.18);
  border-radius: 8px;
}
.mc-avatar {
  width: 26px; height: 26px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.mc-info { flex-shrink: 0; min-width: 80px; }
.mc-name { font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.9); }
.mc-role { font-size: 8px; font-weight: 500; }
.mc-tags { display: flex; gap: 3px; flex: 1; flex-wrap: wrap; }
.mc-tag {
  font-size: 7px; font-weight: 600; padding: 1px 5px;
  border-radius: 20px; white-space: nowrap;
}
.mc-tag--green  { background: rgba(74,222,128,0.1);   color: #86efac; border: 1px solid rgba(74,222,128,0.18); }
.mc-tag--blue   { background: rgba(96,165,250,0.1);   color: #93c5fd; border: 1px solid rgba(96,165,250,0.18); }
.mc-tag--purple { background: rgba(167,139,250,0.1);  color: #c4b5fd; border: 1px solid rgba(167,139,250,0.18); }
.mc-tag--amber  { background: rgba(251,191,36,0.1);   color: #fcd34d; border: 1px solid rgba(251,191,36,0.18); }
.mc-tag--gray   { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.28); border: 1px solid rgba(255,255,255,0.07); }
.mc-status { font-size: 7px; font-weight: 700; color: #4ade80; background: rgba(74,222,128,0.08); border: 1px solid rgba(74,222,128,0.15); padding: 1px 6px; border-radius: 20px; flex-shrink: 0; }

.mc-invite-row {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 10px;
  border: 1.5px dashed rgba(22,163,74,0.15); border-radius: 8px;
}
.mc-invite-plus { font-size: 11px; color: rgba(255,255,255,0.15); }
.mc-invite-text { font-size: 8px; color: rgba(255,255,255,0.15); font-style: italic; }

/* ── Benefícios ── */
.colab-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 24px 32px;
}

.colab-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  padding: 0 24px;
}

.colab-benefit__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(74,222,128,0.08);
  border: 1px solid rgba(74,222,128,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.colab-benefit__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.colab-benefit__text strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.colab-benefit__text span {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  line-height: 1.4;
}

.colab-benefit__sep {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.07);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .macbook-wrap { max-width: 560px; }
  /* align-items:center vem do desktop (centraliza os 3 lado a lado); em
     coluna isso passa a centralizar CADA card pela própria largura de
     conteúdo — como o card 3 tem menos texto, ficava ~34px deslocado
     pra direita em relação aos outros 2. stretch faz todos ocuparem a
     mesma largura, alinhados na mesma margem esquerda. */
  .colab-benefits { flex-direction: column; align-items: stretch; gap: 20px; padding: 24px; }
  .colab-benefit__sep { width: 100%; height: 1px; }
  .colab-benefit { padding: 0; }
  /* Card 3 ("Sem acesso ao financeiro") quebrava sozinho com só "você"
     orfão numa 2ª linha (cabe pouco mais que isso na largura mobile) —
     força a quebra antes, deixando "pra você" na 2ª linha, igual ao
     formato de 2 linhas balanceadas dos cards 1 e 2. Desktop já
     quebra bem sozinho (não mexido). */
  .colab-benefit__break { display: block; }
}

@media (max-width: 560px) {
  .macbook-wrap { max-width: 340px; }
  /* Conteúdo (sidebar 130px fixo + tabela) foi desenhado pra caber nos
     ~787px que a área da tela tem no desktop — nada nele escala junto
     com o container, então cortava/estourava no mobile (tela real de só
     ~279px). Testei reduzir tudo proporcionalmente (transform:scale) e o
     texto ficou ilegível (~5-8px visual) — a tela é densa demais pra
     caber legível numa área tão pequena. Opção escolhida: corta o menu
     lateral (nav só faz sentido na versão real do produto, não aqui) e
     deixa a lista principal ocupar a tela toda, com tamanhos próprios
     pra ficar legível na largura real disponível — não é mais a mesma
     imagem "reduzida", é um recorte focado só no que interessa mostrar. */
  .mc-sidebar { display: none; }
  .mc-main { padding: 6px 10px 4px; gap: 3px; }
  .mc-title { font-size: 10.5px; }
  .mc-list { gap: 3px; }
  .mc-row { padding: 3px 6px; gap: 5px; }
  .mc-avatar { width: 20px; height: 20px; font-size: 7.5px; border-radius: 5px; }
  .mc-info { min-width: 0; }
  .mc-name { font-size: 8.5px; }
  .mc-role { font-size: 7px; }
  /* Pedido explícito: não reduzir mais o "Ativo" — mantido nos mesmos
     7px/1px 5px que já estavam quando o Lucas aprovou o tamanho dele. */
  .mc-status { font-size: 7px; padding: 1px 5px; }
  /* fs/padding/gap calculados pra caber as 3 tags mais longas (Pedro:
     "Ver treinos"+"Ver alunos"+"Sem financeiro"; Julia: "Financeiro"+
     "Ver alunos"+"Sem treinos") numa linha só — antes quebravam pra uma
     2ª linha (fonte 7px/padding 4px estourava a largura disponível). */
  .mc-tags { gap: 1px; }
  .mc-tag { font-size: 6px; padding: 1px 2px; }
  .mc-add-btn { font-size: 8px; padding: 3px 8px; }
  /* Convite ("+ Convidar colaborador...") escondido só no mobile — as
     3 linhas de pessoas já usam praticamente toda a altura disponível
     (~156px depois da topbar); não sobra pro convite sem cortar. */
  .mc-invite-row { display: none; }
}
