/* ===================================================================
   Introdução ao Seminário "Problemas no Paraíso" (Landing)
   Estilo: dark + fogo (laranja). Jan Val Ellam.
   =================================================================== */

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2-variations'),
       url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg:            #0A0A0B;
  --bg-soft:       #111012;
  --surface:       #16151A;
  --surface-2:     #1C1A20;
  --border:        rgba(255,255,255,.08);
  --border-strong: rgba(255,255,255,.14);

  --fire:          #28AD59;
  --fire-bright:   #58C978;
  --fire-deep:     #117A39;
  --fire-glow:     rgba(40,173,89,.45);

  --button-green-bright: #3BA75C;
  --button-green:        #218744;
  --button-green-deep:   #0C5C2A;
  --button-green-glow:   rgba(12,92,42,.46);

  --urgent:      #E2574C;
  --urgent-deep: #B8382F;

  /* Dourado herdado da LP do Mentalma. Cor de destaque editorial, nunca de
     ação: o verde é que chama pro clique. Usado na seção do Jan e nas
     vantagens da assinatura. */
  --gold:        #E8B80E;

  --text:          #F4EFEA;
  --text-muted:    rgba(244,239,234,.62);
  --text-faint:    rgba(244,239,234,.40);

  --light-card:    #FBF9F6;
  --on-light:      #18120E;
  --on-light-mut:  #6A6259;

  --font-head: 'Satoshi', system-ui, sans-serif;
  --font-serif: 'Satoshi', system-ui, sans-serif;
  --font-body: 'Satoshi', system-ui, sans-serif;

  --max: 980px;
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 90% 50% at 70% -5%, rgba(40,173,89,.16), transparent 60%),
    radial-gradient(ellipse 70% 40% at 10% 105%, rgba(40,173,89,.07), transparent 55%),
    var(--bg);
  color: var(--text);
  line-height: 1.2;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
.container-narrow { max-width: 820px; }
.accent { color: #fff; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: .88rem;
  letter-spacing: .01em; padding: 13px 26px; border-radius: 40px;
  /* Piso de área tocável (44px). Sem isso os .btn-sm caíam em 42,5px e o CTA
     da barra fixa — o botão mais visto no celular — em 38,5px. */
  min-height: 44px;
  border: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  position: relative;
}
.btn-sm { padding: 12px 22px; font-size: .85rem; }
.btn-fire {
  background: linear-gradient(135deg, var(--button-green-bright), var(--button-green) 55%, var(--button-green-deep));
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
  box-shadow: 0 8px 24px -6px var(--button-green-glow), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-fire::after {
  content: ""; width: 16px; height: 16px; background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .18s ease;
}
.btn-fire:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #4BBE6D, #2C9A50 55%, var(--fire-deep));
  box-shadow: 0 14px 32px -8px var(--button-green-glow), inset 0 1px 0 rgba(255,255,255,.3);
}
.btn-fire:hover::after { transform: translateX(4px); }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--border-strong);
}
.btn-ghost:hover { border-color: var(--fire); color: var(--fire-bright); }
.btn-white {
  background: #fff; color: #19171a;
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.6);
}
.btn-white:hover { transform: translateY(-2px); background: #f2f0ee; box-shadow: 0 14px 32px -10px rgba(0,0,0,.55); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 18px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, #FFF1A8 0%, #F5C451 38%, #D99A1B 68%, #9B5C08 100%);
  box-shadow: 0 0 10px rgba(245,196,81,.42);
}

.section { padding: 100px 0; position: relative; }
.section-divider {
  width: calc(100% - 48px); max-width: var(--max); margin: 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238,242,246,.22) 50%, transparent);
}
.section-title {
  font-family: var(--font-head); font-weight: 800; line-height: 1.1;
  letter-spacing: -.02em; font-size: 32px;
}
.section-sub { color: var(--text-muted); font-size: 1.05rem; max-width: 540px; line-height: 1.1; }

/* ===================================================================
   HERO
   =================================================================== */
.hero { padding: 32px 32px 48px; }
.hero-card {
  position: relative; overflow: hidden;
  max-width: 900px; margin: 0 auto; border-radius: 26px;
  border: 1px solid var(--border);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.05);
  background: #100f12;
  min-height: 480px;
}
/* arte/PNG ocupa o banner inteiro, atrás do texto */
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
/* scrim p/ legibilidade do texto sobre a arte (ajustável quando o PNG entrar) */
.hero-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(10,9,11,.72) 0%, rgba(10,9,11,.34) 46%, rgba(10,9,11,.04) 78%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 600px; min-height: 480px;
  padding: 36px 42px 40px;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
}

.hero-datebar {
  display: inline-flex; align-items: stretch; gap: 0;
  order: -1;
  border: 1px solid rgba(255,255,255,.16); border-radius: 12px; overflow: hidden;
  background: rgba(255,255,255,.07);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
  margin-bottom: 26px;
}
/* No desktop a data abre o conteúdo do hero. No mobile, a media query abaixo
   define uma ordem própria para preservar a hierarquia compacta. */
.date-block { display: flex; flex-direction: column; align-items: center; padding: 9px 16px; }
.date-day { font-family: var(--font-head); font-weight: 800; font-size: 1.18rem; line-height: 1; color: #fff; }
.date-month { font-size: .56rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); margin-top: 5px; }
.date-sep { width: 1px; background: rgba(255,255,255,.16); }

