/* Shared header and step icons for the quote selector and forms only. */
.site-header.quote-header { background: #0f233a; padding: 12px 20px; min-height: 72px; gap: 16px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.quote-header .header-brand { display: flex; flex-direction: column; min-width: 0; text-decoration: none; }
.quote-header .header-brand-name { font-family: Outfit, sans-serif; font-size: 20px; line-height: 1.2; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.quote-header .header-brand-name span { color: #f59e0b; }
.quote-header .header-brand-sub { font-size: 10px; line-height: 1.4; font-weight: 600; color: #cbd5e1; letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.quote-header .header-phone { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-shrink: 0; min-width: 44px; min-height: 44px; padding: 10px 14px; border-radius: 10px; background: #eff6ff; color: #1e3a8a; font-size: 14px; font-weight: 700; text-decoration: none; }
.quote-header .header-phone:hover { background: #dbeafe; }
.quote-header a:focus-visible { outline: 3px solid #60a5fa; outline-offset: 4px; }
.form-step .step-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background: #eff6ff; color: #1e40af; border-radius: 10px; font-size: 20px; }
@media(max-width: 600px) {
 .site-header.quote-header { padding: 12px 16px; gap: 12px; }
 .quote-header .header-phone .phone-text { display: none; }
 .quote-header .header-phone { padding: 10px; border-radius: 10px; }
}

/* Clip decorative overflow without creating a scrolling ancestor for the header. */
body.quote-flow { overflow-x: clip; }
