/* ═══════════════════════════════════════════════════════════════
   VARIÁVEIS — edite aqui para mudar o tema inteiro
   ─────────────────────────────────────────────────────────────
   TIPOGRAFIA
   --font-sans    família sem-serifa (corpo, UI)
   --font-serif   família serifada (títulos, decorativo)

   ESCALA DE TAMANHOS
   --text-xs      .75rem   labels, badges, rodapé
   --text-sm      .875rem  links de nav
   --text-btn     .88rem   botões
   --text-body    1rem     parágrafo base
   --text-md      1.05rem  parágrafo destaque
   --text-lg      1.15rem  subtítulos / leads
   --text-card    .93rem   textos de card
   --text-small   .78rem   auxiliares (autor, data)

   HEADINGS FLUIDOS
   --text-h1      clamp(2.4rem, 5vw,   4rem)
   --text-h2      clamp(1.8rem, 3.5vw, 2.8rem)
   --text-h3      clamp(1.2rem, 2vw,   1.6rem)
   --text-quote   clamp(1.4rem, 2.8vw, 2.1rem)

   NÚMEROS DECORATIVOS
   --text-num-step   3.2rem
   --text-num-trust  2.5rem
   --text-num-stat   2.6rem
   --text-num-faq    1.18rem
   ─────────────────────────────────────────────────────────────
   PALETA
   ── Azul institucional ──────────────────────────────────────
   --blue-main    #4F86C6   ativo, links, hover, destaques UI
   --blue-soft    #DDEBFA   fundos azul claros (seções leves)
   --blue-light   #EEF6FF   fundo muito claro (alternativa ao creme)
   --blue-deep    #17324D   autoridade, seções intermediárias
   --blue-ink     #0F2538   fundos mais escuros (trust bar, footer…)

   ── Acento premium (dourado/bege) ────────────────────────────
   --primary      #B8955A   bordas, linhas, números decorativos
   --primary-l    #E6D2AA   hover do dourado, shimmer
   --primary-rgb  184,149,90

   ── Superfície clara ─────────────────────────────────────────
   --secondary    #F8F4EE   fundo de seções claras (creme)
   --secondary-l  #FCFAF7   fundo geral do site (off-white)
   --secondary-rgb 248,244,238

   ── Texto ────────────────────────────────────────────────────
   --ink    #111827   texto principal / UI escura
   --slate  #3A4452   texto secundário
   --muted  #6B7280   labels, textos de apoio

   ── Foto placeholder ─────────────────────────────────────────
   --photo-a  #C8D8EC   tom claro azulado (combina com fotos reais)
   --photo-b  #8BADD4   tom médio azulado
   ─────────────────────────────────────────────────────────────
   GRADIENTES (compostos das variáveis — não editar)

   TRANSPARÊNCIAS DISPONÍVEIS:
     rgba(var(--primary-rgb),    0.12)  fundo dourado suave
     rgba(var(--primary-rgb),    0.22)  borda dourada  ← --line
     rgba(var(--blue-main-rgb),  0.12)  fundo azul suave
     rgba(var(--blue-main-rgb),  0.25)  borda azul
     rgba(var(--secondary-rgb),  0.58)  texto médio sobre escuro
     rgba(var(--secondary-rgb),  0.78)  texto forte sobre escuro
     rgba(var(--secondary-rgb),  0.93)  superfície translúcida
═══════════════════════════════════════════════════════════════ */
:root {
  /* ── Tipografia ───────────────────────────────────────── */
  --font-sans: 'DM Sans', sans-serif;
  --font-serif: 'Cormorant Garamond', serif;

  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-btn: .88rem;
  --text-body: 1rem;
  --text-md: 1.05rem;
  --text-lg: 1.15rem;
  --text-card: .93rem;
  --text-small: .78rem;

  --text-h1: clamp(2.4rem, 5vw, 4rem);
  --text-h2: clamp(1.8rem, 3.5vw, 2.8rem);
  --text-h3: clamp(1.2rem, 2vw, 1.6rem);
  --text-quote: clamp(1.4rem, 2.8vw, 2.1rem);

  --text-num-step: 3.2rem;
  --text-num-trust: 2.5rem;
  --text-num-stat: 2.6rem;
  --text-num-faq: 1.18rem;

  /* ── Azul institucional ───────────────────────────────── */
  --blue-main: #4F86C6;
  --blue-main-rgb: 79, 134, 198;
  --blue-soft: #DDEBFA;
  --blue-light: #EEF6FF;
  --blue-deep: #17324D;
  --blue-deep-rgb: 23, 50, 77;
  --blue-ink: #0F2538;
  --blue-ink-rgb: 15, 37, 56;

  /* ── Acento dourado ───────────────────────────────────── */
  --primary: #B8955A;
  --primary-l: #E6D2AA;
  --primary-rgb: 184, 149, 90;

  /* ── Superfície clara ─────────────────────────────────── */
  --secondary: #F8F4EE;
  --secondary-l: #FCFAF7;
  --secondary-rgb: 248, 244, 238;

  /* ── Texto ────────────────────────────────────────────── */
  --ink: #111827;
  --slate: #3A4452;
  --muted: #6B7280;

  /* ── Foto placeholder ─────────────────────────────────── */
  --photo-a: #C8D8EC;
  --photo-b: #8BADD4;

  /* ── Linhas / bordas ──────────────────────────────────── */
  --line: rgba(var(--primary-rgb), 0.22);
  /* dourado — acento premium   */
  --line-blue: rgba(var(--blue-main-rgb), 0.20);
  /* azul — separadores neutros */

  /* ── Gradientes ───────────────────────────────────────── */

  /* Placeholder de foto (azulado, combina com fotos reais) */
  --grad-photo-h: linear-gradient(155deg, var(--photo-a), var(--photo-b));
  --grad-photo-v: linear-gradient(135deg, var(--photo-a), var(--photo-b));

  /* LP hero faixa lateral */
  --grad-lp-accent: linear-gradient(160deg, var(--photo-a), var(--photo-b));

  /* LP hero fundo */
  --grad-lp-bg: linear-gradient(160deg, var(--secondary-l) 55%, var(--blue-light) 100%);

  /* Banners CTA — azul-marinho */
  --grad-cta: linear-gradient(135deg, var(--blue-deep), var(--blue-ink));

  /* Hero ludopatia — azul muito escuro */
  --grad-ludo: linear-gradient(150deg, #071525 0%, var(--blue-ink) 60%, #142E4A 100%);
  --grad-ludo-cta: linear-gradient(135deg, #071525, var(--blue-ink));

  /* Máscara lateral do hero split */
  --grad-fade-r: linear-gradient(to right, var(--secondary-l), transparent);

  /* Linhas decorativas douradas */
  --grad-line-h: linear-gradient(90deg, transparent, var(--primary), transparent);
  --grad-line-l: linear-gradient(90deg, var(--primary), transparent);
}

/* ═══════════════════════════════════════
   BASE
═══════════════════════════════════════ */
body {
  font-family: var(--font-sans);
  background: var(--secondary-l);
  color: var(--ink);
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  line-height: 1.15;
}

h1 {
  font-size: var(--text-h1);
}

h2 {
  font-size: var(--text-h2);
}

h3 {
  font-size: var(--text-h3);
}

p {
  color: var(--slate);
  line-height: 1.78;
}

em {
  font-style: italic;
}

/* ═══════════════════════════════════════
   NAVBAR
═══════════════════════════════════════ */
.navbar {
  background: rgba(var(--secondary-rgb), 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-blue);
  min-height: 70px;
}

.navbar-brand {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--blue-ink) !important;
}

.navbar-brand span {
  color: var(--primary);
}

.nav-link {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--slate) !important;
  letter-spacing: .02em;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--blue-main) !important;
}

