/* =============================================
   TOKENS — só o que o Bootstrap não tem
   ============================================= */
:root {
  --bs-primary:        #2563EB;
  --bs-primary-rgb:    37, 99, 235;
  --bs-danger:         #E63946;
  --bs-danger-rgb:     230, 57, 70;
  --bs-body-font-family: 'Inter', sans-serif;
  --bs-body-color:     #374151;
  --bs-body-line-height: 1.7;
  --bs-border-radius:  0.6rem;
  --bs-border-radius-lg: 1rem;
}

/* =============================================
   BASE
   ============================================= */
html { scroll-behavior: smooth; }

 #challenge-v6 .cv6-divider {
      width: 48px;
      height: 3px;
      background: #ef4444;
      border-radius: 2px;
      margin: 2rem auto;
    }

/* =============================================
   NAV
   ============================================= */
.navbar {
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--bs-primary) !important;
  letter-spacing: -0.3px;
}

/* =============================================
   HERO — espaçamento generoso
   ============================================= */
#hero, #hero-v2 { padding: 5rem 0; }

/* =============================================
   TRUST BADGES nos heroes
   ============================================= */
.trust-badge {
  border-radius: var(--bs-border-radius) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s;
}
.trust-badge:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }

/* =============================================
   CARDS genéricos — sombra suave, sem borda dura
   ============================================= */
.card-soft {
  border: 1px solid #e5e7eb !important;
  border-radius: var(--bs-border-radius-lg) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s, transform 0.25s;
}
.card-soft:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}

/* =============================================
   CUSTOM COLOR
   ============================================= */
