:root{--navy:#073b71;--navy-dark:#052d56;--orange:#ff6b2c;--cream:#f7f3ed;--ink:#102d4d;--muted:#657487}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}.post-shell{width:min(1100px,calc(100% - 40px));margin-inline:auto}.post-article{padding-top:110px;padding-bottom:120px}.post-hero time{display:flex;align-items:center;gap:13px;color:var(--navy);font-size:1rem;font-weight:500;text-transform:lowercase}.calendar-icon{position:relative;width:18px;height:18px;border:2px solid var(--orange);border-radius:3px}.calendar-icon:before{position:absolute;top:3px;left:-2px;width:18px;border-top:2px solid var(--orange);content:""}.calendar-icon:after{position:absolute;top:-4px;left:3px;width:8px;height:4px;border-right:2px solid var(--orange);border-left:2px solid var(--orange);content:""}.post-hero h1{max-width:1060px;margin:24px 0 48px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.45rem);font-weight:800;line-height:1.18;letter-spacing:-.03em}.post-cover{display:block;width:100%;max-height:650px;object-fit:cover;border-radius:24px;box-shadow:0 22px 60px rgba(7,59,113,.12)}.post-content{width:100%;margin:68px 0 0}.post-content p,.post-content li{color:#42566c;font-size:1.06rem}.post-content p{margin:0 0 25px}.post-content h2{margin:58px 0 20px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.2;letter-spacing:-.03em}.post-content ul,.post-content ol{margin:0 0 30px;padding-left:25px}.post-content li{margin:10px 0}.post-content blockquote{margin:38px 0;padding:25px 30px;border-left:4px solid var(--orange);border-radius:0 14px 14px 0;background:var(--cream);color:var(--navy);font-size:1.15rem;font-weight:700}.post-inline-image{margin:48px 0}.post-inline-image img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:22px}.post-footer{color:#fff}.post-footer-cta{background:var(--orange)}.post-footer-cta .post-shell{display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:56px;padding-bottom:56px}.post-eyebrow{margin:0 0 8px!important;color:#fff!important;font-size:.75rem!important;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.post-footer-cta h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;letter-spacing:-.035em}.post-footer-cta p{max-width:710px;margin:12px 0 0;color:rgba(255,255,255,.82)}.post-button{display:inline-flex;min-height:50px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 24px;border-radius:10px;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.post-button-light{background:#fff;color:var(--navy);box-shadow:0 10px 25px rgba(7,59,113,.12)}.post-footer-main{background:var(--navy-dark)}.post-footer-grid{display:grid;grid-template-columns:1.15fr .65fr 1fr 1fr;gap:64px;padding-top:72px;padding-bottom:66px}.post-footer-logo{display:block;width:160px;height:95px;margin-bottom:18px;object-fit:contain}.post-footer-main p,.post-footer-main a,.post-footer-main small{color:rgba(255,255,255,.65);font-size:.86rem}.post-footer-main h3{margin:0 0 20px;color:#fff;font-size:1rem}.post-footer-grid>div>a:not(:first-child){display:block;margin:10px 0;text-decoration:none}.post-socials{display:flex;gap:9px;margin-top:20px}.post-socials a{display:grid!important;width:36px;height:36px;place-items:center;margin:0!important;border:1px solid rgba(255,255,255,.2);border-radius:50%}.post-socials svg{display:block;width:17px;height:17px;fill:currentColor}.post-footer-main a:hover{color:#fff}.post-copyright{border-top:1px solid rgba(255,255,255,.1)}.post-copyright .post-shell{display:flex;justify-content:space-between;gap:20px;padding-top:20px;padding-bottom:20px}.post-copyright p,.post-copyright a{margin:0;color:rgba(255,255,255,.5);font-size:.78rem;text-decoration:none}@media(max-width:760px){.post-shell{width:min(100% - 28px,1100px)}.post-article{padding-top:58px;padding-bottom:78px}.post-hero time{font-size:.9rem}.post-hero h1{margin:20px 0 32px;font-size:clamp(1.7rem,7.5vw,2.45rem);line-height:1.16}.post-cover{max-height:none;border-radius:16px}.post-content{margin-top:44px}.post-content p,.post-content li{font-size:1rem}.post-content h2{margin-top:44px}.post-inline-image{margin:36px 0}.post-inline-image img{border-radius:16px}.post-footer-cta .post-shell{align-items:flex-start;flex-direction:column;gap:26px}.post-footer-grid{grid-template-columns:1fr;gap:32px}.post-copyright .post-shell{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:760px){.post-hero h1{font-size:clamp(1.55rem,6.4vw,2.1rem)}.post-cover,.post-inline-image img{aspect-ratio:16/9;max-height:none;object-fit:cover}.post-footer-grid{text-align:center}.post-footer-logo{margin-inline:auto}.post-socials{justify-content:center}.post-copyright .post-shell{align-items:center;text-align:center}}
@media(max-width:760px){.post-cover,.post-inline-image img{width:100%!important;height:calc(56.25vw - 15.75px)!important;min-height:0!important;aspect-ratio:16/9!important;object-fit:cover!important}}
 .post-rich-text strong{font-weight:800}.post-rich-text em{font-style:italic}.post-rich-text u{text-decoration:underline;text-underline-offset:.14em}