.nav-link.active-page {
  color: var(--blue-main) !important;
}

.btn-nav-cta {
  background: var(--blue-main);
  color: #fff !important;
  padding: .45rem 1.2rem;
  border-radius: 2px;
  transition: background .2s;
}

.btn-nav-cta:hover {
  background: var(--blue-deep) !important;
  color: #fff !important;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

/* ═══════════════════════════════════════
   PADDING DE PÁGINA
═══════════════════════════════════════ */
.pt-page {
  padding-top: 70px;
}

/* ═══════════════════════════════════════
   UTILITÁRIOS
═══════════════════════════════════════ */
.gold-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--primary);
  vertical-align: middle;
  flex-shrink: 0;
}

.label-wrap {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
}

.label-txt {
  font-size: var(--text-xs);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.divider-gold {
  width: 36px;
  height: 1px;
  background: var(--primary);
  margin: 1.5rem 0;
}

.badge-pill {
  display: inline-block;
  background: rgba(var(--blue-main-rgb), 0.10);
  border: 1px solid rgba(var(--blue-main-rgb), 0.28);
  color: var(--blue-main);
  padding: .25rem .75rem;
  border-radius: 20px;
  font-size: var(--text-small);
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════
   BOTÕES
═══════════════════════════════════════ */
.btn-prim {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--blue-ink);
  color: #fff;
  padding: .85rem 1.8rem;
  font-size: var(--text-btn);
  font-weight: 500;
  letter-spacing: .03em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background .25s, transform .2s;
  font-family: var(--font-sans);
  text-decoration: none;
}

.btn-prim:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--blue-deep);
  color: var(--blue-deep);
  padding: .85rem 1.8rem;
  font-size: var(--text-btn);
  font-weight: 500;
  background: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all .25s;
  font-family: var(--font-sans);
  text-decoration: none;
}