.hero-eyebrow {
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  background: linear-gradient(90deg, #FFF1A8 0%, #F5C451 38%, #D99A1B 68%, #9B5C08 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.hero-title {
  font-family: var(--font-head); font-weight: 900; text-transform: uppercase;
  font-size: 32px; line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 18px;
}
/* Destaque sólido para manter a leitura uniforme em toda a palavra. */
.hero-grifo {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.hero-sub { color: var(--text-muted); font-size: 1.02rem; max-width: 440px; margin-bottom: 30px; }
.hero-cta { margin-bottom: 18px; }
.hero-author { height: 24px; width: auto; opacity: .85; }

/* (hero-img e scrim definidos no bloco .hero-card acima, arte full-bleed) */

/* ===================================================================
   O SEMINÁRIO
   Contexto do evento que dá nome ao lançamento. Reaproveita os tokens e
   o vocabulário visual já existentes (.container, .section-title,
   .eyebrow, --radius) — nenhum token novo.
   =================================================================== */
/* Topo centralizado: a imagem é o centro da seção, e o título e a abertura
   apontam para ela. */
.section-seminario { padding: 72px 0; }
.sem-layout {
  width: calc(100% - 64px); max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr;
  align-items: start; gap: 24px;
}
.sem-copy { min-width: 0; text-align: center; }
.sem-copy .eyebrow { justify-content: flex-start; }
.sem-copy .section-title { max-width: 720px; margin: 0 auto; }
.sem-visual { min-width: 0; width: 100%; max-width: 780px; margin: 0 auto; }
.sem-gravado-card {
  display: grid; grid-template-columns: 1.08fr .92fr;
  min-height: 280px; overflow: hidden; border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.6),
    0 26px 60px -18px rgba(0,0,0,.75),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.sem-gravado-media {
  position: relative; display: block; min-width: 0; height: 100%; overflow: hidden;
  background: #070708; border-right: 1px solid var(--border);
}
.sem-gravado-media picture { display: block; width: 100%; height: 100%; }
.sem-gravado-media img {
  width: 100%; height: 100%; display: block;
  object-fit: contain; object-position: center;
}
.sem-image-zoom {
  position: absolute; right: 12px; bottom: 12px; z-index: 2;
  width: 42px; height: 42px; display: grid; place-items: center;
  padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%;
  background:
    radial-gradient(120% 120% at 25% 12%, rgba(255,255,255,.28), transparent 48%),
    rgba(17,20,18,.66);
  -webkit-backdrop-filter: blur(18px) saturate(175%);
  backdrop-filter: blur(18px) saturate(175%);
  color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.30);
  cursor: pointer; transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.sem-image-zoom span { font-size: 1.25rem; transform: translateY(-1px); }
.sem-image-zoom:hover { transform: scale(1.06); border-color: rgba(88,201,120,.62); background-color: rgba(40,173,89,.22); }
.sem-image-zoom:focus-visible { outline: 2px solid var(--fire-bright); outline-offset: 3px; }

.sem-image-lightbox {
  position: fixed; inset: 0; z-index: 11000;
  width: 100vw; max-width: none; height: 100vh; height: 100dvh; max-height: none;
  margin: 0; padding: 64px 24px 24px; overflow: hidden;
  border: 0; border-radius: 0; background: rgba(4,5,5,.96); color: #fff;
}
.sem-image-lightbox[open] { display: grid; place-items: center; }
.sem-image-lightbox::backdrop {
  background: rgba(0,0,0,.88);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.sem-image-lightbox picture { display: block; width: fit-content; height: fit-content; max-width: 100%; max-height: 100%; }
.sem-image-lightbox img {
  display: block; width: auto; height: auto;
  max-width: calc(100vw - 48px); max-height: calc(100vh - 88px); max-height: calc(100dvh - 88px);
  object-fit: contain; border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.72), 0 0 44px -18px var(--fire-glow);
}
.sem-image-lightbox-close {
  position: absolute; top: max(16px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); z-index: 2;
  width: 46px; height: 46px; display: grid; place-items: center;
  padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%;
  background: rgba(24,24,25,.72); color: #fff; font-size: 1.8rem;
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  cursor: pointer;
}
.sem-image-lightbox-close:focus-visible { outline: 2px solid var(--fire-bright); outline-offset: 3px; }
body.sem-lightbox-open { overflow: hidden; }
.sem-gravado-info { min-width: 0; padding: 38px 30px; display: flex; flex-direction: column; justify-content: center; }
.sem-gravado-info h3 {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-size: 1.25rem; font-weight: 850;
}
.sem-gravado-info h3::after {
  content: "✓"; color: var(--fire-bright);
  font-size: 1.08rem; font-weight: 900;
  text-shadow: 0 0 14px var(--fire-glow);
}
.sem-gravado-meta {
  display: flex; flex-wrap: wrap; align-items: center; align-self: flex-start;
  gap: 5px; max-width: 100%; margin: 0 0 14px;
}
.sem-gravado-meta span {
  display: inline-flex; align-items: center; padding: 4px 8px;
  color: #fff; font-size: .66rem; font-weight: 650; white-space: nowrap;
  background:
    radial-gradient(120% 180% at 14% 0%, rgba(255,255,255,.16), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.015)),
    rgba(4,5,5,.84);
  -webkit-backdrop-filter: blur(20px) saturate(175%);
  backdrop-filter: blur(20px) saturate(175%);
  border: 1px solid rgba(255,255,255,.17); border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(40,173,89,.13),
    0 12px 26px -20px var(--fire-glow);
}
.sem-gravado-cta {
  align-self: flex-start; margin-top: 14px;
  min-height: 36px; padding: 7px 14px;
  gap: 7px; font-size: .66rem; white-space: nowrap;
}
.sem-gravado-cta::after { width: 13px; height: 13px; }
.sem-gravado-desc { margin-top: 14px; color: var(--text-muted); font-size: .82rem; }

/* ===================================================================
   O QUE VOCÊ TERÁ ACESSO
   =================================================================== */
.section-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 40px; margin-bottom: 48px; flex-wrap: wrap;
}
.section-head .section-title { margin-top: 4px; }
.section-beneficios .section-title { line-height: .94; }
.section-note { color: var(--text-muted); font-size: .98rem; max-width: 330px; text-align: left; }
.section-beneficios .section-head {
  flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 18px; text-align: center;
}
.section-beneficios .section-head > div {
  width: 100%; display: flex; flex-direction: column; align-items: center;
}
.section-beneficios .section-note {
  max-width: 620px; margin: 0 auto; text-align: center;
}

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bcard {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(120% 80% at 12% 0%, rgba(255,255,255,.15), transparent 52%),
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035) 42%, rgba(17,122,57,.10)),
    rgba(18,20,19,.70);
  -webkit-backdrop-filter: blur(28px) saturate(175%);
  backdrop-filter: blur(28px) saturate(175%);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  padding: 0 26px 26px; display: flex; flex-direction: column; align-items: flex-start;
  box-shadow:
    0 28px 70px -38px rgba(0,0,0,.9),
    0 8px 28px -22px rgba(40,173,89,.48),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(40,173,89,.16);
  transition: transform .2s ease, border-color .2s ease;
}
.bcard::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.13), transparent 24%, transparent 72%, rgba(40,173,89,.08));
}
.bcard:hover { transform: translateY(-4px); border-color: rgba(88,201,120,.56); }
.bcard-media {
  width: calc(100% + 52px); aspect-ratio: 16 / 10;
  margin: 0 -26px 22px; border-radius: 0;
  overflow: hidden; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: #161416;
  box-shadow: 0 14px 30px -24px rgba(0,0,0,.9);
}
.bcard-media picture { display: block; width: 100%; height: 100%; }
.bcard-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bcard-title { font-size: 1.2rem; font-weight: 800; letter-spacing: -.01em; margin-bottom: 10px; }
.bcard-desc { color: var(--text-muted); font-size: .92rem; line-height: 1.1; margin-bottom: 22px; flex-grow: 1; }
.bcard .btn { width: 100%; align-self: stretch; }

/* ===================================================================
   PARA PARTICIPAR
   =================================================================== */
.section-participar { text-align: center; }
.part-head { display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; }
.part-head .section-sub { text-align: center; max-width: 520px; margin: 0; }
/* Ações do card de preço: comprar + check-in empilhados e bem diferenciados */
.price-actions {
  display: grid; grid-template-columns: 1fr; gap: 10px;
  margin-top: 20px; align-items: stretch;
}
.price-action {
  display: flex; flex-direction: column; align-items: center;
  padding: 14px 16px; text-align: center; border-radius: 16px;
}
.price-action-icon {
  width: 38px; height: 38px; margin-bottom: 8px;
  display: grid; place-items: center; flex-shrink: 0;
  color: var(--fire-deep); background: rgba(40,173,89,.13);
  border: 1px solid rgba(40,173,89,.38); border-radius: 50%;
  box-shadow: 0 8px 22px -14px var(--fire-glow);
}
.price-action-icon svg { width: 20px; height: 20px; }
.price-orbum .price-action-icon { background: var(--fire-deep); color: #fff; border-color: var(--fire-deep); }
.price-action .price-orbum-label { margin-bottom: 5px; }
.price-action .price-orbum-text { flex: 1; margin-bottom: 10px; line-height: 1.3; }
.price-action .btn { margin-top: auto; width: 100%; padding: 10px 12px; font-size: .86rem; }
.price-buy {
  background: rgba(24,18,14,.035);
  border: 1px solid rgba(24,18,14,.12);
}
/* Bloco Orbum + check-in dentro do card de preço (callout destacado) */
.price-orbum {
  padding: 14px 16px; text-align: center;
  background: rgba(40,173,89,.10);
  border: 1px solid rgba(40,173,89,.45);
  border-radius: 16px;
}
.price-orbum-label {
  display: inline-block; font-size: .64rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fire-deep); margin-bottom: 8px;
}
.price-orbum-text { font-size: .9rem; line-height: 1.45; color: var(--on-light-mut); margin: 0 0 15px; }
.price-orbum-text strong { color: var(--on-light); }
.price-orbum-btn { width: 100%; }
/* Card de venda com um único CTA (2026-08-11): o botão ocupa a largura toda
   e a linha de apoio abaixo é quem lembra da gratuidade do assinante — antes
   isso era um segundo botão competindo com o principal. */
.price-actions-single { margin-top: 22px; }
.price-actions-single .price-cta { width: 100%; padding: 15px 20px; font-size: 1rem; }
.price-actions-hint {
  margin: 0 0 12px; font-size: .84rem; line-height: 1.45;
  color: var(--on-light-mut); text-align: center;
}

