@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{font-family:Inter,Arial,sans-serif;color:#11223c;background:#f9fafc;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:#123bd1;text-decoration:none}header,footer{max-width:1200px;margin:auto;padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e4e9f0}.brand{font-weight:800;font-size:27px;letter-spacing:-1px;color:#10264b}.brand span{display:block;font-size:10px;letter-spacing:1.7px;font-weight:500;margin-top:4px;text-transform:uppercase}.button{display:inline-block;background:#123bd1;color:#fff;padding:14px 20px;border-radius:9px;font-weight:600;font-size:14px}main{max-width:1100px;margin:70px auto;padding:0 36px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.8px;color:#143ac8;margin-bottom:22px}h1{font-size:clamp(36px,5vw,64px);letter-spacing:-2.5px;line-height:1.09;max-width:940px;margin:0 0 26px}.standfirst{font-size:21px;color:#586778;line-height:1.65;max-width:790px}.byline{font-size:13px;color:#677584;margin:26px 0}.hero{width:100%;height:auto;border-radius:16px}article{max-width:730px;margin:55px auto;font-size:17px;line-height:1.85}article section{margin-bottom:36px}h2{font-size:27px;line-height:1.25;letter-spacing:-.6px}.sources{border-top:1px solid #dde3ef;padding-top:20px;font-size:13px;color:#68778b}.sources a{text-decoration:underline}aside{background:#eaf0ff;padding:30px;border-radius:16px}footer{font-size:13px;color:#637182;border-top:1px solid #e4e9f0;border-bottom:0;margin-top:70px}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:48px}.news-card{background:#fff;border:1px solid #e4e9f0;border-radius:16px;overflow:hidden;color:inherit;transition:transform .2s}.news-card:hover{transform:translateY(-3px)}.news-card img{width:100%;height:auto;display:block}.news-card>div{padding:24px}.news-card h2{font-size:24px}.news-card p{color:#637182;line-height:1.7}.news-card b,.news-card small{color:#123bd1}@media(max-width:650px){header,footer{padding:20px}header>a:not(.brand):not(.button){display:none}.button{padding:12px;font-size:12px}main{margin:40px auto;padding:0 20px}h1{letter-spacing:-1.4px}.standfirst{font-size:18px}.news-grid{grid-template-columns:1fr}article{font-size:16px}}