.btn-ghost:hover {
  background: var(--blue-deep);
  color: #fff;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--primary);
  color: var(--ink);
  padding: .85rem 1.8rem;
  font-size: var(--text-btn);
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background .25s, transform .2s;
  font-family: var(--font-sans);
  text-decoration: none;
}

.btn-gold:hover {
  background: var(--primary-l);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════ */
.cta-banner {
  background: var(--grad-cta);
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(var(--primary-rgb), 0.10) 0%, transparent 65%);
}

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.faq-item {
  border-bottom: 1px solid var(--line-blue);
}

.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 1.3rem 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: var(--text-num-faq);
  color: var(--ink);
  gap: 1rem;
}

.faq-icon {
  color: var(--blue-main);
  font-size: 1.3rem;
  transition: transform .3s;
  flex-shrink: 0;
  line-height: 1;
}

.faq-icon.open {
  transform: rotate(45deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-body.open {
  max-height: 300px;
}

.faq-body p {
  padding-bottom: 1.1rem;
  font-size: var(--text-card);
  margin: 0;
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer {
  background: var(--blue-ink);
  padding: 2.8rem 0;
  border-top: 1px solid rgba(var(--primary-rgb), 0.20);
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--secondary);
}

.footer-brand span {
  color: var(--primary);
}

/* ═══════════════════════════════════════
   WHATSAPP FLUTUANTE
═══════════════════════════════════════ */
.wpp-float {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 200;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .38);
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  border: none;
}

.wpp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 26px rgba(37, 211, 102, .48);
}

/* ═══════════════════════════════════════
   REVEAL
═══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════
   SEÇÃO BASE
═══════════════════════════════════════ */
.sec {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

/* ═══════════════════════════════════════
   HERO HOME
═══════════════════════════════════════ */
.hero-home {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-left {
  display: flex;
  align-items: center;
  padding: 5rem clamp(1.5rem, 5vw, 4rem);
}

.hero-right {
  background: var(--grad-photo-h);
  position: relative;
  overflow: hidden;
}

.hero-right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: var(--grad-fade-r);
}

.photo-ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.photo-ph svg {
  opacity: .25;
}

.photo-ph span {
  font-size: var(--text-xs);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: .7;
}

.cred-badge {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(var(--secondary-rgb), 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(var(--primary-rgb), 0.30);
  padding: 1rem 1.6rem;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
}

.cred-badge strong {
  display: block;
  font-size: var(--text-card);
  font-weight: 500;
  color: var(--blue-ink);
}

.cred-badge small {
  font-size: var(--text-small);
  color: var(--muted);
}

/* ═══════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════ */
.trust-bar {
  background: var(--blue-deep);
  padding: 2.5rem 0;
}

.trust-num {
  font-family: var(--font-serif);
  font-size: var(--text-num-trust);
  font-weight: 300;
  color: var(--primary);
  display: block;
  line-height: 1;
  margin-bottom: .25rem;
}

.trust-lbl {
  font-size: var(--text-xs);
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(var(--secondary-rgb), 0.55);
}

/* ═══════════════════════════════════════
   ABOUT
═══════════════════════════════════════ */
.about-img {
  height: 480px;
  background: var(--grad-photo-v);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.about-img::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 70px;
  height: 70px;
  border-top: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
}

.about-img::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 70px;
  height: 70px;
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}

/* ═══════════════════════════════════════
   SPEC GRID
═══════════════════════════════════════ */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5px;
  background: var(--line-blue);
  margin-top: 2.5rem;
}

.spec-card {
  background: var(--secondary);
  padding: 2.2rem 1.8rem;
  cursor: pointer;
  transition: background .2s;
}

.spec-card:hover {
  background: var(--blue-light);
}

.spec-icon {
  font-size: 1.6rem;
  margin-bottom: .9rem;
}