/* ---- Passo de entrada do popup: check-in x comprar ---- */
/* Duas colunas: as opções ficam lado a lado, no mesmo campo de visão.
   Empilhadas, quem não lê clica na de cima — e no lançamento anterior isso
   deu 98 de 147 check-ins feitos por quem não era assinante. Lado a lado a
   escolha vira comparação, não sequência.
   Vale inclusive no celular (86% do público): por isso o cartão é vertical
   em vez de espremer o layout horizontal, que cortaria o texto justamente
   pra quem mais precisa lê-lo. */
.entrada-options {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin-top: 4px; align-items: stretch;
}
.entrada-opt {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; width: 100%; height: 100%;
  padding: 18px 14px; text-align: center;
  background: rgba(255,255,255,.04); color: inherit; font: inherit;
  border: 1px solid rgba(255,255,255,.14); border-radius: 16px;
  transition: border-color .18s ease, background .18s ease;
  min-height: 150px;
}
/* O card não é mais o alvo de clique (é o botão dentro); realça só quando o
   botão interno recebe foco, pra dar feedback de teclado sem sugerir que o
   cartão inteiro é clicável. */
.entrada-opt:focus-within {
  border-color: var(--fire); background: rgba(40,173,89,.10);
}
.entrada-pergunta { font-weight: 700; font-size: 1.02rem; line-height: 1.3; }
/* Botão de ação de cada card: largura total e ancorado no rodapé, pra os dois
   cards alinharem o botão mesmo com alturas de texto diferentes. */
.entrada-btn { width: 100%; margin-top: auto; padding: 14px 18px; font-size: .92rem; }
.entrada-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  display: grid; place-items: center; border-radius: 50%;
  color: var(--fire); background: rgba(40,173,89,.14);
  border: 1px solid rgba(40,173,89,.42);
}
.entrada-icon svg { width: 21px; height: 21px; }
.entrada-texto {
  display: flex; flex-direction: column; align-items: center;
  gap: 5px; flex: 1; min-width: 0; width: 100%;
}
/* No cartão vertical a pill sempre cai abaixo do título — é a informação que
   descarta a opção pra quem não é assinante, então ganha linha própria em vez
   de disputar espaço lateral. */
.entrada-titulo-linha {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; width: 100%;
}
.entrada-titulo { font-weight: 700; font-size: 1rem; }
.entrada-pill {
  display: inline-block; padding: 3px 9px; border-radius: 999px;
  font-size: .64rem; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; white-space: nowrap;
  color: var(--fire); background: rgba(40,173,89,.16);
  border: 1px solid rgba(40,173,89,.5);
}
.entrada-desc { font-size: .86rem; line-height: 1.4; opacity: .74; }
.entrada-desc strong { color: var(--fire-bright); font-weight: 800; opacity: 1; }
.entrada-desc [data-entrada-preco] { color: var(--text); font-weight: 700; white-space: nowrap; }
/* A seta indicava "esta linha leva a algum lugar" no layout empilhado. No
   cartão vertical ela só rouba altura — o cartão inteiro já é o alvo. */
.entrada-seta { display: none; }

/* Aviso de check-in sem acesso — fica no próprio popup, com o suporte a um
   clique. O destino anterior (/assine-orbum/ na raiz) respondia 404. */
.entrada-aviso {
  margin-top: 16px; padding: 16px 18px; border-radius: 16px;
  background: rgba(255,176,32,.10); border: 1px solid rgba(255,176,32,.42);
}
.entrada-aviso-titulo { margin: 0 0 6px; font-weight: 700; font-size: .95rem; }
.entrada-aviso-texto { margin: 0 0 14px; font-size: .87rem; line-height: 1.5; opacity: .8; }
.entrada-aviso-cta { width: 100%; }

@media (max-width: 540px) {
  .entrada-options { gap: 8px; }
  .entrada-opt { padding: 16px 10px; gap: 9px; min-height: 148px; }
  .entrada-icon { width: 38px; height: 38px; }
  .entrada-pergunta { font-size: .92rem; }
  .entrada-desc { font-size: .78rem; line-height: 1.35; }
  .entrada-btn { padding: 12px 12px; font-size: .84rem; }
  /* A pill quebra em duas linhas no cartão estreito em vez de vazar. */
  .entrada-pill {
    font-size: .58rem; padding: 3px 7px; letter-spacing: .03em;
    white-space: normal; line-height: 1.25;
  }
}

