.contact-info{padding:84px 0;background:linear-gradient(180deg,var(--brand-bg-alt),var(--brand-bg))}.contact-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-bottom:34px}.contact-card-grid article{padding:28px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:0 14px 34px rgba(26,32,44,.07)}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:18px;color:var(--brand-text);background:var(--brand-accent);border-radius:50%;font-weight:900}.contact-copy{max-width:960px;margin:0 auto;color:var(--brand-text-muted)}.contact-quote{padding:80px 0 96px;background:var(--brand-primary);color:var(--brand-text-inverse)}.contact-quote .eyebrow{color:var(--brand-accent)}.contact-quote .form-panel{color:var(--brand-text)}@media (max-width:991.98px){.contact-card-grid{grid-template-columns:1fr}}