.spec-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: 1rem;
  font-size: .83rem;
  font-weight: 500;
  color: var(--blue-main);
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-sans);
  padding: 0;
  transition: gap .2s;
}

.spec-link:hover {
  gap: .6rem;
}

/* ═══════════════════════════════════════
   PROCESSO
═══════════════════════════════════════ */
.step-num {
  font-family: var(--font-serif);
  font-size: var(--text-num-step);
  font-weight: 300;
  color: rgba(var(--blue-ink-rgb), 0.20);
  line-height: 1;
  margin-bottom: .6rem;
}

/* ═══════════════════════════════════════
   DEPOIMENTOS / CARDS
═══════════════════════════════════════ */
.test-section {
  background: var(--blue-ink);
}

.test-card {
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  padding: 1.8rem;
  border-radius: 2px;
  position: relative;
  height: 100%;
}

.test-card::before {
  content: '"';
  position: absolute;
  top: .8rem;
  right: 1.2rem;
  font-family: var(--font-serif);
  font-size: 4.5rem;
  color: var(--primary);
  opacity: .15;
  line-height: 1;
}

.test-card p {
  color: rgba(var(--secondary-rgb), 0.78);
  font-size: var(--text-card);
  line-height: 1.72;
}

.test-card strong {
  color: var(--secondary);
  font-size: var(--text-small);
}

.test-card small {
  color: var(--primary);
  font-size: var(--text-xs);
  letter-spacing: .04em;
}

/* ═══════════════════════════════════════
   LP HERO
═══════════════════════════════════════ */
.lp-hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  background: var(--grad-lp-bg);
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
}

.lp-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38%;
  background: var(--grad-lp-accent);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

/* ═══════════════════════════════════════
   CHECK ITEMS
═══════════════════════════════════════ */
.check-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  background: var(--secondary-l);
  padding: 1.1rem 1.3rem;
  border-radius: 2px;
  border-left: 2px solid var(--primary);
  height: 100%;
}

.check-dot {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 3px;
}

/* ═══════════════════════════════════════
   TCC BOX
═══════════════════════════════════════ */
.tcc-box {
  background: var(--blue-light);
  padding: 2.5rem;
  border-radius: 2px;
  border-left: 3px solid var(--blue-main);
  height: 100%;
}

.tcc-step-label {
  font-size: var(--text-small);
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--blue-main);
  font-weight: 500;
  display: block;
  margin-bottom: .3rem;
}

.tcc-divider {
  width: 100%;
  height: 1px;
  background: var(--line-blue);
  margin: 1rem 0;
}

/* ═══════════════════════════════════════
   STATS
═══════════════════════════════════════ */
.stat-num {
  font-family: var(--font-serif);
  font-size: var(--text-num-stat);
  font-weight: 300;
  color: var(--primary);
  display: block;
  line-height: 1;
  margin-bottom: .3rem;
}

/* ═══════════════════════════════════════
   LP EXTERIOR
═══════════════════════════════════════ */
.ext-hero {
  min-height: 88vh;
  background: var(--blue-ink);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
}

.ext-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 85% 50%, rgba(var(--blue-main-rgb), 0.18) 0%, transparent 60%);
}

.flag-badge {
  display: inline-block;
  background: rgba(var(--blue-main-rgb), 0.18);
  border: 1px solid rgba(var(--blue-main-rgb), 0.35);
  color: var(--blue-soft);
  padding: .28rem .72rem;
  border-radius: 20px;
  font-size: var(--text-small);
  letter-spacing: .05em;
  margin: .2rem;
}

.pain-cards-bg {
  background: var(--blue-ink);
}

.pain-card {
  background: rgba(var(--blue-main-rgb), 0.06);
  padding: 1.8rem;
  border: 1px solid rgba(var(--blue-main-rgb), 0.18);
  transition: background .2s;
  height: 100%;
  border-radius: 2px;
}

.pain-card:hover {
  background: rgba(var(--blue-main-rgb), 0.14);
}

.pain-card h3 {
  color: var(--secondary);
  font-size: var(--text-lg);
  margin-bottom: .6rem;
}

.pain-card p {
  color: rgba(var(--secondary-rgb), 0.62);
  font-size: var(--text-small);
  margin: 0;
}

.quote-gold {
  background: var(--primary);
  padding: clamp(2.5rem, 5vw, 4.5rem) 1.5rem;
  text-align: center;
}

.quote-gold blockquote {
  font-family: var(--font-serif);
  font-size: var(--text-quote);
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.45;
}

