/* Company pages share the About Us typography, layout and navigation. */
.company-section-heading { display:flex; justify-content:space-between; align-items:baseline; gap:24px; margin-bottom:28px; }
.company-section-heading h2 { font-size:1.35rem; letter-spacing:-.03em; }
.company-section-heading p { color:#626b78; font-size:.9rem; }
.career-role { display:grid; grid-template-columns:1fr auto; align-items:center; gap:50px; border-radius:28px; background:#183e70; color:white; padding:48px; transition:background .2s; }
.career-role:hover { background:#23518b; }
.career-role .eyebrow { color:#bed3f0; }
.career-role h2 { font-size:clamp(1.8rem,3vw,3rem); margin:18px 0; color:white; letter-spacing:-.04em; }
.career-role p:not(.eyebrow) { max-width:680px; color:#d2dff0; line-height:1.75; }
.career-role__link { white-space:nowrap; font-weight:750; color:#ffda81; }
.company-cta-copy { color:#d2dff0; font-size:1.1rem; line-height:1.7; max-width:600px; margin:0 0 28px; }
.career-role:focus-visible { outline:3px solid #eaad28; outline-offset:6px; }
@media(max-width:760px) { .career-role { grid-template-columns:1fr; gap:24px; padding:28px; border-radius:22px; } .company-section-heading { display:block; } }

.career-role + .career-role { margin-top: 24px; }
