/* ════════════════════════════════════════════════════
   COMBO-PITSTOP — OVERRIDES DO PASS (theme-d)
   Sobrescreve as cores do /pass/ para o visual do
   evento/pitstop/d.html: preto profundo + lime yellow.
   Carregar SEMPRE depois de blue.css / style.css /
   inline-extracted.css / unpass-additions.css.
═══════════════════════════════════════════════════════ */

/* ── Vars principais ── */
:root,
html.theme-d {
  --color-black:          #0d0d0d;
  --color-white:          #FFFFFF;
  --color-highlight:      #E1FA14;          /* era amarelo, agora lime */
  --color-primary-green:  #E1FA14;          /* lime — substitui o mint */
  --color-primary-red:    #ff5757;
  --color-text-light:     #FFFFFF;
  --color-text-dark:      #0d0d0d;
  --card-background:      #0d0d0d;
  --card-color-text:      #FFFFFF;
  --card-gradient-color:  #0d0d0d;
  --session-superiores-backgorund: #161616;

  /* compatibilidade com pitstop.css */
  --green:        #E1FA14;
  --green-bright: #F2FF55;
  --green-deep:   #B0C500;
  --yellow:       #3d9cd2;
  --dark:         #0d0d0d;
  --dark-2:       #161616;
  --dark-3:       #202020;
}