/* Botão outline para fundo claro (card) */
.btn-ink {
  background: transparent; color: var(--on-light);
  border: 1.5px solid rgba(24,18,14,.22);
}
.btn-ink:hover { border-color: var(--fire-deep); background: rgba(40,173,89,.16); transform: translateY(-2px); }
/* Suporte no rodapé do card de pagamento (card claro: texto escuro) */
.part-support {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(24,18,14,.12);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.part-support-text { font-size: .92rem; color: var(--on-light-mut); }
/* Botão verde do WhatsApp, pulsante */
.btn-wpp {
  background: #25d366; color: #fff;
  box-shadow: 0 8px 24px -6px rgba(37,211,102,.5);
  animation: wppPulse 2.2s ease-in-out infinite;
}
.btn-wpp:hover { background: #1fbe59; transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(37,211,102,.6); }
.btn-wpp svg { width: 21px; height: 21px; fill: currentColor; }
@keyframes wppPulse {
  0%, 100% { box-shadow: 0 8px 24px -6px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 8px 24px -6px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .btn-wpp { animation: none; } }

.price-card {
  max-width: 430px; margin: 0 auto; background: var(--light-card); color: var(--on-light);
  border-radius: 24px; padding: 38px 34px; text-align: left;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.04);
}
.price-label { display: inline-flex; align-items: center; gap: 8px; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--on-light-mut); }
.price-lote-toggle {
  font-size: .66rem; font-weight: 800; letter-spacing: .06em; color: var(--on-light);
  padding: 4px 10px; border-radius: 40px;
  background: rgba(40,173,89,.16); border: 1px solid var(--fire-deep);
}
.price-value { font-family: var(--font-head); font-weight: 900; font-size: 3.2rem; line-height: 1; letter-spacing: -.03em; margin: 8px 0 6px; color: var(--on-light); }
.price-free-hint { font-size: .95rem; font-weight: 500; color: var(--on-light-mut); margin: -2px 0 14px; }
.price-free-hint strong { color: var(--fire-deep); font-weight: 700; }
.price-note { color: var(--on-light-mut); font-size: .92rem; margin-bottom: 24px; }
.price-cta { width: 100%; }
.lotes { display: flex; flex-direction: column; gap: 8px; margin: 22px 0 4px; }
.lote {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 4px 10px;
  padding: 12px 16px; border-radius: 14px;
  border: 1px solid rgba(24,18,14,.10); background: rgba(24,18,14,.03);
}
.lote-name { font-family: var(--font-head); font-weight: 800; font-size: .95rem; color: var(--on-light); }
.lote-tag { font-size: .72rem; font-weight: 600; letter-spacing: .04em; color: var(--on-light-mut); }
.lote-price { grid-column: 3; grid-row: 1 / span 2; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--on-light); }
.lote-active { border-color: var(--fire-deep); background: rgba(40,173,89,.14); box-shadow: 0 0 0 1px var(--fire-deep) inset; }
.lote-active .lote-tag { color: var(--fire-deep); font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.lote:not(.lote-active) { opacity: .55; }
.lote:not(.lote-active) .lote-price { text-decoration: none; }

/* Últimas 24h do lote ativo: sai do verde "disponível" pro alerta de preço
   subindo amanhã — cor separada da --fire pra não parecer só "mais do mesmo". */
.lote-active.lote-urgent { border-color: var(--urgent-deep); background: rgba(226,87,60,.14); box-shadow: 0 0 0 1px var(--urgent-deep) inset; animation: lotePulse 1.8s ease-in-out infinite; }
.lote-active.lote-urgent .lote-tag { color: var(--urgent-deep); }
@keyframes lotePulse {
  0%, 100% { box-shadow: 0 0 0 1px var(--urgent-deep) inset, 0 0 0 0 rgba(226,87,60,.35); }
  70% { box-shadow: 0 0 0 1px var(--urgent-deep) inset, 0 0 0 10px rgba(226,87,60,0); }
}
@media (prefers-reduced-motion: reduce) { .lote-active.lote-urgent { animation: none; } }
.price-card.lote-urgent { box-shadow: 0 30px 70px -30px rgba(0,0,0,.7), 0 0 0 2px var(--urgent-deep); }
.price-lote-toggle.lote-urgent { background: rgba(226,87,60,.16); border-color: var(--urgent-deep); color: var(--urgent-deep); }
.price-urgent-note {
  display: none; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700;
  color: var(--urgent-deep); background: rgba(226,87,60,.1); border: 1px solid var(--urgent);
  border-radius: 10px; padding: 8px 12px; margin: -4px 0 16px;
}
.price-urgent-note.show { display: flex; }
.sticky-lote.lote-urgent { color: var(--urgent); font-weight: 700; }
.price-guarantee {
  display: flex; align-items: center; gap: 10px; font-size: .85rem; color: var(--on-light-mut);
  background: rgba(40,173,89,.08); border: 1px solid rgba(40,173,89,.25); border-radius: 12px;
  padding: 10px 14px; margin: 18px 0 0;
}
.price-guarantee-icon { flex-shrink: 0; width: 22px; height: 22px; color: var(--fire-deep); }
.price-guarantee-icon svg { width: 100%; height: 100%; }
.price-guarantee strong { color: var(--on-light); }
.price-list { list-style: none; margin: 26px 0 18px; }
.price-list li { position: relative; padding-left: 30px; font-size: .92rem; color: #3b342d; line-height: 1.1; margin-bottom: 13px; }
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%;
  background: var(--fire);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat var(--fire);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
/* (botão secundário "Assinar a Orbum" removido, card tem apenas o CTA laranja) */

/* ===================================================================
   QUEM É JAN VAL ELLAM
   Portada da LP do Mentalma T7. A tipografia foi trocada (lá era
   Cormorant/Inter, aqui é Satoshi, sem fonte externa), mas o dourado
   original voltou: o verde da marca é a cor de ação da página, e usá-lo
   também como cor de destaque nesta seção deixava tudo no mesmo tom.
   O dourado fica ESCOPADO aqui — o resto da página segue verde, e o CTA
   ao fim da seção continua .btn-fire para não competir com ele.
   =================================================================== */
/* overflow: hidden é obrigatório — os cards laterais do coverflow avançam
   além da caixa do carrossel e sem isso vazam para fora da seção. */
.section-sobre-jan { --jan-gold: var(--gold); overflow: hidden; }
.sobre-jan-grid {
  display: grid; grid-template-columns: .85fr 1fr; gap: 60px;
  align-items: center; max-width: 1100px; margin: 0 auto;
}
.sobre-jan-titulo-mobile { display: none; }
.sobre-jan-titulo-mobile,
.sobre-jan-titulo-desktop { white-space: nowrap; }
/* O sobrenome puxa o dourado da seção, o resto do título fica branco.
   Mesmo tratamento do "INTRODUÇÃO" no hero: gradiente aplicado ao texto
   via background-clip. O arco é curto de propósito — "Ellam" tem cinco
   letras, e a rampa completa do hero ficaria abrupta nesse espaço. */
.section-sobre-jan .jan-nome-grifo {
  background: linear-gradient(100deg, #FFF0AE 0%, #F3CE45 30%, #E8B80E 62%, #B8890C 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.sobre-jan-foto { display: flex; flex-direction: column; gap: 14px; }
.sobre-jan-foto-main {
  position: relative; margin: 0;
  border-radius: 28px; overflow: hidden; aspect-ratio: 5 / 5.7;
  background: #12120f;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 24px 54px -28px rgba(0,0,0,.92);
}
.sobre-jan-foto-main picture {
  display: block; width: 100%; height: 100%;
}
.sobre-jan-foto-main img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: center bottom;
}
.sobre-jan-foto-caption {
  position: absolute; z-index: 2;
  left: 18px; right: 18px; bottom: 18px;
  padding: 20px 22px; border-radius: 18px;
  background: rgba(44,33,10,.96);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 30px rgba(0,0,0,.30);
}
.sobre-jan-foto-caption strong {
  display: block; color: #fff; font-size: 1.2rem; line-height: 1.15; font-weight: 800;
}
.sobre-jan-foto-caption span {
  display: block; margin-top: 6px; color: rgba(255,255,255,.88); font-size: .88rem; line-height: 1.3;
}

/* Coverflow 3D das aparições. O margin-top negativo é intencional: os
   cards encostam na foto em vez de virar uma faixa separada. */
.sobre-jan-midia {
  position: relative; width: 68%; max-width: 280px;
  aspect-ratio: 4 / 3; margin: -70px auto 0; z-index: 3;
  perspective: 1200px; transform-style: preserve-3d;
}
.midia-card {
  position: absolute; inset: 0; margin: 0;
  border-radius: 14px; overflow: hidden;
  border: 1.5px solid rgba(232,184,14,.55);
  box-shadow: 0 14px 32px rgba(0,0,0,.5), 0 0 0 1px rgba(232,184,14,.2);
  background: var(--surface-2);
  opacity: 0; transform: scale(.6) rotateY(0); filter: brightness(.5);
  transform-origin: center center;
  transition: transform .8s cubic-bezier(.2,.85,.3,1), opacity .6s ease,
              filter .6s ease, box-shadow .6s ease, border-color .6s ease;
  pointer-events: none; z-index: 1; backface-visibility: hidden;
}
.midia-card.active {
  opacity: 1; transform: translateX(0) scale(1) rotateY(0deg);
  filter: brightness(1);
  box-shadow: 0 18px 40px rgba(0,0,0,.55), 0 0 0 1px rgba(232,184,14,.4);
  border-color: var(--jan-gold); z-index: 3; pointer-events: auto;
}
.midia-card.prev {
  opacity: .5; transform: translateX(-70%) scale(.72) rotateY(32deg);
  filter: brightness(.55); z-index: 2;
}
.midia-card.next {
  opacity: .5; transform: translateX(70%) scale(.72) rotateY(-32deg);
  filter: brightness(.55); z-index: 2;
}
/* No desktop os laterais avançam menos, senão invadem a coluna de texto. */
@media (min-width: 921px) {
  .midia-card.prev { transform: translateX(-52%) scale(.72) rotateY(28deg); }
  .midia-card.next { transform: translateX(52%) scale(.72) rotateY(-28deg); }
}
.midia-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.midia-card-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 10px 6px 6px;
  font-size: .6rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #fff; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 100%);
}
.midia-card--empty {
  display: flex; align-items: center; justify-content: center;
  background:
    linear-gradient(var(--surface-2), var(--surface-2)),
    repeating-linear-gradient(45deg,
      rgba(232,184,14,.05) 0, rgba(232,184,14,.05) 8px,
      rgba(232,184,14,.10) 8px, rgba(232,184,14,.10) 16px);
}
.midia-card--empty img { display: none; }
.midia-card--empty .midia-card-label {
  position: static; background: transparent;
  color: var(--jan-gold); font-style: italic; font-size: .58rem;
  letter-spacing: .05em; padding: 0 6px;
}

.midia-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  background: transparent; border: none; color: rgba(232,184,14,.6);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  z-index: 5; padding: 0;
  transition: color .25s ease, transform .25s ease;
}
.midia-arrow svg { width: 24px; height: 24px; filter: drop-shadow(0 1px 4px rgba(0,0,0,.9)); }
.midia-arrow:hover, .midia-arrow:focus-visible { color: #fff; transform: translateY(-50%) scale(1.15); }
/* As setas ficam nas bordas do card ativo, não fora do carrossel: os cards
   laterais avançam além da caixa e qualquer posição "de fora" cai em cima
   deles ou invade a coluna de texto. */
.midia-arrow--prev { left: 2px; }
.midia-arrow--next { right: 2px; }

.midia-dots { display: flex; justify-content: center; gap: 10px; margin-top: 16px; padding: 0; }
.midia-dot {
  width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%;
  background: rgba(232,184,14,.28); cursor: pointer;
  transition: background .3s ease, transform .3s ease;
}
.midia-dot:hover { background: rgba(232,184,14,.55); }
.midia-dot.active { background: var(--jan-gold); transform: scale(1.4); }

.sobre-jan-conteudo { display: flex; flex-direction: column; justify-content: center; }
.sobre-jan-tagline {
  display: none !important;
}
.sobre-jan-conteudo .section-title { margin-bottom: 12px; }
.sobre-jan-texto p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.6; margin: 0 0 18px; }
.sobre-jan-texto p:last-child { margin-bottom: 0; }
.sobre-jan-texto p strong { color: var(--text); }
.sobre-jan-texto p strong.grifo-verde { color: var(--fire-bright); }
.sobre-jan-texto em { color: var(--text); font-style: italic; }
.sobre-jan-fatos {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 26px;
}
.sobre-jan-fatos span {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 36px; padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  color: rgba(255,255,255,.88); background: rgba(255,255,255,.025);
  font-size: .78rem; font-weight: 600; white-space: nowrap;
}
.sobre-jan-fatos b {
  color: #F5C451; font-size: .9rem; font-weight: 700;
  filter: drop-shadow(0 0 6px rgba(245,196,81,.26));
}


@media (prefers-reduced-motion: reduce) {
  .midia-card { transition: opacity .2s ease; }
}

/* ===================================================================
   FAQ
   =================================================================== */
.faq-title { text-align: center; margin-bottom: 40px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden; transition: border-color .2s;
}
.faq-item[open] { border-color: rgba(40,173,89,.35); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 600; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  position: relative; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  box-shadow: 0 8px 22px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: #fff; border-radius: 2px;
  transform: translate(-50%,-50%); transition: transform .2s ease;
}
.faq-icon::before { width: 11px; height: 2.5px; }
.faq-icon::after { width: 2.5px; height: 11px; }
.faq-item[open] .faq-icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item p { padding: 0 24px 22px; color: var(--text-muted); font-size: .94rem; line-height: 1.1; }

/* ===================================================================
   CTA FINAL + FOOTER
   =================================================================== */
.section-final { text-align: center; padding: 90px 0; }
.final-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final-inner .section-sub { text-align: center; }
.footer { padding: 36px 0; border-top: 1px solid var(--border); text-align: center; }
.footer p { color: var(--text-faint); font-size: .82rem; }

/* ---------- WhatsApp float ---------- */
#wpp-float {
  position: fixed; z-index: 9999; right: 22px; bottom: 140px; width: 56px; height: 56px;
  border-radius: 50%; background: #25d366; display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(37,211,102,.5);
}
#wpp-float svg { width: 30px; height: 30px; }

