/* ════════════════════════════════════════════════════════
   BRITOL GROUP — Section Headings & Layouts
   ════════════════════════════════════════════════════════ */

.section-heading {
  text-align: center;
  margin-bottom: 64px;
}

.section-heading .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-50);
  color: var(--blue-700);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.section-heading h2 .accent {
  color: var(--blue-500);
}

.section-heading p {
  font-size: 1.08rem;
  color: var(--gray-400);
  max-width: 620px;
  margin: 0 auto;
}
