:root{--ink:#132238;--muted:#5b6a7f;--paper:#fff;--surface:#f3f6fa;--surface-blue:#eaf2ff;--blue:#1f67e8;--blue-dark:#124fb9;--blue-soft:#dbe9ff;--navy:#0d2747;--navy-soft:#173b66;--line:#dce4ee;--line-strong:#c8d3e0;--radius:14px;--shadow:0 18px 48px #1e395b1a;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Segoe UI Variable,Segoe UI,Arial,sans-serif;font-size:17px;line-height:1.62}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{color:var(--muted);margin:0 0 1rem}h1,h2,h3{color:inherit;letter-spacing:-.032em;text-wrap:balance;margin:0;font-weight:700;line-height:1.08}h1{max-width:980px;font-size:clamp(3rem,6vw,5.35rem)}h2{font-size:clamp(2.2rem,4.2vw,3.85rem)}h3{font-size:clamp(1.2rem,1.8vw,1.55rem)}button,input,textarea{font:inherit}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.skip-link{z-index:100;color:var(--navy);box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:12px 18px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.site-header{z-index:50;backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #1322381a;position:sticky;top:0}.header-inner{grid-template-columns:205px 1fr auto;align-items:center;gap:28px;min-height:78px;display:grid;position:relative}.brand{align-items:center;width:fit-content;display:inline-flex}.brand img{aspect-ratio:3;object-fit:contain;width:180px}.primary-nav{justify-content:center;gap:clamp(18px,2.6vw,34px);font-size:.92rem;font-weight:600;display:flex}.primary-nav a{color:#35465c;padding:8px 0;transition:color .2s;position:relative}.primary-nav a:after{content:"";background:var(--blue);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.primary-nav a:hover,.primary-nav a:focus-visible{color:var(--blue-dark)}.primary-nav a:hover:after,.primary-nav a:focus-visible:after{transform:scaleX(1)}.nav-mobile-cta,.menu-toggle{display:none}.button{border:1px solid var(--blue);background:var(--blue);color:#fff;text-align:center;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-height:52px;padding:0 25px;font-weight:700;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.button:hover{border-color:var(--blue-dark);background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 12px 28px #1f67e833}.button-small{min-height:44px;padding:0 19px;font-size:.88rem}.button-secondary{border-color:var(--line-strong);color:var(--ink);background:#fff}.button-secondary:hover{border-color:var(--blue);background:var(--surface-blue);color:var(--blue-dark)}.button-light{color:var(--navy);background:#fff;border-color:#fff}.button-light:hover{color:var(--navy);background:#eef5ff;border-color:#fff}.button-ghost-light{color:#fff;background:0 0;border-color:#ffffff8c}.button-ghost-light:hover{background:#ffffff14;border-color:#fff}.button:focus-visible,.menu-toggle:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #3b82f6}.actions{flex-wrap:wrap;gap:12px;display:flex}.home-hero{isolation:isolate;background:linear-gradient(#f1f6ff 0%,#fbfdff 64%,#fff 100%);padding:clamp(72px,7vw,100px) 0 clamp(54px,6vw,78px);position:relative;overflow:hidden}.home-hero:before{content:"";z-index:-1;opacity:.55;background-image:linear-gradient(#1f67e80d 1px,#0000 1px),linear-gradient(90deg,#1f67e80d 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;mask-image:linear-gradient(90deg,#0000,#000 35% 80%,#0000)}.home-hero:after{content:"";z-index:-1;filter:blur(4px);opacity:.7;background:#d7e7ff;border-radius:50%;width:500px;height:500px;position:absolute;top:-260px;right:-220px}.home-hero-grid{grid-template-columns:minmax(0,7.4fr) minmax(360px,4.6fr);align-items:center;gap:clamp(44px,6vw,76px);display:grid}.home-hero-copy h1{max-width:760px;font-size:clamp(3rem,4.8vw,4.55rem)}.home-hero-lead{color:#43546a;max-width:750px;margin:28px 0 15px;font-size:clamp(1.08rem,1.7vw,1.27rem);line-height:1.6}.home-hero-note{border-left:3px solid var(--blue);color:#58687c;max-width:690px;margin:0 0 30px;padding-left:16px;font-size:.95rem}.capability-list{flex-wrap:wrap;gap:8px;margin-top:34px;display:flex}.capability-list span{border:1px solid var(--line);color:#425268;background:#ffffffd9;border-radius:7px;padding:8px 12px;font-size:.82rem;font-weight:650}.hero-panel{background:var(--navy);color:#fff;border:1px solid #ffffff24;border-radius:18px;overflow:hidden;box-shadow:0 30px 70px #0d274738}.hero-panel-head{background:var(--navy-soft);border-bottom:1px solid #ffffff26;gap:7px;padding:27px 30px;display:grid}.hero-panel-head span{color:#a8ccff;letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:800}.hero-panel-head strong{max-width:320px;font-size:1.2rem;line-height:1.35}.hero-panel ol{margin:0;padding:8px 30px 14px;list-style:none}.hero-panel li{border-bottom:1px solid #ffffff1f;grid-template-columns:42px 1fr;align-items:start;gap:17px;padding:20px 0;display:grid}.hero-panel li:last-child{border-bottom:0}.hero-panel li>span{color:#b7d4ff;background:#5397ff2b;border-radius:8px;place-items:center;width:38px;height:38px;font-size:.72rem;font-weight:800;display:grid}.hero-panel li strong{margin:1px 0 3px;font-size:.98rem;display:block}.hero-panel li p{color:#b9c8da;margin:0;font-size:.86rem}.principles-band{background:var(--navy);color:#fff}.principles-grid{grid-template-columns:repeat(4,1fr);display:grid}.principles-grid article{border-right:1px solid #ffffff21;min-height:166px;padding:32px 30px}.principles-grid article:first-child{padding-left:0}.principles-grid article:last-child{border-right:0}.principles-grid strong{color:#d8e8ff;margin-bottom:12px;font-size:1.05rem;display:block}.principles-grid p{color:#d5e0ec;margin:0;font-size:.9rem;line-height:1.55}.section{padding:clamp(86px,9vw,126px) 0}.section-soft{background:var(--surface)}.section-navy{background:var(--navy);color:#fff;position:relative;overflow:hidden}.section-navy:after{content:"";opacity:.18;background:#1f67e8;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-300px;right:-230px}.section-navy .container{z-index:1;position:relative}.section-navy p{color:#b9c7d8}.section-head{grid-template-columns:minmax(0,7fr) minmax(280px,5fr);align-items:end;gap:clamp(46px,7vw,88px);margin-bottom:56px;display:grid}.section-head p{max-width:520px;margin:0 0 4px;font-size:1.04rem}.section-head-stacked{grid-template-columns:minmax(0,830px);gap:0}.section-head-stacked .section-intro{color:#4f6075;max-width:760px;margin:22px 0 0;font-size:1.06rem}.eyebrow{color:var(--blue-dark);letter-spacing:.14em;text-transform:uppercase;margin-bottom:17px;font-size:.72rem;font-weight:800;display:block}.section-navy .eyebrow,.cta-section .eyebrow{color:#8fc0ff}.problem-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.problem-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:30px}.problem-card>span{color:var(--blue-dark);margin-bottom:46px;font-size:.75rem;font-weight:800;display:block}.problem-card h3{margin-bottom:13px}.problem-card p{margin:0;font-size:.95rem}.solution-line{text-align:center;max-width:820px;margin:46px auto 0;font-size:1.2rem}.solution-line strong{color:var(--blue-dark)}.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.solution-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;min-height:440px;padding:28px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 10px 30px #1f3b5b0b}.solution-card:hover{box-shadow:var(--shadow);border-color:#b9cae1;transform:translateY(-3px)}.solution-card-secondary{background:#fbfdff;border-style:dashed}.solution-card-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:42px;display:flex}.solution-number{color:var(--blue-dark);letter-spacing:.08em;font-size:.76rem;font-weight:800}.status-label{background:var(--surface-blue);color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:5px;padding:5px 8px;font-size:.66rem;font-weight:800}.status-label-pilot{color:#7b4e00;background:#fff2d9}.solution-card h3{min-height:3.2em;margin-bottom:14px;font-size:1.35rem}.solution-card h3 a:hover{color:var(--blue-dark)}.solution-card p{margin-bottom:19px;font-size:.92rem}.solution-card ul{gap:8px;margin:0 0 25px;padding:0;list-style:none;display:grid}.solution-card li{color:#425269;padding-left:16px;font-size:.86rem;position:relative}.solution-card li:before{content:"";background:var(--blue);border-radius:1px;width:5px;height:5px;position:absolute;top:.72em;left:0}.solution-card .text-link{margin-top:auto}.service-grid{counter-reset:service;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.service-card{border:1px solid var(--line);border-radius:var(--radius);counter-increment:service;background:#fff;grid-template-rows:auto auto 1fr auto;grid-template-columns:48px 1fr;column-gap:20px;min-height:280px;padding:30px;display:grid}.service-card:before{content:counter(service, decimal-leading-zero);background:var(--navy);color:#fff;border-radius:8px;grid-area:1/1/span 4;place-items:center;width:44px;height:44px;font-size:.7rem;font-weight:800;display:grid}.service-card .badge,.service-card h3,.service-card p,.service-card .text-link{grid-column:2}.service-card h3{margin:14px 0 11px}.service-card p{margin-bottom:20px}.badge{background:var(--surface-blue);color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:5px;justify-self:start;padding:5px 8px;font-size:.66rem;font-weight:800}.text-link{width:fit-content;color:var(--blue-dark);font-weight:700}.text-link:hover{text-underline-offset:4px;text-decoration:underline}.steps{counter-reset:steps;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;padding:0;list-style:none;display:grid}.step{border-top:2px solid var(--line);counter-increment:steps;padding:22px 0 0}.step:before{content:"0" counter(steps);color:var(--blue-dark);margin-bottom:44px;font-size:.75rem;font-weight:800;display:block}.step h3{margin-bottom:13px}.step p{margin:0;font-size:.92rem}.home-steps .step{min-height:255px}.governance-layout{grid-template-columns:5fr 7fr;align-items:start;gap:clamp(50px,8vw,105px);display:grid}.governance-layout h2{max-width:500px}.governance-grid{gap:0;display:grid}.governance-grid article{border-top:1px solid #ffffff2b;padding:27px 0}.governance-grid article:last-child{border-bottom:1px solid #ffffff2b}.governance-grid h3{color:#edf5ff;margin-bottom:9px;font-size:1.15rem}.governance-grid p{margin:0;font-size:.92rem}.faq{max-width:1020px}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{color:var(--ink);cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:25px 0;font-size:1.08rem;font-weight:700;list-style:none;display:grid}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";border:1px solid var(--line-strong);width:30px;height:30px;color:var(--blue-dark);border-radius:7px;place-items:center;font-size:1.2rem;font-weight:500;display:grid}.faq details[open] summary:after{content:"−"}.faq details p{max-width:820px;margin:-4px 0 24px}.metrics{counter-reset:metric;border-top:1px solid #ffffff2b;grid-template-columns:repeat(3,1fr);display:grid}.metric{counter-increment:metric;border-right:1px solid #ffffff2b;padding:38px 34px 16px 0}.metric+.metric{padding-left:34px}.metric:last-child{border-right:0}.metric:before{content:"0" counter(metric);color:#8fc0ff;margin-bottom:46px;font-size:.8rem;font-weight:800;display:block}.metric strong{margin-bottom:14px;font-size:1.25rem;display:block}.cta-section{background:var(--navy);color:#fff;padding:clamp(78px,8vw,108px) 0}.cta-inner{grid-template-columns:7fr 5fr;align-items:center;gap:72px;display:grid}.cta-inner h2{max-width:720px}.cta-inner p{color:#b9c7d8;max-width:650px;margin:20px 0 0}.cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(110deg,#eef5ff 0%,#f8fbff 58%,#fff 100%);padding:clamp(84px,10vw,132px) 0 76px;position:relative;overflow:hidden}.page-hero:after{content:"";background:#d8e8ff;border-radius:50%;width:330px;height:330px;position:absolute;top:-180px;right:-150px}.page-hero .container{z-index:1;position:relative}.page-hero h1{max-width:920px;font-size:clamp(2.85rem,5.6vw,4.9rem)}.page-hero p{max-width:760px;margin-top:24px;font-size:1.12rem}.page-hero .actions{margin-top:30px}.error-page{min-height:68vh}.content-grid{grid-template-columns:minmax(0,8fr) minmax(280px,4fr);gap:76px;display:grid}.contact-options{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.contact-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;align-content:start;gap:18px;padding:clamp(26px,4vw,42px);display:grid}.contact-card h2,.contact-card h3,.contact-card p{margin:0}.contact-card .text-link{margin-top:4px}.prose{max-width:790px}.prose h2{margin:2.5rem 0 1rem;font-size:2.05rem}.prose h3{margin:2rem 0 .8rem}.prose li{color:var(--muted);margin-bottom:.55rem}.side-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;align-self:start;padding:28px;position:sticky;top:105px}.side-card ul{padding-left:20px}.lead-form{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;gap:18px;padding:clamp(26px,4vw,42px);display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}label{gap:8px;font-size:.9rem;font-weight:650;display:grid}input,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #b9c6d6;border-radius:8px;padding:14px 16px}textarea{resize:vertical}.consent{grid-template-columns:auto 1fr;align-items:start;font-weight:400}.consent input{width:18px;margin-top:5px}.consent a{text-decoration:underline}.honeypot{position:absolute;left:-10000px}.form-status{min-height:28px;margin:0}.article-list{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.article-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:30px;transition:border-color .2s,box-shadow .2s,transform .2s}.article-card:hover{box-shadow:var(--shadow);border-color:#bdcbe0;transform:translateY(-3px)}.article-card h2{margin:15px 0 14px;font-size:1.65rem}.article-meta{color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.site-footer{color:#fff;background:#081b31;padding:70px 0 28px}.logo-surface{background:#fff;border-radius:8px;align-items:center;width:fit-content;padding:4px 10px;display:inline-flex}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:68px;display:grid}.footer-grid p{color:#9fb0c4;max-width:430px;margin-top:20px}.footer-grid h2{color:#dbe9f9;letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px;font-size:.72rem}.footer-grid a{color:#c8d5e4;width:fit-content;margin:9px 0;display:block}.footer-grid a:hover{color:#fff}.footer-bottom{color:#7f94aa;border-top:1px solid #ffffff21;justify-content:space-between;margin-top:54px;padding-top:22px;font-size:.8rem;display:flex}@media (width<=1040px){.home-hero-grid{grid-template-columns:minmax(0,3fr) minmax(340px,2fr);gap:44px}.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-card h3{min-height:0}}@media (width<=900px){.header-inner{grid-template-columns:1fr auto;min-height:72px}.header-cta{display:none}.menu-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;place-content:center;gap:5px;padding:10px;display:grid}.menu-toggle span{background:currentColor;border-radius:2px;width:21px;height:2px;transition:transform .2s,opacity .2s;display:block}.site-header[data-menu-open] .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.site-header[data-menu-open] .menu-toggle span:nth-child(2){opacity:0}.site-header[data-menu-open] .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.primary-nav{border-bottom:1px solid var(--line);background:#fff;gap:0;padding:14px 24px 22px;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 18px 35px #162e4c1f}.site-header[data-menu-open] .primary-nav{display:grid}.primary-nav a{border-bottom:1px solid var(--line);padding:12px 0}.primary-nav a:after{display:none}.nav-mobile-cta{background:var(--blue);border-radius:8px;justify-content:center;margin-top:14px;color:#fff!important;border:0!important;padding:13px 18px!important;display:inline-flex!important}.home-hero-grid{grid-template-columns:1fr}.home-hero-copy h1{max-width:780px}.hero-panel{max-width:650px}.principles-grid{grid-template-columns:repeat(2,1fr)}.principles-grid article,.principles-grid article:first-child{border-bottom:1px solid #ffffff21;border-right:1px solid #ffffff21;padding:28px}.principles-grid article:nth-child(2n){border-right:0}.principles-grid article:nth-last-child(-n+2){border-bottom:0}.section-head,.cta-inner,.content-grid,.contact-options,.governance-layout{grid-template-columns:1fr}.section-head{gap:22px}.problem-grid{grid-template-columns:1fr}.problem-card>span{margin-bottom:26px}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.governance-layout{gap:46px}.cta-actions{justify-content:flex-start}.side-card{position:static}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:32px}}@media (width<=620px){body{font-size:16px}h1{font-size:clamp(2.55rem,12vw,3.35rem)}h2{font-size:clamp(2rem,9.6vw,2.75rem)}.container{width:min(calc(100% - 30px), var(--container))}.header-inner{min-height:68px}.brand img{width:156px}.home-hero{padding:64px 0 50px}.home-hero:before{background-size:42px 42px}.home-hero-lead{margin-top:22px;font-size:1.03rem}.home-hero .actions .button{width:100%}.capability-list{margin-top:28px}.capability-list span{padding:7px 10px;font-size:.76rem}.hero-panel-head{padding:24px}.hero-panel ol{padding:6px 24px 12px}.principles-grid{grid-template-columns:1fr}.principles-grid article,.principles-grid article:first-child,.principles-grid article:nth-child(2n),.principles-grid article:nth-last-child(-n+2){border-bottom:1px solid #ffffff21;border-right:0;min-height:0;padding:24px 0}.principles-grid article:last-child{border-bottom:0}.section{padding:72px 0}.section-head{margin-bottom:40px}.solution-grid,.steps,.metrics,.form-grid,.article-list,.footer-grid{grid-template-columns:1fr}.solution-card{min-height:0;padding:24px}.solution-card-top{margin-bottom:30px}.service-card{grid-template-columns:42px 1fr;column-gap:15px;min-height:0;padding:23px}.service-card:before{width:40px;height:40px}.step{min-height:0;padding-bottom:25px}.step:before{margin-bottom:25px}.governance-layout{gap:36px}.faq summary{padding:21px 0;font-size:1rem}.cta-section{padding:72px 0}.cta-inner{gap:34px}.cta-actions .button{width:100%}.page-hero{padding:68px 0 54px}.page-hero h1{font-size:clamp(2.45rem,11.5vw,3.2rem)}.metric,.metric+.metric{border-bottom:1px solid #ffffff2b;border-right:0;padding:28px 0}.footer-grid{gap:34px}.footer-bottom{gap:8px;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