.info-box {
  background: rgba(var(--blue-main-rgb), 0.07);
  padding: 1.6rem;
  border-radius: 2px;
  height: 100%;
  border: 1px solid rgba(var(--blue-main-rgb), 0.15);
}

.info-box-label {
  font-size: var(--text-small);
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--blue-main);
  font-weight: 500;
  display: block;
  margin-bottom: .4rem;
}

/* ── estilos específicos desta LP ── */

/* Hero escuro com tom diferente */
.ludo-hero {
  min-height: 90vh;
  background: var(--grad-ludo);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
}

.ludo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 90% 40%, rgba(var(--primary-rgb), .09) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 10% 80%, rgba(var(--primary-rgb), .05) 0%, transparent 50%);
}

.ludo-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-line-h);
  opacity: .5;
}

/* Badge de alerta (sutil, não alarmista) */
.badge-ludo {
  display: inline-block;
  background: rgba(var(--primary-rgb), .1);
  border: 1px solid rgba(var(--primary-rgb), .35);
  color: var(--primary);
  padding: .28rem .9rem;
  border-radius: 20px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Seção de reconhecimento (fundo escuro) */
.recog-section {
  background: #071525;
}

/* Cards de reconhecimento */
.recog-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(var(--primary-rgb), .12);
  border-left: 3px solid var(--primary);
  padding: 1.3rem 1.5rem;
  border-radius: 2px;
  height: 100%;
  transition: background .2s;
}

.recog-card:hover {
  background: rgba(var(--primary-rgb), .05);
}

.recog-card p {
  color: rgba(var(--secondary-rgb), .75);
  font-size: .93rem;
  margin: 0;
}

/* Linha separadora ouro */
.gold-sep {
  width: 100%;
  height: 1px;
  background: var(--grad-line-l);
  margin: 2rem 0;
}

/* Bloco de ciência / explicação */
.science-box {
  background: var(--blue-light);
  border-radius: 2px;
  padding: 2.5rem;
  border-top: 3px solid var(--blue-main);
  height: 100%;
}

.science-label {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-main);
  font-weight: 500;
  display: block;
  margin-bottom: .4rem;
}

/* Impactos */
.impact-section {
  background: var(--ink);
}

.impact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(var(--primary-rgb), .12);
}

.impact-item:last-child {
  border-bottom: none;
}

.impact-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.impact-item h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--secondary);
  margin-bottom: .3rem;
}

.impact-item p {
  color: rgba(var(--secondary-rgb), .55);
  font-size: .9rem;
  margin: 0;
}

/* Como é o tratamento */
.tratamento-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-blue);
}

.tratamento-step:last-child {
  border-bottom: none;
}

.tratamento-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--primary);
  line-height: 1;
  flex-shrink: 0;
  width: 42px;
}

.tratamento-step h4 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--blue-ink);
  margin-bottom: .3rem;
}

.tratamento-step p {
  font-size: .92rem;
  margin: 0;
}

/* Aviso sigilo */
.sigilo-banner {
  background: rgba(var(--primary-rgb), .07);
  border: 1px solid rgba(var(--primary-rgb), .2);
  border-radius: 2px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.sigilo-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.sigilo-banner p {
  margin: 0;
  font-size: .93rem;
}

/* Familiares strip */
.familia-strip {
  background: var(--secondary);
  border-left: 4px solid var(--primary);
  padding: 2rem 2.5rem;
  border-radius: 2px;
}

.familia-strip h3 {
  margin-bottom: .8rem;
}

.familia-strip p {
  font-size: .93rem;
  margin: 0;
}

/* CTA desta página (tom diferente — mais urgente mas não alarmista) */
.ludo-cta {
  background: var(--grad-ludo-cta);
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.ludo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(var(--primary-rgb), .07) 0%, transparent 70%);
}

.ludo-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad-line-h);
  opacity: .3;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
}

footer {
  text-align: center;
  justify-content: space-between !important;
}

footer p{
  text-align: center;
}



/* ═══════════════════════════════════════
   RESPONSIVO
═══════════════════════════════════════ */
@media (max-width: 900px) {
  .hero-home {
    grid-template-columns: 1fr;
  }

  .hero-right {
    display: none;
  }

  .lp-hero::after {
    display: none;
  }

  .ludo-hero, .ext-hero {
    padding-top: 5em;
  }

  .hero-home {
    min-height: 10vh;
  }

  .ext-hero,.ludo-hero {
    min-height: 95vh;
  }

  footer .container {
    justify-content: center !important;
  }
}