/* ===================================================
   PRICING SECTION - DESIGN PREMIUM ALTA CONVERSÃO
   =================================================== */

.pricing-section {
  padding: 140px 0;
  background: #030712;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.pricing-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(245, 158, 11, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* ROI & Investment Branding */
.price-header-minimal {
  margin-bottom: 80px;
  text-align: center;
}
.roi-intro .section-title {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
}

.roi-intro .section-subtitle {
  font-size: 1.25rem;
  color: #9ca3af;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

/* Comparison Visual (Antes vs Depois) */
.comparison-visual {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  flex-wrap: wrap;
}

.comp-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 48px 40px;
  text-align: left;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 1;
  min-width: 320px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.comp-card.before {
  border: 1px solid rgba(239, 68, 68, 0.2);
  background: linear-gradient(165deg, rgba(239, 68, 68, 0.03) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.comp-card.after {
  background: linear-gradient(165deg, rgba(34, 197, 94, 0.08) 0%, rgba(3, 7, 18, 0.95) 100%);
  border: 1px solid rgba(34, 197, 94, 0.4);
  box-shadow: 0 30px 70px rgba(34, 197, 94, 0.1);
}

.comp-card:hover {
  transform: translateY(-10px);
}

.comp-card.after:hover {
  box-shadow: 0 40px 90px rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.6);
}

.comp-tag {
  font-size: 0.8rem;
  font-weight: 900;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.before .comp-tag { background: rgba(239, 68, 68, 0.1); color: #ef4444; }
.after .comp-tag { background: rgba(34, 197, 94, 0.1); color: #22c55e; }

.comp-metrics {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 16px; /* Mais respiro entre as linhas */
}

.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #d1d5db;
}

.metric-row .val {
  font-weight: 700;
  color: #ffffff;
}

.comp-card.before .metric-row .val { color: #ef4444; }
.comp-card.after .metric-row .val { color: #22c55e; }

.comp-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cost-per-patient {
  font-size: 0.95rem;
  color: #9ca3af;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cost-per-patient span {
  font-size: 2.2rem;
  font-weight: 900;
  display: block;
  margin-top: 8px;
  letter-spacing: -1px;
}

.before .cost-per-patient span { color: #ef4444; }
.after .cost-per-patient span { color: #22c55e; }

.profit-highlight {
  font-size: 1.1rem;
  font-weight: 700;
  color: #22c55e;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* New Price Cards Grid */
.price-cards-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.price-cards-v2.single-card {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.price-card-v2 {
  background: rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 48px;
  text-align: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.price-card-v2:hover {
  transform: translateY(-10px);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.price-card-v2.featured {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.95) 0%, rgba(245, 158, 11, 0.05) 100%);
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.card-label {
  font-size: 0.85rem;
  font-weight: 800;
  color: #F5A623;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  display: block;
}

.price-header-v2 .anchor {
  font-size: 1.1rem;
  color: #9ca3af;
  display: block;
  margin-bottom: 8px;
}

.price-header-v2 .old-price {
  text-decoration: line-through;
  opacity: 0.7;
}

.price-header-v2 .main-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

/* Preço principal movido para regra global .main-price.installment */

.price-header-v2 .period {
  font-size: 1rem;
  color: #6b7280;
}

.price-features-v2 {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-features-v2 li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d1d5db;
  font-size: 1.05rem;
}

.price-features-v2 li i {
  color: #22c55e;
  font-size: 1.1rem;
}

.price-features-v2 li strong {
  color: #ffffff;
}

/* Container separado para features e bônus */
.price-features-container {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.features-section {
  text-align: left;
}

.features-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9ca3af;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-features .features-title {
  color: #ffffff;
}

.bonus-features {
  background: rgba(245, 158, 11, 0.05);
  border: 1px dashed rgba(245, 158, 11, 0.3);
  border-radius: 16px;
  padding: 20px;
}

.bonus-tag-label {
  color: #F5A623;
}

.bonus-list {
  gap: 12px;
}

.bonus-list li {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.bonus-list li i {
  color: #F5A623;
}

.bonus-value {
  font-size: 0.85rem;
  color: #22c55e;
  font-weight: 600;
}

/* CTA Buttons V2 */
.price-cta-v2 {
  display: block;
  width: 100%;
  padding: 22px;
  background: linear-gradient(90deg, #F5A623, #D97706);
  color: #030712;
  text-decoration: none;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 30px rgba(245, 158, 11, 0.3);
  text-align: center;
  margin-top: 10px;
  animation: pulse-cta-premium 2s infinite;
}

.price-cta-v2:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 45px rgba(245, 158, 11, 0.5);
  filter: brightness(1.1);
}

.price-header-v2 .strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
  font-weight: 400;
}

.payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 10px 0 20px;
}

.pix-label {
  font-size: 0.85rem;
  font-weight: 800;
  color: #06b6d4;
  background: rgba(6, 182, 212, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin: 8px 0;
}

.price-list-v3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list-v3 li {
  margin-bottom: 6px;
  text-align: left;
}

.list-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.list-item-header i {
  color: #F5A623;
  font-size: 1.1rem;
}

.price-list-v3.bonus .list-item-header i {
  color: #06b6d4;
}

.item-sub {
  display: block;
  font-size: 0.9rem;
  color: #9ca3af;
  padding-left: 32px;
  margin-top: 0;
}

.pix-anchor {
  font-size: 1rem;
  color: #9ca3af;
  margin-top: 15px;
  font-weight: 500;
}

.card-footer-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.scarcity-item, .guarantee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #e5e7eb;
}

.scarcity-item i { color: #06b6d4; }
.guarantee-item i { color: #10b981; }

.installment-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 0.5rem 0;
}

.main-price.installment {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3rem;
  line-height: 1;
}

.installment-container .times {
  font-size: 1.5rem;
  font-weight: 800;
  color: #F5A623;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  background: rgba(245, 158, 11, 0.1);
  padding: 4px 15px;
  border-radius: 100px;
}

.main-price.installment .currency {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F5A623;
  opacity: 0.9;
  margin-bottom: 1.4rem;
  margin-right: 2px;
}

.main-price.installment .integer {
  font-size: 9.5rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -5px;
  line-height: 0.8;
}

.main-price.installment .decimal {
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.3rem;
  letter-spacing: -1px;
}

/* Pagamento Estilo Luxo */
.payment-methods.lux-style {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.pay-icon {
  font-size: 1.8rem;
  color: #94a3b8;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  display: flex;
  align-items: center;
}

.pay-icon:hover {
  color: #F5A623;
  transform: translateY(-2px);
}

.pay-icon.pix {
  font-size: 0.9rem;
  font-weight: 800;
  color: #06b6d4;
  background: rgba(6, 182, 212, 0.05);
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  letter-spacing: 1px;
}

/* Animations */
@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* PREMIUM OFFER CARD - SINGLE */
.single-card {
  display: flex;
  justify-content: center;
  width: 100%;
}

.premium-offer-card {
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.95) 0%, rgba(3, 7, 18, 0.98) 100%);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 40px;
  padding: 60px;
  max-width: 650px;
  width: 100%;
  position: relative;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  margin: 0 auto;
  text-align: center;
}

.premium-offer-card:hover {
  transform: translateY(-10px);
  border-color: #F5A623;
  box-shadow: 0 50px 120px rgba(245, 158, 11, 0.15);
}

.premium-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #F5A623, #D97706);
  color: #030712;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
  z-index: 10;
}

.price-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.2), transparent);
  margin: 8px 0;
}

.payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

.payment-methods i {
  transition: color 0.3s ease;
}

.payment-methods i:hover {
  color: #F5A623;
}

.pix-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #06b6d4;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(6, 182, 212, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
}

.price-list-v3 {
  list-style: none;
  padding: 0;
  text-align: left;
}

.price-list-v3 li {
  margin-bottom: 10px;
}

.list-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.list-item-header i {
  color: #F5A623;
  font-size: 1.1rem;
}

.price-list-v3.bonus .list-item-header i {
  color: #06b6d4;
}

.item-sub {
  display: block;
  font-size: 0.9rem;
  color: #9ca3af;
  padding-left: 32px;
  margin-top: 0;
}

.pix-anchor {
  font-size: 1rem;
  color: #9ca3af;
  margin-top: 15px;
  font-weight: 500;
}

.card-footer-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.scarcity-item, .guarantee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #e5e7eb;
}

.scarcity-item i { color: #06b6d4; }
.guarantee-item i { color: #10b981; }

.strikethrough {
  text-decoration: line-through;
  opacity: 0.6;
}

.cash-price-sub {
  font-size: 1rem;
  color: #9ca3af;
  margin-top: 0;
}

.premium-btn {
  background: linear-gradient(135deg, #F5A623, #D97706) !important;
  color: #030712 !important;
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.3) !important;
  padding: 24px 20px !important;
  font-size: 1.4rem !important;
  line-height: 1.2;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease;
  animation: pulse-cta-premium 2s infinite;
}

.premium-btn small {
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 4px;
}

.payment-trust-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-trust-section p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 15px;
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 2.2rem;
  color: #4b5563;
  transition: all 0.3s ease;
}

.payment-icons i:hover {
  color: #F5A623;
  transform: scale(1.1);
}

/* Responsive V2 */
@media (max-width: 900px) {
  .comparison-visual, .price-cards-v2 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .comparison-visual .comp-card {
    width: 100%;
    max-width: 400px;
  }

  .roi-intro .section-title {
    font-size: 2.5rem;
  }

  .guarantee-box-v2 {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }

  .guarantee-img {
    width: 140px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 80px 0 60px;
  }

  .pricing-section .container {
    padding: 0 16px;
  }

  .investment-badge {
    font-size: 0.75rem;
    padding: 6px 12px;
    margin-bottom: 16px;
  }

  .roi-intro .section-title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0 10px;
  }

  .roi-intro .section-subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .roi-intro .section-subtitle strong {
    display: block;
    margin-top: 8px;
  }

  .comparison-visual {
    padding: 0 10px;
    gap: 16px;
    margin-bottom: 40px;
  }

  .comp-card {
    padding: 16px;
  }

  .comp-tag {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  .comp-metrics {
    gap: 10px;
  }

  .metric-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 0.85rem;
  }

  .metric-row .val {
    font-size: 1rem;
    font-weight: 700;
  }

  .comp-footer {
    padding-top: 12px;
    margin-top: 12px;
  }

  .cost-per-patient {
    font-size: 0.9rem;
  }

  .cost-per-patient span {
    font-size: 1.1rem;
  }

  .profit-highlight {
    font-size: 0.85rem;
    margin-top: 8px;
  }

  .premium-offer-card {
    padding: 24px 16px;
    margin: 0 10px;
  }

  .premium-badge {
    font-size: 0.75rem;
    padding: 6px 12px;
  }

  .price-header-v2 {
    padding: 20px 0;
  }

  .price-header-v2 .anchor {
    font-size: 0.85rem;
  }

  .price-header-v2 .main-installment {
    gap: 4px;
  }

  .price-header-v2 .qty {
    font-size: 1rem;
  }

  .price-header-v2 .currency {
    font-size: 1rem;
  }

  .price-header-v2 .value {
    font-size: 2.2rem;
  }

  .price-header-v2 .cash-price {
    font-size: 0.9rem;
    margin-top: 8px;
  }

  .price-features-v2 {
    text-align: left;
    padding: 0 10px;
  }

  .price-features-v2 li {
    font-size: 0.9rem;
    padding: 8px 0;
    padding-left: 28px;
  }

  .price-features-v2 i {
    font-size: 1rem;
    left: 0;
  }

  .price-cta-wrapper {
    padding: 20px 10px;
  }

  .price-cta-v2 {
    font-size: 1rem;
    padding: 16px 20px;
    width: 100%;
  }

  .price-cta-v2 small {
    font-size: 0.8rem;
  }

  .cta-note {
    font-size: 0.8rem;
    display: block;
    margin-top: 12px;
  }

  .payment-trust-section {
    padding: 16px;
  }

  .payment-trust-section p {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .payment-icons {
    gap: 16px;
  }

  .payment-icons i {
    font-size: 1.4rem;
  }

  .guarantee-box-v2 {
    margin: 30px 10px;
    padding: 20px 16px;
  }

  .guarantee-badge {
    font-size: 2rem;
  }

  .guarantee-content h4 {
    font-size: 1rem;
  }

  .guarantee-content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* ===================================================
   FULL GUARANTEE BOX - PREMIUM DESIGN
   =================================================== */

.guarantee-box-full {
  max-width: 850px !important;
  margin: 60px auto 0 !important;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%) !important;
  border: 2px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(212, 175, 55, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.guarantee-box-full::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 60%) !important;
  pointer-events: none !important;
}

.guarantee-content-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  text-align: left !important;
  position: relative !important;
  z-index: 1 !important;
}

.guarantee-seal {
  flex: 0 0 130px !important;
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important;
  height: 130px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.seal-img {
  width: 130px !important;
  height: 130px !important;
  max-width: 130px !important;
  max-height: 130px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.4)) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
}

.seal-img:hover {
  transform: scale(1.05) !important;
}

.guarantee-text {
  flex: 1 !important;
}

.guarantee-text h3 {
  font-size: 1.8rem !important;
  color: #d4af37 !important;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3) !important;
}

.guarantee-text p {
  font-size: 1.05rem !important;
  color: #e2e8f0 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .guarantee-box-full {
    margin: 40px 10px 0 !important;
    padding: 30px 24px !important;
    border-width: 2px !important;
  }

  .guarantee-content-wrapper {
    flex-direction: column !important;
    text-align: center !important;
    gap: 24px !important;
  }
  
  .guarantee-seal {
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    flex: 0 0 130px !important;
    margin: 0 auto !important;
  }
  
  .seal-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 130px !important;
    max-height: 130px !important;
    object-fit: contain !important;
  }

  .guarantee-text h3 {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.5px !important;
  }

  .guarantee-text p {
    font-size: 0.95rem !important;
  }
}

/* SUPER BÔNUS HIGHLIGHT */
.super-bonus-highlight {
  margin-top: 16px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;
}

.super-bonus-highlight:hover {
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.5);
  transform: translateY(-2px);
}

.sb-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #06b6d4;
  color: #030712;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 1px;
}

.sb-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sb-icon {
  width: 50px;
  height: 50px;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #06b6d4;
  flex-shrink: 0;
}

.sb-info strong {
  display: block;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.sb-info p {
  font-size: 0.9rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.25;
}

@media (max-width: 600px) {
  .sb-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .super-bonus-highlight {
    padding: 24px 20px;
  }
}