html, body { background: #0d0d0d !important; }
::selection { background: rgba(225,250,20,0.40); color: #0d0d0d; }

/* ════════════════════════════════════════════════════
   URGENCY BAR TOP — usa lime de destaque
═══════════════════════════════════════════════════════ */
.urgency-bar-top {
  background-color: var(--green) !important;
  box-shadow: 0 2px 14px rgba(225,250,20,0.18) !important;
}
.urgency-scrolling-content span {
  color: #0d0d0d !important;
}

/* ════════════════════════════════════════════════════
   HERO — troca o gradient azul por preto/lime sutil
═══════════════════════════════════════════════════════ */
.hero {
  background: radial-gradient(circle at 50% -20%, #1a1a05 0%, #0d0d0d 60%) !important;
}

.hero-headline span.highlight {
  color: #0d0d0d !important;
  background: var(--green) !important;
  font-weight: 900;
}

.text-gradient-intensity { color: var(--green) !important; }

.hero-headline,
.hero-subheadline,
.hero-features,
.hero-features li { color: #fff; }

.hero-subheadline { color: rgba(255,255,255,0.78) !important; }
.hero-features li { color: rgba(255,255,255,0.82) !important; }

.hero-left .btn-hero-cta,
.btn-hero-cta {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-bright) 100%) !important;
  color: #0d0d0d !important;
  box-shadow: 0 14px 38px -10px rgba(225,250,20,0.55) !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.hero-left .btn-hero-cta:hover,
.btn-hero-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 50px -10px rgba(225,250,20,0.75) !important;
}

/* ════════════════════════════════════════════════════
   SEÇÕES "DARK" — preto sólido
═══════════════════════════════════════════════════════ */
.section--dark,
section[class*="section--dark"],
.video-section,
.qualification-v3-section,
.social-proof-section,
.course-intro-section,
.ecosystem-section,
.features-v3-section,
.support-profile-section,
.gpe-final-section,
.reviews-general-section,
.bonus-gpe-style-section,
.gpq-bonus-section,
.un-proof-masonry,
.pre-offer-section,
.neon-offer-section,
.guarantee-un-section,
.faq-section,
.about-un-wide-section {
  background: #0d0d0d !important;
}

/* Variação leve para alternar seções */
.video-section,
.social-proof-section,
.ecosystem-section,
.gpq-bonus-section,
.guarantee-un-section {
  background: #161616 !important;
}

/* ════════════════════════════════════════════════════
   COR PRIMÁRIA (mint → lime) — overrides globais
═══════════════════════════════════════════════════════ */
.text-green,
[class*="text-green"],
.text-neon {
  color: var(--green) !important;
}

.text-gradient,
.text-gradient-green,
.text-gradient-blue {
  background: linear-gradient(90deg, var(--green) 0%, var(--green-bright) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* Substitui ocorrências mais comuns dos verdes mint */
[style*="#00ffcc"],
[style*="#00ee7b"],
[style*="#00e5b8"],
[style*="#00e676"],
[style*="#33d9a3"] {
  /* não dá pra reescrever inline, mas reforça via filter onde aplicável */
}

/* ════════════════════════════════════════════════════
   BOTÕES — todas as classes de CTA com lime
═══════════════════════════════════════════════════════ */
.btn-neon-solid,
.btn-neon-green,
.btn-outline,
.cta-button,
.cta-main-offer,
button.btn-primary,
a.btn-primary {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-bright) 100%) !important;
  color: #0d0d0d !important;
  border: 0 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 38px -12px rgba(225,250,20,0.55) !important;
  transition: transform .15s ease, box-shadow .15s ease !important;
}

.btn-neon-solid:hover,
.btn-neon-green:hover,
.btn-outline:hover,
.cta-button:hover,
.cta-main-offer:hover,
button.btn-primary:hover,
a.btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 50px -12px rgba(225,250,20,0.75) !important;
  filter: brightness(1.05);
}

/* Botão outline */
.btn-outline {
  background: transparent !important;
  border: 2px solid var(--green) !important;
  color: var(--green) !important;
  box-shadow: none !important;
}
.btn-outline:hover {
  background: rgba(225,250,20,0.08) !important;
}

/* ════════════════════════════════════════════════════
   BADGES E PILLS — recolorir mint → lime
═══════════════════════════════════════════════════════ */
.badge-pill,
.badge-pill.green,
.pulse-red,
.badge-yellow,
.opt-badge,
.opt-badge.blue,
.side-badge,
.side-badge.blue {
  background: var(--green) !important;
  color: #0d0d0d !important;
  font-weight: 900 !important;
}

.opt-badge.blue,
.side-badge.blue {
  background: var(--yellow) !important;
  color: #fff !important;
}

.pulse-red {
  background: #ff5757 !important;
  color: #fff !important;
}

.center-badge,
.top-floating-badge {
  background: var(--green) !important;
  color: #0d0d0d !important;
}

/* ════════════════════════════════════════════════════
   CARDS DE OFERTA (neon-card)
═══════════════════════════════════════════════════════ */
.neon-card {
  background: linear-gradient(180deg, #161616, #0d0d0d) !important;
  border: 1px solid rgba(225,250,20,0.18) !important;
  color: #fff !important;
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.6) !important;
}

.neon-card:hover {
  border-color: var(--green) !important;
  box-shadow: 0 28px 70px -20px rgba(225,250,20,0.28) !important;
}

.neon-card.featured,
.neon-card.is-featured,
.neon-card[style*="border"] {
  border: 2px solid var(--green) !important;
  box-shadow: 0 28px 70px -20px rgba(225,250,20,0.32) !important;
}

.neon-card .card-title { color: #fff !important; }
.neon-card .card-subtitle { color: var(--green) !important; }
.neon-card .price-value { color: #fff !important; }
.neon-card .installments { color: var(--green) !important; }
.neon-card .cash-value { color: rgba(255,255,255,0.75) !important; }

.card-features li { color: rgba(255,255,255,0.88) !important; }
.card-features li.excluded { color: rgba(255,107,107,0.85) !important; opacity: .9; }
.card-features .emoji { filter: none !important; }

/* ════════════════════════════════════════════════════
   VALUE STACK (pilha de valor)
═══════════════════════════════════════════════════════ */
.value-stack-panel {
  background: #0d0d0d !important;
  border: 1px solid rgba(225,250,20,0.18) !important;
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.6) !important;
}

.stack-header h3,
.stack-group-title { color: var(--green) !important; }
.stack-group.bonus-group .stack-group-title { color: var(--yellow) !important; }

.stack-list li { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.06) !important; }
.stack-list .icon-check { color: var(--green) !important; }
.stack-list .item-price { color: rgba(255,255,255,0.75) !important; }
.stack-list .price-free,
.stack-list .item-free { color: var(--green) !important; }

.stack-total { border-top-color: rgba(255,255,255,0.08) !important; }
.stack-total p { color: rgba(255,255,255,0.6) !important; }
.strike-price-big {
  color: rgba(255,255,255,0.45) !important;
  text-decoration: line-through !important;
  text-decoration-color: rgba(255, 75, 75, 0.7) !important;
}

/* ════════════════════════════════════════════════════
   HEADLINES / SEC-HEAD / TÍTULOS
═══════════════════════════════════════════════════════ */
.main-headline,
.headline-group__main,
.section-title,
.sec-title { color: #fff !important; }

.subtitle-text,
.section-subtitle { color: rgba(255,255,255,0.72) !important; }

.text-neon { color: var(--green) !important; }

/* Pílulas/eyebrows */
.sec-tag,
.eyebrow { background: rgba(225,250,20,0.12) !important; color: var(--green) !important; border-color: rgba(225,250,20,0.3) !important; }
.sec-tag.yellow { background: rgba(61,156,210,0.15) !important; color: var(--yellow) !important; }
.sec-tag.red { background: rgba(255,75,75,0.12) !important; color: #ff7a7a !important; }

/* ════════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════════ */
.faq-section .faq-item {
  background: #161616 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 12px !important;
}

.faq-section .faq-item .faq-question,
.faq-section .faq-item summary,
.faq-section .faq-question { color: #fff !important; }

.faq-section .faq-item .faq-answer,
.faq-section .faq-item .answer { color: rgba(255,255,255,0.78) !important; }

.faq-section .faq-item:hover { border-color: rgba(225,250,20,0.25) !important; }

/* ════════════════════════════════════════════════════
   GARANTIA
═══════════════════════════════════════════════════════ */
.guarantee-un-section .guarantee-card,
.guarantee-box {
  background: #161616 !important;
  border: 1px solid rgba(225,250,20,0.22) !important;
  color: #fff !important;
}

.guarantee-icon,
.guarantee-box .ico { color: var(--green) !important; }

/* ════════════════════════════════════════════════════
   ECOSSISTEMA / FEATURES / CURSOS
═══════════════════════════════════════════════════════ */
.course-card,
.feature-card,
.benefit-card,
.eco-card,
.ecosystem-card {
  background: #161616 !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  color: #fff !important;
}

.course-card h3,
.feature-card h3,
.benefit-card h3,
.eco-card h3 { color: #fff !important; }

.course-card p,
.feature-card p,
.benefit-card p { color: rgba(255,255,255,0.75) !important; }

/* ════════════════════════════════════════════════════
   PROVA SOCIAL / CARROSSEL
═══════════════════════════════════════════════════════ */
.social-proof-section .swiper-slide,
.swiper-slide img,
.un-proof-masonry img {
  background: transparent !important;
}

/* ════════════════════════════════════════════════════
   FOOTER / WP-CONTENT IMG (azul/branco originais)
═══════════════════════════════════════════════════════ */
footer,
.site-footer {
  background: #0d0d0d !important;
  color: rgba(255,255,255,0.7) !important;
}

/* ════════════════════════════════════════════════════
   ESCONDER vitalícia (sem essa opção no combo)
═══════════════════════════════════════════════════════ */
.vitalicia-explainer-section,
.vit-scarcity,
#modal-payment-selector,
.combo-hide-vitalicia { display: none !important; }

/* ════════════════════════════════════════════════════
   FORMULÁRIO INLINE 2 COLUNAS (nova seção do combo)
═══════════════════════════════════════════════════════ */
.combo-form-section {
  padding: 80px 22px 60px;
  background: linear-gradient(180deg, #0d0d0d 0%, #161616 100%);
  scroll-margin-top: 80px;
}

.combo-form-grid {
  max-width: 1100px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 880px) {
  .combo-form-grid { grid-template-columns: 1fr; }
}

.combo-form-wrap {
  background: #161616;
  border: 1px solid rgba(225,250,20,0.22);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.6);
}

.combo-form-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(225,250,20,0.12);
  border: 1px solid rgba(225,250,20,0.35);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}

.combo-form-pill .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: comboPulse 1.4s ease-in-out infinite;
}
@keyframes comboPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%     { transform: scale(1.4); opacity: 0.6; }
}

.combo-form-wrap h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px;
}

.combo-form-wrap > p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 22px;
}

