
:root{
  --navy:#22334A; --navy-deep:#161E2A; --blue:#0072EF; --blue-2:#1578F7;
  --body:#595959; --white:#fff; --light:#F5F7FA; --green:#04B745; --line:#e6e8ec;
  --head-font:'Montserrat',-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --body-font:'Source Sans Pro',-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body-font);font-size:18px;line-height:1.6;color:var(--body);background:var(--white);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--head-font);font-weight:700;color:var(--navy-deep);line-height:1.25}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.site-header{height:88px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
.logo img{height:44px;display:block}
.nav{display:flex;align-items:center;gap:26px}
.nav a{color:var(--body);font-size:18px;font-weight:400}
.nav a:hover{color:var(--navy);text-decoration:none}
.nav a.active{color:var(--navy);font-weight:600}
.btn{display:inline-block;background:var(--blue);color:#fff;border:1.6px solid var(--blue);border-radius:4px;padding:9.5px 30px;font-family:var(--body-font);font-weight:700;font-size:18px;cursor:pointer;transition:.15s}
.btn:hover{background:#005fc7;border-color:#005fc7;color:#fff;text-decoration:none}
.btn--ghost{background:transparent;color:var(--navy);border-color:#cfd6df}
.btn--ghost:hover{background:var(--light);color:var(--navy)}
.btn--sm{padding:7px 18px;font-size:16px}
.hero{background:var(--navy-deep);color:#fff;padding:84px 0 76px}
.hero h1{color:#fff;font-size:clamp(34px,5vw,52px);max-width:15ch}
.hero p{color:#c7cad2;font-size:21px;margin:20px 0 30px;max-width:60ch}
.hero .btn--ghost{color:#fff;border-color:rgba(255,255,255,.4)}
.hero .btn--ghost:hover{background:rgba(255,255,255,.08);color:#fff}
section{padding:64px 0}
.section-light{background:var(--light)}
.sec-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}
.sec-head h2{font-size:32px}
.kicker{font-family:var(--body-font);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px;color:var(--blue);margin-bottom:10px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px 24px;display:flex;flex-direction:column;transition:.15s}
.card:hover{box-shadow:0 10px 30px rgba(22,30,42,.08);transform:translateY(-2px)}
.card h3{font-size:20px;margin-bottom:10px}
.card h3 a{color:var(--navy-deep)}
.card h3 a:hover{color:var(--blue);text-decoration:none}
.card p{font-size:16.5px;margin-bottom:16px}
.card .meta{font-size:13px;color:#8a8f98;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
.card .more{margin-top:auto;font-weight:700;font-size:15px;color:var(--blue)}
.pill{display:inline-block;background:rgba(0,114,239,.09);color:var(--blue);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;align-self:flex-start}
.pill--fw{background:rgba(4,183,69,.12);color:#0a8a38}
.article{max-width:760px;margin:0 auto;padding:56px 24px 30px}
.article .meta{color:#8a8f98;text-transform:uppercase;letter-spacing:.05em;font-size:13px;margin-bottom:14px}
.article h1{font-size:clamp(30px,4vw,42px);margin-bottom:22px;line-height:1.2}
.article .body{font-size:18.5px}
.article .body p{margin-bottom:20px}
.article .body h2{font-size:26px;margin:38px 0 14px}
.article .body h3{font-size:21px;margin:28px 0 10px}
.article .body ul{margin:0 0 20px 22px}
.article .body li{margin-bottom:10px}
.article .body strong{color:var(--navy-deep)}
.back{display:inline-block;margin-bottom:22px;font-weight:700;font-size:15px}
.endcta{max-width:760px;margin:14px auto 0;padding:26px 24px 60px}
.endcta .box{background:var(--light);border-radius:10px;padding:30px 28px;text-align:center}
.endcta h3{font-size:22px;margin-bottom:10px}
.endcta p{margin-bottom:18px}
.site-footer{background:var(--navy-deep);color:#aeb4bf;padding:56px 0 30px;font-size:15px}
.site-footer a{color:#c7cad2}.site-footer a:hover{color:#fff;text-decoration:none}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}
.foot-top img{height:40px;margin-bottom:16px}
.foot-col h4{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.foot-col a{display:block;margin-bottom:9px}
.socials{display:flex;gap:10px;margin-top:16px}
.socials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:12px;font-weight:700;color:#c7cad2}
.socials a:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:22px;color:#8a8f98;font-size:13.5px}
.foot-bottom a{color:#8a8f98}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.foot-top{grid-template-columns:1fr 1fr}.nav{display:none}}
@media(max-width:600px){.grid{grid-template-columns:1fr}.foot-top{grid-template-columns:1fr}.hero{padding:56px 0}}
/* --- Framework page components --- */
.hero.center-hero{text-align:center}
.hero.center-hero h1{max-width:none;margin:0 auto}
.hero.center-hero p{margin:16px auto 0}
.fw-intro{padding:54px 0;text-align:center}
.fw-intro p{max-width:840px;margin:0 auto 16px;font-size:19px}
.sec-c{text-align:center}.sec-c h2{font-size:32px}.sec-c .lead{max-width:720px;margin:10px auto 0}
.vfc{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;max-width:940px;margin:36px auto 0}
.vcard{background:#7b8794;color:#fff;padding:34px 22px;text-align:center;border-radius:8px}
.vcard h3{color:#fff;font-size:24px;margin-bottom:10px}
.vcard p{color:#eaeef2;font-size:15.5px}
.vcard.mid{background:var(--navy-deep);padding:54px 22px;border-radius:10px;box-shadow:0 16px 40px rgba(22,30,42,.28);position:relative;z-index:2}
.qgrid{display:grid;grid-template-columns:1fr 1fr;gap:26px 44px;max-width:1000px;margin:30px auto 0}
.qgrid .q{text-align:center;font-family:var(--head-font);font-weight:700;color:var(--navy-deep);font-size:18px;line-height:1.4}
.foundations{max-width:900px;margin:34px auto 0}
.foundation{display:flex;gap:24px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--line)}
.foundation:last-child{border-bottom:0}
.foundation .ico{flex:0 0 46px;width:46px;height:46px;color:var(--navy)}
.foundation .ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.6}
.foundation h3{font-size:20px;margin-bottom:6px;text-align:left}.foundation p{font-size:16px;text-align:left}
.maturity,.foundations{text-align:left}
.ctaband{background:var(--navy-deep);color:#fff;text-align:center;padding:58px 24px}
.ctaband h2{color:#fff;font-size:30px;margin-bottom:12px}
.ctaband p{color:#c7cad2;max-width:640px;margin:0 auto 22px}
.maturity{max-width:780px;margin:36px auto 0}
.mlevel{display:flex;gap:20px;align-items:flex-start;position:relative;padding-bottom:26px}
.mlevel:not(:last-child):before{content:"";position:absolute;left:22px;top:48px;bottom:-2px;width:2px;background:var(--line)}
.mlevel .num{flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--head-font);font-weight:700;font-size:18px;position:relative;z-index:2}
.mlevel h3{font-size:19px;margin-bottom:4px}.mlevel p{font-size:16px}
.ceiling{background:rgba(0,114,239,.06);border:1px dashed var(--blue);border-radius:8px;padding:14px 18px;margin:2px 0 24px 66px;font-size:15.5px;color:var(--navy)}
@media(max-width:760px){.vfc{grid-template-columns:1fr;max-width:440px;gap:14px}.vcard.mid{padding:34px 22px}.qgrid{grid-template-columns:1fr}}