/* ---------- Sticky CTA ---------- */
#sticky-cta {
  position: fixed; left: 50%; right: auto; bottom: 16px; z-index: 9000;
  width: calc(100% - 64px); max-width: 900px; transform: translateX(-50%);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 22px; border-radius: 18px;
  background: rgba(30,27,32,.72);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.22);
}
.sticky-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.sticky-text { font-weight: 600; font-size: .9rem; color: var(--text); }
.sticky-lote {
  font-weight: 700; font-size: .8rem; letter-spacing: .01em;
  background: linear-gradient(90deg, #FFF1A8 0%, #F5C451 38%, #D99A1B 68%, #9B5C08 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* ---------- Modal ---------- */
/* align-items:flex-start + overflow-y:auto (não center) pra quando o conteúdo
   passa da altura da tela — ex.: form de cartão longo no desktop: com center e
   sem overflow o topo/rodapé ficavam cortados e inacessíveis. O margin:auto do
   card centraliza verticalmente enquanto cabe, e deixa rolar quando não cabe. */
.modal-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(8,7,9,.62); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; align-items: flex-start; justify-content: center; padding: 24px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.modal-overlay[hidden] { display: none; }
.modal-card {
  background: rgba(255,255,255,.07);
  -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255,255,255,.20); border-radius: 22px; padding: 38px 34px; max-width: 440px; width: 100%; position: relative; margin: auto;
  box-shadow: 0 30px 70px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.25);
}
.modal-close { position: absolute; top: 14px; right: 18px; background: none; border: none; color: var(--text-muted); font-size: 28px; cursor: pointer; line-height: 1; }
.modal-header { text-align: center; margin-bottom: 18px; }
.modal-eyebrow { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--fire-bright); margin-bottom: 10px; }
.modal-logo { display: block; height: 34px; width: auto; margin: 0 auto 16px; object-fit: contain; }
.modal-title { font-size: 1.4rem; font-weight: 800; line-height: 1.12; }
.modal-title .accent { color: #fff; }
.modal-sub { font-size: .92rem; color: var(--text-muted); margin-top: 8px; }
.modal-note {
  position: relative; overflow: hidden; text-align: center; font-size: .88rem; line-height: 1.5; color: var(--text);
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.04) 42%, rgba(40,173,89,.10));
  -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255,255,255,.28); border-radius: 16px;
  padding: 16px 18px; margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.45), inset 0 -1px 0 rgba(255,255,255,.10);
}
.modal-note::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.18), transparent); pointer-events: none;
}
.modal-note strong { color: var(--fire-bright); font-weight: 800; }
.modal-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .8rem; font-weight: 600; color: var(--text-muted); }
.form-group input,
.form-group select {
  background: rgba(255,255,255,.05); border: 1px solid var(--border-strong); border-radius: 10px;
  padding: 9px 14px; font-family: var(--font-body); font-size: .98rem; color: var(--text); outline: none;
}
.form-group input:focus,
.form-group select:focus { border-color: var(--fire); }
/* O dropdown aberto usa o widget nativo do sistema, que ignora o color do
   select; sem cor explícita nas options, tema claro do SO = texto branco em
   fundo branco. */
