:root{--app-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font:18px/145% var(--app-font)}*{box-sizing:border-box}html{scroll-behavior:smooth}#root{box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0;overflow-x:hidden}p{margin:0}img{max-width:100%}#page{min-height:100vh;overflow:hidden}.sectionEyebrow{color:#a8c7ff;text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:800;line-height:1.3}.sectionTitle{color:#fff;letter-spacing:0;margin:12px 0 0;font-size:46px;line-height:1.08}.sectionDescription{color:#d4dfe7;margin-top:16px;font-size:17px;line-height:1.7}.actionButton{text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:800;line-height:1.2;text-decoration:none;transition:box-shadow .18s,transform .18s,background-color .23s;display:inline-flex}.actionButton:hover{filter:brightness(1.05);transform:scale(1.01)}.primaryButton{color:#fff;background:#004976}.primaryButton:hover{box-shadow:0 0 24px #a8c7ff8c}.secondaryButton{color:#757575;background-color:#0000;border:1px solid #757575}.secondaryButton:hover{background-color:#fff;box-shadow:0 0 20px #ffffff73}@media (width<=768px){.sectionTitle{font-size:34px;line-height:1.14}.sectionDescription{font-size:16px;line-height:1.65}}@media (width<=520px){.actionButton{width:100%;min-height:50px;padding:0 18px}}#hero{background-color:#e4ebf0;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:48px;padding:64px 96px;display:grid}#hero #heroContent{max-width:720px}#hero #heroContent .badge{color:#a8c7ff;cursor:default;background:#051b3cd9;border-radius:999px;margin-bottom:22px;padding:8px 14px;font-size:13px;font-weight:700;transition:box-shadow .22s,color .3s;display:inline-flex;position:relative;overflow:hidden}#hero #heroContent .badge:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#0000 0%,#fffc,#0000 65%);position:absolute;inset:0;transform:translate(-120%)}#hero #heroContent .badge:hover{color:#fff;box-shadow:0 0 24px #a8c7ff8c}#hero #heroContent .badge:hover:before{animation:.72s forwards badgeShine}#hero #heroContent #title{color:#333;letter-spacing:0;max-width:820px;margin:0;font-size:76px;line-height:1}#hero #heroContent #subtitle{color:#8997aa;max-width:680px;margin-top:26px;font-size:19px;line-height:1.7}#hero #heroContent #heroActions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}#hero #heroContent .smallText{color:#8997aa;margin-top:18px;font-size:13px;line-height:1.6}#hero #phoneImageMask{justify-self:center;width:100%;overflow:hidden;-webkit-mask-image:url(/assets/InfraUai-modules-phone-hand_mask-B0XcjMqK.png);mask-image:url(/assets/InfraUai-modules-phone-hand_mask-B0XcjMqK.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#hero #phoneImage{width:100%;transition:transform .3s;display:block}#hero #phoneImageMask:hover #phoneImage{transform:scale(1.15)}@media (width<=1180px){#hero{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:36px;padding:56px}#hero #heroContent #title{font-size:60px}}@media (width<=880px){#hero{grid-template-columns:1fr;padding:48px 32px 56px}#hero #heroContent{max-width:100%}#hero #heroContent #title{font-size:46px;line-height:1.06}#hero #phoneImageMask{max-width:500px;margin-top:4px}}@media (width<=520px){#hero{gap:30px;padding:36px 20px 44px}#hero #heroContent .badge{margin-bottom:18px;padding:7px 12px;font-size:12px}#hero #heroContent #title{font-size:38px}#hero #heroContent #subtitle{margin-top:18px;font-size:16px;line-height:1.65}#hero #heroContent #heroActions{gap:10px;margin-top:26px}#hero #heroContent .smallText{margin-top:16px;font-size:12px}#hero #phoneImageMask{max-width:400px}}@keyframes badgeShine{to{transform:translate(120%)}}.section{background:radial-gradient(circle at 0 0,#051b3c,#0000 52%),#070b14;padding:64px 96px}.section .sectionHeader{max-width:800px;margin-bottom:34px}.section .cardsGrid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:84px;display:grid}@media (width<=900px){.section{padding:54px 32px}.section .cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:42px}}@media (width<=640px){.section{padding:44px 20px}.section .sectionHeader{margin-bottom:28px}.section .cardsGrid{grid-template-columns:1fr;gap:14px;margin-top:32px}}.featureCard{background:#ffffff12;border:1px solid #ffffff1c;border-radius:8px;padding:24px}.featureCard .featureTitleContainer{flex-direction:row;align-items:center;gap:12px;margin-bottom:12px;display:flex}.featureCard .featureTitleContainer .featureIcon{color:#a8c7ff;background:#004976;border-radius:8px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:flex}.featureCard .featureTitleContainer .featureTitle{color:#fff;margin:0;font-size:20px;line-height:1.25}.featureCard .featureDescription{color:#c2c2c2;margin:0;line-height:1.65}@media (width<=640px){.featureCard{padding:20px}.featureCard .featureDescription{font-size:15px;line-height:1.6}}.splitSection{background-color:#e4ebf0;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:start;gap:42px;padding:64px 96px;display:grid}.splitSection .securitySectionEyebrow{color:#004976}.splitSection .securitySectionTitle{color:#333}.splitSection .securitySectionDescription{color:#8997aa}.splitSection .securityList{gap:14px;padding-left:48px;display:grid}@media (width<=900px){.splitSection{grid-template-columns:1fr;padding:54px 32px}.splitSection .securityList{padding-left:0}}@media (width<=640px){.splitSection{gap:32px;padding:44px 20px}.splitSection .securityList{gap:12px}}.securityItem{background:#fffc;border:1px solid #e5e5e5;border-radius:8px;align-items:flex-start;gap:12px;padding:18px;font-weight:600;display:flex}.securityItem .securityBullet{color:#34d399;font-size:12px;line-height:1.8}.securityItem .securityText{color:#333;line-height:1.5}@media (width<=640px){.securityItem{padding:16px;font-size:15px}}#ctaSection{text-align:center;max-width:980px;margin:0 auto;padding:64px 96px}#ctaSection #ctaTitle{color:#004976;font-size:54px}#ctaSection .ctaText{color:#8997aa;max-width:680px;margin:18px auto 0;font-size:18px;line-height:1.7}#ctaSection #ctaActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:84px;display:flex}#ctaSection #ctaActions .primaryButtonAction{color:#fff;background:#004976}#ctaSection #ctaActions .primaryButtonAction:hover{box-shadow:0 0 24px #a8c7ff8c}@media (width<=900px){#ctaSection{padding:54px 32px}#ctaSection #ctaTitle{font-size:42px}#ctaSection #ctaActions{margin-top:44px}}@media (width<=520px){#ctaSection{padding:44px 20px 52px}#ctaSection #ctaTitle{font-size:34px;line-height:1.14}#ctaSection .ctaText{font-size:16px;line-height:1.65}#ctaSection #ctaActions{gap:10px;margin-top:32px}}#privacyPage .privacyActions{flex-wrap:wrap;gap:12px;padding-top:6px;display:flex}#privacyPage .privacyActions a{color:#fff;text-align:center;background:#004976;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}#privacyPage .privacyActions a:last-child{color:#004976;background:#fff;border:1px solid #004976}#privacyPage .privacyActions a:hover{filter:brightness(1.05)}@media (width<=560px){#privacyPage .privacyActions a{width:100%}}#privacyPage .privacySection{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:28px 30px;scroll-margin-top:24px}#privacyPage .privacySection h2{color:#004976;letter-spacing:0;margin:0 0 14px;font-size:24px;line-height:1.25}#privacyPage .privacySection h3{color:#333;margin:0 0 10px;font-size:18px;line-height:1.3}#privacyPage .privacySection p{color:#555;font-size:16px;line-height:1.75}#privacyPage .privacySection p+p{margin-top:12px}#privacyPage .privacySection ul{color:#555;gap:10px;margin:14px 0 0;padding-left:20px;font-size:16px;line-height:1.65;display:grid}#privacyPage .privacySection li::marker{color:#004976}#privacyPage .privacyGroup{background:#f7f9fc;border:1px solid #e5e5e5;border-radius:8px;margin-top:18px;padding:18px}#privacyPage .privacyGroup ul{margin-top:0}@media (width<=560px){#privacyPage .privacySection{padding:20px}#privacyPage .privacySection h2{font-size:21px}#privacyPage .privacySection h3{font-size:17px}#privacyPage .privacySection p,#privacyPage .privacySection ul{font-size:15px;line-height:1.65}#privacyPage .privacyGroup{padding:16px}}#privacyPage .privacyContent{gap:18px;min-width:0;display:grid}#privacyPage .privacyHero{color:#fff;background:radial-gradient(circle at 0 0,#051b3c,#0000 52%),#070b14;padding:64px 96px 72px}#privacyPage .privacyHeroContent{max-width:960px}#privacyPage .privacyEyebrow{color:#a8c7ff;letter-spacing:0;text-transform:uppercase;margin-top:42px;font-size:13px;font-weight:800;line-height:1.3}#privacyPage #privacyTitle{letter-spacing:0;max-width:900px;margin:12px 0 0;font-size:56px;line-height:1.05}#privacyPage .privacyIntro{color:#ffffffd1;max-width:800px;margin-top:22px;font-size:19px;line-height:1.7}#privacyPage .privacyMeta{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}#privacyPage .privacyMeta span{color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}@media (width<=900px){#privacyPage .privacyHero{padding:52px 32px 60px}#privacyPage #privacyTitle{font-size:44px;line-height:1.1}#privacyPage .privacyIntro{font-size:17px}}@media (width<=560px){#privacyPage .privacyHero{padding:36px 20px 44px}#privacyPage .privacyEyebrow{margin-top:34px}#privacyPage #privacyTitle{font-size:34px;line-height:1.14}#privacyPage .privacyIntro{font-size:16px;line-height:1.65}#privacyPage .privacyMeta span{width:100%}}#privacyPage .privacySummary{background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-self:start;padding:22px;position:sticky;top:24px}#privacyPage .privacySummary h2{color:#004976;margin:0 0 16px;font-size:18px;line-height:1.25}#privacyPage .privacySummary nav{gap:4px;display:grid}#privacyPage .privacySummary a{color:#555;border-radius:8px;padding:9px 10px;font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;display:block}#privacyPage .privacySummary a:hover{color:#004976;background:#e4ebf0}@media (width<=900px){#privacyPage .privacySummary{position:static}#privacyPage .privacySummary nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){#privacyPage .privacySummary{padding:18px}#privacyPage .privacySummary nav{grid-template-columns:1fr}}#privacyPage{color:#333;background:#f7f9fc;min-height:100vh}#privacyPage .privacyShell{grid-template-columns:260px minmax(0,1fr);gap:42px;max-width:1180px;margin:0 auto;padding:52px 32px 72px;display:grid}@media (width<=900px){#privacyPage .privacyShell{grid-template-columns:1fr;gap:24px}}@media (width<=560px){#privacyPage .privacyShell{padding:28px 20px 52px}}#termsPage{color:#333;background:#f7f9fc;min-height:100vh}#termsPage .termsShell{grid-template-columns:260px minmax(0,1fr);gap:42px;max-width:1180px;margin:0 auto;padding:52px 32px 72px;display:grid}@media (width<=900px){#termsPage .termsShell{grid-template-columns:1fr;gap:24px}}@media (width<=560px){#termsPage .termsShell{padding:28px 20px 52px}}#termsPage .termsActions{flex-wrap:wrap;gap:12px;padding-top:6px;display:flex}#termsPage .termsActions a{color:#fff;text-align:center;background:#004976;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}#termsPage .termsActions a:last-child{color:#004976;background:#fff;border:1px solid #004976}#termsPage .termsActions a:hover{filter:brightness(1.05)}@media (width<=560px){#termsPage .termsActions a{width:100%}}#termsPage .termsSection{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:28px 30px;scroll-margin-top:24px}#termsPage .termsSection h2{color:#004976;letter-spacing:0;margin:0 0 14px;font-size:24px;line-height:1.25}#termsPage .termsSection p{color:#555;font-size:16px;line-height:1.75}#termsPage .termsSection p+p{margin-top:12px}#termsPage .termsSection ul{color:#555;gap:10px;margin:0;padding-left:20px;font-size:16px;line-height:1.65;display:grid}#termsPage .termsSection li::marker{color:#004976}@media (width<=560px){#termsPage .termsSection{padding:20px}#termsPage .termsSection h2{font-size:21px}#termsPage .termsSection p,#termsPage .termsSection ul{font-size:15px;line-height:1.65}}#termsPage .termsContent{gap:18px;min-width:0;display:grid}#termsPage .termsHero{color:#fff;background:radial-gradient(circle at 0 0,#051b3c,#0000 52%),#070b14;padding:64px 96px 72px}#termsPage .termsHeroContent{max-width:960px}#termsPage .termsEyebrow{color:#a8c7ff;letter-spacing:0;text-transform:uppercase;margin-top:42px;font-size:13px;font-weight:800;line-height:1.3}#termsPage #termsTitle{letter-spacing:0;max-width:860px;margin:12px 0 0;font-size:56px;line-height:1.05}#termsPage .termsIntro{color:#ffffffd1;max-width:780px;margin-top:22px;font-size:19px;line-height:1.7}#termsPage .termsMeta{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}#termsPage .termsMeta span{color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}@media (width<=900px){#termsPage .termsHero{padding:52px 32px 60px}#termsPage #termsTitle{font-size:44px;line-height:1.1}#termsPage .termsIntro{font-size:17px}}@media (width<=560px){#termsPage .termsHero{padding:36px 20px 44px}#termsPage .termsEyebrow{margin-top:34px}#termsPage #termsTitle{font-size:34px;line-height:1.14}#termsPage .termsIntro{font-size:16px;line-height:1.65}#termsPage .termsMeta span{width:100%}}#termsPage .termsSummary{background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-self:start;padding:22px;position:sticky;top:24px}#termsPage .termsSummary h2{color:#004976;margin:0 0 16px;font-size:18px;line-height:1.25}#termsPage .termsSummary nav{gap:4px;display:grid}#termsPage .termsSummary a{color:#555;border-radius:8px;padding:9px 10px;font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;display:block}#termsPage .termsSummary a:hover{color:#004976;background:#e4ebf0}@media (width<=900px){#termsPage .termsSummary{position:static}#termsPage .termsSummary nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){#termsPage .termsSummary{padding:18px}#termsPage .termsSummary nav{grid-template-columns:1fr}}#supportPage .supportContact{background:#fff;border:1px solid #e5e5e5;border-radius:8px;gap:22px;padding:28px 30px;display:grid}#supportPage .supportContact .supportContactEyebrow{color:#004976;text-transform:uppercase;font-size:13px;font-weight:800;line-height:1.3}#supportPage .supportContact h2{color:#333;letter-spacing:0;margin:8px 0 10px;font-size:26px;line-height:1.2}#supportPage .supportContact p{color:#555;max-width:720px;font-size:16px;line-height:1.7}#supportPage .supportContactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}#supportPage .supportContactCard{color:#333;background:#f7f9fc;border:1px solid #e5e5e5;border-radius:8px;gap:6px;min-height:94px;padding:18px;text-decoration:none;display:grid}#supportPage .supportContactCard span{color:#555;text-transform:uppercase;font-size:13px;font-weight:800;line-height:1.25}#supportPage .supportContactCard strong{color:#004976;overflow-wrap:anywhere;font-size:18px;line-height:1.3}#supportPage .supportContactCard:hover{border-color:#004976}@media (width<=760px){#supportPage .supportContactGrid{grid-template-columns:1fr}}@media (width<=560px){#supportPage .supportContact{padding:20px}#supportPage .supportContact h2{font-size:22px}}#supportPage .supportActions{flex-wrap:wrap;gap:12px;padding-top:6px;display:flex}#supportPage .supportActions a{color:#fff;text-align:center;background:#004976;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}#supportPage .supportActions a:not(:first-child){color:#004976;background:#fff;border:1px solid #004976}#supportPage .supportActions a:hover{filter:brightness(1.05)}@media (width<=560px){#supportPage .supportActions a{width:100%}}#supportPage .supportSection{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:28px 30px;scroll-margin-top:24px}#supportPage .supportSection h2{color:#004976;letter-spacing:0;margin:0 0 14px;font-size:24px;line-height:1.25}#supportPage .supportSection p{color:#555;font-size:16px;line-height:1.75}#supportPage .supportSection p+p{margin-top:12px}#supportPage .supportSection ul{color:#555;gap:10px;margin:14px 0 0;padding-left:20px;font-size:16px;line-height:1.65;display:grid}#supportPage .supportSection li::marker{color:#004976}#supportPage .supportHighlight{color:#004976;background:#e4ebf0;border-radius:8px;margin-top:18px;padding:14px 16px;font-size:15px;font-weight:800;line-height:1.45}@media (width<=560px){#supportPage .supportSection{padding:20px}#supportPage .supportSection h2{font-size:21px}#supportPage .supportSection p,#supportPage .supportSection ul{font-size:15px;line-height:1.65}}#supportPage .supportContent{gap:18px;min-width:0;display:grid}#supportPage .supportHero{color:#fff;background:radial-gradient(circle at 0 0,#051b3c,#0000 52%),#070b14;padding:64px 96px 72px}#supportPage .supportHeroContent{max-width:960px}#supportPage .supportEyebrow{color:#a8c7ff;letter-spacing:0;text-transform:uppercase;margin-top:42px;font-size:13px;font-weight:800;line-height:1.3}#supportPage #supportTitle{letter-spacing:0;max-width:900px;margin:12px 0 0;font-size:56px;line-height:1.05}#supportPage .supportIntro{color:#ffffffd1;max-width:780px;margin-top:22px;font-size:19px;line-height:1.7}#supportPage .supportMeta{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}#supportPage .supportMeta span{color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}@media (width<=900px){#supportPage .supportHero{padding:52px 32px 60px}#supportPage #supportTitle{font-size:44px;line-height:1.1}#supportPage .supportIntro{font-size:17px}}@media (width<=560px){#supportPage .supportHero{padding:36px 20px 44px}#supportPage .supportEyebrow{margin-top:34px}#supportPage #supportTitle{font-size:34px;line-height:1.14}#supportPage .supportIntro{font-size:16px;line-height:1.65}#supportPage .supportMeta span{width:100%}}#supportPage .supportSummary{background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-self:start;padding:22px;position:sticky;top:24px}#supportPage .supportSummary h2{color:#004976;margin:0 0 16px;font-size:18px;line-height:1.25}#supportPage .supportSummary nav{gap:4px;display:grid}#supportPage .supportSummary a{color:#555;border-radius:8px;padding:9px 10px;font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;display:block}#supportPage .supportSummary a:hover{color:#004976;background:#e4ebf0}@media (width<=900px){#supportPage .supportSummary{position:static}#supportPage .supportSummary nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){#supportPage .supportSummary{padding:18px}#supportPage .supportSummary nav{grid-template-columns:1fr}}#supportPage{color:#333;background:#f7f9fc;min-height:100vh}#supportPage .supportShell{grid-template-columns:260px minmax(0,1fr);gap:42px;max-width:1180px;margin:0 auto;padding:52px 32px 72px;display:grid}#supportPage .supportMainContent{gap:18px;min-width:0;display:grid}@media (width<=900px){#supportPage .supportShell{grid-template-columns:1fr;gap:24px}}@media (width<=560px){#supportPage .supportShell{padding:28px 20px 52px}}#header{background-color:#fff;align-items:center;gap:24px;padding:0 96px;display:flex}#header #logoArea{flex-direction:row;align-items:center;gap:12px;text-decoration:none;display:flex}#header #logoArea #logoImg{width:80px;height:80px;display:block}#header #logoArea #logoText{letter-spacing:0;color:#004976;font-size:1.5rem;font-weight:800}#header nav{flex-wrap:wrap;align-items:center;gap:25px;margin-left:10%;display:flex}#header nav .navLink{color:#555;font-size:1rem;font-weight:600;text-decoration:none}#header nav .navLink[aria-current=page]{border-bottom:2px solid #c2c2c2}@media (width<=900px){#header{gap:18px;padding:8px 32px}#header nav{gap:16px;margin-left:auto}}@media (width<=640px){#header{flex-direction:column;align-items:stretch;gap:8px;padding:10px 20px 14px}#header #logoArea{justify-content:center}#header #logoArea #logoImg{width:58px;height:58px}#header #logoArea #logoText{font-size:1.25rem}#header nav{scrollbar-width:none;justify-content:center;gap:6px;width:100%;margin-left:0;padding-bottom:2px;overflow-x:auto}#header nav::-webkit-scrollbar{display:none}#header nav .navLink{background:#f7f9fc;border-radius:8px;flex:none;padding:7px 9px;font-size:.88rem;line-height:1.2}#header nav .navLink[aria-current=page]{color:#004976;border-bottom:0}}#footer{color:#8997aa;background-color:#fff;flex-wrap:wrap;align-items:center;gap:32px;padding:12px 32px;font-size:.75rem;display:flex}#footer #footerLinksContainer{flex-direction:row;align-items:center;gap:48px;margin-left:auto;display:flex}#footer #footerLinksContainer .footerLink{color:#8997aa;font-weight:700;text-decoration:none}@media (width<=640px){#footer{align-items:flex-start;gap:12px;padding:20px}#footer #footerLinksContainer{flex-wrap:wrap;gap:16px;width:100%;margin-left:0}}
