/* Brochure publication and Downloads footer - v36 */
.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.brochure-download{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;padding:72px 7vw;border-top:1px solid #dce3e8;border-bottom:1px solid #dce3e8;background:#f7f9fb}
.brochure-download h2{color:var(--navy);letter-spacing:-.035em;margin:14px 0;font-size:clamp(34px,4vw,56px);line-height:1.05}
.brochure-download p:not(.section-number){color:var(--muted);max-width:760px;margin:0;font-size:17px;line-height:1.65}
.brochure-download .button{min-width:245px;white-space:nowrap}
@media(max-width:900px){.brochure-download{grid-template-columns:1fr;gap:28px}.brochure-download .button{width:fit-content}}
@media(max-width:700px){.footer-links{grid-template-columns:1fr 1fr}.footer-links>div:last-child{grid-column:1/-1}.brochure-download{padding:58px 24px}.brochure-download .button{width:100%}}
