:root{--navy:#0B3260;--gold:#D4AF37;--gold-lt:#D4AF6A;--cream:#F7F3EC;--offwhite:#f8f9fa;--text:#1A2B40;--muted:#6B7A8D;--border:rgba(0,18,46,0.10);--line:rgba(212,175,55,0.25);--ease:cubic-bezier(0.25,0.46,0.45,0.94);--ff-head:"Cormorant Garamond",Georgia,serif;--ff-body:"Jost",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:clamp(14px,1.17vw,20px)}@media (min-width:1920px){html{font-size:clamp(20px,1.15vw,22px)}}@media (min-width:2560px){html{font-size:25px}}body{background:#FDFBF8;color:var(--text);font-family:var(--ff-body);font-weight:300;line-height:1.8;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 3rem}@media (max-width:767px){.container{padding:0 1.2rem}}@media (max-width:480px){.container{padding:0 1rem}}.section{padding:7rem 0}@media (max-width:767px){.section{padding:4rem 0}}@media (max-width:480px){.section{padding:3rem 0}}.section--dark{color:var(--cream)}.label{font-family:var(--ff-body);font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1rem}.label,h2{font-weight:500}h2{font-size:clamp(1.8rem,3.8vw,3.2rem);line-height:1.18;margin-bottom:1.4rem}h2,h3{font-family:var(--ff-head)}h3{font-size:1.45rem;font-weight:600;line-height:1.3;margin-bottom:.7rem}p{margin-bottom:1.1rem;font-size:1.1rem;font-weight:500;color:var(--muted);text-align:justify;-webkit-hyphens:none;hyphens:none;line-height:1.85}@media (max-width:767px){h2{font-size:clamp(1.6rem,6vw,2.2rem);margin-bottom:1rem}h3{font-size:1.15rem}p{font-size:1rem;font-weight:500;text-align:justify}}.section--dark p{color:rgba(247,243,236,.66)}.divider{width:56px;height:1px;margin:1.4rem 0 2.4rem}.divider,.gold-bar{background:var(--gold)}.gold-bar{width:6rem;height:2px;margin:1rem 0 2rem}.fade-in{opacity:0;transform:translateY(22px);transition:opacity .82s var(--ease),transform .82s var(--ease)}.fade-in.visible{opacity:1;transform:translateY(0)}.section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0}.section-divider-line{height:1px;width:6rem;background:rgba(0,18,46,.2)}.section-divider-text{font-size:.72rem;letter-spacing:.3em;color:rgba(0,18,46,.5);text-transform:uppercase}.loading-screen{position:fixed;inset:0;z-index:9999;justify-content:center;background:#ffffff}.loading-inner,.loading-screen{display:flex;align-items:center}.loading-inner{flex-direction:column;text-align:center}.loading-tagline{color:#0B3260;font-family:var(--ff-body);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem}.loading-track{width:220px;height:3px;background:rgba(11,50,96,.12);border-radius:2px;overflow:hidden}.loading-bar{height:100%;background:#D4AF37;border-radius:2px;animation:loadingBar 2.5s ease-out forwards}@keyframes loadingBar{0%{width:0}to{width:100%}}nav{position:fixed;top:0;left:0;right:0;z-index:50;height:5rem;display:flex;align-items:center;background:transparent;transition:background-color .5s ease,box-shadow .5s ease,border-color .5s ease}nav.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.06);border-bottom:1px solid #f3f4f6}.nav-inner{width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}@media (max-width:767px){.nav-inner{padding:0 .75rem}.nav-toggle{flex-shrink:0;margin-left:auto}}@media (min-width:1024px){.nav-inner{padding:0 3rem}}.nav-logo{display:flex;align-items:center}.nav-logo img{height:auto;width:150px;transform:none;margin-left:0}@media (min-width:480px){.nav-logo img{width:170px}}@media (min-width:768px){.nav-logo img{width:220px}}@media (min-width:1024px){.nav-logo img{width:clamp(220px,20vw,320px)}}@media (min-width:1400px){.nav-logo img{width:clamp(280px,22vw,380px)}}@media (min-width:1024px){.nav-links{gap:1.4rem}}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width:1024px){.nav-links{display:flex}}.nav-links a{position:relative;font-family:var(--ff-body);font-size:.73rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;padding-bottom:2px;color:rgba(255,255,255,.65);transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;height:1px;background:var(--gold);width:0;transition:width .3s ease}.nav-links a:hover{color:var(--gold-lt)}.nav-links a:hover:after{width:100%}nav.scrolled .nav-links a{color:var(--navy)}nav.scrolled .nav-links a:hover{color:var(--gold)}.nav-links a.active{color:var(--gold-lt)}.nav-links a.active:after{width:100%}nav.scrolled .nav-links a.active{color:var(--gold)}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold-lt);padding:.5rem 1.35rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;font-family:var(--ff-body);transition:background .25s,color .25s}.nav-cta:hover{background:var(--gold);color:var(--navy)}nav.scrolled .nav-cta{border-color:var(--navy);color:var(--navy)}nav.scrolled .nav-cta:hover{background:var(--navy);color:white}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;background:rgba(212,175,55,.15);border:1px solid var(--gold);border-radius:6px;cursor:pointer;color:var(--gold);padding:.5rem;transition:color .2s;flex-shrink:0;z-index:60;position:relative}nav.scrolled .nav-toggle{color:var(--navy)}@media (min-width:1024px){.nav-toggle{display:none}.nav-cta{display:inline-block}}.mobile-menu{display:none;position:fixed;top:5rem;left:0;right:0;z-index:49;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu.open{display:block}.mobile-menu-inner{max-width:1280px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-menu a{display:block;padding:.75rem 0;font-family:var(--ff-body);font-size:.8rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--gold-lt)}.hero{position:relative;height:100vh;height:100dvh;min-height:600px;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%}@media (max-width:767px){.hero-bg{background-position:center 40%}}.hero-overlay{position:absolute;inset:0}.hero:after{content:"";position:absolute;top:-10%;right:-5%;width:55%;height:120%;background:linear-gradient(135deg,transparent 40%,rgba(212,175,55,.03) 0,rgba(212,175,55,.06) 55%,transparent 0);pointer-events:none;z-index:1}.hero-content{position:relative;z-index:2;padding:clamp(5rem,12vh,10rem) 2.5rem 3rem 5vw;display:flex;flex-direction:column;justify-content:center}@media (max-width:767px){.hero-content{padding:5.5rem 1.5rem 3rem;text-align:center;align-items:center}.hero-eyebrow{justify-content:center}.hero-desc{max-width:100%;text-align:justify}.hero-actions{justify-content:center}.hero-panel-col{padding:0 1.5rem 3rem}.hero-panel-inner{max-width:100%;width:100%}.hero{height:auto;min-height:100dvh}.hero .container-fluid{padding-bottom:0}.hero .row{align-items:flex-start;padding-top:5rem}}@media (max-height:750px) and (min-width:768px){.hero-content{padding:5rem 2.5rem 2rem 5vw}.hero h1{font-size:clamp(2rem,4vw,3.2rem)}.hero h1,.hero-eyebrow{margin-bottom:1rem}.hero-desc{font-size:.88rem;margin-bottom:1.4rem;line-height:1.7}}@media (max-height:650px) and (min-width:768px){.hero-content{padding:4rem 2.5rem 1.5rem 5vw}.hero h1{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.6rem}.hero-desc{font-size:.8rem;margin-bottom:1rem;line-height:1.65}}.hero-eyebrow{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:#F5D97A;margin-bottom:1.6rem;display:flex;align-items:center;gap:1rem;text-shadow:0 1px 6px rgba(0,0,0,.4)}.hero-eyebrow:before{content:"";display:inline-block;width:38px;height:1px;background:var(--gold)}.hero h1{font-family:var(--ff-head);font-size:clamp(1.9rem,3.2vw + 1vh,4.2rem);font-weight:300;color:#ffffff;line-height:1.1;margin-bottom:clamp(.8rem,2vh,1.6rem);text-shadow:0 2px 12px rgba(0,0,0,.45)}.hero h1 em{font-style:italic;color:#F5D97A;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hero-desc{font-size:clamp(.8rem,.9vw,.97rem);color:rgba(255,255,255,.92);max-width:380px;line-height:1.8;margin-bottom:clamp(1.2rem,2.5vh,2rem);text-align:justify;-webkit-hyphens:none;hyphens:none;text-shadow:0 1px 6px rgba(0,0,0,.4)}@media (max-width:640px){.hero-desc{font-size:.9rem;margin-bottom:1.6rem}}.hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap}.btn-hero-primary{background:var(--gold);color:var(--navy);border:none;padding:.85rem 2.2rem;font-family:var(--ff-body);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s,transform .2s}.btn-hero-primary:hover{background:var(--gold-lt);transform:translateY(-2px)}.btn-hero-outline{background:transparent;color:var(--cream);border:1px solid rgba(247,243,236,.28);padding:.85rem 2.2rem;font-family:var(--ff-body);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .25s,color .25s}.btn-hero-outline:hover{border-color:var(--gold);color:var(--gold-lt)}.hero-panel{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;padding-top:clamp(4rem,9vh,8rem);padding-right:3vw}@media (max-height:750px) and (min-width:961px){.hero-panel{align-items:center;padding-top:5rem}.hero-panel-inner{padding:1.4rem 1.8rem}.stat-row{padding:.9rem 0}.stat-number{font-size:1.5rem}}.hero-panel-inner{border:1px solid rgb(253,194,0);padding:clamp(1.4rem,2.5vh,2.5rem) clamp(1.4rem,2vw,2.4rem);max-width:400px;width:90%}.stat-row{display:flex;flex-direction:column;border-bottom:1px solid rgba(212,175,55,.623);padding:clamp(.7rem,1.5vh,1.4rem) 0;gap:.3rem}.stat-row:first-child{padding-top:0}.stat-row:last-child{border-bottom:none;padding-bottom:0}.stat-number{font-family:var(--ff-head);font-size:clamp(1.4rem,1.8vw,2rem);font-weight:400;color:#F5D97A;line-height:1;letter-spacing:.04em}.stat-label{font-size:clamp(.8rem,.9vw,.97rem);letter-spacing:0;text-transform:none;color:rgb(255,255,255);line-height:1.8;font-family:var(--ff-body);text-shadow:0 1px 6px rgba(0,0,0,.4)}.hero-bar{display:flex;align-items:stretch;flex-wrap:wrap;background:linear-gradient(160deg,#0D4A8A,#1260A8 35%,#0E5090 65%,#0A3570);border-top:2px solid rgba(212,175,55,.5);border-bottom:2px solid rgba(212,175,55,.25)}.hero-bar-item{flex:1 1;min-width:200px;padding:1.2rem 1.4rem;border-right:1px solid rgba(212,175,55,.15);display:flex;align-items:center;gap:.8rem}.hero-bar-item:last-child{border-right:none}.hero-bar-icon{font-size:1.4rem;flex-shrink:0}.hero-bar-title{font-family:var(--ff-head);font-size:clamp(.78rem,1vw,.95rem);font-weight:500;color:var(--gold-lt);margin-bottom:3px}.hero-bar-sub{font-size:clamp(.58rem,.8vw,.68rem);color:rgba(255,255,255,.55);letter-spacing:.07em}@media (max-width:767px){.hero-bar{flex-wrap:wrap}.hero-bar-item{flex:1 1 50%;min-width:0;border-right:none;border-bottom:1px solid rgba(212,175,55,.15);padding:1rem 1.2rem}.hero-bar-item:nth-child(odd){border-right:1px solid rgba(212,175,55,.15)}.hero-bar-item:nth-last-child(-n+2){border-bottom:none}.hero-bar-title{font-size:.88rem}.hero-bar-sub{font-size:.68rem;letter-spacing:.04em;color:rgba(255,255,255,.75)}}.trust-band{padding:1.6rem 3rem}.trust-band-inner{max-width:1400px;margin:0 auto;flex-wrap:nowrap}.trust-band-inner,.trust-item{display:flex;align-items:center;justify-content:center}.trust-item{flex:1 1;min-width:0;overflow:hidden;gap:.8rem;padding:0 1rem}.trust-item>div{min-width:0}.trust-icon{font-size:1.4rem;flex-shrink:0}.trust-title{font-family:var(--ff-head);font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trust-sub{font-size:.7rem;letter-spacing:.09em;color:rgba(0,18,46,.72);text-transform:uppercase;white-space:normal;line-height:1.4;text-align:left}.trust-divider{width:1px;height:36px;background:rgba(0,18,46,.45);flex-shrink:0}@media (max-width:1380px){.trust-band{padding:1.4rem 2rem}.trust-title{font-size:.92rem}.trust-sub{font-size:.62rem;letter-spacing:.06em}.trust-item{gap:.5rem;padding:0 .6rem}}@media (max-width:1180px){.trust-band{padding:1.2rem}.trust-title{font-size:.85rem}.trust-sub{font-size:.58rem}.trust-item{gap:.4rem;padding:0 .4rem}}@media (max-width:1200px){.trust-band{padding:0}.trust-band-inner{flex-wrap:wrap;gap:0}.trust-item{flex:0 0 50%;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:1.4rem 1rem;border-bottom:1px solid rgba(255,255,255,.15);position:relative}.trust-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.trust-item:nth-last-child(-n+2){border-bottom:none}.trust-icon{font-size:1.8rem;margin-bottom:.2rem}.trust-title{font-size:1rem;font-weight:600;color:var(--navy);white-space:normal;line-height:1.2}.trust-sub{font-size:.7rem;white-space:normal;color:rgba(0,18,46,.65);letter-spacing:.08em;line-height:1.4}.trust-divider{display:none}}@media (max-width:640px){.trust-band{padding:0}.trust-item{padding:1.2rem .8rem}.trust-title{font-size:.95rem}.trust-sub{font-size:.65rem}}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}@media (max-width:767px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-accent{display:none}.section-divider{padding:1rem 0}.section-divider-text{font-size:.65rem;letter-spacing:.2em}.section-divider-line{width:3rem}}.about-accent{width:1px;height:110px;background:linear-gradient(to bottom,var(--gold) 0,transparent 100%);margin-bottom:2rem}.about-img{width:100%;height:260px;object-fit:cover;border-radius:.375rem;margin-bottom:2rem}.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:4rem}@media (max-width:900px){.strategy-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:767px){.strategy-card{padding:1.8rem 1.4rem}}.strategy-card{padding:2.6rem 2.1rem;background:rgba(255,255,255,.07);border:1px solid rgba(212,175,55,.2);border-top:3px solid var(--gold);border-radius:10px;position:relative;overflow:hidden;transition:background .3s,box-shadow .3s}.strategy-card:hover{background:rgba(255,255,255,.12);box-shadow:0 16px 40px rgba(0,0,0,.25);transform:translateY(-4px)}.card-number{font-family:var(--ff-head);font-size:3.4rem;font-weight:300;color:rgba(212,175,55,.45);line-height:1;margin-bottom:1.1rem}.strategy-card h3{color:#ffffff;font-size:1.2rem;margin-bottom:.8rem;font-weight:600;letter-spacing:.01em;padding-bottom:.6rem;border-bottom:2px solid var(--gold)}.strategy-card p{color:rgba(255,255,255,.88);font-size:.9rem;margin:0;line-height:1.8;text-align:justify;-webkit-hyphens:none;hyphens:none}.sectors-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.8rem;gap:1.8rem;margin-top:3rem;align-items:stretch}@media (max-width:960px){.sectors-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width:480px){.sectors-grid{grid-template-columns:1fr;gap:.8rem}}@media (max-width:767px){.sector-card{padding:1.4rem 1.2rem;min-height:unset}}.sector-card{padding:2.4rem 2rem;border:1px solid rgba(0,18,46,.1);border-radius:8px;display:flex;flex-direction:column;gap:.6rem;height:100%;min-height:280px;transition:transform .2s,box-shadow .2s}.sector-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,18,46,.1)}.sector-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.sector-card h3{font-size:1.08rem;margin-bottom:.2rem;color:var(--text)}.sector-card p{font-size:.88rem;font-weight:500;margin:0;flex:1 1;text-align:justify;-webkit-hyphens:none;hyphens:none}.geo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:3.5rem}@media (max-width:1100px){.geo-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.geo-grid{grid-template-columns:1fr;gap:.8rem}}@media (max-width:767px){.geo-card-left{padding:1.2rem 1.2rem 1rem}.geo-card-right{padding:1rem 1.2rem 1.4rem}}.geo-card{display:flex;flex-direction:column;border:1px solid rgba(0,18,46,.1);border-top:3px solid var(--gold);border-radius:10px;overflow:hidden;background:#ffffff;box-shadow:0 2px 10px rgba(0,18,46,.05);transition:box-shadow .25s,transform .25s}.geo-card:hover{box-shadow:0 10px 32px rgba(0,18,46,.1);transform:translateY(-4px)}.geo-card-left{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.6rem 1.6rem 1.2rem;background:linear-gradient(160deg,#f9f7f2,#f2ede3);border-bottom:1px solid rgba(0,18,46,.07)}.geo-flag-img{border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.15);margin-bottom:.4rem}.geo-card-name{font-family:var(--ff-head);font-size:1.15rem;font-weight:600;color:var(--navy);line-height:1.2}.geo-card-tag{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-family:var(--ff-body)}.geo-card-right{flex:1 1;padding:1.4rem 1.6rem 1.8rem}.geo-card-right p{font-size:.84rem;color:var(--muted);margin:0;text-align:justify;-webkit-hyphens:none;hyphens:none;line-height:1.82}.leadership-grid{display:flex;flex-direction:column;gap:1.4rem;margin-top:4rem;max-width:1400px;margin-left:auto;margin-right:auto}@media (max-width:640px){.leadership-grid{gap:1rem;margin-top:2.4rem}}.leader-card{background:rgba(255,255,255,.07);border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:2rem 2.5rem;transition:transform .25s,box-shadow .25s}.leader-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.35)}.leader-inner{display:flex;gap:2.2rem;align-items:flex-start}.leader-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#072d5e,#0f4f96);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--ff-body);font-size:.9rem;font-weight:700;letter-spacing:.06em;color:var(--gold-lt);flex-shrink:0}.leader-body h3{font-size:1.05rem;font-weight:600;color:#ffffff;font-family:var(--ff-body);margin-bottom:.2rem;line-height:1.25}.leader-role{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.9rem}.leader-card p{font-size:.83rem;color:rgba(247,243,236,.78);margin:0;line-height:1.78;text-align:justify;-webkit-hyphens:none;hyphens:none}.advisor-wrap{margin-top:3rem;border:1px solid rgba(212,175,55,.22);padding:2.5rem;background:rgba(255,255,255,.03)}.advisor-inner{display:flex;gap:2.2rem;align-items:flex-start}@media (max-width:767px){.advisor-inner{flex-direction:column}}.advisor-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0,#14529C 100%);border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--gold-lt);flex-shrink:0}.advisor-avatar,.advisor-body h3{font-family:var(--ff-body);font-weight:500}.advisor-body h3{color:var(--cream);font-size:1.12rem;margin-bottom:.2rem}.advisor-role-tag{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;display:block}.advisor-body p{font-size:.83rem;color:rgba(247,243,236,.78);margin:0;line-height:1.78;text-align:justify;-webkit-hyphens:none;hyphens:none}.gov-footer{margin-top:3rem;border-top:1px solid rgba(212,175,55,.15);padding-top:2.2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;align-items:flex-start}@media (max-width:767px){.gov-footer{grid-template-columns:1fr;gap:1.4rem;margin-top:2rem;padding-top:1.6rem}}.gov-item p{color:rgba(247,243,236,.78);font-size:.83rem;margin:0;text-align:justify;-webkit-hyphens:none;hyphens:none}@media (max-width:640px){.leader-card{padding:1.4rem 1.2rem}.leader-inner{gap:1rem}.leader-avatar{width:52px;height:52px;font-size:.78rem;align-self:flex-start}.leader-body h3{font-size:.95rem}.leader-role{font-size:.62rem;margin-bottom:.6rem}.leader-card p{font-size:.8rem;line-height:1.72}.advisor-wrap{padding:1.6rem 1.2rem;margin-top:2rem}.advisor-avatar{width:52px;height:52px;font-size:.78rem;align-self:flex-start}.advisor-inner{gap:1.2rem}.advisor-body h3{font-size:1rem}.advisor-body h3,.advisor-role-tag{text-align:center}.advisor-body p{font-size:.8rem;line-height:1.72;text-align:justify}.gov-footer{flex-direction:column;gap:1.4rem;margin-top:2rem;padding-top:1.6rem}.gov-item{width:100%}.gov-item p{font-size:.8rem;text-align:justify}}.pillars-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem 5rem;gap:3rem 5rem;margin-top:3.5rem}@media (max-width:767px){.pillars-grid{grid-template-columns:1fr;gap:1.6rem;margin-top:2rem}.pillar{gap:1rem}.pillar-icon{width:36px;height:36px;font-size:1rem}}.pillar{display:flex;gap:1.4rem;align-items:flex-start}.pillar-icon{width:44px;height:44px;flex-shrink:0;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--gold);margin-top:2px}.pillar h3{font-size:1.15rem;font-family:var(--ff-body);font-weight:600;margin-bottom:.4rem;color:var(--navy)}.pillar p{font-size:.95rem;margin:0;text-align:justify;-webkit-hyphens:none;hyphens:none}.org-chart{display:flex;flex-direction:column;align-items:center;margin-top:3.5rem}.org-node{border:1px solid var(--gold);padding:.85rem 1.5rem;font-family:var(--ff-body);font-size:.83rem;letter-spacing:.04em;color:white;background:rgba(212,175,55,.06);text-align:center;border-radius:.25rem}.org-node.highlight{background:var(--gold);color:var(--navy);font-weight:500}.org-node--wide{width:clamp(240px,28vw,340px)}.org-node--md,.org-node--sm{width:clamp(140px,16vw,200px)}.org-node--sm{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.org-node small{display:block;font-size:.67rem;opacity:.6;letter-spacing:.12em;text-transform:uppercase;margin-top:4px}.org-flag{display:block;margin:0 auto .4rem;border-radius:2px}.org-gap-vline,.org-vline{width:1px;height:2.5rem;background:rgba(212,175,55,.65);align-self:center}.org-level{display:flex;justify-content:center}.org-col{position:relative;padding:2.5rem 1rem 0;display:flex;flex-direction:column;align-items:center}.org-col:before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid rgba(212,175,55,.65)}.org-level>.org-col:first-child:before{left:50%}.org-level>.org-col:last-child:before{right:50%}.org-level>.org-col:only-child:before{display:none}.org-col:after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);border-left:1px solid rgba(212,175,55,.65);height:2.5rem;width:0}@media (max-width:640px){.org-level{flex-direction:column;align-items:center}.org-col{padding:1.5rem 0 0}.org-col:before{display:none}.org-col:after{height:1.5rem}.org-node--wide{width:calc(100vw - 3rem);max-width:340px}.org-node--md,.org-node--sm{width:auto;min-width:160px;max-width:calc(100vw - 3rem)}}.cta-band{padding:5rem 2.5rem;text-align:center}@media (max-width:767px){.cta-band{padding:3.5rem 1.2rem}.cta-band p{font-size:.88rem}}.cta-band h2{color:var(--navy);font-size:clamp(1.9rem,3.8vw,2.9rem);margin-bottom:1rem}.cta-band p{color:rgba(0,18,46,.82);font-size:.95rem;max-width:520px;margin:0 auto 2.5rem;text-align:center}.btn-dark{display:inline-block;color:var(--gold-lt);border:none;padding:.9rem 2.5rem;font-family:var(--ff-body);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .25s}.btn-dark,.btn-dark:hover{background:#14529C}footer{position:relative;color:white}.footer-bg{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:.15}.footer-body{position:relative;z-index:1}.footer-inner{max-width:1280px;margin:0 auto;padding:5rem 3rem 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem 4rem;gap:3rem 4rem;border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width:1023px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.footer-inner{grid-template-columns:1fr;padding:3rem 1.5rem 2rem}}.footer-brand-name{font-family:var(--ff-head);font-size:1.35rem;color:var(--cream);margin-bottom:.3rem;display:block}.footer-brand-sub{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1rem}.footer-brand p{font-size:.79rem;color:rgba(247,243,236,.7);max-width:290px;margin:0;text-align:justify}.footer-col h4{font-weight:500;font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.footer-col a{display:block;font-size:.79rem;color:rgba(247,243,236,.8);margin-bottom:.55rem;transition:color .2s}.footer-col a:hover{color:white}.footer-bottom{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:1.7rem 3rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(247,243,236,.85);flex-wrap:wrap;gap:.5rem}@media (max-width:640px){.footer-bottom{padding:1.5rem}}.disclaimer-bar{padding:1.8rem 3rem;border-top:2px solid rgba(212,175,55,.3)}.disclaimer-bar p{font-size:.82rem;color:rgba(247,243,236,.88);text-align:center;max-width:1040px;margin:0 auto;line-height:1.85}@media (max-width:767px){.disclaimer-bar{padding:1.4rem 1.2rem}.disclaimer-bar p{font-size:.75rem;text-align:justify}}