.form-group select option { background: #1a1614; color: var(--text); }
.tel-row { display: flex; gap: 8px; }
.tel-row input { flex: 1; min-width: 0; }
.cartao-erro {
  background: rgba(220,38,38,.12); border: 1px solid rgba(220,38,38,.4); border-radius: 10px;
  padding: 10px 14px; font-size: .88rem; color: #fca5a5;
}
.tel-pais {
  flex: 0 0 auto; max-width: 118px;
  background: rgba(255,255,255,.05)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F4EFEA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' opacity='.65'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
    right 9px center / 13px no-repeat;
  border: 1px solid var(--border-strong); border-radius: 10px;
  padding: 9px 28px 9px 10px; font-family: var(--font-body); font-size: .98rem; color: var(--text); outline: none;
  appearance: none; -webkit-appearance: none; cursor: pointer;
  transition: border-color .18s ease;
}
.tel-pais:hover { border-color: rgba(255,255,255,.28); }
.tel-pais:focus { border-color: var(--fire); }
.tel-pais option { color: #1a1a1a; }
.modal-submit { width: 100%; margin-top: 6px; }
.modal-privacy { text-align: center; font-size: .76rem; color: var(--text-faint); }

/* ---------- Animações de entrada ---------- */
.fade-in { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.hero-card.fade-in { transition-delay: .05s; }

/* ===================================================================
   RESPONSIVO
   =================================================================== */
@media (max-width: 920px) {
  .hero-card { min-height: auto; }
  .hero-content { padding: 40px 28px 44px; min-height: 380px; max-width: none; }
  .hero-card::after { background: linear-gradient(180deg, rgba(10,9,11,.42), rgba(10,9,11,.78)); }
  /* Sem largura para duas colunas: contexto e lista de aulas empilham. */
  .sem-layout { width: calc(100% - 64px); gap: 28px; }
  .sem-copy { max-width: 680px; margin: 0 auto; text-align: center; }
  .sem-copy .eyebrow { justify-content: center; }
  .sem-visual { width: 100%; max-width: 680px; margin: 0 auto; text-align: left; }
  .sem-gravado-card { grid-template-columns: 1fr; }
  .sem-gravado-media { height: auto; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid var(--border); }
  .sem-gravado-info { padding: 32px 28px; }

  .cards-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 32px; }
  .section-note { text-align: left; }

  /* Empilhado, a sequência é foto, título e conteúdo. */
  .sobre-jan-grid { grid-template-columns: 1fr; gap: 20px; }
  .sobre-jan-foto { max-width: 320px; margin: 0 auto; position: relative; z-index: 2; }
  .sobre-jan-titulo-desktop { display: none; }
  .sobre-jan-conteudo { text-align: center; align-items: center; }
  .sobre-jan-tagline { text-align: center; }

  /* Com a arte quadrada, título e imagem seguem em blocos separados para
     preservar a leitura no mobile. */
  .section-sobre-jan { padding-top: 44px; }
  /* A transparência vai no color de cada parte, e não em opacity: o
     título carrega .fade-in, e `.fade-in.visible { opacity: 1 }` tem
     especificidade maior (duas classes) e anularia qualquer opacity
     declarada aqui. Por isso o dourado de "Ellam" também recebe alfa
     próprio: sem isso ele ficaria opaco na frente de um título recuado. */
  .sobre-jan-titulo-mobile {
    display: block; text-align: center;
    position: relative; z-index: 1;
    margin: 0 auto;
    color: rgba(244,239,234,.86);
  }
  .sobre-jan-titulo-mobile .accent { color: rgba(255,255,255,.88); }
  /* O gradiente do sobrenome recua junto com o resto do título. Como ele
     é pintado por background-clip, o alfa precisa estar nas paradas do
     próprio gradiente: color não alcança texto com fill transparente.
     E aqui vai background-IMAGE, não o shorthand `background`: o
     shorthand reseta background-clip para border-box e o sobrenome vira
     um retângulo dourado sólido no lugar das letras. */
  .sobre-jan-titulo-mobile .jan-nome-grifo {
    background-image: linear-gradient(100deg,
      rgba(255,240,174,.9) 0%, rgba(243,206,69,.9) 30%,
      rgba(232,184,14,.9) 62%, rgba(184,137,12,.9) 100%);
  }
  .sobre-jan-grid { margin-top: 0; }
}
@media (max-width: 540px) {
  body { font-size: 15px; line-height: 1.4; padding-bottom: 70px; }
  .section { padding: 56px 0; }
  .container { padding: 0 16px; }
  .section-divider { width: calc(100% - 32px); }
  .section-title { font-size: 26px; line-height: 1.05; }
  .section-sub, .hero-sub { font-size: 15px; line-height: 1.4; }
  .bcard-desc, .faq-item p, .price-note, .price-list li, .section-note { font-size: 14px; line-height: 1.4; }
  .eyebrow { margin-bottom: 14px; font-size: .66rem; letter-spacing: .13em; }

  .hero { padding: 12px; }
  /* 760px deixava ~385px de arte esticada abaixo do CTA (o conteúdo acaba por
     volta dos 375px) — metade do banner era imagem estirada. 560px mantém a
     arte visível com respiro, sem alongar o card. */
  .hero-card { aspect-ratio: auto; min-height: 560px; border-radius: 20px; }
  .hero-card::after {
    background:
      linear-gradient(180deg, rgba(6,10,7,.94) 0%, rgba(6,10,7,.82) 40%, rgba(6,10,7,.34) 70%, rgba(6,10,7,.08) 100%),
      linear-gradient(90deg, rgba(6,10,7,.58), rgba(6,10,7,.06));
  }
  .hero-img { object-position: center 74%; }
  .hero-eyebrow { display: none; }
  /* No mobile: logo, data, título, descrição e CTA. */
  .hero-content { padding: 24px 20px 26px; min-height: 560px; height: 100%; justify-content: flex-start; align-items: center; text-align: center; }
  .hero-content > picture { order: 0; margin-bottom: 15px; }
  .hero-datebar { order: 1; margin: 0 0 16px; border-radius: 10px; align-self: center; }
  .hero-title { order: 2; max-width: 100%; font-size: 26px; line-height: 1.05; margin-bottom: 14px; }
  .hero-author { height: 16px; margin: 0; align-self: center; }
  .hero-sub { order: 3; max-width: 100%; margin-bottom: 20px; }
  .hero-cta { order: 4; width: 100%; margin-bottom: 0; }
  .date-block { min-width: 78px; padding: 7px 12px; }
  .date-day { font-size: 1.05rem; }
  /* .58rem é o piso: abaixo disso o caixa-alta com letter-spacing perde
     legibilidade no celular. */
  .date-month { font-size: .58rem; margin-top: 4px; }

  .section-beneficios .section-head {
    gap: 12px; margin-bottom: 28px;
    align-items: center; text-align: center;
  }
  .section-beneficios .section-head > div { align-items: center; }
  .section-beneficios .section-note { max-width: 100%; margin: 0 auto; text-align: center; }
  .cards-grid { gap: 24px; }
  .bcard { border-radius: 18px; padding: 0 20px 22px; }
  .bcard-media { width: calc(100% + 40px); margin: 0 -20px 18px; }
  .bcard-title { font-size: 1.12rem; margin-bottom: 8px; }
  .bcard-desc { margin-bottom: 18px; }
  .bcard .btn { width: 100%; margin-top: auto; }

  /* Mesma área útil dos cards acima: 16px em cada lateral. */
  .sem-layout { width: calc(100% - 32px); gap: 24px; }
  .sem-gravado-info { padding: 26px 20px; }
  .sobre-jan-foto-main { max-width: 300px; margin: 0 auto; border-radius: 22px; }
  .sobre-jan-foto-caption { left: 10px; right: 10px; bottom: 10px; padding: 13px 14px; border-radius: 14px; }
  .sobre-jan-foto-caption strong { font-size: 1rem; }
  .sobre-jan-foto-caption span { margin-top: 4px; font-size: .75rem; }
  .sobre-jan-midia { width: 78%; max-width: 200px; margin-top: -50px; }
  /* Num viewport de 390px os três cards não cabem no avanço de 70% do
     desktop — os laterais saíam pela borda da tela e o corte parecia bug,
     não profundidade. Encolhidos, os três ficam dentro. */
  .midia-card.prev { transform: translateX(-64%) scale(.6) rotateY(30deg); }
  .midia-card.next { transform: translateX(64%) scale(.6) rotateY(-30deg); }
  .midia-card-label { font-size: .54rem; padding: 8px 4px 4px; letter-spacing: .04em; }
  .midia-card--empty .midia-card-label { font-size: .54rem; }
  .midia-dots { margin-top: 12px; }
  .midia-arrow { width: 36px; height: 36px; }
  .midia-arrow svg { width: 18px; height: 18px; }
  .sobre-jan-tagline { font-size: .92rem; margin-bottom: 18px; }
  .sobre-jan-texto p { font-size: 15px; line-height: 1.5; margin-bottom: 14px; }
  .sobre-jan-texto p strong { font-weight: inherit; }
  .sobre-jan-fatos { display: none; }


  .section-participar { text-align: center; }
  .part-head { align-items: center; text-align: center; }
  .part-head .section-sub { text-align: center; }

  .faq-title { text-align: center; }
  /* O rodapé segue centralizado também no celular: é uma linha só de
     assinatura, não um bloco de leitura como as seções acima. */

  .part-head { margin-bottom: 24px; }
  .price-card { padding: 26px 20px; border-radius: 20px; }
  .price-value { font-size: 2.75rem; }
  .price-note { margin-bottom: 18px; }
  .lotes { margin-top: 18px; }
  .lote { gap: 4px 8px; padding: 10px 12px; border-radius: 12px; }
  .lote-name { font-size: .9rem; }
  .lote-tag { font-size: .66rem; }
  .lote-price { font-size: .96rem; }
  .price-list { margin: 20px 0 16px; }
  .price-list li { padding-left: 26px; margin-bottom: 10px; }
  .price-actions { gap: 8px; margin-top: 16px; }
  .price-action { padding: 12px; }
  .price-action-icon { width: 34px; height: 34px; margin-bottom: 7px; }
  .price-action-icon svg { width: 18px; height: 18px; }
  .price-action .price-orbum-text { line-height: 1.4; }
  .part-support { margin-top: 24px; }
  .part-support-text { line-height: 1.4; }

  .faq-title { margin-bottom: 26px; }
  .faq-list { gap: 8px; }
  .faq-item summary { padding: 17px 18px; font-size: .95rem; line-height: 1.3; }
  .faq-item p { padding: 0 18px 18px; }
  .section-final { padding: 56px 0 100px; }
  .final-inner { gap: 16px; }
  .footer { padding: 28px 0 84px; }

  .sticky-text {
    display: none;
  }
  /* O prazo passou a incluir a hora da virada (20h) e a linha não cabe mais
     ao lado do botão: com nowrap ela era cortada em "até 21/0…", escondendo
     a data inteira. Deixar quebrar em duas linhas mostra o prazo completo —
     o espaço vertical existe, já que .sticky-text some no celular. */
  .sticky-lote {
    font-size: .74rem; line-height: 1.25; white-space: normal;
    font-variant-numeric: tabular-nums;
  }
  .sticky-info { gap: 0; min-width: 0; flex: 1; }
  #sticky-cta {
    left: 50%; right: auto; bottom: 8px; top: auto;
    width: calc(100% - 24px); max-width: none;
    transform: translateX(-50%); opacity: 1; pointer-events: auto;
    border-radius: 14px;
    justify-content: space-between; gap: 8px;
    padding: 13px 14px calc(14px + env(safe-area-inset-bottom));
    background: rgba(30,27,32,.82);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 -8px 30px rgba(0,0,0,.55);
  }
  #sticky-cta .btn { width: auto; flex-shrink: 0; padding: 11px 17px; font-size: .84rem; }
  #sticky-cta .btn svg { width: 15px; height: 15px; }
  #wpp-float { width: 48px; height: 48px; bottom: 90px; right: 10px; }
  #wpp-float svg { width: 26px; height: 26px; }

  /* Modais (check-in / checkout) cabendo no mobile */
  .modal-overlay { align-items: flex-start; justify-content: center; padding: 16px 14px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .modal-card { padding: 26px 20px; border-radius: 18px; margin: auto; }
  .modal-header { margin-bottom: 14px; }
  .modal-title { font-size: 1.2rem; }
  .modal-sub { font-size: 14px; margin-top: 6px; }
  .modal-note { padding: 13px 15px; font-size: 14px; line-height: 1.4; margin-bottom: 16px; }
  .modal-form { gap: 12px; }
  .form-group label { font-size: 13px; }
  .form-group input { padding: 10px 13px; font-size: 15px; }
  .modal-submit { margin-top: 4px; white-space: nowrap; padding: 13px 18px; }
  .modal-privacy { font-size: 12px; }
}
@media (max-width: 360px) {
  .container { padding: 0 14px; }
  .sem-layout { width: calc(100% - 28px); }
  .hero { padding: 8px; }
  .hero-content { padding-left: 18px; padding-right: 18px; }
  .price-card { padding-left: 18px; padding-right: 18px; }
  .sticky-lote { font-size: .67rem; }
  #sticky-cta .btn { padding: 8px 11px; font-size: .76rem; }
}
@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  /* Sem a pulsação, mas o brilho fica: quem pede menos movimento não deve
     perder o destaque do desconto. */
  #plano-anual-tag { animation: none; text-shadow: 0 0 10px rgba(232,184,14,.6); }
}

/* ============ Checkout: forma de pagamento + PIX ============ */
.pay-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 4px 0 14px;
}
.pay-opt {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.pay-opt input { position: absolute; opacity: 0; pointer-events: none; }
/* Com o boleto oculto (perto da aula), a internacional volta a ocupar a linha */
.pay-method .pay-opt-full { grid-column: 1 / -1; }
.pay-opt-name { font-weight: 700; color: var(--text); }
.pay-opt-name .pix-logo { width: 1em; height: 1em; vertical-align: -0.12em; margin-right: 2px; }
.pay-opt-desc { font-size: .8rem; color: var(--text-muted); }
/* Valor por método dentro do card (usado no Orbum anual: Pix à vista vs 12x
   no cartão são preços diferentes, então cada um mora no seu card em vez de
   um único valor ambíguo no topo). */
.pay-opt-valor { margin-top: 4px; font-weight: 800; color: var(--fire-bright); font-size: 1.05rem; }
.pay-opt-valor[hidden] { display: none !important; }
.pay-desc-badge {
  display: block; width: fit-content; margin-top: 5px; padding: 2px 8px;
  font-size: .72rem; font-weight: 700; color: var(--fire-bright);
  background: rgba(40,173,89,.15); border-radius: 6px;
}
.pay-opt-active {
  border-color: var(--fire);
  background: rgba(40,173,89,.08);
}
#pay-cpf-group { margin: 0 0 14px; }
/* idem: .form-group fixa display:flex e vence o [hidden] padrão do browser */
#pay-cpf-group[hidden] { display: none !important; }
/* Bug pré-existente achado ao mexer aqui: .pay-opt também fixa display:flex,
   então payOptIntl.hidden=true (ajustaOpcaoInternacional, produto Orbum)
   nunca escondia "Internacional" de verdade — só via JS o valor mudava. */
.pay-opt[hidden] { display: none !important; }

.pix-view { text-align: center; }
.pix-instru { color: var(--text-muted); font-size: .92rem; margin: 4px 0 16px; }
.pix-qr {
  width: 220px; height: 220px;
  background: #fff; padding: 10px; border-radius: 14px;
  display: block; margin: 0 auto 16px;
}
.pix-copy { width: 100%; margin-bottom: 14px; }
.pix-status {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; color: var(--fire-bright); margin-bottom: 6px;
}
.pix-spinner {
  width: 15px; height: 15px; border-radius: 50%;
  border: 2px solid rgba(40,173,89,.3); border-top-color: var(--fire);
  animation: pix-spin .8s linear infinite;
}
@keyframes pix-spin { to { transform: rotate(360deg); } }
.pix-value { color: var(--text); font-weight: 700; margin: 0 0 10px; }

/* [hidden] precisa vencer o display:flex do .modal-form ao trocar form <-> PIX */
.modal-form[hidden], .pix-view[hidden] { display: none !important; }
/* idem pro botão de recheck manual do PIX: .btn/.pix-copy já fixam display
   e vencem o [hidden] padrão do browser */
#pix-recheck[hidden] { display: none !important; }

/* ============ Checkout 2 passos: resumo do pedido + steps ============ */
.checkout-step[hidden] { display: none !important; }

.order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  margin-bottom: 20px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 14px;
}
.order-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.order-name { font-weight: 700; color: var(--text); font-size: .98rem; }
.order-sub { font-size: .8rem; color: var(--text-muted); }
.order-price { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.order-value { font-weight: 800; color: var(--fire-bright); font-size: 1.15rem; }
.order-lote { font-size: .72rem; color: var(--text-faint); text-transform: uppercase; letter-spacing: .04em; }

/* Botão de apoio (secundário). Era um texto sem borda em cor apagada, que
   não se lia como clicável — barreira real para o público desta página, que
   é majoritariamente idoso. Agora tem contorno, contraste e alvo de toque
   grande (>=52px), continuando visualmente secundário em relação ao CTA
   principal: hierarquia mantida, sem esconder a saída de quem se perdeu. */
.btn-back {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  padding: 14px 20px;
  background: rgba(255,255,255,.055);
  border: 1.5px solid rgba(255,255,255,.24);
  border-radius: 40px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.btn-back:hover, .btn-back:focus-visible {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.42);
  transform: translateY(-1px);
  outline: none;
}
.btn-back::before { content: '\2190'; font-size: 1.05em; }

/* ============ Passo 0: escolha do produto (ingresso x Orbum) ============ */
.produto-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.produto-opt {
  position: relative;
  display: block;
  padding: 16px;
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.produto-opt input { position: absolute; opacity: 0; pointer-events: none; }
.produto-opt-active { border-color: var(--fire); background: rgba(40,173,89,.06); }
.produto-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.produto-name { font-weight: 800; color: var(--text); font-size: 1.05rem; }
.produto-price { font-weight: 800; color: var(--fire-bright); font-size: 1.1rem; white-space: nowrap; }
.produto-desc { margin: 8px 0 6px; font-size: .85rem; color: var(--text-muted); }
.produto-benef { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.produto-benef li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--text); }
.produto-benef li::before {
  content: '\2713'; position: absolute; left: 0; top: 0;
  color: var(--fire); font-weight: 800;
}
/* Vantagens: losango dourado no lugar do check verde. O verde é a cor de
   ação da página e já marca o que a assinatura entrega; o dourado separa o
   que ela abre daqui pra frente sem competir com o CTA. */
.produto-vantagens-titulo {
  margin: 14px 0 6px; font-size: .78rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.produto-vantagens { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.produto-vantagens li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--text); }
.produto-vantagens li::before {
  content: '\25C6'; position: absolute; left: 1px; top: 0;
  color: var(--gold); font-size: .78em; line-height: 1.5;
}
.produto-vantagens li strong { color: var(--gold); }
/* Card Orbum em destaque */
.produto-opt-orbum { border-color: var(--fire-deep); background: rgba(40,173,89,.05); }
.produto-opt-orbum.produto-opt-active { border-color: var(--fire); background: rgba(40,173,89,.1); }
.produto-badge {
  position: absolute; top: -10px; right: 14px;
  background: linear-gradient(180deg, var(--fire-bright), var(--fire-deep));
  color: var(--on-light); font-size: .68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em;
  padding: 3px 10px; border-radius: 999px;
}

.order-summary[hidden] { display: none !important; }

/* Logo do Orbum no card da oferta */
.produto-head-orbum { align-items: center; justify-content: flex-start; gap: 10px; }
.produto-logo { height: 26px; width: auto; margin-right: 2px; }

.produto-plano {
  margin-left: auto;
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--fire-bright);
  border: 1px solid var(--fire-deep);
  padding: 3px 9px; border-radius: 999px;
}

