.contact-hero{background:var(--brand-bg-alt)}.contact-info-grid,.quote-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.contact-info-grid article{padding:26px;border-radius:var(--brand-radius);background:var(--brand-bg);border:1px solid var(--brand-border)}.contact-info-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:38px;height:38px;margin-bottom:14px;color:var(--brand-text-inverse);background:var(--brand-primary);border-radius:999px;font-weight:800}.quote-form-section{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.quote-form-section .eyebrow,.quote-form-section h2,.quote-form-section p{color:var(--brand-text-inverse)}.quote-form-grid{grid-template-columns:minmax(0,0.9fr) minmax(320px,1.1fr);align-items:start}@media (max-width:991px){.contact-info-grid,.quote-form-grid{grid-template-columns:1fr}}