/* ── Hero ────────────────────────────────────────────── */
.bmr-hero {
  background: linear-gradient(135deg, #e8f5f3 0%, #f0faf8 60%, #fff 100%);
  padding: 5rem 0 4rem;
}
.bmr-hero h1 { font-size: 2.6rem; font-weight: 800; line-height: 1.2; color: #1a1a1a; }
.bmr-hero h1 .highlight { color: var(--bmr-teal); }
.bmr-hero .sub-content { font-size: 1.05rem; color: #555; max-width: 480px; margin-top: 1rem; }
.bmr-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.bmr-hero-img { border-radius: 16px; box-shadow: 0 20px 60px rgba(27,96,85,.15); max-width: 100%; }

/* ── Step counter ────────────────────────────────────── */
.step-number {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--bmr-teal);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .75rem;
}

/* ── Section spacing ─────────────────────────────────── */
.section-py { padding: 4.5rem 0; }
.section-alt { background: #f0faf8; }