/* ===== Passo 0 em 2 cards lado a lado, cada um com seu botão ===== */
.modal-card--wide { max-width: 600px; }
.produto-options {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  align-items: stretch; margin-bottom: 4px;
}
.produto-opt { display: flex; flex-direction: column; cursor: default; }
/* A margem de respiro antes do CTA fica na última lista do card. No card do
   Orbum a última é a de vantagens; no do ingresso, a de benefícios. */
.produto-benef { margin-bottom: 16px; }
.produto-vantagens { margin-bottom: 16px; }
.produto-cta { width: 100%; margin-top: auto; }
.produto-plano {
  display: inline-block; align-self: flex-start;
  margin: 0 0 8px; margin-left: 0;
}
/* Em telas estreitas (mobile), empilha pra não espremer os cards */
@media (max-width: 560px) {
  .modal-card--wide { max-width: 440px; }
  .produto-options { grid-template-columns: 1fr; }
}

/* Preço do Orbum no card */
/* Seletor de plano da assinatura (Anual x Mensal). Dois planos do mesmo
   produto, dentro do próprio card — um terceiro card lado a lado faria a
   pessoa comparar assinatura com ingresso, que são decisões diferentes. */
.plano-toggle {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  margin: 10px 0 2px; padding: 4px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
}
.plano-op {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 9px 10px; min-height: 46px; cursor: pointer;
  background: none; border: 1px solid transparent; border-radius: 999px;
  color: inherit; font: inherit; line-height: 1.15;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.plano-op:hover { background: rgba(255,255,255,.06); }
.plano-op:focus-visible { outline: 2px solid var(--fire); outline-offset: 1px; }
.plano-op-ativa {
  background: rgba(40,173,89,.18); border-color: var(--fire);
}
.plano-nome { font-weight: 700; font-size: .92rem; }
.plano-tag {
  font-size: .6rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  opacity: .62;
}
.plano-op-ativa .plano-tag { opacity: .9; color: var(--fire); }

/* O desconto do anual é o argumento do toggle, então sai da cor de ação e
   ganha o dourado, com um brilho que pulsa devagar para chamar o olho sem
   virar pisca-pisca. Vale nos dois estados: quem ainda está no mensal
   precisa ver a vantagem justamente antes de trocar.
   `!important` porque a regra do estado ativo acima pinta .plano-tag de
   verde e tem a mesma especificidade desta. */
#plano-anual-tag {
  color: var(--gold) !important;
  opacity: 1 !important;
  animation: brilho-desconto 2.4s ease-in-out infinite;
}
@keyframes brilho-desconto {
  0%, 100% { text-shadow: 0 0 6px rgba(232,184,14,.35); }
  50%      { text-shadow: 0 0 14px rgba(232,184,14,.85), 0 0 26px rgba(232,184,14,.35); }
}

