/* home-three-steps.css — "Three steps" (was .aw-step-list / .aw-step / .aw-step-number)
 * Section: <section class="aw-home-section aw-home-section--blue aw-home-steps">
 * Step headings are white because the section is blue.
 */
.aw-home-steps__list { display: grid; gap: 24px; position: relative; }
.aw-home-steps__item { align-items: flex-start; display: grid; gap: 24px; grid-template-columns: 64px 1fr; }
.aw-home-steps__number { align-items: center; background: #fff; border-radius: 16px; color: var(--aw-blue); display: flex; font-size: 20px; font-weight: 700; height: 64px; justify-content: center; width: 64px; }
.aw-home-steps__item h3 { color: #fff; font-size: 22px; margin-bottom: 8px; }
