.contact-hero{padding:172px 0 88px;background:var(--brand-primary-dark)}.contact-hero h1,.contact-hero p{max-width:780px;color:var(--brand-text-inverse)}.contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.contact-info-grid article{position:relative;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.contact-info-grid span{color:var(--brand-accent);font-weight:700}.contact-context{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:28px;color:var(--brand-text)}.quote-form-section{background:var(--brand-bg-alt)}.quote-form-grid{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(340px,1fr);grid-gap:42px;gap:42px}.form-panel{padding:28px;background:#fff;border:1px solid var(--brand-border)}@media (max-width:991px){.contact-context,.contact-info-grid,.quote-form-grid{grid-template-columns:1fr}}