@charset "UTF-8";

/* Custom Hero Section Background */
.custom-hero-bg {
  background: linear-gradient(160deg, #fff 0%, #f3faf1 100%);
}

/* Proof Bar Section Spacing */
.proof-bar-section {
  padding: 16px 0 40px;
}

/* Compliance Description Footer Text */
.compliance-description {
  max-width: 860px;
  margin: 22px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

/* FAQ Action Button Custom Spacing */
.faq-talk-expert-btn {
  margin-top: 8px;
}

/* CTA Sidebar Feature Grid Structure */
.cta-stats-container {
  display: grid;
  gap: 14px;
  min-width: 200px;
}

/* Individual CTA Feature Badges */
.cta-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 18px 20px;
  color: #fff;
}

.cta-stat-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--yellow);
}

.cta-stat-subtitle {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
  margin-top: 4px;
}