.combo-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.combo-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 520px) {
  .combo-form-row-2 { grid-template-columns: 1fr; }
}

.combo-form input[type="text"],
.combo-form input[type="email"],
.combo-form input[type="tel"],
.combo-form .input-base {
  width: 100%;
  padding: 14px 16px;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.combo-form input::placeholder { color: rgba(255,255,255,0.4); }

.combo-form input:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(225,250,20,0.18);
}

.combo-form .input-error {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 3px rgba(255,107,107,0.16) !important;
}

.combo-form .error-msg {
  display: none;
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 4px;
}

.combo-form .btn-submit {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 16px 20px;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-bright) 100%);
  color: #0d0d0d;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 38px -12px rgba(225,250,20,0.55);
}

.combo-form .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px -12px rgba(225,250,20,0.75);
}

.combo-form-security {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
}

/* —— Coluna B: Resumo da oferta —— */
.combo-summary {
  background: #161616;
  border: 1px solid rgba(225,250,20,0.22);
  border-radius: 20px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.6);
}

.combo-summary-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

.combo-summary h4 {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
}

.combo-summary-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.combo-summary-list li {
  display: flex;
  gap: 9px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.combo-summary-price {
  background: rgba(225,250,20,0.06);
  border: 1px solid rgba(225,250,20,0.22);
  border-radius: 14px;
  padding: 18px;
  margin-top: auto;
}

.combo-summary-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}

