.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}}*,: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}