@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#080e19;--surface:#101a29;--text:#edf3ff;--muted:#a5b1c5;--line:#273347;--blue:#6bd4ff;--accent:#3979ff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:5px}a:focus-visible,button:focus-visible{outline:2px solid var(--blue)}button{cursor:pointer}.wrap{max-width:1260px;width:calc(100% - 100px);margin:auto}header{max-width:1360px;margin:auto;min-height:104px;display:flex;justify-content:space-between;align-items:center;padding:20px 50px;border-bottom:1px solid var(--line);gap:25px}.brand{display:flex;align-items:center;gap:13px;font-size:26px;font-weight:700;letter-spacing:-1px}.brand small{display:block;font-size:9px;letter-spacing:2.1px;font-weight:500;color:var(--muted)}.mark{border:1px solid #64708a;width:43px;height:43px;display:grid;place-items:center;font-size:27px;position:relative;color:var(--blue)}.mark span{font-size:17px;position:absolute;right:-5px;top:-8px;background:var(--bg)}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav>a:hover,.text-link:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid #5a91ff;background:var(--accent);padding:14px 22px;border-radius:5px;color:white;font-weight:600;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#225ee0;transform:translateY(-2px)}.button.small{padding:10px 18px}.menu{display:none}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:70px;padding-top:78px;padding-bottom:65px}.eyebrow{font-size:12px;letter-spacing:2.3px;font-weight:700;color:var(--blue);margin:0 0 24px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.13;margin:0;letter-spacing:-1.8px}h1{font-size:clamp(48px,5.9vw,80px);font-weight:500;letter-spacing:-4px}em{font-style:normal;color:var(--blue)}h2{font-size:42px;font-weight:500}h2 span{color:var(--muted)}h3{font-size:23px;letter-spacing:-.6px;line-height:1.3}.lead{font-size:21px;line-height:1.5;margin:25px 0 14px}.muted{color:var(--muted)}.intro{max-width:460px;font-size:16px}.actions{display:flex;align-items:center;gap:26px;margin-top:29px}.text-link{font-size:15px;font-weight:600}.watch{margin-top:38px;display:grid;grid-template-columns:38px auto;gap:0 12px;width:fit-content;font-size:14px}.watch>span{grid-row:span 2;border:1px solid var(--line);border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.watch small{color:var(--muted);font-size:12px}.hero-system{align-self:center;background:radial-gradient(ellipse at 50% 30%,#163c60 0%,#101d31 43%,#0c1422 77%);border:1px solid #32445e;border-radius:12px;padding:23px;box-shadow:0 20px 100px #08428120;transform:rotate(-1deg)}.system-heading{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.5px;color:#a7bdd8}.system-core{text-align:center;padding:26px 0 25px}.core-symbol{font-size:83px;line-height:1.1;color:var(--blue);font-weight:700;letter-spacing:-8px}.system-core p{font-size:15px;color:var(--muted)}.system-core strong{font-weight:500;color:white}.system-list{display:grid;gap:9px}.system-list>a{display:grid;grid-template-columns:25px 1fr;gap:2px 12px;padding:12px 15px;border:1px solid #34445e;background:#111d2fe0;border-radius:5px;font-size:17px}.system-list>a:hover{border-color:var(--blue)}.system-list>a>span{grid-row:span 2;color:#7a92b1;font-size:12px}.system-list small{grid-column:2;font-size:9px;letter-spacing:1.5px;color:#a5b9d1}.system-list a.more{display:flex;justify-content:space-between;font-size:12px;padding:14px}.proof{display:grid;grid-template-columns:1fr 1.35fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0;gap:20px}.proof>div{display:flex;align-items:center;gap:18px;border-right:1px solid var(--line)}.proof>div:last-child{border:0}.proof strong{font-family:Manrope,sans-serif;font-size:30px;white-space:nowrap;font-weight:500}.proof span{font-size:13px;color:var(--muted);max-width:180px;line-height:1.5}.section{padding-top:100px;padding-bottom:100px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:38px}.section-head>p{max-width:375px;color:var(--muted);margin:0}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:27px}.filters button{border:1px solid var(--line);border-radius:30px;background:transparent;color:var(--muted);padding:9px 19px;font-size:14px}.filters button.active{background:#e7f1ff;color:#0d192b;border-color:#e7f1ff}.filters span{margin-left:10px;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product-card{border:1px solid var(--line);background:linear-gradient(140deg,#131e2d,#0c1421);border-radius:7px;padding:28px;display:flex;flex-direction:column;min-height:295px;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:#6b8aaf}.product-card .category{display:flex;justify-content:space-between;color:var(--blue);font-size:10px;letter-spacing:1.7px;margin-bottom:34px}.product-card p{font-size:15px;color:var(--muted);margin:14px 0 25px}.product-card .card-link{margin-top:auto;font-size:14px;display:flex;justify-content:space-between}.product-card:last-child{grid-column:span 3;min-height:210px;background:linear-gradient(100deg,#122238,#0d1726)}.product-card:last-child .category{margin-bottom:15px}.product-card:last-child p{max-width:650px}.solutions{background:#101927;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:55px 0 30px}.solution-grid article{border-top:1px solid #41516a;padding-top:20px}.solution-grid article>span{color:var(--blue);font-size:13px}.solution-grid h3{font-size:21px;margin-top:25px}.solution-grid p{color:var(--muted);font-size:15px}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-image{position:relative}.about-image img{display:block;width:100%;height:410px;object-fit:cover;border-radius:7px;filter:saturate(.6)}.about-image span{position:absolute;bottom:20px;left:20px;font-size:10px;letter-spacing:2px;background:#080e19de;padding:10px 16px}.about p:not(.eyebrow){font-size:16px;margin:24px 0}.resources{border-top:1px solid var(--line);padding-top:65px}.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.resource-grid>a{padding:23px;border:1px solid var(--line);border-radius:5px}.resource-grid>a:hover{border-color:var(--blue)}.resource-grid span{font-size:10px;color:var(--muted);letter-spacing:1.5px}.resource-grid h3{font-size:20px;margin:27px 0}.resource-grid p{font-size:13px;margin-bottom:0}.resource-grid b{float:right;color:var(--blue)}.contact{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{font-size:55px}.contact p{color:var(--muted)}.email{font-size:15px;color:var(--blue);overflow-wrap:anywhere}address{font-size:14px;font-style:normal;color:var(--muted);margin-top:30px}address span{display:block;margin-top:12px}form{display:flex;flex-direction:column;align-self:center}label{font-size:14px;margin:13px 0 8px}input,textarea,select{color:var(--text);background:#111b2a;border:1px solid #34425a;border-radius:4px;padding:11px 12px;width:100%}textarea{resize:vertical}form .button{margin-top:25px}.form-note,#form-status{font-size:13px}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding-top:30px;padding-bottom:35px;gap:30px}footer p,footer>a:last-child{font-size:12px;color:var(--muted)}.footer-dot{color:var(--blue)}.skip{position:absolute;top:-60px;background:white;color:black;padding:10px;z-index:10}.skip:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}[hidden]{display:none!important}.detail{max-width:900px;padding:80px 0}.detail h1{font-size:64px}.detail .lead{max-width:750px}.detail-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:40px 0}.detail-list>div{padding:25px;background:var(--surface);border:1px solid var(--line)}.detail-list h3{font-size:20px}.detail-list p{color:var(--muted);font-size:15px}
@media(min-width:1500px){.hero{padding-top:100px;padding-bottom:85px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}header{padding:20px 24px}nav{gap:16px}.hero{gap:30px}.hero h1{font-size:60px}.actions{align-items:flex-start;flex-direction:column;gap:15px}.proof>div{flex-direction:column;align-items:flex-start;gap:5px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:span 2}.solution-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}.about{gap:35px}.contact{gap:40px}.contact h2{font-size:45px}}
@media(max-width:700px){.wrap{width:calc(100% - 36px)}header{min-height:84px;padding:17px 18px;flex-wrap:wrap}.brand{font-size:23px}.brand small{font-size:8px}.menu{display:block;border:1px solid var(--line);background:transparent;color:white;padding:8px 13px;border-radius:4px}nav{display:none;width:100%;flex-direction:column;align-items:stretch;padding:15px 0}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:48px;gap:45px}.hero h1{font-size:58px}.hero-system{transform:none}.eyebrow{font-size:10px}.lead{font-size:20px}.actions{gap:22px}.proof{gap:15px}.proof strong{font-size:24px}.proof span{font-size:11px}.proof>div{padding-right:6px}.proof>div:last-child strong{font-size:19px;white-space:normal}.section{padding:65px 0}.section-head{display:block}.section-head>p{margin-top:25px}h2{font-size:34px}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-card{min-height:275px}.solution-grid{grid-template-columns:1fr;gap:22px}.solution-grid h3{margin-top:15px}.about{grid-template-columns:1fr}.about-image img{height:290px}.resource-grid{grid-template-columns:1fr 1fr;gap:10px}.resource-grid>a{padding:17px}.resource-grid h3{font-size:18px}.contact{grid-template-columns:1fr;gap:30px}.contact h2{font-size:44px}footer{flex-wrap:wrap}footer p{font-size:11px}.detail h1{font-size:44px;letter-spacing:-2px}.detail-list{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.detail .actions{flex-wrap:wrap}.detail .button{gap:14px}.resource-grid span{font-size:12px}.product-card .category{font-size:12px}.system-list small{font-size:11px}.system-heading{font-size:12px}
