@import "https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--color-primary-900:#0a1f3d;--color-primary-800:#102a4c;--color-primary-700:#163a63;--color-primary-600:#1e4d7b;--color-accent-600:#9c7a2e;--color-accent-700:#7e611f;--color-bg-base:#fafaf8;--color-bg-surface:#f4f3ef;--color-bg-muted:#ecebe6;--color-border:#d8d6ce;--color-border-strong:#b8b5ac;--color-text-heading:#1a1d23;--color-text-body:#3d4148;--color-text-muted:#6b6f76;--color-text-on-primary:#f4f3ef;--font-heading:"Lora", Georgia, serif;--font-body:"Inter", -apple-system, sans-serif;--radius-none:0px;--radius-xs:2px;--radius-sm:4px;--border-hairline:1px solid var(--color-border);--border-emphasis:1px solid var(--color-border-strong);--border-accent:2px solid var(--color-primary-800);--content-width:1200px;--page-gutter:48px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--color-text-body);background:var(--color-bg-base);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{max-width:var(--content-width);padding:0 var(--page-gutter);margin:0 auto}@media (width<=1024px){:root{--page-gutter:40px}}@media (width<=640px){:root{--page-gutter:20px}}h1,.h1{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--color-text-heading);font-size:3rem;font-weight:600;line-height:1.15}h2,.h2{font-family:var(--font-heading);color:var(--color-text-heading);font-size:2rem;font-weight:600;line-height:1.2}h3,.h3{font-family:var(--font-heading);color:var(--color-text-heading);font-size:1.375rem;font-weight:500;line-height:1.3}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.body-text{font-size:1.0625rem;line-height:1.6}.body-dense{font-size:.9375rem;line-height:1.55}.caption{letter-spacing:.01em;color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.utility-bar{background:var(--color-primary-900);border-bottom:1px solid #ffffff14}.utility-bar .container{justify-content:space-between;align-items:center;height:38px;display:flex}.utility-bar a{color:#f4f3efb3;font-size:.75rem;transition:color .15s}.utility-bar a:hover{color:var(--color-text-on-primary)}.utility-bar__left,.utility-bar__right{gap:24px;display:flex}.main-header{background:var(--color-bg-base);border-bottom:var(--border-hairline)}.main-header .container{justify-content:space-between;align-items:center;gap:28px;min-height:92px;display:flex}.logo{align-items:center;gap:16px;min-width:0;display:flex}.logo__mark{flex:0 0 260px;justify-content:center;align-items:center;width:260px;height:68px;display:flex}.logo__mark img{object-fit:contain;width:auto;max-width:260px;max-height:68px}.logo__mark--text{font-family:var(--font-body);color:#fff;letter-spacing:.02em;font-size:.875rem;font-weight:700}.logo__text{flex-direction:column;line-height:1.3;display:none}.logo__name{font-family:var(--font-body);color:var(--color-text-heading);font-size:.9375rem;font-weight:600}.logo__sub{color:var(--color-text-muted);font-size:.75rem}.main-nav{flex:none;align-items:center;gap:22px;display:flex}.main-nav a{font-family:var(--font-body);color:var(--color-text-body);font-size:.9375rem;font-weight:500;transition:color .15s}.main-nav a:hover{color:var(--color-primary-600)}.main-nav a.btn--primary,.main-nav a.btn--primary:hover,.main-nav a.btn--primary:focus,.main-nav a.btn--primary:visited{color:#fff!important}.btn{font-family:var(--font-body);border-radius:var(--radius-xs);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--color-primary-800);color:#fff!important}.btn--primary:hover{background:var(--color-primary-700);color:#fff!important}.btn--secondary{color:var(--color-primary-800);border:1px solid var(--color-primary-800);background:0 0}.btn--secondary:hover,.btn--on-dark{background:var(--color-primary-800);color:#fff!important}.btn--on-dark:hover{background:var(--color-primary-700)}.btn--ghost-light{color:var(--color-primary-800);border:1px solid var(--color-border-strong);background:0 0}.btn--ghost-light:hover{border-color:var(--color-primary-800);background:#102a4c0d}.btn__arrow{font-size:1.1em;transition:transform .15s}.btn:hover .btn__arrow{transform:translate(2px)}.sub-header{background:var(--color-bg-surface);border-bottom:var(--border-hairline)}.sub-header .container{justify-content:space-between;align-items:center;height:54px;display:flex}.sub-header__brand{letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary-800);align-items:center;gap:10px;font-size:.8125rem;font-weight:600;transition:color .15s;display:flex}.sub-header__brand:hover{color:var(--color-primary-600)}.sub-header__logo{border-radius:var(--radius-xs);object-fit:contain;width:30px;height:30px}.sub-header__dot{background:var(--color-accent-600);border-radius:0;width:3px;height:22px}.sub-header__nav{align-items:center;gap:24px;display:flex}.sub-header__nav a{color:var(--color-text-body);font-size:.9375rem;font-weight:500;transition:color .15s}.sub-header__nav a:hover{color:var(--color-primary-600)}.sub-header__nav a.btn--secondary:hover,.sub-header__nav a.btn--secondary:focus{color:#fff!important}.sub-header__nav a.active{color:var(--color-primary-800);border-bottom:2px solid var(--color-accent-600);padding-bottom:3px;font-weight:600}.hero{background:var(--color-bg-base);border-bottom:var(--border-hairline);padding:76px 0 80px;position:relative;overflow:hidden}.hero .container{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:64px;display:grid}.hero__badge{background:var(--color-bg-muted);border-left:2px solid var(--color-accent-600);border-radius:var(--radius-xs);color:var(--color-primary-800);letter-spacing:.02em;margin-bottom:24px;padding:7px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.hero h1{color:var(--color-text-heading);margin-bottom:24px;font-size:3.25rem}.hero__subtitle{color:var(--color-text-body);max-width:640px;margin-bottom:40px;font-size:1.0625rem;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__visual{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:var(--radius-xs);background:#fff;min-height:auto;padding:28px;position:relative;box-shadow:0 20px 40px #0a1f3d0f}.hero__logo-card{border-bottom:var(--border-hairline);align-items:center;gap:18px;margin-bottom:22px;padding-bottom:24px;display:flex}.hero__logo{object-fit:contain;flex:none;width:118px;height:128px}.hero__logo-title{font-family:var(--font-heading);color:var(--color-text-heading);font-size:1.5rem;font-weight:600;line-height:1.15}.hero__logo-subtitle{color:var(--color-text-muted);margin-top:6px;font-size:.875rem;line-height:1.45}.hero__panel-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:18px;font-size:.75rem;font-weight:600}.hero__panel-row{border-top:var(--border-hairline);grid-template-columns:64px 1fr;gap:16px;padding:18px 0;display:grid}.hero__panel-row:first-of-type{border-top:0;padding-top:0}.hero__panel-number{font-family:var(--font-heading);color:var(--color-primary-800);font-size:2rem;font-weight:600;line-height:1}.hero__panel-title{color:var(--color-text-heading);font-size:.9375rem;font-weight:600}.hero__panel-text{color:var(--color-text-muted);margin-top:4px;font-size:.8125rem;line-height:1.55}.page-head{background:var(--color-bg-base);border-bottom:var(--border-hairline);padding:56px 0 64px}.page-head__badge{background:var(--color-bg-muted);border-radius:var(--radius-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:16px;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.page-head h1{margin-bottom:16px}.page-head__subtitle{color:var(--color-text-body);max-width:760px;font-size:1.0625rem;line-height:1.6}.section{padding:72px 0}.section--surface{background:var(--color-bg-surface)}.section--muted{background:var(--color-bg-muted)}.section--navy{background:var(--color-bg-muted);color:var(--color-text-body);border-top:var(--border-hairline);border-bottom:var(--border-hairline)}.section--navy h2,.section--navy h3{color:var(--color-text-heading)}.section--navy .eyebrow{color:var(--color-text-muted)}.section--navy-800{background:var(--color-bg-muted);color:var(--color-text-body)}.section--navy-800 h2{color:var(--color-text-heading)}.section__eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-600);margin-bottom:12px;font-size:.8125rem;font-weight:600}.section-label{align-items:center;gap:10px;margin-bottom:20px;display:inline-flex}.section-label:before{content:"";background:var(--color-accent-600);width:3px;height:22px;display:block}.section-label .eyebrow{color:var(--color-accent-600)}.section__title{margin-bottom:16px}.section__lead{max-width:920px;margin-bottom:40px;font-size:1.0625rem;line-height:1.65}.section__lead--narrow{max-width:760px}.section__prose{max-width:920px;color:var(--color-text-body);font-size:1.0625rem;line-height:1.7}.section__prose+.section__prose{margin-top:24px}.about-foundation{grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:56px;display:grid}.about-foundation__logo-panel{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);background:#fff;justify-content:center;align-items:center;min-height:300px;padding:32px;display:flex;box-shadow:0 20px 40px #0a1f3d0f}.about-foundation__logo-panel img{object-fit:contain;width:220px;height:auto}.card-grid{gap:18px;display:grid}.card-grid--4{grid-template-columns:repeat(4,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--2{grid-template-columns:repeat(2,1fr)}.card-grid--5{grid-template-columns:repeat(5,1fr)}@media (width<=1024px){.card-grid--4,.card-grid--5{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.card-grid--4,.card-grid--5,.card-grid--3,.card-grid--2{grid-template-columns:1fr}}.feature-card{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);padding:28px 24px}.feature-card__icon{background:var(--color-bg-muted);border-radius:var(--radius-xs);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.feature-card__icon-inner{background:var(--color-primary-800);border-radius:var(--radius-xs);width:26px;height:26px}.feature-card__icon svg{width:22px;height:22px;stroke:var(--color-primary-700)}.feature-card h3{font-family:var(--font-heading);color:var(--color-text-heading);margin-bottom:10px;font-size:1.25rem;font-weight:500}.feature-card p{color:var(--color-text-body);font-size:.9375rem;line-height:1.55}.uni-card{border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;padding:20px}.uni-card__logo{border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;padding:8px;display:flex}.uni-card__logo img,.lead-uni-block__logo img,.uni-group-header__logo img,.map-pin__logo img{object-fit:contain;width:100%;height:100%}.uni-card__name{font-family:var(--font-body);color:var(--color-text-heading);margin-bottom:6px;font-size:.9375rem;font-weight:600;line-height:1.35}.uni-card__location{color:var(--color-text-muted);margin-bottom:12px;font-size:.8125rem}.uni-card__badge{border-radius:var(--radius-xs);padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.uni-card__badge--lead{background:var(--color-accent-600);color:#fff}.uni-card__badge--member{background:var(--color-bg-muted);color:var(--color-text-muted)}.uni-card--compact{min-height:178px}.uni-card--compact .uni-card__name{white-space:nowrap;font-size:1rem}.stats-bar{background:var(--color-bg-muted);border-top:var(--border-hairline);border-bottom:var(--border-hairline);padding:48px 0}.stats-bar .container{text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.stats-bar__number{font-family:var(--font-heading);color:var(--color-primary-800);letter-spacing:-.01em;font-size:2.75rem;font-weight:600;line-height:1.15}.stats-bar__label{font-family:var(--font-body);color:var(--color-text-muted);margin-top:4px;font-size:.9375rem;font-weight:500}@media (width<=640px){.stats-bar .container{grid-template-columns:repeat(2,1fr);gap:32px}}.cta-section{background:var(--color-bg-surface);text-align:center;border-top:var(--border-hairline);padding:72px 0}.cta-section h2{font-family:var(--font-heading);color:var(--color-text-heading);margin-bottom:14px;font-size:2rem;font-weight:600}.cta-section p{color:var(--color-text-body);margin-bottom:32px;font-size:1.0625rem}.cta-section__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.footer{background:var(--color-primary-900);padding:56px 0 0}.footer__grid{grid-template-columns:minmax(280px,1.4fr) repeat(4,1fr);gap:32px;padding-bottom:40px;display:grid}.footer__brand-text{color:#f4f3ef73;margin-top:14px;font-size:.8125rem;line-height:1.55}.footer__logo{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer__logo-mark{background:var(--color-text-on-primary);border-radius:var(--radius-xs);justify-content:center;align-items:center;width:230px;height:76px;padding:10px 14px;display:flex}.footer__logo-mark img{object-fit:contain;width:auto;max-width:202px;max-height:56px}.footer__logo-name{font-family:var(--font-body);color:var(--color-text-on-primary);font-size:.9375rem;font-weight:600}.footer__col-title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-on-primary);margin-bottom:14px;font-size:.75rem;font-weight:600}.footer__links a{color:#f4f3ef8c;padding:4px 0;font-size:.875rem;transition:color .15s;display:block}.footer__links a:hover{color:var(--color-text-on-primary)}.footer__bottom{border-top:1px solid var(--color-primary-700);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.footer__copyright,.footer__socials{color:#f4f3ef59;font-size:.75rem}.footer__socials a{color:#f4f3ef59;transition:color .15s}.footer__socials a:hover{color:var(--color-text-on-primary)}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(2,1fr)}.main-nav{display:none}.nav-toggle{width:40px;height:40px;color:var(--color-primary-800);border:var(--border-hairline);border-radius:var(--radius-xs);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}}@media (width<=640px){.footer__grid{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:8px}}.team-card{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);padding:24px}.team-card__header{align-items:center;gap:14px;margin-bottom:14px;display:flex}.team-card__avatar{background:var(--color-primary-800);border-radius:var(--radius-xs);width:52px;height:52px;color:var(--color-text-on-primary);flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;display:flex;overflow:hidden}.team-card__avatar img{object-fit:cover;width:100%;height:100%}.team-card__name{color:var(--color-text-heading);margin-bottom:4px;font-size:.9375rem;font-weight:600}.team-card__role-badge{border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.team-card__role-badge--lead{background:var(--color-accent-600);color:#fff}.team-card__role-badge--pi{background:var(--color-primary-800);color:var(--color-text-on-primary)}.team-card__role-badge--copi{background:var(--color-bg-muted);color:var(--color-text-muted)}.team-card__position{color:var(--color-text-muted);margin-bottom:10px;font-size:.8125rem}.team-card__bio{color:var(--color-text-body);margin-bottom:14px;font-size:.875rem;line-height:1.55}.team-card__tags{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.tag{background:var(--color-bg-muted);border-radius:var(--radius-xs);color:var(--color-text-muted);padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.team-card__link{color:var(--color-primary-600);align-items:center;gap:4px;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.team-card__link:hover{color:var(--color-primary-800)}.uni-group-header{border-bottom:var(--border-hairline);align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.uni-group-header__logo{border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:8px;display:flex}.uni-group-header__name{font-family:var(--font-heading);color:var(--color-text-heading);font-size:1.375rem;font-weight:600}.uni-group-header__meta{align-items:center;gap:10px;margin-top:2px;display:flex}.uni-group-header__location{color:var(--color-text-muted);font-size:.875rem}.uni-group-header__badge{border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.04em;background:var(--color-bg-muted);color:var(--color-text-muted);padding:2px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.uni-group-header__badge--lead{background:var(--color-accent-600);color:#fff}.objective-card{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);padding:28px}.objective-card__number{background:var(--color-primary-800);border-radius:var(--radius-xs);width:40px;height:40px;color:var(--color-text-on-primary);justify-content:center;align-items:center;margin-bottom:16px;font-size:.875rem;font-weight:600;display:flex}.objective-card h3{margin-bottom:12px}.objective-card p{color:var(--color-text-body);font-size:.9375rem;line-height:1.6}.theme-group{border-bottom:var(--border-hairline);padding:56px 0}.theme-group:last-child{border-bottom:none}.theme-group__header{align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.theme-group__badge{background:var(--color-bg-muted);border-radius:var(--radius-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;margin-top:4px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.theme-group__title{font-family:var(--font-heading);color:var(--color-text-heading);font-size:1.75rem;font-weight:600;line-height:1.25}.theme-group__subtitle{color:var(--color-text-muted);margin-top:4px;font-size:.9375rem}.lead-uni-block{background:var(--color-bg-surface);border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);align-items:flex-start;gap:24px;padding:28px 32px;display:flex}.lead-uni-block__logo{border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:9px;display:flex}.lead-uni-block__content{flex:1}.lead-uni-block__title-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.lead-uni-block__name{font-family:var(--font-heading);color:var(--color-text-heading);font-size:1.25rem;font-weight:600}.pipeline-head{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:40px;display:flex}.pipeline-head .section__lead{margin-bottom:0}.pipeline-head__badge{background:var(--color-bg-surface);border:var(--border-hairline);border-left:2px solid var(--color-accent-600);border-radius:var(--radius-xs);color:var(--color-primary-800);flex:none;align-items:center;padding:8px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.stepper{position:relative}.stepper__input{opacity:0;pointer-events:none;position:absolute}.stepper__rail{justify-content:space-between;gap:4px;margin-bottom:44px;display:flex;position:relative}.stepper__rail:before{content:"";background:var(--color-border);z-index:0;height:2px;position:absolute;top:23px;left:6%;right:6%}.stepper__node{z-index:1;text-align:center;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:12px;display:flex;position:relative}.stepper__num{border:2px solid var(--color-border-strong);width:46px;height:46px;font-family:var(--font-heading);color:var(--color-text-muted);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.stepper__label{color:var(--color-text-muted);max-width:118px;font-size:.8125rem;font-weight:600;line-height:1.35;transition:color .2s}.stepper__node:hover .stepper__num{border-color:var(--color-accent-600);transform:translateY(-1px)}.stepper__panel{border:var(--border-hairline);border-top:3px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);background:#fff;padding:40px 44px;display:none;box-shadow:0 24px 48px #0a1f3d0f}.stepper__panel-head{align-items:flex-start;gap:20px;margin-bottom:6px;display:flex}.stepper__icon{background:var(--color-bg-muted);border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stepper__icon svg{width:24px;height:24px;stroke:var(--color-primary-700)}.stepper__kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-600);margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.stepper__panel h3{margin-bottom:0;font-size:1.5rem}.stepper__panel p{color:var(--color-text-body);max-width:660px;margin-top:16px;font-size:1.0625rem;line-height:1.7}.stepper__progress{font-family:var(--font-body);color:var(--color-text-muted);letter-spacing:.04em;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:.75rem;font-weight:600}#pipeline-stage-1:checked~.stepper__panel--1,#pipeline-stage-2:checked~.stepper__panel--2,#pipeline-stage-3:checked~.stepper__panel--3,#pipeline-stage-4:checked~.stepper__panel--4,#pipeline-stage-5:checked~.stepper__panel--5{display:block}#pipeline-stage-1:checked~.stepper__rail label[for=pipeline-stage-1] .stepper__num,#pipeline-stage-2:checked~.stepper__rail label[for=pipeline-stage-2] .stepper__num,#pipeline-stage-3:checked~.stepper__rail label[for=pipeline-stage-3] .stepper__num,#pipeline-stage-4:checked~.stepper__rail label[for=pipeline-stage-4] .stepper__num,#pipeline-stage-5:checked~.stepper__rail label[for=pipeline-stage-5] .stepper__num{background:var(--color-primary-800);border-color:var(--color-primary-800);color:#fff}#pipeline-stage-1:checked~.stepper__rail label[for=pipeline-stage-1] .stepper__label,#pipeline-stage-2:checked~.stepper__rail label[for=pipeline-stage-2] .stepper__label,#pipeline-stage-3:checked~.stepper__rail label[for=pipeline-stage-3] .stepper__label,#pipeline-stage-4:checked~.stepper__rail label[for=pipeline-stage-4] .stepper__label,#pipeline-stage-5:checked~.stepper__rail label[for=pipeline-stage-5] .stepper__label{color:var(--color-text-heading)}@media (width<=768px){.pipeline-head{flex-direction:column;gap:18px}.stepper__rail:before{top:19px;left:4%;right:4%}.stepper__num{width:38px;height:38px;font-size:.8125rem}.stepper__label{max-width:70px;font-size:.6875rem}.stepper__panel{padding:28px 24px}.stepper__panel-head{flex-wrap:wrap}.stepper__progress{margin-left:0}}.impact-pills{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.impact-pill{border:var(--border-hairline);border-radius:var(--radius-xs);text-align:center;background:#fff;padding:16px 24px}.impact-pill__title{color:var(--color-text-heading);margin-bottom:2px;font-size:.9375rem;font-weight:600}.impact-pill__desc{color:var(--color-text-muted);font-size:.8125rem}.text-link{color:var(--color-primary-600);align-items:center;gap:6px;font-size:.9375rem;font-weight:600;transition:color .15s;display:inline-flex}.text-link:hover{color:var(--color-primary-800)}.split-panel{grid-template-columns:1fr 1fr;gap:18px;display:grid}.split-panel__item{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);padding:32px}.split-panel__item .eyebrow{margin-bottom:10px}.split-panel__item h3{margin-bottom:14px}@media (width<=768px){.split-panel{grid-template-columns:1fr}}.network-map{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:stretch;gap:28px;margin-top:34px;display:grid}.network-map__canvas{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);background:#fff;min-height:440px;position:relative;overflow:hidden}.network-map__canvas:before{content:"";background-image:linear-gradient(var(--color-bg-surface) 1px, transparent 1px), linear-gradient(90deg, var(--color-bg-surface) 1px, transparent 1px);background-size:40px 40px;position:absolute;inset:0}.network-map__lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.network-map__lines path{fill:none;stroke:#9c7a2e94;stroke-width:2px;stroke-dasharray:6 8}.network-map__label{z-index:1;letter-spacing:.08em;text-transform:uppercase;color:#6b6f76b8;font-size:.75rem;font-weight:700;position:absolute}.network-map__label--north{top:34px;left:46px}.network-map__label--central{top:156px;right:48px}.network-map__label--south{bottom:34px;left:46px}.network-node{z-index:2;border:var(--border-hairline);border-radius:var(--radius-xs);background:#fffffff5;align-items:center;gap:10px;width:188px;padding:10px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:absolute;box-shadow:0 14px 24px #0a1f3d14}.network-node:hover,.network-node:focus{border-color:var(--color-accent-600);outline:none;transform:translateY(-2px);box-shadow:0 18px 30px #0a1f3d21}.network-node--lead{border-color:#9c7a2e8c}.network-node--itu{top:34%;left:52%}.network-node--pu{top:52%;left:52%}.network-node--fjwu{top:12%;left:33%}.network-node--bzu{top:58%;left:30%}.network-node--kfueit{top:76%;left:20%}.network-node__logo{border-radius:var(--radius-xs);box-sizing:border-box;background:#fff;flex:0 0 38px;width:38px;height:38px;padding:4px;overflow:hidden}.network-node__logo img{object-fit:contain;width:100%;height:100%}.network-node__city{color:var(--color-text-heading);font-size:.8125rem;font-weight:700;line-height:1.2;display:block}.network-node__name{color:var(--color-text-muted);margin-top:2px;font-size:.75rem;display:block}.network-map__panel{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);background:#fff;padding:28px}@media (width<=1024px){.network-map{grid-template-columns:1fr}}@media (width<=640px){.network-map__canvas{min-height:500px}.network-node{width:176px}.network-node--itu{top:34%;left:40%}.network-node--pu{top:46%;left:40%}.network-node--fjwu{top:12%;left:18%}.network-node--bzu{top:62%;left:18%}.network-node--kfueit{top:78%;left:18%}}.map-list{gap:14px;margin-top:20px;display:grid}.map-list__item{grid-template-columns:40px 1fr;align-items:center;gap:12px;display:grid}.map-list__logo{border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;width:40px;height:40px;padding:5px;overflow:hidden}.map-list__name{color:var(--color-text-heading);font-size:.875rem;font-weight:600}.map-list__location{color:var(--color-text-muted);font-size:.75rem}.map-list__item.is-clickable{cursor:pointer;border-radius:var(--radius-xs);text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:1px solid #0000;margin:-6px;padding:6px;transition:background .15s,border-color .15s}.map-list__item.is-clickable:hover,.map-list__item.is-clickable.is-active{background:#9c7a2e14;border-color:#9c7a2e4d}.geo-map{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch;gap:28px;margin-top:34px;display:grid}.geo-map__canvas{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);cursor:grab;touch-action:none;background:#fff;min-height:480px;position:relative;overflow:hidden}.geo-map__canvas.is-dragging{cursor:grabbing}.geo-map__svg{width:100%;height:100%;display:block;position:absolute;inset:0}.geo-province{fill:var(--color-bg-muted);stroke:var(--color-border-strong);stroke-width:1px;vector-effect:non-scaling-stroke;transition:fill .25s,stroke .25s}.geo-province:nth-of-type(2n){fill:#efeee8}.geo-province.is-hovered{fill:#9c7a2e24;stroke:var(--color-accent-600)}.geo-corridor-glow{fill:none;stroke:var(--color-primary-700);stroke-width:7px;stroke-linecap:round;stroke-linejoin:round;opacity:.08;vector-effect:non-scaling-stroke}.geo-corridor-base{fill:none;stroke:var(--color-primary-700);stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round;opacity:.4;vector-effect:non-scaling-stroke}.geo-corridor-flow{fill:none;stroke:var(--color-accent-600);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.9;stroke-dasharray:1 12;vector-effect:non-scaling-stroke}.geo-map__markers{z-index:20;pointer-events:none;position:absolute;inset:0}.geo-marker{cursor:pointer;pointer-events:auto;will-change:transform;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:0;left:0}.geo-marker__ring{border:1.5px solid #9c7a2e8c;border-radius:50%;width:26px;height:26px;animation:2.6s cubic-bezier(0,.4,.6,1) infinite geoPulse;position:absolute}.geo-marker__ring--2{animation-delay:1.3s}@keyframes geoPulse{0%{opacity:.9;transform:scale(.35)}70%{opacity:0}to{opacity:0;transform:scale(1.4)}}.geo-marker__core{background:var(--color-primary-800);z-index:3;border-radius:50%;width:11px;height:11px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .2s;box-shadow:0 0 0 3px #fff,0 2px 6px #0a1f3d59}.geo-marker.is-lead .geo-marker__core{background:var(--color-accent-600)}.geo-marker:hover .geo-marker__core,.geo-marker.is-active .geo-marker__core{transform:scale(1.5)}.geo-marker__tag{font-family:var(--font-body);letter-spacing:.02em;color:var(--color-text-heading);border:var(--border-hairline);border-radius:var(--radius-xs);white-space:nowrap;opacity:0;pointer-events:none;background:#fff;padding:3px 8px;font-size:.6875rem;font-weight:600;transition:opacity .15s;position:absolute;top:30px;left:50%;transform:translate(-50%);box-shadow:0 6px 14px #0a1f3d1a}.geo-marker:hover .geo-marker__tag,.geo-marker.is-active .geo-marker__tag{opacity:1}.geo-map__popups{z-index:30;pointer-events:none;position:absolute;inset:0}.geo-popup{border:var(--border-hairline);border-top:3px solid var(--color-accent-600);border-radius:var(--radius-xs);pointer-events:auto;opacity:0;background:#fff;width:250px;transition:opacity .18s,transform .18s cubic-bezier(.2,1,.3,1);position:absolute;top:0;left:0;transform:translate(-50%,calc(-100% - 22px))scale(.96);box-shadow:0 20px 44px #0a1f3d29}.geo-popup.is-visible{opacity:1;transform:translate(-50%,calc(-100% - 22px))scale(1)}.geo-popup__close{width:20px;height:20px;color:var(--color-text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:background .15s,color .15s;display:flex;position:absolute;top:8px;right:8px}.geo-popup__close:hover{background:var(--color-bg-muted);color:var(--color-primary-800)}.geo-popup__body{padding:16px 18px}.geo-popup__eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--color-accent-600);margin-bottom:4px;padding-right:16px;font-size:.6875rem;font-weight:700}.geo-popup__title{font-family:var(--font-heading);color:var(--color-text-heading);margin-bottom:6px;font-size:1.0625rem;font-weight:600;line-height:1.2}.geo-popup__meta{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin-bottom:10px;padding-bottom:10px;font-size:.75rem}.geo-popup__desc{color:var(--color-text-body);font-size:.8125rem;line-height:1.55}.geo-map__zoom{z-index:25;border:var(--border-hairline);border-radius:var(--radius-xs);background:#fff;flex-direction:column;display:flex;position:absolute;bottom:14px;right:14px;overflow:hidden;box-shadow:0 8px 20px #0a1f3d14}.geo-map__zoom button{border:none;border-bottom:var(--border-hairline);width:34px;height:34px;color:var(--color-primary-800);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background .15s;display:flex}.geo-map__zoom button:last-child{border-bottom:none}.geo-map__zoom button:hover{background:var(--color-bg-muted)}.geo-map__zoom svg{width:15px;height:15px}.geo-map__badge{z-index:25;letter-spacing:.03em;color:var(--color-text-muted);border:var(--border-hairline);border-radius:var(--radius-xs);pointer-events:none;background:#fff;padding:5px 10px;font-size:.6875rem;font-weight:500;position:absolute;bottom:14px;left:14px}.geo-map__panel{border:var(--border-hairline);border-top:2px solid var(--color-accent-600);border-radius:0 0 var(--radius-xs) var(--radius-xs);background:#fff;padding:28px}@media (width<=1024px){.geo-map{grid-template-columns:1fr}}@media (width<=640px){.geo-map__canvas{min-height:400px}.geo-map__badge{display:none}}.feature-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.feature-row__item{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);gap:16px;padding:24px;display:flex}.feature-row__icon{background:var(--color-bg-muted);border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.feature-row__icon svg{width:20px;height:20px;stroke:var(--color-primary-700)}.feature-row__title{color:var(--color-text-heading);margin-bottom:6px;font-size:.9375rem;font-weight:600}.feature-row__desc{color:var(--color-text-body);font-size:.875rem;line-height:1.55}@media (width<=768px){.feature-row{grid-template-columns:1fr}}.vm-card{background:var(--color-bg-surface);border:var(--border-hairline);border-radius:var(--radius-xs);padding:32px}.vm-card__icon{background:var(--color-bg-muted);border-radius:var(--radius-xs);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.vm-card__icon svg{width:24px;height:24px;stroke:var(--color-primary-700)}.vm-card h3{margin-bottom:14px}@media (width<=1024px){.hero .container{grid-template-columns:1fr}.hero__visual{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.hero__logo-card,.hero__panel-label{grid-column:1/-1}.hero__panel-row{border-top:0;border-left:var(--border-hairline);grid-template-columns:1fr;padding:0 18px}.hero__panel-row:first-of-type{border-left:0}.hero h1{font-size:2.5rem}}@media (width<=640px){.hero{padding:48px 0 56px}.hero h1,h1{font-size:2rem}h2{font-size:1.5rem}.section{padding:48px 0}.hero__visual{grid-template-columns:1fr}.hero__logo-card{align-items:flex-start}.hero__logo{width:92px;height:100px}.hero__panel-row{border-left:0;border-top:var(--border-hairline);padding:18px 0}.hero__panel-row:first-of-type{border-top:0;padding-top:0}}.intro-split{grid-template-columns:1fr 420px;align-items:center;gap:56px;display:grid}.intro-split__visual{justify-content:center;align-items:center;min-height:340px;display:flex;position:relative}.chatbot-illustration{justify-content:center;align-items:center;width:min(100%,440px);min-height:350px;display:flex;position:relative}.chatbot-illustration__svg{filter:drop-shadow(0 24px 38px #0a1f3d29);width:100%;height:auto;position:relative}.chatbot-illustration__line{stroke:#102a4c2e;stroke-width:2px;stroke-dasharray:6 8}.chatbot-illustration__node{fill:#fff;stroke:#102a4c3d;stroke-width:2px}.chatbot-illustration__node--accent{fill:#9c7a2e29;stroke:#9c7a2e73}.chatbot-illustration__panel{fill:#fff;stroke:#102a4c1f;stroke-width:2px}.chatbot-illustration__topbar{fill:#fafaf8}.chatbot-illustration__assistant-mark,.chatbot-illustration__mini-mark{fill:var(--color-primary-800)}.chatbot-illustration__spark,.chatbot-illustration__mini-spark{fill:#fff}.chatbot-illustration__status{stroke:#102a4c61;stroke-width:5px;stroke-linecap:round}.chatbot-illustration__status-dot{fill:var(--color-accent-600)}.chatbot-illustration__bubble--user{fill:var(--color-primary-800)}.chatbot-illustration__bubble--bot{fill:#f4f3ef;stroke:#102a4c14;stroke-width:1.5px}.chatbot-illustration__text{stroke:#3d41486b;stroke-width:5px;stroke-linecap:round}.chatbot-illustration__text--light{stroke:#ffffffc7}.chatbot-illustration__source-card{fill:#9c7a2e26}.chatbot-illustration__source-card--wide{fill:#102a4c1a}.chatbot-illustration__input{fill:#fff;stroke:#102a4c1f;stroke-width:1.5px}.chatbot-illustration__send{fill:var(--color-accent-600)}@media (width<=1024px){.intro-split{grid-template-columns:1fr}.intro-split__visual{display:none}}@media (width<=900px){.about-foundation{grid-template-columns:1fr;gap:32px}.about-foundation__logo-panel{min-height:220px}.about-foundation__logo-panel img{width:170px}}.nav-toggle{display:none}@media (width<=1024px){.nav-toggle{width:40px;height:40px;color:var(--color-primary-800);border:var(--border-hairline);border-radius:var(--radius-xs);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}}@media (width<=768px){.main-header .container{min-height:74px}.logo__mark{flex-basis:210px;width:210px;height:56px}.logo__mark img{max-width:210px;max-height:56px}.logo__name{font-size:.8125rem}.logo__sub{font-size:.6875rem}.sub-header .container{flex-direction:column;align-items:flex-start;gap:12px;height:auto;padding-top:12px;padding-bottom:12px}.sub-header__nav{gap:18px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.sub-header__nav a{white-space:nowrap}.utility-bar__right{display:none}.utility-bar__left{white-space:nowrap;gap:16px;width:100%;overflow-x:auto}}
