/* Fábrica Digital · Pages 5P · complementos ao Tailwind */

html { scroll-behavior: smooth; }
* { scroll-margin-top: 84px; }

::selection { background: #CCFF00; color: #0A0A0A; }

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

.text-balance { text-wrap: balance; }

/* ---------- Typography (tech) ---------- */
h1, h2, h3 { font-family: 'Chakra Petch', system-ui, sans-serif; }

/* ---------- Grade tech de fundo (sutil, atrás das partículas) ---------- */
.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(204, 255, 0, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(204, 255, 0, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 45%, transparent 100%);
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 45%, transparent 100%);
}

/* ---------- Particle canvas (fundo tech global) ---------- */
#particles-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ---------- Canvas de sinapses (denso, só na seção hero) ---------- */
.hero-synapse {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ---------- Semi-transparent panel tone so particles show through ---------- */
.tone-panel { background: rgba(21, 21, 21, 0.93); }

/* ---------- Hero glow (único elemento de gradiente decorativo da seção) ---------- */
.hero-glow {
  background:
    radial-gradient(480px 320px at 30% 0%, rgba(204, 255, 0, 0.14), transparent 65%),
    radial-gradient(480px 320px at 78% 10%, rgba(204, 255, 0, 0.08), transparent 65%);
}

/* ---------- Hero feature cards (grade 2x2 abaixo da headline) ---------- */
.hero-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: left;
  transition: border-color 0.3s ease;
}
@media (hover: hover) { .hero-feature:hover { border-color: #3A3A3A; } }
.hero-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(204, 255, 0, 0.1);
  border: 1px solid rgba(204, 255, 0, 0.22);
  font-size: 15px;
  line-height: 1;
}
.hero-feature__title { font-size: 13px; font-weight: 700; color: #FFFFFF; }
.hero-feature__desc { margin-top: 3px; font-size: 12.5px; line-height: 1.45; color: #9CA3AF; }

/* ---------- Hero coupon (preço com corte, junto do CTA) ---------- */
.hero-coupon {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #151515;
  border: 1px solid #2A2A2A;
}
.hero-coupon__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9CA3AF;
}
.hero-coupon__price { font-size: 15px; font-weight: 700; color: #FFFFFF; }
.hero-coupon__old { color: #9CA3AF; font-weight: 500; text-decoration: line-through; }
.hero-coupon__new { color: #CCFF00; }
.hero-coupon__note { font-size: 11px; color: #9CA3AF; }

/* ---------- Hero visual column (mockup/foto/VSL) ---------- */
.hero-visual { position: relative; max-width: 460px; margin-inline: auto; }
@media (min-width: 1024px) { .hero-visual { margin-inline: 0; } }

.hero-visual-glow {
  position: absolute;
  inset: -30px;
  z-index: -1;
  background: radial-gradient(320px 280px at 60% 30%, rgba(204, 255, 0, 0.16), transparent 70%),
              radial-gradient(280px 240px at 20% 80%, rgba(204, 255, 0, 0.08), transparent 70%);
  filter: blur(4px);
}

.device-frame {
  position: relative;
  border-radius: 22px;
  border: 1px solid #2A2A2A;
  background: #151515;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(204, 255, 0, 0.06);
  animation: float-device 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) { .device-frame { animation: none; } }

@keyframes float-device {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.device-frame__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #1A1A1A;
  border-bottom: 1px solid #2A2A2A;
}
.device-frame__bar span:not(.device-frame__url) {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.14);
}
.device-frame__url {
  margin-left: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #9CA3AF;
  background: rgba(255,255,255,0.04);
  padding: 3px 10px;
  border-radius: 9999px;
}

.device-frame__body { padding: 26px 22px 30px; display: flex; flex-direction: column; gap: 10px; }
.df-block {
  display: block;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
}
.df-block--nav { width: 70px; height: 10px; background: rgba(255,255,255,0.08); margin-bottom: 6px; }
.df-block--title { width: 78%; height: 16px; }
.df-block--text { width: 92%; height: 9px; background: rgba(255,255,255,0.09); }
.df-block--btn { width: 120px; height: 26px; border-radius: 6px; background: #CCFF00; margin-top: 6px; }
.df-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.df-block--card { height: 54px; background: rgba(255,255,255,0.06); }

.device-frame__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(245, 245, 245, 0.95);
  color: #0A0A0A;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transition: transform 0.25s ease;
}
.device-frame__play:hover { transform: translate(-50%, -50%) scale(1.06); }

.hero-visual__tag {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #9CA3AF;
}
@media (min-width: 1024px) { .hero-visual__tag { text-align: left; } }

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Buttons ---------- */
.btn-primary {
  background: #CCFF00;
  color: #0A0A0A;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 10px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 26px rgba(204, 255, 0, 0.25);
}
.btn-primary:hover { background: #8FBF00; transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-primary--block { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; }

/* ---------- Checkout fixo (barra inferior, só mobile) ---------- */
.mobile-checkout {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #2A2A2A;
  transform: translateY(120%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-checkout.is-visible { transform: translateY(0); }
.mobile-checkout .btn-primary {
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.25;
  gap: 6px;
  text-align: center;
}
.mobile-checkout .btn-primary svg { flex-shrink: 0; width: 16px; height: 16px; }
@media (min-width: 900px) { .mobile-checkout { display: none; } }

/* ---------- Destaque em verde neon (palavra-chave da promessa / preço) ---------- */
.grad-text { color: #CCFF00; }
.price-grad { font-family: 'JetBrains Mono', monospace; color: #CCFF00; }

/* ---------- Degradê da paleta em palavras-chave da headline ---------- */
.hero-title-grad {
  background: linear-gradient(100deg, #CCFF00, #8FBF00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Pain list (seção 2) ---------- */
.pain-card {
  padding: 26px 22px;
  border: 1px solid #2A2A2A;
  border-radius: 16px;
  background: #151515;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .pain-card:hover { border-color: #3A3A3A; transform: translateY(-3px); }
}
.pain-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  margin-bottom: 16px;
  border-radius: 9px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #F87171;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
}
.pain-card__lead { font-size: 16px; font-weight: 700; color: #FFFFFF; }
.pain-card__desc { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: #B0B0B0; }

/* ---------- Mecanismo (seção 4): cards curtos, âncora central e comparação ---------- */
.mechanism-mini {
  padding: 26px 22px;
  border-radius: 16px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: center;
}
.mechanism-mini__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(204, 255, 0, 0.1);
  border: 1px solid rgba(204, 255, 0, 0.22);
  font-size: 20px;
}
.mechanism-mini__lead { font-size: 15.5px; font-weight: 600; color: #B0B0B0; }
.mechanism-mini__punch { margin-top: 2px; font-size: 19px; font-weight: 700; color: #CCFF00; }

/* Bloco 3 — destaque central, "âncora" da seção */
.mechanism-anchor {
  position: relative;
  padding: 32px 28px;
  border-radius: 18px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  text-align: center;
  overflow: hidden;
}
.mechanism-anchor::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(360px 160px at 50% 0%, rgba(204, 255, 0, 0.1), transparent 70%);
  pointer-events: none;
}
.mechanism-anchor p {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
}

/* Bloco 4 — os 3 caminhos, comparação lado a lado */
.mechanism-path {
  padding: 22px 20px;
  border-radius: 14px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: center;
}
.mechanism-path__title { font-size: 13px; font-weight: 700; color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.03em; }
.mechanism-path__desc { margin-top: 8px; font-size: 14.5px; line-height: 1.5; color: #B0B0B0; }
.mechanism-path--highlight {
  background: #1A1A1A;
  border-color: #CCFF00;
  box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.25), 0 12px 28px rgba(204, 255, 0, 0.08);
}
.mechanism-path--highlight .mechanism-path__title { color: #CCFF00; }
.mechanism-path--highlight .mechanism-path__desc { color: #FFFFFF; }

/* Bloco 5 — fechamento */
.mechanism-close { font-size: 22px; font-weight: 700; line-height: 1.4; color: #FFFFFF; }

/* ---------- Authority ---------- */
.avatar-ring {
  border: 1px solid #2A2A2A;
  box-shadow: 0 0 0 6px rgba(204, 255, 0, 0.06);
}
.stat-chip {
  font-size: 11px;
  font-weight: 700;
  color: #B0B0B0;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  padding: 5px 11px;
  border-radius: 9999px;
}

/* Bloco 2 — cards de problema */
.authority-problem-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: center;
}
.authority-problem-card__title { font-size: 14px; font-weight: 700; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.02em; }
.authority-problem-card__desc { margin-top: 8px; font-size: 14px; line-height: 1.55; color: #B0B0B0; }

/* Bloco 4 — etapas do processo */
.authority-step {
  padding: 22px 18px;
  border-radius: 14px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) { .authority-step:hover { border-color: #3A3A3A; transform: translateY(-3px); } }
.authority-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(145deg, #CCFF00, #8FBF00);
  color: #0A0A0A;
  font-weight: 700;
  font-size: 13px;
}
.authority-step__title { font-size: 15px; font-weight: 700; color: #FFFFFF; }
.authority-step__desc { margin-top: 6px; font-size: 13.5px; line-height: 1.5; color: #9CA3AF; }
@media (max-width: 639px) {
  .authority-step:not(:last-child)::after {
    content: '↓';
    display: block;
    margin-top: 14px;
    text-align: center;
    color: #CCFF00;
    font-size: 18px;
    font-weight: 700;
  }
}

/* Bloco 5 — prova prática (bloco escuro, borda verde) */
.authority-proof {
  padding: 30px 26px;
  border-radius: 16px;
  background: #151515;
  border: 1.5px solid rgba(204, 255, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.08), 0 20px 45px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.authority-proof__title { font-size: 19px; font-weight: 700; color: #FFFFFF; line-height: 1.4; }
.authority-proof__text { margin-top: 12px; font-size: 14.5px; line-height: 1.6; color: #B0B0B0; }
.authority-proof__punch { margin-top: 18px; font-size: 18px; font-weight: 700; line-height: 1.4; }

/* Bloco 6 — chamada pequena antes do criador */
.authority-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  background: #151515;
  border: 1px solid #2A2A2A;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9CA3AF;
}

/* Bloco 8 — fechamento da seção */
.authority-closing__title { font-size: 20px; font-weight: 700; color: #FFFFFF; line-height: 1.4; }
.authority-closing__text { margin-top: 12px; font-size: 15px; line-height: 1.6; color: #B0B0B0; }
.authority-closing__punch { margin-top: 14px; font-size: 17px; font-weight: 700; line-height: 1.4; color: #FFFFFF; }

/* ---------- Aplicativo exclusivo ---------- */
.app-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(204, 255, 0, 0.35);
  background: rgba(204, 255, 0, 0.08);
  color: #CCFF00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.app-mockup-wrap { position: relative; }
.app-mockup-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.55), 0 0 50px rgba(204, 255, 0, 0.07);
}

.app-benefit {
  padding: 20px 18px;
  border-radius: 14px;
  background: #151515;
  border: 1px solid #2A2A2A;
  text-align: center;
}
.app-benefit__title { font-size: 13px; font-weight: 700; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.02em; }
.app-benefit__desc { margin-top: 6px; font-size: 13px; line-height: 1.5; color: #9CA3AF; }

/* ---------- Método em etapas: seção sóbria, sem tech / sem animação ---------- */
.method-light {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #EDEFF3 100%);
  color: #1F2430;
  overflow: hidden;
}
.method-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(31, 36, 48, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(31, 36, 48, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.method-light > * { position: relative; z-index: 1; }
.method-light h2 { color: #14161C; }
.method-light-subtitle { color: #5B6270; }

.method-light-track { position: relative; }
.method-light-line {
  position: absolute;
  left: 56px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: rgba(31, 36, 48, 0.14);
}
/* Traço que se desenha suavemente conforme a seção é rolada — sem
   glow, sem cometa, só a cor sóbria da marca ganhando presença. */
.method-light-fill {
  position: absolute;
  left: 56px;
  top: 28px;
  width: 1px;
  height: 0px;
  background: #2F3E63;
  transition: height 0.2s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
.method-light-fill.is-visible { opacity: 1; }

.method-light-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 28px;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1.5px solid transparent;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04), 0 14px 30px rgba(20, 22, 28, 0.07);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
/* Acende quando a linha alcança o card — cor sólida da marca, sem glow neon */
.method-light-card.is-active {
  border-color: #2F3E63;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04), 0 14px 30px rgba(20, 22, 28, 0.07), 0 0 0 3px rgba(47, 62, 99, 0.08);
}
.method-light-card h3 { color: #14161C; }
.method-light-card p { color: #5B6270; }
.method-light-card p strong { color: #14161C; }
.method-light-highlight { color: #2F3E63; }

.method-light-number {
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #1F2430;
  box-shadow: 0 8px 18px rgba(20, 22, 28, 0.2);
  transition: box-shadow 0.4s ease;
}
.method-light-card.is-active .method-light-number {
  box-shadow: 0 8px 18px rgba(20, 22, 28, 0.2), 0 0 0 3px rgba(47, 62, 99, 0.14);
}

/* ---------- Persona cards (seção 6) ---------- */
.persona-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #151515;
  border: 1px solid #2A2A2A;
}
.persona-card p { font-size: 14.5px; line-height: 1.55; color: #B0B0B0; }

/* ---------- Beam ring (porte em CSS/JS puro do "Border Beam Panel") ---------- */
/* Um feixe de luz verde percorre a borda do card via conic-gradient +
   mask-composite:exclude, acelerando no hover/focus. Sem dependências,
   sem React — só a variável --beam-a atualizada por frame no main.js. */
.beam-card .beam-ring,
.beam-card .beam-glow {
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  pointer-events: none;
  background: conic-gradient(
    from var(--beam-a, 0deg),
    transparent 0deg,
    color-mix(in srgb, #CCFF00 4%, transparent) 18deg,
    color-mix(in srgb, #CCFF00 55%, transparent) 46deg,
    #CCFF00 56deg,
    color-mix(in srgb, #CCFF00 22%, #ffffff) 60deg,
    transparent 63deg,
    transparent 360deg
  );
}
.beam-card .beam-ring {
  padding: 1.5px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.beam-card .beam-glow { filter: blur(12px); opacity: 0.3; z-index: -1; }
@media (forced-colors: active) {
  .beam-card .beam-ring, .beam-card .beam-glow { display: none; }
}
.check-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(204, 255, 0, 0.14);
  color: #CCFF00;
  font-size: 13px;
  font-weight: 700;
  margin-top: 1px;
}

/* ---------- Trust cards + testimonial placeholder (seção 7) ---------- */
.trust-card {
  position: relative;
  padding: 22px;
  border-radius: 16px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
/* Desktop: acende o contorno ao passar o mouse */
@media (hover: hover) {
  .trust-card:hover {
    border-color: #CCFF00;
    box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.25), 0 12px 28px rgba(204, 255, 0, 0.08);
  }
}
/* Mobile: acende quando a linha de conexão alcança o card */
.trust-card.is-active {
  border-color: #CCFF00;
  box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.25), 0 12px 28px rgba(204, 255, 0, 0.08);
}

/* ---------- Linha de conexão entre os cards de confiança (só mobile) ---------- */
.trust-track { position: relative; }
.trust-line {
  position: absolute;
  left: 20px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: #2A2A2A;
}
.trust-fill {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 1px;
  height: 0px;
  background: #CCFF00;
  box-shadow: 0 0 8px rgba(204, 255, 0, 0.5);
  transition: height 0.15s linear;
}
@media (min-width: 640px) {
  .trust-line, .trust-fill { display: none; }
}
/* ---------- Objection cards (seção 8) ---------- */
.objection-card {
  padding: 22px 24px;
  border-radius: 16px;
  background: #151515;
  border: 1px solid #2A2A2A;
}

/* ---------- Offer benefits + price (seção 9) ---------- */
.offer-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 22px;
  border-radius: 16px;
  background: #151515;
  border: 1px solid #2A2A2A;
}
.offer-benefit .check-icon { background: rgba(204, 255, 0, 0.14); color: #CCFF00; }
.offer-benefit__title { font-size: 15px; font-weight: 700; color: #FFFFFF; }
.offer-benefit__desc { margin-top: 6px; font-size: 13.5px; line-height: 1.55; color: #9CA3AF; }

.offer-price-card {
  text-align: center;
  padding: 40px 32px;
  border-radius: 20px;
  background: #151515;
  border: 1px solid #2A2A2A;
}
.offer-price-card__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #9CA3AF; }
.offer-price-card__caption { display: block; margin-top: 8px; font-size: 13px; color: #9CA3AF; }
.offer-price-card__guarantee { display: block; margin-top: 16px; font-size: 12.5px; font-weight: 600; color: #9CA3AF; }

/* ---------- Value stack (entregáveis da oferta) ---------- */
.value-card {
  padding: 24px 22px;
  border-radius: 16px;
  background: #151515;
  border: 1px solid #2A2A2A;
}
.value-card--with-media { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-start; }
.value-card__media { flex-shrink: 0; width: 78px; }
.value-card__media img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45); }
.value-card__body { flex: 1; min-width: 140px; }
.value-card__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 6px 14px; }
.value-card__head > div:first-child { min-width: 0; }
.value-card__title { font-size: 16px; font-weight: 700; color: #FFFFFF; }
.value-card__subtitle { margin-top: 2px; font-size: 12.5px; color: #9CA3AF; }
.value-card__price { flex-shrink: 0; text-align: right; }
.value-card__price-old { display: block; font-size: 12px; font-weight: 600; color: #6B7280; text-decoration: line-through; }
.value-card__price-amount { display: block; margin-top: 2px; font-family: 'JetBrains Mono', monospace; font-size: 16px; font-weight: 700; color: #CCFF00; }
.value-card__desc { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: #9CA3AF; }
.value-card__list { margin-top: 16px; display: grid; gap: 9px; }
.value-card__list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #D1D5DB; }
.value-card__list li span { flex-shrink: 0; color: #CCFF00; font-weight: 700; }

@media (max-width: 360px) {
  .value-card { padding: 20px 16px; }
  .offer-price-card { padding: 32px 18px; }
}

/* ---------- FAQ Accordion (seção 12) ---------- */
.accordion-item { border-bottom: 1px solid #2A2A2A; }
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  text-align: left;
  font-size: 15.5px;
  font-weight: 700;
  color: #FFFFFF;
}
.chevron { flex-shrink: 0; color: #9CA3AF; transition: transform 0.3s ease; }
.accordion-trigger[aria-expanded="true"] .chevron { transform: rotate(180deg); color: #CCFF00; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.accordion-panel p { padding: 0 4px 20px; font-size: 14.5px; line-height: 1.6; color: #9CA3AF; }

/* ---------- Cartaz de urgência (seção 11) ---------- */
.urgency-poster-wrap { padding: 22px 0 30px; }

@keyframes posterWobble {
  0%, 100% { transform: rotate(-1.4deg); }
  50% { transform: rotate(1.4deg); }
}

.urgency-poster {
  position: relative;
  background: #F5C518;
  color: #14120A;
  border-radius: 14px;
  padding: 30px 26px 24px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
  border-top: 8px solid transparent;
  border-image: repeating-linear-gradient(135deg, #14120A 0 10px, #F5C518 10px 20px) 8;
  transform-origin: center;
  animation: posterWobble 3.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .urgency-poster { animation: none; transform: rotate(-1deg); }
}

.urgency-poster__tape {
  position: absolute;
  width: 64px;
  height: 24px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: none;
}
.urgency-poster__tape--tl { top: -13px; left: 18px; transform: rotate(-10deg); }
.urgency-poster__tape--br { bottom: -13px; right: 18px; transform: rotate(-10deg); }

.urgency-poster__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #14120A;
  margin-bottom: 14px;
}

.urgency-poster__text {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
  color: #201c0d;
}
.urgency-poster__text + .urgency-poster__text { margin-top: 12px; }

.urgency-poster__highlight {
  background: #14120A;
  color: #F5C518;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

.urgency-poster__divider {
  border: none;
  border-top: 1.5px solid rgba(20, 18, 10, 0.22);
  margin: 22px 0 18px;
}

.urgency-poster__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.urgency-poster__note { font-size: 11.5px; font-weight: 700; color: #4a4319; }
.urgency-poster__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #14120A;
  color: #F5C518;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 10px;
  transition: transform 0.2s ease;
}
.urgency-poster__cta:hover { transform: translateY(-2px); }

/* ---------- CTA final ---------- */
.cta-final { background: radial-gradient(600px 320px at 50% 0%, rgba(204, 255, 0, 0.08), transparent 70%); }

/* ---------- Urgency bar ---------- */
.urgency-bar { backdrop-filter: blur(6px); }
