/* ============================================
   NOVA PALETA DE CORES DA OFERTA
   ============================================ */
:root {
  --primary:      #2878A5 !important;
  --primary-dark: #173B57 !important;
  --primary-soft: #E8F3F8 !important;
  
  --danger:       #2878A5 !important;
  --danger-soft:  #E8F3F8 !important;
  
  --success: #1E9E57 !important;
  --success-dark: #177A44 !important;
  --success-soft: #E9F7EF !important;
  
  --text:         #27333A !important;
  --muted:        #66747C !important;
  --white:        #FFFFFF !important;
  --border:       #DCE5E9 !important;
  --gray-bg:      #F4F9FC !important;
  
  --shadow:  0 4px 24px rgba(32,36,44,0.08) !important;
  --shadow-md: 0 8px 32px rgba(32,36,44,0.12) !important;
}

/* ============================================
   REGRAS PARA CTAS (Botões Verdes)
   ============================================ */
.btn-cta, .btn-secondary-offer, .btn-success {
  background: var(--success) !important;
  color: var(--white) !important;
}
.btn-cta:hover, .btn-cta:focus-visible, 
.btn-secondary-offer:hover, .btn-secondary-offer:focus-visible,
.btn-success:hover, .btn-success:focus-visible {
  background: var(--success-dark) !important;
}
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(30, 158, 87, 0.25); }
  50%      { box-shadow: 0 6px 40px rgba(30, 158, 87, 0.55); }
}
@keyframes btnPulseGreen {
  0%, 100% { box-shadow: 0 6px 24px rgba(30, 158, 87, 0.25); }
  50%      { box-shadow: 0 6px 40px rgba(30, 158, 87, 0.55); }
}

/* ============================================
   SEÇÃO 2 — HERO
   ============================================ */
.hero { background: var(--white) !important; }
.hero-headline { color: var(--primary-dark) !important; }
.security-badge { border: none !important; background: var(--success-soft) !important; color: var(--primary-dark) !important; }
.security-badge svg { color: var(--success) !important; }
.cta-trust { color: var(--primary-dark) !important; }
.cta-channels .channel-item { padding: 6px 14px !important; border-radius: 999px !important; background: var(--primary-soft) !important; color: var(--primary-dark) !important; }

/* ============================================
   SEÇÃO 3 — MAPAS POR DENTRO (CARROSSEL)
   ============================================ */
