.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.contact-grid article{border:1px solid var(--brand-border);background:#fff;padding:28px}.contact-grid h2{font-size:1.3rem}.contact-grid a{color:var(--brand-accent);font-weight:800;-webkit-text-decoration:underline;text-decoration:underline}.quote-form-section{background:var(--brand-bg-alt);color:var(--brand-text)}.quote-form-section .cta-copy h2,.quote-form-section .cta-copy p{color:var(--brand-text)}.quote-form-section .form-panel{box-shadow:0 18px 45px rgba(10,10,10,.1)}@media (max-width:991px){.contact-grid{grid-template-columns:1fr}}