.combo-summary-price .installments { font-size: 22px; font-weight: 900; color: var(--green); }
.combo-summary-price .price-value { font-size: clamp(32px, 4.5vw, 44px); font-weight: 900; color: #fff; }
.combo-summary-price .cash-value { font-size: 14px; color: rgba(255,255,255,0.75); margin: 6px 0 0; text-align: center; }
.combo-summary-price .cash-value strong { color: var(--green); }

.combo-summary-deadline {
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(216,58,58,0.1);
  border: 1px solid rgba(216,58,58,0.3);
  border-radius: 10px;
  font-size: 13px;
  color: #ff9a9a;
  text-align: center;
}
.combo-summary-deadline strong { color: #ff6b6b; }

/* ════════════════════════════════════════════════════
   Escassez/janela (24/05 — 31/05) — nova
═══════════════════════════════════════════════════════ */
.combo-scarcity {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 16px 22px;
  background: rgba(216,58,58,0.08);
  border: 1px solid rgba(216,58,58,0.35);
  border-radius: 14px;
  text-align: center;
  color: rgba(255,255,255,0.85);
  font-size: 14.5px;
}
.combo-scarcity strong { color: #ff6b6b; font-weight: 900; }
.combo-scarcity .deadline {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 12px;
  background: rgba(216,58,58,0.18);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ff8a8a;
}

/* ════════════════════════════════════════════════════
   BÔNUS CARDS (placeholder genérico)
═══════════════════════════════════════════════════════ */
.combo-bonus-extra {
  max-width: 1080px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  padding: 0 22px;
}

.combo-bonus-extra-card {
  background: #161616;
  border: 1px solid rgba(225,250,20,0.18);
  border-radius: 16px;
  padding: 22px 20px;
}

.combo-bonus-extra-card.is-empty {
  border-style: dashed;
  border-color: rgba(255,255,255,0.12);
  opacity: 0.85;
}

.combo-bonus-extra-card .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(225,250,20,0.15);
  color: var(--green);
  margin-bottom: 10px;
}

.combo-bonus-extra-card.is-empty .tag {
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.5);
}

.combo-bonus-extra-card h4 {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px;
}

.combo-bonus-extra-card p {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ════════════════════════════════════════════════════
   DOBRA DE OFERTA UNIFICADA (2 colunas)
   .combo-offer-2col: stack (esq) | price card (dir, sticky)
═══════════════════════════════════════════════════════ */
.combo-offer-2col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

@media (max-width: 980px) {
  .combo-offer-2col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.combo-offer-left { min-width: 0; }
.combo-offer-right { min-width: 0; position: relative; }

@media (min-width: 981px) {
  .combo-offer-right {
    position: sticky;
    top: 90px;
    align-self: start;
  }
}

/* Stack mais compacto na coluna esquerda */
.combo-offer-2col .value-stack-panel {
  padding: 26px 22px !important;
  border-radius: 18px !important;
}

.combo-offer-2col .stack-header h3 {
  font-size: clamp(15px, 1.7vw, 18px) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px !important;
  text-align: center;
}

.combo-offer-2col .stack-group {
  margin-bottom: 18px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}
.combo-offer-2col .stack-group:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

.combo-offer-2col .stack-group-title {
  font-size: 12.5px !important;
  letter-spacing: 0.1em;
  margin-bottom: 12px !important;
}

.combo-offer-2col .stack-list { gap: 8px !important; }

.combo-offer-2col .stack-list li {
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  align-items: flex-start !important;
  padding: 6px 0 !important;
  gap: 12px !important;
}

.combo-offer-2col .stack-list small {
  font-size: 11.5px;
  opacity: 0.65;
  display: block;
  margin-top: 2px;
}

.combo-offer-2col .stack-list .item-price {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.combo-offer-2col .stack-list .item-free,
.combo-offer-2col .stack-list .price-free {
  font-size: 11px !important;
  padding: 3px 8px !important;
  white-space: nowrap;
}

.combo-offer-2col .stack-total {
  margin-top: 18px !important;
  padding-top: 16px !important;
}

.combo-offer-2col .stack-total p {
  font-size: 12px !important;
  margin: 0 0 4px !important;
}

.combo-offer-2col .strike-price-big {
  font-size: clamp(26px, 3.5vw, 34px) !important;
}

/* Card de preço compacto na coluna direita */
.combo-offer-2col .combo-offer-price-card {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 30px 26px !important;
  text-align: center;
  position: relative;
  overflow: visible;
}

/* —— Selo 50% OFF (canto superior direito do card de preço) —— */
.combo-discount-stamp {
  position: absolute;
  top: -18px;
  right: -14px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ff5757;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px -6px rgba(255,87,87,0.55), 0 0 0 4px rgba(255,87,87,0.18);
  transform: rotate(8deg);
  z-index: 4;
  animation: combo-stamp-pulse 2.2s ease-in-out infinite;
}

.combo-discount-stamp__pct {
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}

.combo-discount-stamp__pct small {
  font-size: 14px;
  margin-left: 1px;
  font-weight: 900;
}

.combo-discount-stamp__lbl {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

@keyframes combo-stamp-pulse {
  0%, 100% { transform: rotate(8deg) scale(1); }
  50%      { transform: rotate(8deg) scale(1.05); }
}

@media (max-width: 520px) {
  .combo-discount-stamp { width: 66px; height: 66px; top: -14px; right: -10px; }
  .combo-discount-stamp__pct { font-size: 22px; }
  .combo-discount-stamp__lbl { font-size: 10px; }
}

.combo-offer-2col .combo-offer-price-card .card-title {
  font-size: clamp(18px, 2.2vw, 22px) !important;
  margin: 14px 0 6px !important;
  line-height: 1.2;
}

.combo-offer-2col .combo-offer-price-card .card-subtitle {
  font-size: 13px !important;
  margin: 0 0 18px !important;
}

.combo-offer-2col .combo-offer-price-card .card-features {
  text-align: left;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.combo-offer-2col .combo-offer-price-card .card-features li {
  font-size: 13.5px !important;
  padding: 5px 0 !important;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.4;
}

.combo-offer-2col .combo-offer-price-card .card-features .emoji {
  flex: 0 0 auto;
}

.combo-offer-2col .combo-offer-price-card .center-badge {
  display: inline-block !important;
  padding: 6px 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  margin: 6px 0 14px !important;
  /* Diferencia do botão CTA (lime sólido): outline lime com fundo transparente */
  background: transparent !important;
  color: var(--green) !important;
  border: 1px solid var(--green) !important;
}

.combo-offer-2col .combo-offer-price-card .card-price-box {
  margin: 6px 0 16px !important;
  padding: 16px !important;
  background: rgba(225,250,20,0.06) !important;
  border: 1px solid rgba(225,250,20,0.22) !important;
  border-radius: 14px !important;
}

.combo-offer-2col .combo-offer-price-card .price-row {
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.combo-offer-2col .combo-offer-price-card .installments {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: var(--green) !important;
}

.combo-offer-2col .combo-offer-price-card .price-value {
  font-size: clamp(32px, 4.5vw, 42px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

.combo-offer-2col .combo-offer-price-card .cash-value {
  font-size: 12.5px !important;
  margin: 4px 0 0 !important;
}

.combo-offer-2col .combo-offer-price-card .btn-neon-solid {
  margin-top: 14px !important;
  font-size: 15px !important;
  padding: 14px 20px !important;
}

.combo-offer-2col .combo-offer-price-card .top-floating-badge {
  font-size: 10.5px !important;
  letter-spacing: 0.1em !important;
  padding: 6px 14px !important;
}

.combo-offer-2col .combo-offer-price-card .payment-icons-placeholder img {
  height: 28px !important;
  margin-top: 10px !important;
}

/* Escassez compacta na direita */
.combo-offer-2col .combo-scarcity {
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  font-size: 13.5px !important;
}

.combo-offer-2col .combo-scarcity .deadline {
  font-size: 11px !important;
}

/* ════════════════════════════════════════════════════
   MODAL DE CAPTURA COMBO (form 2 colunas)
═══════════════════════════════════════════════════════ */
.combo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s;
}
.combo-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.combo-modal-dialog {
  position: relative;
  background: #161616;
  border: 1px solid rgba(225,250,20,0.22);
  border-radius: 20px;
  max-width: 920px;
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  box-shadow: 0 32px 90px -20px rgba(0,0,0,0.7);
  transform: translateY(20px);
  transition: transform 0.25s ease;
}
.combo-modal-overlay.is-open .combo-modal-dialog { transform: translateY(0); }

.combo-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease;
}
.combo-modal-close:hover { background: rgba(255,255,255,0.12); }

.combo-modal-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  align-items: stretch;
}
@media (max-width: 760px) {
  .combo-modal-grid { grid-template-columns: 1fr; }
}

.combo-modal-form-wrap {
  padding: 36px 32px 32px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
@media (max-width: 760px) {
  .combo-modal-form-wrap { border-right: 0; padding: 32px 24px 24px; }
}

.combo-modal-form-wrap h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 900;
  color: #fff;
  margin: 12px 0 6px;
}
.combo-modal-form-wrap > p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 22px;
}

.combo-modal-summary {
  background: linear-gradient(180deg, #0d0d0d 0%, #131313 100%);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 760px) {
  .combo-modal-summary { border-radius: 0 0 20px 20px; padding: 24px; }
}

.combo-modal-summary h4 {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
}

/* Form do modal: campos empilhados (nome / email / telefone — 1 por linha) */
.combo-modal-form-wrap .combo-form-row-2 {
  grid-template-columns: 1fr !important;
}

/* ════════════════════════════════════════════════════
   BÔNUS DESTAQUE — CADERNO SAPERE AUDE (dobra dedicada)
═══════════════════════════════════════════════════════ */
.combo-bonus-spotlight {
  padding: 80px 22px 60px;
  background: linear-gradient(180deg, #0d0d0d 0%, #161616 100%);
  position: relative;
  overflow: hidden;
}

.combo-bonus-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(225,250,20,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.combo-bonus-spotlight-grid {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 880px) {
  .combo-bonus-spotlight-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.combo-bonus-spotlight-text { min-width: 0; }

.combo-bonus-spotlight-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(225,250,20,0.12);
  border: 1px solid rgba(225,250,20,0.35);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}

.combo-bonus-spotlight-tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: comboPulse 1.4s ease-in-out infinite;
}

.combo-bonus-spotlight-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 16px;
}

.combo-bonus-spotlight-title em {
  font-style: italic;
  color: var(--green);
  font-weight: 900;
}

.combo-bonus-spotlight-sub {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  margin: 0 0 20px;
}

.combo-bonus-spotlight-sub em {
  font-style: italic;
  color: var(--green);
}

.combo-bonus-spotlight-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.combo-bonus-spotlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(255,255,255,0.88);
}

.combo-bonus-spotlight-list .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
  color: #0d0d0d;
  font-weight: 900;
  font-size: 12px;
  margin-top: 2px;
}

.combo-bonus-spotlight-list em {
  font-style: italic;
  color: var(--green);
}

.combo-bonus-spotlight-cta {
  display: inline-flex !important;
  width: auto !important;
  min-width: 280px;
}

/* —— Imagem do caderno —— */
.combo-bonus-spotlight-media {
  position: relative;
  min-width: 0;
}

.combo-bonus-spotlight-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(225,250,20,0.22);
  box-shadow: 0 32px 80px -24px rgba(225,250,20,0.22), 0 18px 60px -20px rgba(0,0,0,0.7);
  transform: rotate(-1.5deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.combo-bonus-spotlight-img-wrap:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 40px 100px -24px rgba(225,250,20,0.32), 0 22px 70px -20px rgba(0,0,0,0.8);
}

.combo-bonus-spotlight-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.combo-bonus-spotlight-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--green);
  color: #0d0d0d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 10px 28px -8px rgba(225,250,20,0.55);
}

/* ════════════════════════════════════════════════════
   STACK HIGHLIGHT — Bônus em destaque dentro da pilha
   (Caderno SAPERE AUDE / Guia de Fórmulas Explicadas)
═══════════════════════════════════════════════════════ */
.stack-highlight {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(225,250,20,0.06);
  border: 1px solid rgba(225,250,20,0.28);
  border-radius: 14px;
  margin: 0 0 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stack-highlight:last-child { margin-bottom: 0; }

.stack-highlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -14px rgba(225,250,20,0.22);
  border-color: rgba(225,250,20,0.5);
}

.stack-highlight--blue {
  background: rgba(61,156,210,0.08);
  border-color: rgba(61,156,210,0.32);
}

.stack-highlight--blue:hover {
  box-shadow: 0 16px 36px -14px rgba(61,156,210,0.28);
  border-color: rgba(61,156,210,0.55);
}

.stack-highlight--red {
  background: rgba(255,87,87,0.08);
  border-color: rgba(255,87,87,0.32);
}

.stack-highlight--red:hover {
  box-shadow: 0 16px 36px -14px rgba(255,87,87,0.32);
  border-color: rgba(255,87,87,0.6);
}

/* Estado "expirado" para bônus com prazo encerrado */
.stack-highlight.is-expired {
  opacity: 0.55;
  filter: grayscale(0.6);
  background: rgba(120,120,120,0.06);
  border-color: rgba(120,120,120,0.3);
  pointer-events: none;
}
.stack-highlight.is-expired:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(120,120,120,0.3);
}
.stack-highlight.is-expired h4,
.stack-highlight.is-expired p {
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.45);
  text-decoration-thickness: 1px;
}
.stack-highlight.is-expired .stack-highlight-tag {
  background: rgba(120,120,120,0.18);
  color: rgba(255,255,255,0.55);
  border-color: rgba(120,120,120,0.3);
}
.stack-highlight-expired-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.72);
  color: #d1d1d1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18);
  z-index: 2;
}