.material-preview-section { background: var(--gray-bg) !important; }
.material-title { color: var(--primary-dark) !important; }
.material-title span { color: var(--danger) !important; }
.carousel-slide img { border: 1px solid #E1E6ED !important; }
.carousel-btn { background: var(--primary) !important; color: var(--white) !important; }
.carousel-btn:hover { background: var(--primary-dark) !important; }

/* ============================================
   SEÇÃO 4 — O QUE VOCÊ VAI APRENDER
   ============================================ */
.learn-section { background: var(--white) !important; }
.learn-section .section-title { color: var(--primary-dark) !important; }
.learn-card { background: var(--white) !important; border-color: #DDE6F2 !important; color: #303640 !important; }
.learn-card strong { color: var(--primary-dark) !important; }
.learn-card .check-icon { background: var(--success) !important; color: var(--white) !important; }

/* ============================================
   SEÇÃO 8 — DEPOIMENTOS
   ============================================ */
.testimonials-section { background: var(--gray-bg) !important; }
.testimonials-label { background: var(--danger-soft) !important; color: var(--danger) !important; }
.testimonials-title { color: var(--primary-dark) !important; }
.testimonials-subtitle { color: var(--muted) !important; }
.testimonial-card { background: var(--white) !important; border-color: #E4E8EE !important; box-shadow: 0 4px 12px rgba(32,36,44,0.04) !important; }
.testimonial-stars { color: #FFB800 !important; }
.testimonial-text { color: #555D68 !important; }
.testimonial-info h4 { color: var(--text) !important; }
.testimonial-info p { color: #8A929E !important; }

/* ============================================
   SEÇÃO 9 — BÔNUS
   ============================================ */
.bonus-section { background: var(--primary-soft) !important; }
.bonus-section .section-subtitle { color: var(--danger) !important; }
.bonus-section .section-title { color: var(--primary-dark) !important; }
.bonus-card { background: var(--white) !important; border-color: #DCE5F0 !important; }
.bonus-card h3 { color: var(--primary-dark) !important; }
.bonus-description { color: #555D68 !important; }
.bonus-old-price { color: #8C929C !important; }
.bonus-old-price s { color: var(--danger) !important; }
.bonus-free-pill { background: var(--primary) !important; color: var(--white) !important; box-shadow: 0 10px 20px rgba(20, 110, 245, 0.28) !important; border: none !important; }
.bonus-card-premium::before { display: none !important; } /* Remover degradê dos bônus */

/* ============================================
   SEÇÃO 10 — OFERTA PRINCIPAL
   ============================================ */



.offer-card { background: var(--white) !important; border: 2px solid var(--danger) !important; }
.bestseller-badge { background: var(--danger) !important; color: var(--white) !important; }
.offer-title { color: var(--primary-dark) !important; }
.offer-list li { color: #303640 !important; }
.offer-list .check-icon { background: var(--success) !important; color: var(--white) !important; }
.price-from { color: #9198A3 !important; }
.price-from s { color: var(--danger) !important; }
.price-main { color: var(--success) !important; }
.price-type { color: var(--muted) !important; }
.price-save { background: #FFFFFF !important; color: var(--success) !important; margin-top: 8px !important; }
.offer-trust { color: #555D68 !important; }

/* ============================================
   SEÇÃO 11 — KIT BÁSICO
   ============================================ */
.basic-offer-card { background: var(--white) !important; border-color: #DDE2E8 !important; }
.basic-offer-card h3 { color: var(--primary-dark) !important; }
.basic-price-box strong { color: var(--success) !important; }
.basic-offer-card .check-icon { background: var(--primary) !important; }

/* ============================================
   SEÇÃO 12 — ESTUDE NO SEU RITMO
   ============================================ */
.study-section { background: var(--primary-soft) !important; }
.study-section .section-title { color: var(--primary-dark) !important; }
.study-section p { color: #4E5866 !important; }

/* ============================================
   SEÇÃO 13 — GARANTIA DE 7 DIAS
   ============================================ */
.guarantee-section { background: var(--success-soft) !important; }
.guarantee-section h2 { color: var(--success-dark) !important; }
.guarantee-card p { color: #303640 !important; }

/* ============================================
   SEÇÃO 14 — PERGUNTAS FREQUENTES
   ============================================ */
.faq-section { background: var(--white) !important; }
.faq-section .section-title { color: var(--primary-dark) !important; }
.faq-item { background: var(--gray-bg) !important; border-color: #E2E6EB !important; }
.faq-question { color: var(--text) !important; }
.faq-arrow { color: var(--primary) !important; }
.faq-item:hover .faq-question { background: var(--primary-soft) !important; }
.faq-answer p { color: #59616D !important; }

/* ============================================
   SEÇÃO 15 — CTA FINAL
   ============================================ */
.final-cta-section { background: var(--primary-dark) !important; }
.final-headline { color: var(--white) !important; }
.final-headline .highlight { color: #FF5A65 !important; }
.final-cta-section p { color: var(--primary-soft) !important; }

/* ============================================
   SEÇÃO 16 — EDITORA LG / RODAPÉ
   ============================================ */
.footer { background: #0D2854 !important; }
.footer p, .footer span { color: #D7E3F4 !important; }
.footer p:first-child { color: var(--white) !important; }
.footer p:nth-child(3) { color: #AFC0D7 !important; }
.footer-links a { color: var(--white) !important; }
.footer-links a:hover { color: #6EA8FF !important; }

/* ============================================
   EXTRAS / CORREÇÕES GERAIS
   ============================================ */
html, body { max-width: 100vw; overflow-x: hidden; }
body { padding-top: 0 !important; }

.urgency-bar { position: static !important; background: var(--danger) !important; padding: 18px 10px !important; }
.urgency-label { color: var(--white) !important; white-space: nowrap !important; display: block !important; text-align: center !important; }
@media (max-width: 600px) { .urgency-label { font-size: 12px !important; letter-spacing: -0.01em !important; } }
@media (min-width: 601px) { .urgency-label { font-size: 16px !important; } }
/* ============================================
   NOVO CRONÔMETRO DE URGÊNCIA
   ============================================ */
.countdown-banner {
  background-color: var(--danger) !important;
  padding: 12px 20px;
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.countdown-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.countdown-text {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 300px;
}
.countdown-timer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.time-box {
  background: rgba(0,0,0,0.15);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
.time-box span {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.time-box small {
  font-size: 0.6rem;
  font-weight: 700;
  opacity: 0.9;
  margin-top: 2px;
}
.time-colon {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .countdown-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .countdown-text {
    font-size: 0.8rem;
    max-width: 50%;
  }
  .time-box {
    min-width: 48px;
    padding: 4px 6px;
  }
  .time-box span {
    font-size: 1.2rem;
  }
}
/* ============================================
   BADGE DOS BÔNUS (BÔNUS 1, BÔNUS 2...)
   ============================================ */
.bonus-card {
  position: relative !important;
}
.bonus-badge-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.bonus-badge-wrapper::before {
  display: none !important;
}
.bonus-badge {
  background: var(--danger) !important;
  color: var(--white) !important;
  padding: 6px 20px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.05em !important;
  display: inline-block !important;
  box-shadow: none !important;
}
.bonus-badge-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background: rgba(242, 56, 70, 0.25);
  z-index: 1;
}
.bonus-badge {
  position: relative;
  z-index: 2;
  background: var(--danger) !important;
  color: var(--white) !important;
  padding: 6px 20px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(242, 56, 70, 0.2);
}

.hero-headline .highlight { color: var(--danger) !important; }

/* FIX BADGE POSITIONING */
.bonus-card { position: relative !important; margin-top: 20px !important; }
.bonus-badge-wrapper { position: absolute !important; top: 0 !important; left: 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; width: calc(100% - 40px) !important; margin-left: auto !important; margin-right: auto !important; z-index: 10 !important; }
.bonus-badge-wrapper::before { display: none !important; }
.bonus-badge { box-shadow: none !important; padding: 4px 18px !important; }

.bonus-card, .bonus-card-premium { overflow: visible !important; }






.price-save { display: block !important; background: #FFFFFF !important; color: var(--success) !important; margin-top: 8px !important; }

/* FIX BASIC PLAN ICON COLOR */
.basic-offer-card .check-icon { background: var(--success) !important; }

/* FIX MOBILE ORDER: BASIC PLAN ABOVE COMPLETE PLAN */
.offer-section .container {
    display: flex;
    flex-direction: column;
  }
  .offer-tag {
    order: 1;
    margin-bottom: 20px !important;
  }
  .basic-offer-card {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .offer-card {
    order: 3;
    margin-top: 0 !important;
  }
/* FIX COMPLETE PLAN BADGE POSITIONING */
.offer-card { 
  position: relative !important; 
  margin-top: 30px !important; 
  overflow: visible !important; 
}
.bestseller-badge {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  font-size: 0.95rem !important;
  padding: 6px 20px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  background: var(--danger) !important;
  color: var(--white) !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  letter-spacing: 0.05em !important;
  z-index: 10 !important;
}

/* Ensure underlines are visible */
.offer-list li {
  border-bottom: 1px solid #E5E7EB !important;
}
.offer-list li:last-child {
  border-bottom: none !important;
}
/* UPSELL BOX NA ABA BÁSICA */
.basic-upsell-box {
  background-color: #FFF9E6 !important;
  border: 1px solid #FDE68A !important;
  border-radius: 12px !important;
  padding: 18px 16px !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.basic-upsell-box p {
  font-size: 0.95rem !important;
  margin-bottom: 15px !important;
  color: #713F12 !important;
  line-height: 1.4 !important;
}
.bounce-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #F88A76 !important; /* Cor mais suave igual a imagem (salmão) */
  color: #FFFFFF !important;
  border-radius: 50% !important;
  animation: bounceDownArrow 1.5s infinite !important;
  box-shadow: 0 4px 10px rgba(248, 138, 118, 0.4) !important;
}
@keyframes bounceDownArrow {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(8px); }
  60% { transform: translateY(4px); }
}

/* ANIMAÇÃO PULSANTE NAS CTAS */
@keyframes ctaScalePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.btn-cta, .btn-secondary-offer {
  animation: ctaScalePulse 1.5s infinite ease-in-out !important;
}

/* FIX CTA BLUE SHADOWS -> GREEN SHADOWS */
.btn-cta, .btn-secondary-offer, .btn-success {
  box-shadow: 0 10px 24px rgba(30, 158, 87, 0.3) !important;
}
.btn-cta:hover, .btn-secondary-offer:hover, .btn-success:hover {
  box-shadow: 0 16px 32px rgba(30, 158, 87, 0.4) !important;
}

/* Also ensure the new animation ctaScalePulse doesn't lose the green shadow if we want to combine them */
@keyframes ctaScalePulse {
  0% { transform: scale(1); box-shadow: 0 10px 24px rgba(30, 158, 87, 0.3); }
  50% { transform: scale(1.04); box-shadow: 0 16px 36px rgba(30, 158, 87, 0.5); }
  100% { transform: scale(1); box-shadow: 0 10px 24px rgba(30, 158, 87, 0.3); }
}


.offer-section { background: var(--primary-dark) !important; }
.offer-section .section-title { color: var(--white) !important; }
.offer-tag { color: var(--white) !important; }

@media (max-width: 768px) {
  .offer-main-title {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 380px) {
  .offer-main-title {
    font-size: 1.15rem !important;
  }
}
/* PADRONIZANDO O TAMANHO DE TODAS AS CTAS */
.btn-cta, .btn-secondary-offer, .btn-success {
  width: 100% !important;
  max-width: 380px !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.testimonials-cta {
  text-align: center !important;
  margin-top: 40px !important;
  display: block !important;
}



/* TESTIMONIALS: TOUCH SWIPE ON MOBILE (keep infinite scroll) */
.testimonials-carousel-container {
  touch-action: pan-y !important;
  cursor: grab !important;
}
.testimonials-carousel-container:active {
  cursor: grabbing !important;
}

/* CENTRALIZAR SELO DE GARANTIA */
.guarantee-icon {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}
.guarantee-icon img {
  display: inline-block !important;
  margin: 0 auto 15px auto !important;
}

/* PAYMENT ICON - FUNDO ESCURO ARREDONDADO + CENTRALIZADO */
.payment-icon-wrapper {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  margin: 15px auto 5px auto !important;
}
.payment-icon-wrapper img {
  display: inline-block !important;
  background: transparent !important;
  border-radius: 10px !important;
  padding: 2px 8px !important;
  max-width: 100% !important;
  width: 280px !important;
  margin: 0 auto !important;
}


/* OVERRIDE BUTTON SHAPE */
.btn-cta, .btn-secondary-offer, .btn-success, .btn-pulse {
  border-radius: 6px !important;
}


/* ============================================
   PLANOS - SEM FUNDO, GRANDES E BORDA FINA
   ============================================ */
.offer-card, .basic-offer-card {
  background: #FFFFFF !important;
  box-shadow: none !important;
  max-width: 1000px !important;
  width: 100% !important;
  border: none !important; border-radius: 24px !important;
  padding: 40px 20px !important;
}

@media (min-width: 768px) {
  .offer-card, .basic-offer-card {
    padding: 50px 40px !important;
  }
}

@media (max-width: 768px) {
  .btn-cta, .btn-secondary-offer, .btn-success {
    font-size: 0.95rem !important;
    padding: 14px 20px !important;
    width: calc(100% - 30px) !important;
  }
}

/* Fundo escuro para a secao de ofertas e titulo branco */
.offer-section {
  background-color: #153059 !important;
}
.offer-section .offer-main-title {
  color: #ffffff !important;
}
.offer-section .offer-subtitle,
.offer-section .basic-description {
  color: #4a5568 !important;
}
.offer-section .offer-title,
.offer-section h3 {
  color: #1a202c !important;
}
.offer-section .offer-list li {
  color: #2d3748 !important;
}

/* ============================================
   AJUSTES FINAIS: TAMANHO DE PRECO E FUNDO BASICO
   ============================================ */
.offer-card, .basic-offer-card {
  background: #FFFFFF !important;
}

.price-main {
  font-size: clamp(4.5rem, 15vw, 8rem) !important; white-space: nowrap !important; letter-spacing: -0.05em !important;
  line-height: 1 !important;
}

.basic-price-box strong {
  font-size: clamp(4.5rem, 15vw, 8rem) !important; white-space: nowrap !important; letter-spacing: -0.05em !important;
  line-height: 1 !important;
}

/* REMOVE FUNDO AZUL DO PRECO DO PLANO BASICO */
.basic-price-box {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* ============================================
   NOVO SISTEMA DE CORES E HIERARQUIA
   ============================================ */

:root {
  --primary: #2878A5;          /* Azul principal */
  --primary-dark: #173B57;     /* Azul marinho profundo */
  --primary-soft: #E8F3F8;     /* Azul claro */
  --primary-light: #F5F9FF;    /* Azul muito claro */
  --primary-accent: #087DF1;   /* Azul vivo */
  
  --success: #1E9E57;          /* Verde principal */
  --success-dark: #177A44;     /* Verde escuro */
  
  --headline: #081B36;         /* Azul quase preto */
  --text: #27333A;             /* Cinza de texto */
  
  --footer-bg: #041D43;
}

body {
  color: var(--text) !important;
}

h1, h2, h3, h4, h5, h6, .section-title, .hero-headline {
  color: var(--headline) !important;
}

/* DESTAQUES AZUIS */
.highlight-blue {
  color: var(--primary) !important;
}

/* 1. TOPO / HERO */
.hero {
  background: #FFFFFF !important;
}
.hero-subheadline {
  color: var(--text) !important;
}

/* 2. URGÊNCIA / CRONÔMETRO */
.urgency-label {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border-radius: 999px;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 20px;
}
.urgency-bar, .urgency-section {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}
.countdown-box {
  background: var(--primary-soft) !important;
  border: none !important;
}
.countdown-time {
  background: var(--primary-dark) !important;
  color: #FFFFFF !important;
}
.countdown-label {
  color: var(--primary) !important;
}
.countdown-colon {
  color: rgba(255,255,255,0.6) !important;
}

/* 3. VEJA POR DENTRO (Carrossel) */
.material-preview-section, .carousel-section {
  background: var(--primary-light) !important;
}

/* 4. COMPARATIVO (Ajustando as duas colunas do HTML existente) */
.comparison-style-section {
  background: var(--primary-light) !important;
}
.compare-col-left {
  background: #FFFFFF !important;
  border: 1px solid #D7E4F3 !important;
  padding: 30px !important;
  border-radius: 12px !important;
}
.compare-col-left span {
  color: #6B7280 !important; /* ícones cinza/azul */
}
.compare-col-right {
  background: #EAFBF1 !important;
  border: 1px solid #A9E4C1 !important;
  padding: 30px !important;
  border-radius: 12px !important;
}
.compare-col-right span {
  color: var(--success) !important;
}

/* 5. O QUE VOCÊ ENCONTRAR (Learn Section) */
.learn-section {
  background: #FFFFFF !important;
}
.learn-card {
  background: #FFFFFF !important;
  border: 1px solid #D7E8FF !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
}
.learn-card .check-icon {
  color: rgba(255,255,255,0.6) !important;
  background: transparent !important;
}

/* 6. BÔNUS */
.bonus-section {
  background: var(--primary-dark) !important;
}
.bonus-section .section-title, .bonus-section .section-subtitle {
  color: #FFFFFF !important;
}
.bonus-card {
  background: #FFFFFF !important;
  border: 1px solid #C5DDF7 !important;
}
.bonus-card h3 {
  color: var(--primary-dark) !important;
}
.bonus-badge {
  background: var(--success) !important;
  color: #FFFFFF !important;
}
.bonus-free-pill {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}

/* 7. PLANOS / PREÇOS */
.offer-section {
  background: var(--primary-light) !important;
}
.offer-section .offer-main-title {
  color: var(--headline) !important;
}
/* Basic Plan */
.basic-offer-card {
  background: #FFFFFF !important;
  border: 1px solid #C5DDF7 !important;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05) !important;
}
.basic-offer-card h3 {
  color: var(--primary-dark) !important;
}
.basic-price-box strong {
  color: var(--success) !important;
}
/* Complete Plan */
.offer-card {
  background: #FFFFFF !important;
  border: 2px solid var(--primary) !important;
  box-shadow: 0 10px 30px rgba(7, 87, 200, 0.15) !important;
}
.offer-card .offer-title {
  color: var(--primary-dark) !important;
}
.bestseller-badge {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}
.price-main {
  color: var(--success) !important;
}
.offer-list .check-icon {
  color: var(--success) !important;
}

/* 8. GARANTIA */
.guarantee-section {
  background: var(--primary-soft) !important;
}
.guarantee-section .section-title {
  color: var(--headline) !important;
}

/* 9. FAQ */
.faq-section {
  background: #FFFFFF !important;
}
.faq-question {
  background: #FFFFFF !important;
  border-bottom: 1px solid #DDEBFA !important;
  color: var(--headline) !important;
}
.faq-question[aria-expanded="true"] {
  background: var(--primary-light) !important;
}
.faq-icon {
  color: var(--primary) !important;
}

/* 10. CTA FINAL */
.final-cta-section {
  background: var(--primary-dark) !important;
}
.final-cta-section .section-title {
  color: #FFFFFF !important;
}
.final-cta-section p {
  color: var(--primary-soft) !important;
}

/* 11. RODAPÉ */
.footer {
  background: var(--footer-bg) !important;
}
.footer p {
  color: #FFFFFF !important;
}
.footer p:last-child {
  color: #B9CAE0 !important;
}
.footer a {
  color: #70B9FF !important;
}
.footer a:hover {
  color: #FFFFFF !important;
}

/* 12. BOTÕES / CTAs (SEMPRE VERDES) */
.btn-cta, .btn-secondary-offer, .btn-success, .btn-pulse {
  background: var(--success) !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
  box-shadow: 0 6px 15px rgba(16, 185, 86, 0.3) !important;
}
.btn-cta:hover, .btn-secondary-offer:hover, .btn-success:hover {
  background: var(--success-dark) !important;
  box-shadow: 0 10px 25px rgba(16, 185, 86, 0.4) !important;
}
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(16, 185, 86, 0.3); }
  50%      { box-shadow: 0 6px 40px rgba(16, 185, 86, 0.7); }
}


.bonus-free-wrapper {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}
.bonus-free-pill {
  display: inline-flex !important;
  width: auto !important;
  align-self: center !important;
  margin: 0 auto !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
}

/* ============================================
   FIX THICK URGENCY BAR AND BLUE TIMER
   ============================================ */

/* The top sticky bar was thick because of label margins */
.urgency-label {
  background: transparent !important;
  color: #FFFFFF !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: inline !important;
}

/* The actual timer banner below the hero */
.countdown-banner {
  background-color: var(--primary) !important;
}
.countdown-banner .countdown-text {
  color: #FFFFFF !important;
}
.countdown-banner .time-box {
  background: var(--primary-dark) !important;
  color: #FFFFFF !important;
}
.countdown-banner .time-box small {
  color: var(--primary-soft) !important;
}
.countdown-banner .time-colon {
  color: rgba(255,255,255,0.6) !important;
}

/* ============================================
   NEW LEARN SECTION (O QUE VOCE RECEBE)
   ============================================ */
.learn-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.learn-group-card {
  background: #FFFFFF !important;
  border: 1px solid #D7E8FF !important;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
  text-align: left;
}
.learn-group-icon {
  font-size: 2.2rem;
  color: var(--primary) !important;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-soft);
  border-radius: 50%;
}
.learn-group-title {
  color: var(--headline) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.learn-group-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.learn-group-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--text) !important;
  font-size: 0.95rem;
  line-height: 1.4;
}
.learn-group-list li .check {
  color: rgba(255,255,255,0.6) !important;
  font-weight: 900;
  margin-top: 1px;
}

/* Fix material title span color */
.material-title span {
  color: var(--primary) !important;
}

/* Fix Testimonials Label Color */
.testimonials-label {
  background: var(--primary-soft) !important;
  color: var(--primary) !important;
}

/* ============================================
   REMOVE BLUE BACKGROUND FROM PRICE
   ============================================ */
.offer-price-box {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 28px !important;
}
.price-save {
  background: transparent !important;
}

/* ============================================
   PADRONIZACAO DE TODOS OS TITULOS
   ============================================ */
.section-title, .material-title, .testimonials-title, .offer-main-title {
  font-family: var(--font-family, inherit) !important;
  font-size: clamp(1.8rem, 4vw, 2.4rem) !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: var(--headline) !important;
}

/* ============================================
   OFFER LIST STYLING (WITH BORDERS)
   ============================================ */
.offer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  text-align: left !important;
}
.offer-list li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #E8F3F8 !important;
  color: var(--text) !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}
.offer-list li:last-child {
  border-bottom: none !important;
}
.offer-check-icon {
  width: 20px !important;
  height: 20px !important;
  color: var(--success) !important;
  flex-shrink: 0 !important;
}
.bonus-item span {
  color: var(--headline) !important;
  font-weight: 500 !important;
}
.bonus-highlight {
  color: var(--primary) !important;
  font-weight: 900 !important;
}

/* ============================================
   SECTION SPACING & TEXT BALANCE
   ============================================ */
/* Balance line breaks naturally on mobile */
.section-title, .material-title, .testimonials-title, .offer-main-title {
  text-wrap: balance !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Give the carousel section a clean white background to separate it from section 3 */
.material-preview-section {
  background-color: #FFFFFF !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* Ensure section 3 has the subtle primary-light background */
.comparison-style-section {
  background-color: var(--primary-light) !important;
}

section#material.material-preview-section.carousel-section {
  background-color: #FFFFFF !important;
}
section#comparison-style.comparison-style-section {
  background-color: #F5F9FF !important;
}

/* ============================================
   PADRONIZACAO DOS BOTOES CTA
   ============================================ */
.btn-cta, .btn-secondary-offer, .btn-success, .btn-pulse {
  background: var(--success) !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
  font-size: clamp(1rem, 3vw, 1.1rem) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  box-shadow: none !important; /* Flat design as in image */
  animation: ctaScalePulse 1.5s infinite ease-in-out !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto !important;
  transition: all 0.2s ease !important;
}

.btn-cta:hover, .btn-secondary-offer:hover, .btn-success:hover, .btn-pulse:hover {
  background: var(--success-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 15px rgba(60, 160, 109, 0.3) !important;
}

/* Remove any inner subtext styling from old button designs */
.btn-cta span, .btn-secondary-offer span {
  display: inline-block !important;
}

/* ============================================
   CARROSSEL INFINITO EDGE-TO-EDGE
   ============================================ */
.material-preview-section .material-carousel-container,
.testimonials-carousel-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Ensure the wrapper doesn't have borders or radius that clip the edges */
.material-preview-section .carousel-track-wrapper {
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
}

/* ============================================
   INFINITE TICKER CAROUSEL RE-ENGINEERED
   ============================================ */
@keyframes infiniteTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.testimonials-carousel-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100vw !important; 
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  overflow: hidden !important;
  padding: 30px 0 !important;
  background-color: #FFFFFF !important;
}

.testimonials-carousel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  animation: infiniteTicker 45s linear infinite !important;
  padding-right: 20px !important;
  flex-shrink: 0 !important;
}

.testimonials-carousel-container:hover .testimonials-carousel-track,
.testimonials-carousel-container:active .testimonials-carousel-track {
  animation-play-state: paused !important;
}

.material-auto-carousel .material-ticker-item {
  height: auto !important; aspect-ratio: 1.414 / 1 !important;
  width: 600px !important;
  flex-shrink: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  border: 1px solid #E1E6ED !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
}
@media (max-width: 768px) {
  .material-auto-carousel .material-ticker-item {
    height: auto !important;
    width: 85vw !important;
  }
}

.testimonials-section .testimonial-card {
  width: 400px !important;
  flex-shrink: 0 !important;
}
@media (max-width: 768px) {
  .testimonials-section .testimonial-card {
    width: 280px !important;
  }
}
