.HomePage{display:flex;flex:1;flex-direction:column;width:100%}.Header{backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.Header,.Header__inner{background:hsla(0,0%,100%,.85)}.Header__inner{align-items:center;display:flex;gap:24px;margin:0 auto;max-width:1240px;padding:14px 32px;position:relative;z-index:2}.Header__brand{align-items:center;display:inline-flex;flex-shrink:0}.Header__logo{display:block;height:34px;width:auto}.Header__nav{align-items:center;display:flex;gap:26px;margin:0 auto}.Header__link{align-items:center;background:transparent;border:0;color:var(--navy);cursor:pointer;display:inline-flex;font:inherit;font-size:.95rem;font-weight:500;gap:6px;transition:color .15s ease}.Header__link:hover{color:var(--accent-blue)}.Header__chevron{height:14px;opacity:.7;width:14px}.Header__mobile-cta{display:none}.Header__desktop-cta{flex-shrink:0}.Header__menu-btn{align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:42px;justify-content:center;margin-left:auto;padding:0;width:42px}.Header__menu-bar{background:var(--navy);border-radius:2px;display:block;height:2px;transition:transform .2s ease,opacity .2s ease;width:18px}.Header--open .Header__menu-bar:first-child{transform:translateY(7px) rotate(45deg)}.Header--open .Header__menu-bar:nth-child(2){opacity:0}.Header--open .Header__menu-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.Header__backdrop{display:none}@media (max-width:960px){.Header__inner{padding:12px 20px}.Header__desktop-cta{display:none}.Header__menu-btn{display:inline-flex}.Header__nav{align-items:stretch;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(11,30,120,.12);display:flex;flex-direction:column;gap:4px;left:0;margin:0;max-height:calc(100vh - 69px);opacity:0;overflow-y:auto;padding:12px 20px 24px;pointer-events:none;position:fixed;right:0;top:69px;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden}.Header--open .Header__nav{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.Header__link{border-bottom:1px solid var(--line);font-size:1.05rem;justify-content:space-between;padding:14px 4px;width:100%}.Header__mobile-cta{display:block;margin-top:16px}.Header__mobile-cta .CtaButton{justify-content:center;width:100%}.Header__backdrop{background:rgba(11,21,51,.28);border:0;cursor:pointer;display:block;inset:0;position:fixed;z-index:1}}@media (max-width:560px){.Header__logo{height:28px}}.CtaButton{align-items:center;border-radius:12px;display:inline-flex;font-weight:600;gap:10px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.CtaButton--md{font-size:.95rem;padding:10px 18px}.CtaButton--lg{font-size:1.02rem;padding:14px 26px}.CtaButton--primary{background:var(--navy);box-shadow:0 10px 24px rgba(11,30,120,.25);color:#fff}.CtaButton--primary:hover{box-shadow:0 16px 30px rgba(11,30,120,.32);transform:translateY(-2px)}.CtaButton--outline{background:#fff;border:1px solid var(--line);color:var(--navy)}.CtaButton--outline:hover{box-shadow:var(--shadow-card);color:var(--accent-blue);transform:translateY(-2px)}.CtaButton__icon{display:block;height:18px;width:18px}.CtaButton--primary .CtaButton__icon{filter:brightness(0) invert(1)}@media (max-width:720px){.CtaButton--lg{font-size:.98rem;padding:13px 20px}}.Hero{background:linear-gradient(180deg,var(--page-top) 0,var(--page-bottom) 100%);overflow:hidden}.Hero__inner{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(320px,.9fr) minmax(520px,1.25fr);margin:0 auto;max-width:1380px;padding:70px 32px 90px}@media (max-width:1100px){.Hero__inner{gap:48px;grid-template-columns:1fr;padding:48px 24px 64px}}@media (max-width:720px){.Hero__inner{gap:40px;padding:36px 20px 52px}}.HeroContent{max-width:560px}.HeroContent__eyebrow{align-items:center;color:var(--navy);display:flex;font-size:.74rem;font-weight:700;gap:10px;letter-spacing:.08em;margin-bottom:22px}.HeroContent__eyebrow-line{background:var(--accent-red);border-radius:2px;flex-shrink:0;height:3px;width:34px}.HeroContent__eyebrow-accent{color:var(--accent-red)}.HeroContent__title{color:var(--navy);font-size:clamp(2.1rem,4vw,3.3rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;margin-bottom:22px}.HeroContent__title-accent{color:var(--accent-red)}.HeroContent__lead{color:var(--muted);font-size:1.06rem;margin-bottom:30px}.HeroContent__actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.HeroContent__trust{align-items:center;color:var(--muted);display:flex;font-size:.95rem;gap:14px}.HeroContent__trust b{color:var(--accent-blue);font-weight:600}.HeroContent__trust-icon{filter:drop-shadow(0 6px 14px rgba(75,107,255,.1));flex:0 0 52px;height:52px;width:52px}@media (max-width:1100px){.HeroContent{max-width:640px}}@media (max-width:720px){.HeroContent__eyebrow{flex-wrap:wrap;font-size:.68rem;letter-spacing:.06em;margin-bottom:16px}.HeroContent__title{font-size:clamp(1.85rem,8vw,2.4rem);margin-bottom:16px}.HeroContent__lead{font-size:.98rem;line-height:1.6;margin-bottom:24px}.HeroContent__actions{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:24px}.HeroContent__actions .CtaButton{justify-content:center;width:100%}.HeroContent__trust{align-items:flex-start;font-size:.88rem;line-height:1.45}.HeroContent__trust-icon{flex-basis:44px;height:44px;width:44px}}.ServiceDiagram{aspect-ratio:780/520;margin-left:auto;max-width:780px;position:relative;width:100%}.ServiceDiagram:before{background-image:radial-gradient(circle,#7aa0ff 1px,transparent 1.2px);background-size:12px 12px;border-radius:50%;content:"";height:280px;mask-image:radial-gradient(circle,#000 28%,transparent 72%);opacity:.28;pointer-events:none;width:280px}.ServiceDiagram:before,.ServiceDiagram__tile{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ServiceDiagram__tile{border-radius:26px;filter:drop-shadow(0 18px 30px rgba(11,30,120,.28));width:150px;z-index:1}@media (max-width:1100px){.ServiceDiagram{margin:0 auto}}@media (max-width:900px){.ServiceDiagram{aspect-ratio:auto;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}.ServiceDiagram:before{display:none}.ServiceDiagram__tile{border-radius:22px;grid-column:1/-1;margin:4px auto 8px;position:static;transform:none;width:112px}}@media (max-width:520px){.ServiceDiagram{gap:12px;grid-template-columns:1fr;max-width:420px}.ServiceDiagram__tile{margin-bottom:4px;width:96px}}.ServiceCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:16px 14px 18px;position:absolute;text-align:center;transform:translate(-50%,-50%);transition:transform .2s ease,box-shadow .2s ease;width:204px;z-index:2}.ServiceCard:hover{box-shadow:0 18px 40px rgba(11,30,120,.16);transform:translate(-50%,-50%) translateY(-4px)}.ServiceCard__icon{height:34px;margin-bottom:10px;width:34px}.ServiceCard__title{color:var(--navy);font-size:.95rem;font-weight:700;margin-bottom:6px;white-space:nowrap}.ServiceCard__desc{color:var(--muted);font-size:.78rem;line-height:1.4;white-space:pre-line}@media (max-width:900px){.ServiceCard{padding:18px 16px;position:static;transform:none;width:100%}.ServiceCard:hover{transform:translateY(-3px)}.ServiceCard__title{white-space:normal}}@media (hover:none){.ServiceCard:hover{box-shadow:var(--shadow-card);transform:translate(-50%,-50%)}}@media (max-width:900px) and (hover:none){.ServiceCard:hover{transform:none}}.ServiceConnectors{height:100%;inset:0;overflow:visible;position:absolute;width:100%}.ServiceConnectors__rings rect{fill:none;opacity:.5;stroke:#c9d7ff;stroke-width:1.1}.ServiceConnectors__path{fill:none;stroke:#6b8fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.ServiceConnectors__ring{fill:#eef3ff;stroke:#c5d6ff;stroke-width:1.4}.ServiceConnectors__dot{fill:#3b6cf0}@media (max-width:900px){.ServiceConnectors{display:none}}.IndustriesSection{background:radial-gradient(circle at 88% 28%,rgba(75,107,255,.08),transparent 27%),#fbfcff;overflow:hidden;padding:94px 32px 106px}.IndustriesSection__inner{margin:0 auto;max-width:1380px}.IndustriesSection__featured{align-items:center;display:grid;gap:54px;grid-template-columns:minmax(300px,.72fr) minmax(620px,1.55fr);margin-bottom:34px}.IndustriesSection__grid{display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1200px){.IndustriesSection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.IndustriesSection__featured{gap:28px;grid-template-columns:1fr}}@media (max-width:720px){.IndustriesSection{padding:64px 20px 72px}.IndustriesSection__grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.IndustriesSection__grid{grid-template-columns:1fr}}.FeaturedIndustry{align-self:center;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 20px 50px rgba(11,30,120,.1);display:grid;grid-template-columns:205px minmax(0,1fr);min-height:405px;min-width:0;padding:18px 18px 18px 24px}.FeaturedIndustry__summary{display:flex;flex-direction:column;padding:2px 22px 4px 0}.FeaturedIndustry__pill{background:#f5f8ff;border:1px solid #e0e9ff;border-radius:999px;color:#3c6bff;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:18px;padding:7px 12px;text-transform:uppercase;width:fit-content}.FeaturedIndustry__shield{height:54px;margin-bottom:12px;width:54px}.FeaturedIndustry__summary h3{color:var(--navy);font-size:1.45rem;line-height:1.16}.FeaturedIndustry__summary p{color:var(--muted);font-size:.78rem;line-height:1.55;margin-top:14px}.FeaturedIndustry__flagship{border-top:1px solid var(--line);margin-top:auto;padding-top:20px}.FeaturedIndustry__flagship span{color:var(--muted);display:block;font-size:.65rem;text-transform:uppercase}.FeaturedIndustry__flagship strong{color:var(--navy);font-size:1.25rem}.FeaturedIndustry__flagship em{color:var(--accent-red);font-style:normal}@media (max-width:900px){.FeaturedIndustry{gap:18px;grid-template-columns:1fr;min-height:0;padding:20px}.FeaturedIndustry__summary{padding:0}.FeaturedIndustry__flagship{margin-top:20px}}@media (max-width:560px){.FeaturedIndustry{border-radius:18px;padding:16px}.FeaturedIndustry__summary h3{font-size:1.25rem}}.DeepeyeDashboard{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px rgba(11,30,120,.08);min-width:0;overflow:hidden}.DeepeyeDashboard__bar{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:14px;height:54px;padding:0 14px}.DeepeyeDashboard__bar>img{flex-shrink:0;height:18px;width:18px}.DeepeyeDashboard__brand{color:var(--navy);display:flex;flex-direction:column;min-width:0}.DeepeyeDashboard__brand strong{font-size:.7rem;letter-spacing:.08em}.DeepeyeDashboard__brand span{color:#9098ad;font-size:.45rem}.DeepeyeDashboard__filters{align-items:center;display:flex;flex-shrink:0;gap:8px;margin-left:auto}.DeepeyeDashboard__filters button{background:#fff;border:1px solid var(--line);border-radius:6px;color:var(--muted);display:flex;font-size:.5rem;gap:5px;padding:7px 9px;white-space:nowrap}.DeepeyeDashboard__filters img{height:18px;width:18px}.DeepeyeDashboard__filters button img{height:10px;width:10px}.DeepeyeDashboard__body{display:grid;grid-template-columns:48px minmax(0,1fr);min-height:330px}.DeepeyeDashboard__sidebar{align-items:center;background:linear-gradient(180deg,#1236a6,#071b73);display:flex;flex-direction:column;gap:9px;padding:12px 7px}.DeepeyeDashboard__sidebar span{border-radius:7px;display:grid;height:29px;place-items:center;width:29px}.DeepeyeDashboard__sidebar img{filter:brightness(0) invert(1);height:15px;width:15px}.DeepeyeDashboard__active{background:#2f5eff;box-shadow:0 4px 10px #06185c}.DeepeyeDashboard__main{background:#fbfcff;min-width:0;padding:15px 14px}.DeepeyeDashboard__main h4{color:var(--navy);font-size:1rem}.DeepeyeDashboard__main>p{color:#8c95aa;font-size:.49rem;margin:2px 0 12px}@media (max-width:900px){.DeepeyeDashboard{overflow-x:auto;-webkit-overflow-scrolling:touch}.DeepeyeDashboard__bar,.DeepeyeDashboard__body{min-width:560px}}@media (max-width:560px){.DeepeyeDashboard__bar,.DeepeyeDashboard__body{min-width:520px}}.DashboardPanels{display:grid;gap:7px;grid-template-columns:1.2fr 1fr 1fr;margin-top:8px}.DashboardPanels>section{background:#fff;border:1px solid var(--line);border-radius:8px;color:#303952;font-size:.45rem;height:135px;min-width:0;padding:8px}.DashboardPanels__chart{position:relative}.DashboardPanels__chart>span{color:#8992a8;float:right}.DashboardPanels__chart svg{height:86px;margin-top:7px;width:100%}.DashboardPanels__chart path{fill:none;stroke:#5278e8;stroke-width:2}.DashboardPanels__chart circle{fill:#fff;stroke:#5278e8;stroke-width:1.5}.DashboardPanels__chart small{color:#8d96aa;font-size:.35rem}.DashboardPanels__map{background:radial-gradient(circle at 67% 53%,#ff4238 0 4%,#ff777580 10%,transparent 25%),radial-gradient(circle at 27% 74%,#3674ff 0 4%,#6192ff70 11%,transparent 25%),linear-gradient(145deg,transparent 30%,#dce3ef 31% 32%,transparent 33% 64%,#dce3ef 65% 66%,transparent 67%),#f5f7fb;border-radius:5px;height:100px;margin-top:8px}.DashboardPanels__alerts>div{align-items:center;display:flex;gap:4px;margin-top:7px}.DashboardPanels__alerts img{height:12px;width:12px}.DashboardPanels__alerts p{display:flex;flex-direction:column;min-width:0}.DashboardPanels__alerts strong{font-size:.38rem;white-space:nowrap}.DashboardPanels__alerts small{color:#9aa2b3;font-size:.33rem}.DashboardPanels__alerts time{color:#8d96aa;font-size:.32rem;margin-left:auto}.DashboardPanels__alerts a{color:#315ed8;display:block;font-size:.36rem;font-weight:700;margin-top:7px;text-align:right;text-decoration:none}.DashboardStats{display:grid;gap:7px;grid-template-columns:repeat(4,minmax(0,1fr))}.DashboardStats__card{background:#fff;border:1px solid var(--line);border-radius:8px;min-width:0;padding:9px 8px 8px;position:relative}.DashboardStats__heading{align-items:center;color:#323b59;display:flex;font-size:.43rem;font-weight:700;gap:4px;white-space:nowrap}.DashboardStats__heading img{height:18px;width:18px}.DashboardStats__card strong{color:#121a35;display:block;font-size:.86rem;margin:6px 0 1px}.DashboardStats__card small{color:#a0a7b8;display:block;font-size:.4rem}.DashboardStats__card em{bottom:7px;color:#32b67a;font-size:.38rem;font-style:normal;position:absolute;right:7px}.IndustriesIntro{padding:32px 8px 20px}.IndustriesIntro__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.76rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:24px;text-transform:uppercase}.IndustriesIntro__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.IndustriesIntro__title{color:var(--navy);font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:20px;white-space:nowrap}.IndustriesIntro__copy{color:var(--muted);font-size:1rem;line-height:1.75;margin-bottom:28px;max-width:410px}.IndustriesIntro__link{align-items:center;color:var(--accent-blue);display:inline-flex;font-size:.95rem;font-weight:700;gap:12px;text-decoration:none}.IndustriesIntro__link img{height:19px;width:19px}@media (max-width:1100px){.IndustriesIntro{padding:8px 0 12px}.IndustriesIntro__copy{max-width:560px}}@media (max-width:720px){.IndustriesIntro__title{font-size:clamp(1.75rem,7vw,2.2rem);white-space:normal}.IndustriesIntro__copy{font-size:.95rem;margin-bottom:20px}}.IndustryCard{align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 32px rgba(11,30,120,.07);display:flex;flex-direction:column;min-height:230px;padding:24px 20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.IndustryCard:hover{box-shadow:0 22px 42px rgba(11,30,120,.13);transform:translateY(-5px)}.IndustryCard__icon-wrap{background:var(--icon-bg);border-radius:50%;display:grid;height:54px;margin-bottom:15px;place-items:center;width:54px}.IndustryCard__icon{height:38px;width:38px}.IndustryCard__title{align-items:center;color:var(--navy);display:flex;font-size:1rem;line-height:1.2;min-height:44px}.IndustryCard__accent{background:var(--accent-red);border-radius:2px;height:2px;margin:14px 0;width:28px}.IndustryCard__copy{color:var(--muted);font-size:.78rem;line-height:1.55}@media (max-width:720px){.IndustryCard{min-height:0;padding:20px 16px}.IndustryCard__title{font-size:.95rem;min-height:0}}@media (hover:none){.IndustryCard:hover{box-shadow:0 14px 32px rgba(11,30,120,.07);transform:none}}.WhyHobicsSection{background:radial-gradient(circle at 12% 18%,rgba(75,107,255,.06),transparent 24%),radial-gradient(circle at 92% 82%,rgba(75,107,255,.07),transparent 26%),#fff;overflow:hidden;padding:94px 32px 106px}.WhyHobicsSection__inner{align-items:start;display:grid;gap:56px;grid-template-columns:minmax(300px,.85fr) minmax(520px,1.25fr);margin:0 auto;max-width:1380px}.WhyHobicsSection__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1100px){.WhyHobicsSection__inner{gap:36px;grid-template-columns:1fr}.WhyHobicsSection__grid{max-width:720px}}@media (max-width:720px){.WhyHobicsSection{padding:64px 20px 72px}.WhyHobicsSection__grid{gap:12px;grid-template-columns:1fr;max-width:none}}.WhyHobicsIntro{max-width:460px}.WhyHobicsIntro__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.76rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:22px;text-transform:uppercase}.WhyHobicsIntro__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.WhyHobicsIntro__title{color:var(--navy);font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:18px}.WhyHobicsIntro__copy{color:var(--muted);font-size:1rem;line-height:1.75;margin-bottom:24px}.WhyHobicsIntro__link{align-items:center;color:var(--accent-blue);display:inline-flex;font-size:.95rem;font-weight:700;gap:12px;margin-bottom:36px;text-decoration:none}.WhyHobicsIntro__link img{height:19px;width:19px}.WhyHobicsIntro__art{display:block;height:auto;max-width:440px;width:100%}@media (max-width:1100px){.WhyHobicsIntro{max-width:640px}.WhyHobicsIntro__art{margin:0 auto;max-width:380px}}@media (max-width:720px){.WhyHobicsIntro__title{font-size:clamp(1.75rem,7vw,2.2rem)}.WhyHobicsIntro__copy{font-size:.95rem}.WhyHobicsIntro__link{margin-bottom:28px}}.WhyHobicsCard{align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 32px rgba(11,30,120,.07);display:flex;flex-direction:column;min-height:250px;padding:28px 22px 26px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.WhyHobicsCard:hover{box-shadow:0 22px 42px rgba(11,30,120,.13);transform:translateY(-5px)}.WhyHobicsCard__icon-wrap{background:var(--icon-bg);border-radius:50%;display:grid;height:58px;margin-bottom:18px;place-items:center;width:58px}.WhyHobicsCard__icon{height:34px;width:34px}.WhyHobicsCard__title{color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.25}.WhyHobicsCard__accent{background:var(--accent-red);border-radius:2px;height:2px;margin:14px 0;width:28px}.WhyHobicsCard__copy{color:var(--muted);font-size:.84rem;line-height:1.6}@media (max-width:720px){.WhyHobicsCard{min-height:0;padding:22px 18px}.WhyHobicsCard__title{font-size:1rem}}@media (hover:none){.WhyHobicsCard:hover{box-shadow:0 14px 32px rgba(11,30,120,.07);transform:none}}.HowWeWorkSection{background:radial-gradient(circle at 88% 18%,rgba(75,107,255,.06),transparent 24%),radial-gradient(circle at 10% 78%,rgba(75,107,255,.05),transparent 22%),#fbfcff;overflow:hidden;padding:94px 32px 106px}.HowWeWorkSection__inner{align-items:center;display:grid;gap:56px;grid-template-columns:minmax(300px,.85fr) minmax(560px,1.25fr);margin:0 auto;max-width:1380px}.HowWeWorkSection__steps{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:10px;position:relative}.HowWeWorkSection__connector{border-top:1.5px dashed #c5d2f5;height:0;left:12.5%;pointer-events:none;position:absolute;right:12.5%;top:38px;z-index:1}.HowWeWorkSection__steps>.ProcessStepCard{z-index:2}@media (max-width:1100px){.HowWeWorkSection__inner{gap:36px;grid-template-columns:1fr}.HowWeWorkSection__steps{max-width:920px}}@media (max-width:900px){.HowWeWorkSection__steps{gap:28px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}.HowWeWorkSection__connector{display:none}}@media (max-width:720px){.HowWeWorkSection{padding:64px 20px 72px}.HowWeWorkSection__steps{gap:24px;grid-template-columns:1fr;max-width:none}}.HowWeWorkIntro{max-width:460px}.HowWeWorkIntro__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.76rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:22px;text-transform:uppercase}.HowWeWorkIntro__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.HowWeWorkIntro__title{color:var(--navy);font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:18px}.HowWeWorkIntro__copy{color:var(--muted);font-size:1rem;line-height:1.75;margin-bottom:24px}.HowWeWorkIntro__link{align-items:center;color:var(--accent-blue);display:inline-flex;font-size:.95rem;font-weight:700;gap:12px;margin-bottom:36px;text-decoration:none}.HowWeWorkIntro__link img{height:19px;width:19px}.HowWeWorkIntro__art{display:block;height:auto;max-width:440px;width:100%}@media (max-width:1100px){.HowWeWorkIntro{max-width:640px}.HowWeWorkIntro__art{margin:0 auto;max-width:380px}}@media (max-width:720px){.HowWeWorkIntro__title{font-size:clamp(1.75rem,7vw,2.2rem)}.HowWeWorkIntro__copy{font-size:.95rem}.HowWeWorkIntro__link{margin-bottom:28px}}.ProcessStepCard{align-items:center;display:flex;flex-direction:column;min-width:0;position:relative}.ProcessStepCard__badge-wrap{display:grid;margin-bottom:-14px;place-items:center;position:relative;z-index:2}.ProcessStepCard__badge{background:#fff;border-radius:50%;box-shadow:0 0 0 1px #e4ebff,0 0 0 14px #eef3ff,0 0 0 24px rgba(238,243,255,.55);color:#3c6bff;display:grid;font-size:1.05rem;font-weight:700;height:56px;letter-spacing:.02em;place-items:center;width:56px}.ProcessStepCard__body{align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 32px rgba(11,30,120,.07);display:flex;flex-direction:column;padding:42px 16px 26px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:100%}.ProcessStepCard:hover .ProcessStepCard__body{box-shadow:0 22px 42px rgba(11,30,120,.13);transform:translateY(-4px)}.ProcessStepCard__icon{height:96px;margin-bottom:18px;width:96px}.ProcessStepCard__title{color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.25}.ProcessStepCard__accent{background:var(--accent-red);border-radius:2px;height:2px;margin:12px 0;width:28px}.ProcessStepCard__copy{color:var(--muted);font-size:.8rem;line-height:1.55}@media (max-width:720px){.ProcessStepCard__body{padding:32px 18px 22px}.ProcessStepCard__badge{box-shadow:0 0 0 1px #e4ebff,0 0 0 12px #eef3ff}}@media (hover:none){.ProcessStepCard:hover .ProcessStepCard__body{box-shadow:0 14px 32px rgba(11,30,120,.07);transform:none}}.GovernmentSection{background:#fff;overflow:hidden;padding:94px 32px 90px}.GovernmentSection__inner{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(240px,.72fr) minmax(420px,1.2fr) minmax(280px,.95fr);margin:0 auto;max-width:1380px}.GovernmentSection__capabilities{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1200px){.GovernmentSection__inner{gap:28px;grid-template-columns:minmax(260px,.9fr) minmax(0,1.3fr)}.GovernmentSection__capabilities{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.GovernmentSection__inner{grid-template-columns:1fr}.GovernmentSection__capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.GovernmentSection{padding:64px 20px 56px}.GovernmentSection__capabilities{grid-template-columns:1fr}}.GovernmentIntro{max-width:340px}.GovernmentIntro__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:20px;text-transform:uppercase}.GovernmentIntro__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.GovernmentIntro__title{color:var(--navy);font-size:clamp(1.7rem,2.4vw,2.15rem);letter-spacing:-.025em;line-height:1.15;margin-bottom:16px}.GovernmentIntro__copy{color:var(--muted);font-size:.95rem;line-height:1.7;margin-bottom:24px}@media (max-width:1100px){.GovernmentIntro{max-width:560px}}.GovernmentFeatured{display:flex;flex-direction:column;min-width:0}.GovernmentFeatured__image{aspect-ratio:16/9;border-radius:22px 22px 0 0;display:block;height:auto;object-fit:cover;width:100%}.GovernmentFeatured__bar{background:#fff;border:1px solid var(--line);border-radius:0 0 18px 18px;border-top:0;box-shadow:0 14px 32px rgba(11,30,120,.08);display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 14px}.GovernmentFeatured__pillar{align-items:flex-start;display:flex;gap:10px;min-width:0}.GovernmentFeatured__pillar img{flex-shrink:0;height:36px;width:36px}.GovernmentFeatured__pillar strong{color:var(--navy);display:block;font-size:.82rem;line-height:1.2}.GovernmentFeatured__pillar p{color:var(--muted);font-size:.68rem;line-height:1.4;margin-top:4px}@media (max-width:720px){.GovernmentFeatured__bar{gap:14px;grid-template-columns:1fr}}.GovernmentCapabilityCard{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px rgba(11,30,120,.06);min-width:0;padding:20px 16px 18px;transition:transform .2s ease,box-shadow .2s ease}.GovernmentCapabilityCard:hover{box-shadow:0 18px 36px rgba(11,30,120,.12);transform:translateY(-3px)}.GovernmentCapabilityCard__icon{height:48px;margin-bottom:12px;width:48px}.GovernmentCapabilityCard__title{color:var(--navy);font-size:.95rem;font-weight:700;line-height:1.25;margin-bottom:8px}.GovernmentCapabilityCard__copy{color:var(--muted);font-size:.78rem;line-height:1.5}@media (hover:none){.GovernmentCapabilityCard:hover{box-shadow:0 12px 28px rgba(11,30,120,.06);transform:none}}.PartnerReasonsSection{background:#f7f9ff;overflow:hidden;padding:72px 32px 80px}.PartnerReasonsSection__inner{align-items:start;display:grid;gap:40px;grid-template-columns:minmax(240px,.7fr) minmax(0,1.5fr);margin:0 auto;max-width:1380px}.PartnerReasonsSection__eyebrow{align-items:center;color:var(--accent-blue);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.PartnerReasonsSection__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #f7f9ff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.PartnerReasonsSection__title{color:var(--navy);font-size:clamp(1.7rem,2.5vw,2.2rem);letter-spacing:-.025em;line-height:1.15}.PartnerReasonsSection__grid{display:grid;gap:18px;grid-template-columns:repeat(5,minmax(0,1fr))}.PartnerReasonsSection__item{min-width:0;text-align:left}.PartnerReasonsSection__item img{height:48px;margin-bottom:14px;width:48px}.PartnerReasonsSection__item h3{color:var(--navy);font-size:.95rem;font-weight:700;line-height:1.25;margin-bottom:8px}.PartnerReasonsSection__item p{color:var(--muted);font-size:.78rem;line-height:1.5}@media (max-width:1100px){.PartnerReasonsSection__inner{gap:28px;grid-template-columns:1fr}.PartnerReasonsSection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.PartnerReasonsSection{padding:56px 20px 64px}.PartnerReasonsSection__grid{gap:22px;grid-template-columns:1fr}}.InsightsSection{background:radial-gradient(circle at 8% 12%,rgba(75,107,255,.05),transparent 20%),radial-gradient(circle at 92% 78%,rgba(75,107,255,.05),transparent 22%),#f7f9ff;overflow:hidden;padding:90px 32px 72px}.InsightsSection__inner{margin:0 auto;max-width:1380px}.InsightsSection__grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1200px){.InsightsSection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.InsightsSection{padding:64px 20px 48px}.InsightsSection__grid{grid-template-columns:1fr}}.InsightsIntro{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.InsightsIntro__copy-block{max-width:640px}.InsightsIntro__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.InsightsIntro__dashes{flex-shrink:0;height:10px;width:44px}.InsightsIntro__title{color:var(--navy);font-size:clamp(1.8rem,2.8vw,2.4rem);letter-spacing:-.025em;line-height:1.12;margin-bottom:12px}.InsightsIntro__copy{color:var(--muted);font-size:.98rem;line-height:1.65;max-width:560px}@media (max-width:720px){.InsightsIntro{align-items:flex-start;flex-direction:column}}.ResourceCard{background:#fff;border:1px solid #e8eefc;border-radius:18px;box-shadow:0 10px 28px rgba(11,30,120,.06);display:flex;flex-direction:column;min-width:0;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.ResourceCard:hover{box-shadow:0 18px 36px rgba(11,30,120,.12);transform:translateY(-4px)}.ResourceCard__media{flex-shrink:0;height:148px;overflow:hidden}.ResourceCard__image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ResourceCard__body{display:flex;flex:1;flex-direction:column;padding:18px 18px 16px}.ResourceCard__tag{align-self:flex-start;border-radius:999px;display:inline-flex;font-size:.62rem;font-weight:700;letter-spacing:.06em;margin-bottom:12px;padding:5px 12px;text-transform:uppercase}.ResourceCard--blue .ResourceCard__tag{background:#eef3ff;color:#274fcb}.ResourceCard--green .ResourceCard__tag{background:#eaf8ef;color:#259653}.ResourceCard--purple .ResourceCard__tag{background:#f1ecff;color:#7148e8}.ResourceCard--orange .ResourceCard__tag{background:#fff1e8;color:#f06a24}.ResourceCard__title{color:var(--navy);font-size:1.02rem;font-weight:700;line-height:1.3;margin-bottom:10px}.ResourceCard__copy{color:var(--muted);font-size:.82rem;line-height:1.55;margin-bottom:18px}.ResourceCard__footer{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:auto}.ResourceCard__meta{align-items:center;color:#9098ad;display:flex;flex-wrap:wrap;font-size:.7rem;gap:10px 14px}.ResourceCard__meta span{align-items:center;display:inline-flex;gap:6px}.ResourceCard__meta img{flex-shrink:0;height:14px;opacity:.75;width:14px}.ResourceCard__arrow{color:var(--navy);flex-shrink:0;height:18px;width:18px}@media (max-width:720px){.ResourceCard__media{height:168px}}@media (hover:none){.ResourceCard:hover{box-shadow:0 10px 28px rgba(11,30,120,.06);transform:none}}.NewsletterBanner{align-items:center;background:linear-gradient(120deg,#0b1e78,#122a8f 48%,#1636a6);border-radius:22px;box-shadow:0 20px 44px rgba(11,30,120,.28);color:#fff;display:grid;gap:22px 28px;grid-template-columns:auto minmax(0,1.1fr) minmax(280px,.95fr);margin-top:34px;overflow:hidden;padding:28px 32px;position:relative}.NewsletterBanner__wave{bottom:-8px;height:80px;opacity:.9;pointer-events:none;position:absolute;right:24px;width:220px}.NewsletterBanner__icon-wrap{flex-shrink:0;height:64px;position:relative;width:64px;z-index:1}.NewsletterBanner__icon{display:block;height:64px;width:64px}.NewsletterBanner__copy{min-width:0;position:relative;z-index:1}.NewsletterBanner__copy h3{font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:700;line-height:1.25;margin-bottom:8px}.NewsletterBanner__copy p{color:hsla(0,0%,100%,.78);font-size:.9rem;line-height:1.55;max-width:460px}.NewsletterBanner__form{align-items:start;display:grid;gap:10px 12px;grid-template-columns:minmax(0,1fr) auto;position:relative;z-index:1}.NewsletterBanner__field{align-items:center;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(4,16,64,.18);display:flex;gap:10px;height:48px;min-width:0;padding:0 14px}.NewsletterBanner__field img{flex-shrink:0;height:18px;width:18px}.NewsletterBanner__field input{background:transparent;border:0;color:var(--ink);font:inherit;font-size:.92rem;outline:none;width:100%}.NewsletterBanner__field input::placeholder{color:#98a2b3}.NewsletterBanner__submit{background:#2f5eff;border:0;border-radius:12px;box-shadow:0 10px 24px rgba(47,94,255,.35);color:#fff;cursor:pointer;font:inherit;font-size:.95rem;font-weight:700;height:48px;padding:0 22px;transition:transform .15s ease,box-shadow .15s ease}.NewsletterBanner__submit:hover{box-shadow:0 14px 28px rgba(47,94,255,.42);transform:translateY(-1px)}.NewsletterBanner__privacy{align-items:center;color:hsla(0,0%,100%,.72);display:inline-flex;font-size:.72rem;gap:8px;grid-column:1/-1;line-height:1.4}.NewsletterBanner__privacy img{flex-shrink:0;height:14px;width:14px}@media (max-width:1100px){.NewsletterBanner{grid-template-columns:auto minmax(0,1fr)}.NewsletterBanner__form{grid-column:1/-1}}@media (max-width:720px){.NewsletterBanner{gap:16px;padding:24px 20px}.NewsletterBanner,.NewsletterBanner__form{grid-template-columns:1fr}.NewsletterBanner__submit{width:100%}.NewsletterBanner__wave{opacity:.55;right:-20px}}.InsightsTrustedStrip{align-items:stretch;background:#f4f6fb;border:1px solid #e6ebf5;border-radius:14px;display:flex;margin-top:34px;min-height:72px;overflow:hidden}.InsightsTrustedStrip__label{align-items:center;color:#24356f;display:flex;flex:0 0 230px;font-size:.84rem;font-weight:700;line-height:1.4;padding:14px 22px}.InsightsTrustedStrip__logo{align-items:center;border-left:1px solid #dde3f0;display:flex;flex:1 1 0;justify-content:center;min-width:0;padding:16px 10px}.InsightsTrustedStrip__logo img{display:block;filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1200%) hue-rotate(198deg) brightness(92%) contrast(95%);height:22px;max-width:86px;object-fit:contain;opacity:.88;width:auto}@media (max-width:1100px){.InsightsTrustedStrip{flex-wrap:wrap}.InsightsTrustedStrip__label{border-bottom:1px solid #dde3f0;flex:1 1 100%}.InsightsTrustedStrip__logo{flex:1 1 33.333%}.InsightsTrustedStrip__logo:nth-child(2),.InsightsTrustedStrip__logo:nth-child(5){border-left:0}.InsightsTrustedStrip__logo:nth-child(n+5){border-top:1px solid #dde3f0}}@media (max-width:720px){.InsightsTrustedStrip__logo{flex:1 1 50%;padding:14px 8px}.InsightsTrustedStrip__logo:nth-child(2),.InsightsTrustedStrip__logo:nth-child(4),.InsightsTrustedStrip__logo:nth-child(6){border-left:0}.InsightsTrustedStrip__logo:nth-child(5){border-left:1px solid #dde3f0}.InsightsTrustedStrip__logo:nth-child(n+4){border-top:1px solid #dde3f0}.InsightsTrustedStrip__logo img{height:20px;max-width:76px}}.IndustrySectorsSection{background:radial-gradient(circle at 92% 30%,rgba(75,107,255,.06),transparent 24%),#f7f9ff;overflow:hidden;padding:90px 32px 80px}.IndustrySectorsSection__inner{align-items:center;display:grid;gap:32px;grid-template-columns:minmax(240px,.32fr) minmax(0,1fr);margin:0 auto;max-width:1380px}.IndustrySectorsSection__intro{max-width:320px}.IndustrySectorsSection__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:18px;text-transform:uppercase}.IndustrySectorsSection__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #f7f9ff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.IndustrySectorsSection__title{color:var(--navy);font-size:clamp(1.65rem,2.2vw,2.05rem);letter-spacing:-.025em;line-height:1.18;margin-bottom:16px}.IndustrySectorsSection__copy{color:var(--muted);font-size:.92rem;line-height:1.7;margin-bottom:22px;max-width:none}.IndustrySectorsSection__link{align-items:center;color:var(--accent-blue);display:inline-flex;font-size:.95rem;font-weight:700;gap:10px;text-decoration:none}.IndustrySectorsSection__link img{height:18px;width:18px}.IndustrySectorsSection__grid{display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}@media (max-width:1200px){.IndustrySectorsSection__inner{gap:28px;grid-template-columns:1fr}.IndustrySectorsSection__intro{max-width:560px}.IndustrySectorsSection__title{font-size:clamp(1.7rem,3vw,2.2rem)}.IndustrySectorsSection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.IndustrySectorsSection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.IndustrySectorsSection{padding:64px 20px 56px}.IndustrySectorsSection__grid{grid-template-columns:1fr}}.IndustrySectorCard{align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px rgba(11,30,120,.06);display:flex;flex-direction:column;min-height:260px;min-width:0;padding:24px 18px 20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.IndustrySectorCard:hover{box-shadow:0 20px 40px rgba(11,30,120,.12);transform:translateY(-4px)}.IndustrySectorCard__icon{height:48px;margin-bottom:14px;width:48px}.IndustrySectorCard__title{color:var(--navy);font-size:.98rem;font-weight:700;line-height:1.25;margin-bottom:10px}.IndustrySectorCard__copy{color:var(--muted);flex:1;font-size:.78rem;line-height:1.5}.IndustrySectorCard__action{display:inline-flex;margin-top:16px}.IndustrySectorCard__action img{height:34px;width:34px}@media (max-width:720px){.IndustrySectorCard{min-height:0}}@media (hover:none){.IndustrySectorCard:hover{box-shadow:0 12px 28px rgba(11,30,120,.06);transform:none}}.TrustedBySection{background:#fff;overflow:hidden;padding:72px 32px 80px}.TrustedBySection__inner{margin:0 auto;max-width:1380px}.TrustedBySection__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:28px;text-transform:uppercase}.TrustedBySection__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.TrustedBySection__viewport{overflow:hidden}.TrustedBySection__track{display:flex;transition:transform .45s ease}.TrustedBySection__slide{flex:0 0 100%;min-width:100%}.TrustedBySection__content{align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr)}.TrustedBySection__logos{display:grid;gap:14px;grid-template-columns:repeat(5,minmax(0,1fr))}.TrustedBySection__logo{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 20px rgba(11,30,120,.04);display:grid;min-height:110px;padding:18px 20px;place-items:center}.TrustedBySection__logo img{max-height:64px;max-width:168px;object-fit:contain;width:100%}.TrustedBySection__more{color:var(--accent-blue);display:inline-block;font-size:.9rem;font-weight:600;margin-top:16px;text-decoration:none}.TrustedBySection__quote{background:#eef3ff;border-radius:18px;display:flex;flex-direction:column;padding:28px 24px}.TrustedBySection__quote-mark{height:auto;margin-bottom:14px;width:28px}.TrustedBySection__quote>p{color:var(--navy);flex:1;font-size:.95rem;line-height:1.65}.TrustedBySection__author{align-items:center;border-top:1px solid #d7e1ff;display:flex;gap:12px;margin-top:20px;padding-top:18px}.TrustedBySection__author img{background:#fff;border-radius:50%;height:48px;object-fit:cover;width:48px}.TrustedBySection__author strong{color:var(--navy);display:block;font-size:.88rem}.TrustedBySection__author span{color:var(--muted);font-size:.75rem}.TrustedBySection__dots{display:flex;gap:10px;justify-content:center;margin-top:28px}.TrustedBySection__dot{background:#c9d6ff;border:0;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .2s ease,transform .2s ease;width:10px}.TrustedBySection__dot--active{background:#2f5eff;transform:scale(1.15)}@media (max-width:1100px){.TrustedBySection__content{grid-template-columns:1fr}.TrustedBySection__logos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.TrustedBySection{padding:56px 20px 64px}.TrustedBySection__logos{grid-template-columns:repeat(2,minmax(0,1fr))}.TrustedBySection__logo{min-height:96px}.TrustedBySection__logo img{max-height:54px;max-width:140px}}.SuccessStoriesSection{background:radial-gradient(circle at 92% 8%,rgba(75,107,255,.05),transparent 18%),radial-gradient(circle,rgba(180,198,255,.35) 1px,transparent 1.2px),#fff;background-position:100% 0,100% 0,50%;background-size:auto,16px 16px,auto;overflow:hidden;padding:90px 32px 80px}.SuccessStoriesSection__inner{margin:0 auto;max-width:1380px}.SuccessStoriesSection__header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:34px}.SuccessStoriesSection__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.SuccessStoriesSection__dash{background:var(--accent-red);border-radius:3px;box-shadow:10px 0 0 -1px #fff,14px 0 0 -1px var(--accent-red);flex-shrink:0;height:3px;width:34px}.SuccessStoriesSection__title{color:var(--navy);font-size:clamp(1.8rem,2.8vw,2.4rem);letter-spacing:-.025em;line-height:1.12;margin-bottom:12px}.SuccessStoriesSection__copy{color:var(--muted);font-size:.98rem;line-height:1.65;max-width:560px}.SuccessStoriesSection__grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px}.SuccessStoriesSection__impact{align-items:center;background:linear-gradient(135deg,#0b1e78,#1636a6 55%,#1d45c7);border-radius:22px;box-shadow:0 20px 44px rgba(11,30,120,.28);color:#fff;display:flex;gap:28px;padding:28px 32px}.SuccessStoriesSection__impact-copy{flex:0 0 240px;min-width:0}.SuccessStoriesSection__impact-copy h3{font-size:1.35rem;line-height:1.2;margin-bottom:8px}.SuccessStoriesSection__impact-copy p{color:hsla(0,0%,100%,.75);font-size:.88rem;line-height:1.5}.SuccessStoriesSection__impact-stats{display:grid;flex:1;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.SuccessStoriesSection__impact-stat{text-align:center}.SuccessStoriesSection__impact-stat img{filter:brightness(0) invert(1);height:28px;margin-bottom:10px;width:28px}.SuccessStoriesSection__impact-stat strong{display:block;font-size:1.35rem;letter-spacing:-.02em;margin-bottom:4px}.SuccessStoriesSection__impact-stat span{color:hsla(0,0%,100%,.72);font-size:.72rem}@media (max-width:1200px){.SuccessStoriesSection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.SuccessStoriesSection__impact{align-items:stretch;flex-direction:column;padding:24px}.SuccessStoriesSection__impact-copy{flex:none}}@media (max-width:900px){.SuccessStoriesSection__header{align-items:flex-start;flex-direction:column}.SuccessStoriesSection__impact-stats{gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.SuccessStoriesSection{padding:64px 20px 56px}.SuccessStoriesSection__grid{grid-template-columns:1fr}.SuccessStoriesSection__impact-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.SuccessStoryCard{background:#fff;border:1px solid #e8eefc;border-radius:18px;box-shadow:0 10px 28px rgba(11,30,120,.06);display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.SuccessStoryCard,.SuccessStoryCard--blue{--story-accent:#2f5eff;--story-soft:#eef3ff}.SuccessStoryCard--purple{--story-accent:#7a4dff;--story-soft:#f3edff}.SuccessStoryCard--green{--story-accent:#12a05c;--story-soft:#e8f8ef}.SuccessStoryCard--orange{--story-accent:#f07818;--story-soft:#fff1e6}.SuccessStoryCard:hover{box-shadow:0 18px 36px rgba(11,30,120,.12);transform:translateY(-4px)}.SuccessStoryCard__media{flex-shrink:0;height:168px;overflow:hidden;position:relative}.SuccessStoryCard__image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.SuccessStoryCard__badge{background:#fff;border:1px solid #e8eefc;border-radius:50%;bottom:-20px;box-shadow:0 8px 18px rgba(11,30,120,.12);display:grid;height:44px;left:18px;place-items:center;position:absolute;width:44px}.SuccessStoryCard__badge img{height:24px;width:24px}.SuccessStoryCard__body{display:flex;flex:1;flex-direction:column;padding:32px 18px 18px}.SuccessStoryCard__category{color:var(--story-accent);display:block;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.SuccessStoryCard__title{color:var(--navy);font-size:1.02rem;font-weight:700;line-height:1.3;margin-bottom:10px}.SuccessStoryCard__copy{color:var(--muted);font-size:.8rem;line-height:1.55;margin-bottom:18px}.SuccessStoryCard__stats{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:18px;padding-top:2px}.SuccessStoryCard__stat{align-items:flex-start;display:flex;gap:8px;min-width:0}.SuccessStoryCard__stat-icon{background:var(--story-soft);border-radius:8px;display:grid;flex-shrink:0;height:28px;place-items:center;width:28px}.SuccessStoryCard__stat-icon img{height:16px;width:16px}.SuccessStoryCard__stat strong{color:var(--navy);display:block;font-size:.95rem;font-weight:700;line-height:1.2}.SuccessStoryCard__stat span{color:var(--muted);display:block;font-size:.68rem;line-height:1.3;margin-top:2px}.SuccessStoryCard__link{align-items:center;color:var(--story-accent);display:inline-flex;font-size:.85rem;font-weight:700;gap:8px;margin-top:auto;text-decoration:none}.SuccessStoryCard__link img{height:16px;width:16px}.SuccessStoryCard--purple .SuccessStoryCard__link img{filter:invert(36%) sepia(74%) saturate(2476%) hue-rotate(239deg) brightness(96%) contrast(101%)}.SuccessStoryCard--green .SuccessStoryCard__link img{filter:invert(42%) sepia(93%) saturate(450%) hue-rotate(101deg) brightness(94%) contrast(92%)}.SuccessStoryCard--orange .SuccessStoryCard__link img{filter:invert(52%) sepia(86%) saturate(1800%) hue-rotate(1turn) brightness(98%) contrast(94%)}@media (max-width:720px){.SuccessStoryCard__media{height:190px}}@media (hover:none){.SuccessStoryCard:hover{box-shadow:0 10px 28px rgba(11,30,120,.06);transform:none}}.ProjectCtaBanner{background:#f7f9ff;padding:0 32px 90px}.ProjectCtaBanner__inner{align-items:center;background:linear-gradient(135deg,#0b1e78,#1636a6 55%,#1d45c7);border-radius:28px;box-shadow:0 24px 50px rgba(11,30,120,.28);display:flex;gap:28px;margin:0 auto;max-width:1380px;padding:36px 40px}.ProjectCtaBanner__icon{flex-shrink:0;height:64px;width:64px}.ProjectCtaBanner__copy{color:#fff;flex:1;min-width:0}.ProjectCtaBanner__copy h2{font-size:clamp(1.35rem,2.2vw,1.85rem);letter-spacing:-.02em;line-height:1.2;margin-bottom:8px}.ProjectCtaBanner__copy p{color:hsla(0,0%,100%,.78);font-size:.95rem;line-height:1.55}.ProjectCtaBanner .CtaButton--outline{background:#fff;border-color:#fff;color:var(--navy);flex-shrink:0}.ProjectCtaBanner .CtaButton--outline:hover{color:var(--accent-blue)}.ProjectCtaBanner .CtaButton--outline .CtaButton__icon{filter:none}@media (max-width:900px){.ProjectCtaBanner__inner{align-items:flex-start;flex-direction:column;gap:20px;padding:28px 24px}.ProjectCtaBanner .CtaButton{justify-content:center;width:100%}}@media (max-width:720px){.ProjectCtaBanner{padding:0 20px 64px}}.ContactSection{background:#f6f8fc;overflow:hidden;padding:88px 32px 56px}.ContactSection__inner{align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(300px,1.05fr) minmax(340px,1.15fr) minmax(250px,.82fr);margin:0 auto;max-width:1380px}.ContactSection__info{display:flex;flex-direction:column;min-width:0;padding-top:4px}.ContactSection__eyebrow{align-items:center;color:var(--accent-red);display:flex;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.ContactSection__dash{background:var(--accent-red);border-radius:3px;flex-shrink:0;height:3px;width:28px}.ContactSection__title{color:var(--navy);font-size:clamp(1.75rem,2.3vw,2.25rem);letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.ContactSection__copy{color:var(--muted);font-size:.94rem;line-height:1.65;margin-bottom:28px}.ContactSection__highlights{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin-bottom:24px}.ContactSection__highlight{align-items:flex-start;display:flex;flex-direction:column;gap:6px;min-width:0}.ContactSection__highlight img{height:44px;margin-bottom:2px;width:44px}.ContactSection__highlight strong{color:var(--navy);font-size:.88rem;font-weight:700;line-height:1.25}.ContactSection__highlight span{color:var(--muted);font-size:.76rem;line-height:1.4}.ContactSection__callout{align-items:center;background:#eef3ff;border-radius:14px;color:#24356f;display:flex;font-size:.88rem;gap:14px;line-height:1.4;margin-top:auto;padding:14px 16px;text-decoration:none}.ContactSection__callout img{flex-shrink:0;height:48px;width:48px}.ContactSection__callout strong{color:var(--navy);font-weight:700}.ContactSection__partnership{background:#eef3ff;border-radius:20px;display:flex;flex-direction:column;min-width:0;padding:26px 22px 24px}.ContactSection__partnership-art-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:6px;min-height:150px}.ContactSection__partnership-art{display:block;height:auto;max-width:210px;object-fit:contain;width:100%}.ContactSection__partnership h3{color:var(--navy);font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:12px}.ContactSection__partnership-rule{background:var(--accent-red);border-radius:3px;display:block;height:3px;margin-bottom:18px;width:34px}.ContactSection__partnership ul{display:flex;flex-direction:column;gap:14px;list-style:none;margin-top:auto}.ContactSection__partnership li{align-items:center;color:var(--navy);display:flex;font-size:.9rem;font-weight:600;gap:12px;line-height:1.35}.ContactSection__partnership li img{flex-shrink:0;height:22px;width:22px}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}@media (max-width:1200px){.ContactSection__inner{gap:22px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.ContactSection__partnership{column-gap:28px;display:grid;grid-column:1/-1;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);grid-template-rows:auto auto 1fr;padding:24px 26px;row-gap:0}.ContactSection__partnership-art-wrap{grid-row:1/4;height:100%;margin-bottom:0;min-height:0}.ContactSection__partnership ul{margin-top:0}}@media (max-width:900px){.ContactSection__inner{grid-template-columns:1fr}.ContactSection__callout{margin-top:8px}.ContactSection__partnership{display:flex;flex-direction:column}.ContactSection__partnership-art-wrap{margin-bottom:8px}}@media (max-width:720px){.ContactSection{padding:64px 20px 32px}.ContactSection__highlights{gap:16px;grid-template-columns:1fr}.ContactSection__highlight{align-items:center;flex-direction:row;gap:14px}.ContactSection__highlight img{margin-bottom:0}.ContactSection__partnership{padding:22px 18px}}.ContactForm{background:#fff;border-radius:20px;box-shadow:0 18px 48px rgba(11,30,120,.1);display:flex;flex-direction:column;min-width:0;padding:30px 28px 28px}.ContactForm__title{color:var(--navy);font-size:1.3rem;font-weight:700;line-height:1.25;margin-bottom:22px}.ContactForm__row{display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:14px}.ContactForm__field{display:block;margin-bottom:14px}.ContactForm__row .ContactForm__field{margin-bottom:0}.ContactForm__field input,.ContactForm__field select,.ContactForm__field textarea{background:#fff;border:1.5px solid #d9e1f2;border-radius:12px;color:var(--ink);font:inherit;font-size:.92rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ContactForm__field input,.ContactForm__field select{height:50px;padding:0 16px}.ContactForm__field textarea{min-height:132px;padding:14px 16px;resize:vertical}.ContactForm__field input::placeholder,.ContactForm__field textarea::placeholder{color:#98a2b3}.ContactForm__field input:focus,.ContactForm__field select:focus,.ContactForm__field textarea:focus{border-color:#7f98ff;box-shadow:0 0 0 3px rgba(47,94,255,.12)}.ContactForm__field--select{position:relative}.ContactForm__field--select select{appearance:none;color:#98a2b3;padding-right:42px}.ContactForm__field--select select option,.ContactForm__field--select select:not([value=""]):valid{color:var(--ink)}.ContactForm__field--select img{height:14px;opacity:.7;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:14px}.ContactForm__field--textarea{margin-bottom:18px}.ContactForm__agree{align-items:flex-start;color:var(--muted);cursor:pointer;display:flex;font-size:.84rem;gap:10px;line-height:1.45;margin-bottom:20px}.ContactForm__agree input{accent-color:var(--navy);flex-shrink:0;height:16px;margin-top:2px;width:16px}.ContactForm__agree a{color:#2f5eff;font-weight:600;text-decoration:none}.ContactForm__agree a:hover{text-decoration:underline}.ContactForm__submit{align-items:center;background:var(--navy);border:0;border-radius:12px;box-shadow:0 12px 28px rgba(11,30,120,.28);color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:1rem;font-weight:700;gap:10px;height:54px;justify-content:center;margin-top:auto;transition:transform .15s ease,box-shadow .15s ease;width:100%}.ContactForm__submit img{filter:brightness(0) invert(1);height:18px;width:18px}.ContactForm__submit:hover{box-shadow:0 16px 32px rgba(11,30,120,.34);transform:translateY(-1px)}@media (max-width:720px){.ContactForm{padding:24px 18px 20px}.ContactForm__row{grid-template-columns:1fr}}.SiteFooter{background:#eef1f8;border-top:1px solid #e0e6f2;padding:48px 32px 28px}.SiteFooter__inner{margin:0 auto;max-width:1380px}.SiteFooter__top{border-bottom:1px solid #dde3f0;display:grid;gap:28px 20px;grid-template-columns:minmax(220px,1.2fr) repeat(5,minmax(0,1fr));padding-bottom:32px}.SiteFooter__wordmark{display:block;height:32px;margin-bottom:14px;width:auto}.SiteFooter__brand p{color:var(--muted);font-size:.88rem;line-height:1.55;margin-bottom:18px;max-width:280px}.SiteFooter__social{align-items:center;display:flex;gap:12px}.SiteFooter__social-link{background:transparent;border:0;border-radius:50%;display:grid;filter:drop-shadow(0 6px 14px rgba(11,30,120,.12));height:40px;place-items:center;transition:transform .15s ease,filter .15s ease;width:40px}.SiteFooter__social-link:hover{filter:drop-shadow(0 10px 18px rgba(11,30,120,.16));transform:translateY(-1px)}.SiteFooter__social-link img{display:block;height:36px;width:36px}.SiteFooter__column h3{color:var(--navy);font-size:.72rem;font-weight:700;letter-spacing:.08em;margin-bottom:14px;text-transform:uppercase}.SiteFooter__column ul{display:flex;flex-direction:column;gap:10px;list-style:none}.SiteFooter__column a{color:var(--muted);font-size:.86rem;line-height:1.4;text-decoration:none}.SiteFooter__column a:hover{color:var(--navy)}.SiteFooter__bottom{align-items:center;display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between;padding-top:20px}.SiteFooter__copy,.SiteFooter__legal{color:#8b93a8;font-size:.82rem}.SiteFooter__legal{align-items:center;display:flex;flex-wrap:wrap;gap:8px 10px}.SiteFooter__legal a{color:#8b93a8;text-decoration:none}.SiteFooter__legal a:hover{color:var(--navy)}.SiteFooter__meta{align-items:center;color:var(--navy);display:flex;font-size:.84rem;font-weight:600;gap:18px}.SiteFooter__lang,.SiteFooter__meta span{align-items:center;display:inline-flex;gap:8px}.SiteFooter__meta img{height:16px;width:16px}.SiteFooter__lang{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:600;padding:0}.SiteFooter__lang-chevron{height:12px!important;opacity:.7;width:12px!important}@media (max-width:1200px){.SiteFooter__top{grid-template-columns:minmax(200px,1fr) repeat(3,minmax(0,1fr))}.SiteFooter__brand{grid-column:1/-1}}@media (max-width:900px){.SiteFooter__top{grid-template-columns:1fr 1fr}}@media (max-width:720px){.SiteFooter{padding:40px 20px 24px}.SiteFooter__top{gap:24px;grid-template-columns:1fr}.SiteFooter__bottom{align-items:flex-start;flex-direction:column}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}:root{--navy:#0b1e78;--deep-blue:#1636a6;--accent-blue:#4b6bff;--accent-red:#ff3b30;--ink:#0b1533;--muted:#5b6482;--icon-bg:#f3f6ff;--line:#e4ebff;--surface:#fff;--page-top:#fff;--page-bottom:#eef2ff;--radius:16px;--shadow-card:0 10px 30px rgba(11,30,120,.08);--font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body,html{min-height:100%}body{font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--page-top);color:var(--ink);font-family:var(--font);overflow-x:hidden}img,svg{max-width:100%}#root{flex-direction:column}#root,.AppShell{display:flex;min-height:100%}.AppShell{flex:1;flex-direction:column}