@media (max-width: 520px) {
  .stack-highlight { grid-template-columns: 60px 1fr; gap: 12px; padding: 12px 14px; }
}

/* —— Imagem/Ícone do destaque —— */
.stack-highlight-img {
  width: 90px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(225,250,20,0.32);
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.6);
}

/* Variação quadrada (ex.: caderno SAPERE AUDE) */
.stack-highlight-img--square {
  width: 88px;
  height: 88px;
}

@media (max-width: 520px) {
  .stack-highlight-img--square { width: 60px; height: 60px; }
}

.stack-highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stack-highlight-img--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border-color: rgba(61,156,210,0.4);
}

/* —— Variação "duo": 2 capas de livro sobrepostas (Guia de Fórmulas Física + Matemática) —— */
.stack-highlight-img--duo {
  position: relative;
  width: 90px;
  height: 88px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.stack-highlight-img--duo img {
  position: absolute;
  width: 60px;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 18px -6px rgba(0,0,0,0.7);
  border: 1px solid rgba(61,156,210,0.55);
  transition: transform 0.3s ease;
}

.stack-highlight-img--duo .duo-back {
  top: 2px;
  left: 0;
  transform: rotate(-8deg);
  z-index: 1;
}

.stack-highlight-img--duo .duo-front {
  top: -2px;
  left: 22px;
  transform: rotate(6deg);
  z-index: 2;
}

.stack-highlight--blue:hover .stack-highlight-img--duo .duo-back {
  transform: rotate(-12deg) translateX(-2px);
}

.stack-highlight--blue:hover .stack-highlight-img--duo .duo-front {
  transform: rotate(10deg) translateX(2px);
}

@media (max-width: 520px) {
  .stack-highlight-img--duo { width: 70px; height: 70px; }
  .stack-highlight-img--duo img { width: 46px; height: 68px; }
  .stack-highlight-img--duo .duo-front { left: 18px; }
}

/* Variante para logos QUADRADAS (D3R INSIDE — sobrepõe BioATP team + D3R Inside) */
.stack-highlight-img--logos {
  width: 90px;
  height: 78px;
}
.stack-highlight-img--logos img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #0a0a0a;
  border-radius: 50%;
  border-color: rgba(255,87,87,0.6);
}
.stack-highlight-img--logos .duo-back {
  top: 6px;
  left: 0;
  transform: rotate(-6deg);
}
.stack-highlight-img--logos .duo-front {
  top: 6px;
  left: 26px;
  transform: rotate(6deg);
}
.stack-highlight--red:hover .stack-highlight-img--logos .duo-back  { transform: rotate(-10deg) translateX(-3px); }
.stack-highlight--red:hover .stack-highlight-img--logos .duo-front { transform: rotate(10deg)  translateX(3px); }

