/* ====================================== */
/* Business Home – Page Specific */
/* ====================================== */

body.page-business .hero {
  background: linear-gradient(
    135deg,
    rgba(230, 244, 234, 0.9),
    rgba(255, 255, 255, 0.95)
  );
  padding-bottom: 5rem;
}

/* Ensure clear transition from hero */
.business-home .hero + section {
  padding-top: 5rem;
}

/* ====================================== */
/* Hero CTA */
/* ====================================== */

.business-home .hero-cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.business-home .cta-note {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ====================================== */
/* Section Background Rhythm */
/* ====================================== */

.business-home .steps,
.business-home .final-cta {
  background: var(--bg-soft);
}

.business-home .benefits {
  background: rgba(255, 255, 255, 0.6);
}

/* ====================================== */
/* Steps Section */
/* ====================================== */

.business-home .steps h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.business-home .steps .step {
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* ====================================== */
/* Benefits */
/* ====================================== */

.business-home .benefit-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  font-weight: 500;
}

/* ====================================== */
/* Final CTA */
/* ====================================== */

.business-home .final-cta {
  padding: 3rem 0;
  text-align: center;
}

.business-home .final-cta h2 {
  margin-bottom: 1.25rem;
}

.business-home .final-cta .btn {
  font-size: 1.05rem;
  padding: 0.9rem 2rem;
}
