:root {
  --cl-dark: #0f172a;
  --cl-mid: #475569;
  --cl-light: #f8fafc;
  --cl-border: #e2e8f0;
}

body {
  color: #0f172a;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

.hero-badge {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.4em 1em;
  border: 1px solid #bfdbfe;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: #eff6ff;
  color: #2563eb;
  flex-shrink: 0;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pricing-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  transition: box-shadow 0.2s;
}
.pricing-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.pricing-card.featured {
  border-color: #2563eb;
  border-width: 2px;
}
.pricing-card .badge-featured {
  background: #2563eb;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35em 0.8em;
  border-radius: 20px;
}

.pricing-check {
  color: #2563eb;
}

.pricing-dash {
  color: #cbd5e1;
}

.cta-section {
  background: #0f172a;
}
