/* Scoped to the expertise overview; shared page and hero styles stay unchanged. */
.expertise-section{padding-block:80px;background:#f4f6f7}
.expertise-intro{max-width:850px;margin-bottom:32px}
.expertise-intro h2{margin:0 0 16px;color:#071f34;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:600;line-height:1.1;letter-spacing:-.035em;overflow-wrap:anywhere}
.expertise-intro p{margin:0;color:#586579;font-size:1.1rem;line-height:1.7}
.expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.expertise-card{display:flex;flex-direction:column;min-width:0;padding:28px;border:1px solid #dce3e8;border-radius:20px;background:#fff;overflow-wrap:anywhere}
.expertise-number{align-self:flex-start;margin-bottom:24px;color:#a64f00;font-size:.8rem;font-weight:800;letter-spacing:.08em}
.expertise-card h3{margin:0 0 16px;color:#071f34;font-size:1.5rem;font-weight:600;line-height:1.25;letter-spacing:-.02em}
.expertise-card p{margin:0;color:#586579;font-size:1rem;line-height:1.7}
.expertise-card a{align-self:flex-start;margin-top:auto;padding-top:24px;color:#071f34;font-size:1rem;font-weight:700;line-height:1.5;text-decoration:underline;text-underline-offset:4px}
.expertise-card a:hover{color:#a64f00}
.expertise-card a:focus-visible{outline:3px solid #1570ef;outline-offset:5px;border-radius:2px}
.high-contrast .expertise-section,.high-contrast .expertise-card{background:#000}
.high-contrast .expertise-card{border-color:#fff}
.high-contrast .expertise-intro h2,.high-contrast .expertise-intro p,.high-contrast .expertise-card h3,.high-contrast .expertise-card p{color:#fff}
.high-contrast .expertise-number,.high-contrast .expertise-card a{color:#ff0}
.high-contrast .expertise-card a:focus-visible{outline-color:#ff0}
@media(max-width:991.98px){.expertise-section{padding-block:64px}.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:639.98px){.expertise-section{padding-block:48px}.expertise-grid{grid-template-columns:1fr}.expertise-card{padding:20px}}
