/* Deepam Cabs — Typography & section headings (css_v2) */
.section{padding:96px 0}
.section{background:var(--bg)}
.section--alt{background:var(--bg-light)}
#reviews.section--alt,#permit-summary.section--alt{background:var(--bg-section-muted)}
.section__header{text-align:center;max-width:640px;margin:0 auto 64px}
.section__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin-bottom:16px}
.section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--primary);margin:0 0 16px;line-height:1.15;letter-spacing:-.02em}
.section__desc{margin:0;color:var(--muted);font-size:1.0625rem}