.pay-nota {
  margin: -2px 0 10px; padding: 9px 12px;
  font-size: .82rem; line-height: 1.45;
  color: var(--text-muted); background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
}

.produto-preco-orbum { display: flex; flex-direction: column; gap: 2px; margin: 6px 0 12px; }
.produto-preco-main { font-size: 1.3rem; font-weight: 800; color: var(--fire-bright); line-height: 1.1; }
/* Desconto ao lado da parcela: menor e sem negrito pra não competir com o
   valor; white-space evita "(20% de" quebrar no meio no celular. */
.produto-preco-desc { font-size: .8rem; font-weight: 600; color: var(--text-muted); white-space: nowrap; }
.produto-preco-sub { font-size: .8rem; color: var(--text-muted); }
/* A linha do à vista do anual em dourado: vantagem editorial, par do badge
   "até 28% de economia" do toggle. O JS liga a classe só no plano anual. */
.produto-preco-sub.grifo-dourado { color: var(--gold); }

/* ===================================================================
   TIPOGRAFIA NEUTRA
   A cor permanece nos botões, fundos, bordas e ícones. Textos decorativos
   deixam de usar verde, dourado, vermelho ou degradês.
   =================================================================== */
.hero-eyebrow {
  background: none;
  color: var(--text-muted);
  -webkit-text-fill-color: var(--text-muted);
}

.hero-grifo,
.grifo-verde,
.section-sobre-jan .jan-nome-grifo,
.sobre-jan-texto p strong.grifo-verde {
  background: none !important;
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text) !important;
}

.hero-grifo {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.sobre-jan-tagline,
.sticky-lote,
.sticky-lote.lote-urgent {
  background: none;
  color: var(--text-muted) !important;
  -webkit-text-fill-color: var(--text-muted);
}

.btn-ghost:hover,
.modal-eyebrow,
.modal-note strong,
.entrada-pill,
.entrada-desc strong,
.pay-opt-valor,
.pay-desc-badge,
.pix-status,
.order-value,
.produto-price,
.produto-vantagens-titulo,
.produto-vantagens li strong,
.produto-plano,
.plano-op-ativa .plano-tag,
#plano-anual-tag,
.produto-preco-main,
.produto-preco-sub.grifo-dourado {
  color: var(--text) !important;
  text-shadow: none !important;
}

#plano-anual-tag { animation: none; }

/* Entrelinha única em toda a página: aproxima blocos de texto longos e
   mantém títulos, botões, selos e descrições na mesma cadência. */
body, body * { line-height: 1.2 !important; }

.produto-benef li::before,
.produto-vantagens li::before {
  color: var(--text-muted);
}

.price-orbum-label,
.price-free-hint strong,
.lote-active .lote-tag,
.lote-active.lote-urgent .lote-tag,
.price-lote-toggle.lote-urgent,
.price-urgent-note {
  color: var(--on-light) !important;
}