.btn-custom {
  color: #ffffff !important;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 360px;
}
@media (max-width: 575.98px) {
  .btn-custom { min-width: 0; width: 100%; }
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:focus-visible,
.btn-custom:focus:active {
  color: #ffffff !important;
  background-color: #ff4747 !important;
  border-color: #ff4747 !important;
  box-shadow: 0 6px 20px rgba(255,91,91,0.35) !important;
  transform: translateY(-2px);
}
.bg-primary-gradient {
  background: linear-gradient(135deg, #2563EB, #1e40af) !important;
}
.bg-purple-gradient {
  background: linear-gradient(to bottom, #3a59af, #352786) !important;
}
.text-custom { color: #ff5b5b !important; }

/* =============================================
   EYEBROW — pílulas de destaque de seção
   ============================================= */
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
/* variante: roxo sólido — usar em fundos escuros (hero) */
.eyebrow-purple {
  background: #8a52f8;
  color: #fff;
}
/* variante: roxo suave — usar em fundos claros */
.eyebrow-purple-soft {
  background: #ede9fe;
  color: #6d28d9;
}
/* variante: azul sólido — usar em fundos escuros */
.eyebrow-blue {
  background: #2563EB;
  color: #fff;
}
/* variante: azul suave — usar em fundos claros */
.eyebrow-blue-soft {
  background: #dbeafe;
  color: #1d4ed8;
}
/* variante: vermelho — usar em fundos escuros vermelhos */
.eyebrow-red {
  background: #fca5a5;
  color: #7f1d1d;
}

/* =============================================
   SEÇÕES — espaçamento generoso
   ============================================= */
section { padding-top: 5rem !important; padding-bottom: 5rem !important; }

/* =============================================
   PRICING — estilos legados removidos (card refeito)
   ============================================= */

/* =============================================
   ACCORDION — clean sem fundo cinza
   ============================================= */
.accordion-button:not(.collapsed) {
  background-color: #eff6ff !important;
  color: var(--bs-primary) !important;
  box-shadow: none !important;
}
.accordion-button:focus { box-shadow: none !important; }
.accordion-item { border-radius: var(--bs-border-radius) !important; }

/* =============================================
   AVATAR depoimentos
   ============================================= */
.avatar-initials {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.8rem;
  flex-shrink: 0;
  background: #dbeafe;
  color: var(--bs-primary);
}


/* =============================================
   SOLUTION — fundo da seção
   ============================================= */
.bg-solution { background: #f0f4ff; }

/* =============================================
   FOOTER CTA — fundo do action
   ============================================= */
.bg-footer-cta { background: #f0f4ff; }

/* =============================================
   PILARES DO MÉTODO
   ============================================= */
.method-pillar {
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 10px rgba(37,99,235,0.06);
}
.method-pillar-icon {
  width: 44px;
  height: 44px;
  background: #8a52f8;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 0.375rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* =============================================
   SOCIAL PROOF — números (#social-proof)
   ============================================= */
.stat-emoji { font-size: 2rem; }
.stat-value { font-size: 2rem; font-weight: 700; }

/* =============================================
   PRICING — card de compra (#pricing)
   ============================================= */
.bg-pricing { background: #f9fafb; }

.pricing-card {
  border: 2px solid #f8f8f9;
  box-shadow: 0 16px 56px rgba(37,99,235,0.13);
  border-radius: 1rem;
  overflow: hidden;
}
.pricing-header {
  background: var(--pricing-header-bg, linear-gradient(to bottom, #3aaf5e, #175227));
}
.pricing-launch-pill {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
}
.pricing-launch-pill .pill-icon { color: #fde68a; font-size: 0.8rem; }
.pricing-launch-pill .pill-text { color: #fef3c7; }

.pricing-title  { font-size: 1.3rem; }
.pricing-sub    { color: rgba(255,255,255,0.7); }

.pricing-old    { color: rgba(255,255,255,0.45); font-size: 1.1rem; }
.pricing-price  { font-size: 3.5rem; line-height: 1; }
.pricing-tagline { color: #86efac; }

.pricing-label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.pricing-check {
  color: #3bcb88;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-btn {
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: var(--bs-border-radius-lg);
}
.pricing-divider {
  border-top: 1px solid #e5e7eb;
}
.pricing-pay-label { font-size: 0.75rem; }

/* =============================================
   GARANTIA — bloco visual dedicado
   ============================================= */
.guarantee-wrap {
  background: #fff;
  border: 2px solid #fbbf24;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(202,138,4,0.15);
  overflow: hidden;
}
.guarantee-seal-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
.guarantee-seal {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #1e3a5f 0%, #0f172a 68%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 8px #fbbf24,
    0 0 0 14px #92400e,
    0 0 0 22px #fbbf24,
    0 12px 40px rgba(202,138,4,0.45);
}
.guarantee-seal::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1.5px solid rgba(251,191,36,0.35);
  pointer-events: none;
}
.guarantee-seal-days {
  font-size: 4rem;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
  letter-spacing: -3px;
  text-shadow: 0 2px 12px rgba(251,191,36,0.55), 0 0 28px rgba(251,191,36,0.2);
}
.guarantee-seal-label {
  font-size: 0.55rem;
  font-weight: 800;
  color: #fde68a;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  margin-top: 2px;
}
.guarantee-title { color: #1e3a5f; }
.guarantee-item-icon {
  width: 32px;
  height: 32px;
  background: #fef9c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.testimonial-stars { color: #f59e0b; font-size: 0.8rem; letter-spacing: 1px; }



.method-pillar-icon--soft {
  background: #fef3c7;
  font-size: 1.3rem;
  color: inherit;
  font-weight: normal;
}

.guarantee-seal--green {
  background: linear-gradient(145deg, #16a34a, #15803d) !important;
  box-shadow:
    0 8px 32px rgba(22,163,74,0.38),
    0 0 0 6px #dcfce7,
    0 0 0 10px #bbf7d0 !important;
}
.guarantee-seal--green::before {
  border-color: rgba(255,255,255,0.35) !important;
}
.guarantee-seal-days--green {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18) !important;
}
.guarantee-seal-label--green {
  color: #bbf7d0 !important;
}

/* =============================================
   FOOTER
   ============================================= */
footer { border-top: 1px solid #1f2937; }