@media (max-width: 520px) {
  .stack-highlight-img--logos { width: 70px; height: 60px; }
  .stack-highlight-img--logos img { width: 48px; height: 48px; }
  .stack-highlight-img--logos .duo-front { left: 20px; }
}

@media (max-width: 520px) {
  .stack-highlight-img { width: 60px; height: 48px; }
  .stack-highlight-img--icon { font-size: 26px; }
}

/* —— Corpo do destaque —— */
.stack-highlight-body {
  min-width: 0;
}

.stack-highlight-tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--green);
  color: #0d0d0d;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 6px;
}

.stack-highlight-tag--blue {
  background: var(--yellow);
  color: #fff;
}

.stack-highlight-tag--red {
  background: #ff5757;
  color: #fff;
}

.stack-highlight-body h4 {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 4px;
  letter-spacing: 0.005em;
  line-height: 1.25;
}

.stack-highlight-body h4 em {
  font-style: italic;
  color: var(--green);
  font-weight: 900;
}

.stack-highlight--blue h4 em {
  color: var(--yellow);
}

.stack-highlight--red h4 em {
  color: #ff5757;
}

/* Preço inline no título de destaque (ex: D3R INSIDE) */
.stack-highlight-price {
  display: inline-block;
  margin-left: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.stack-highlight-price s {
  opacity: 0.55;
  margin-right: 4px;
}
.stack-highlight-price strong {
  color: #ff7676;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.stack-highlight-body p {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.stack-highlight-body p em {
  font-style: italic;
  color: var(--green);
  font-weight: 700;
}

.stack-highlight--blue p em {
  color: var(--yellow);
}

/* —— Lista "E ainda" (compacta) —— */
.stack-list--extras li {
  font-size: 13px !important;
  padding: 4px 0 !important;
}

/* ════════════════════════════════════════════════════
   THUMB do bônus na pilha de valor (stack-list) — legado
═══════════════════════════════════════════════════════ */
.stack-list-with-thumb {
  align-items: center !important;
}

.stack-list-with-thumb > span:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.stack-bonus-thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(225,250,20,0.35);
  box-shadow: 0 4px 12px -4px rgba(225,250,20,0.3);
}

@media (max-width: 520px) {
  .stack-bonus-thumb { width: 44px; height: 34px; flex: 0 0 44px; }
}
