:root{--color-bg:#060914;--color-bg-deep:#03050c;--color-surface:#0c1122;--color-surface-soft:#0e152aad;--color-line:#99a9de24;--color-line-bright:#677eff52;--color-text:#f5f7ff;--color-muted:#9ba5c1;--color-blue:#3387ff;--color-indigo:#5c65f7;--color-violet:#9b5cff;--color-cyan:#5ee9ff;--gradient-brand:linear-gradient(120deg, var(--color-blue), var(--color-indigo) 48%, var(--color-violet));--gradient-text:linear-gradient(105deg, #69b5ff 8%, #7e8aff 52%, #bd7cff 92%);--space-section:clamp(4rem, 8vw, 6rem);--container:1180px;--radius-sm:.75rem;--radius-md:1.25rem;--radius-lg:2rem;--shadow-card:0 24px 70px #00000042;--shadow-glow:0 0 55px #4a5bff33;--transition:.22s ease}*,:before,:after{box-sizing:border-box;min-width:0}html{scroll-behavior:smooth;color-scheme:dark;background:var(--color-bg);width:100%;max-width:100%;scroll-padding-top:5.5rem;overflow-x:hidden}section{scroll-margin-top:6rem}body{background:radial-gradient(circle at 75% 3%, #3e4bc429, transparent 28rem), var(--color-bg);width:100%;max-width:100%;color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,SF Pro Display,Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}body:before{z-index:-1;opacity:.18;content:"";pointer-events:none;background-image:radial-gradient(#ffffff0e .6px,#0000 .6px);background-size:5px 5px;position:fixed;inset:0}::selection{color:#fff;background:#5e65f766}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{width:auto;max-width:100%;height:auto;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.12}h1{margin-bottom:1.5rem;font-size:clamp(2.55rem,6vw,5rem);font-weight:680}h2{margin-bottom:1.5rem;font-size:clamp(2.2rem,4.6vw,3.8rem);font-weight:650}h3{font-size:1.25rem}.container{width:min(calc(100% - 2rem), var(--container));max-width:100%;margin-inline:auto}.section{padding-block:var(--space-section);position:relative;overflow:hidden}.gradient-text{background:var(--gradient-text);color:#0000;background-clip:text}.text-muted{color:#7e89a8}.skip-link{z-index:100;border-radius:var(--radius-sm);color:#070b16;transition:transform var(--transition);background:#fff;padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:#aab7d5;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:650;display:flex}.eyebrow-dot{background:var(--color-blue);width:.42rem;height:.42rem;box-shadow:0 0 14px var(--color-blue);border-radius:50%}.button{background:var(--gradient-brand);color:#fff;width:100%;max-width:17.5rem;min-height:3.25rem;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border:1px solid #7e8aff73;border-radius:.75rem;justify-content:center;align-items:center;gap:.7rem;padding:.85rem 1.35rem;font-size:.9rem;font-weight:650;line-height:1;display:inline-flex;box-shadow:0 12px 35px #3e54ff40}.button svg,.text-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:1.1rem;transition:transform var(--transition)}.button:hover{transform:translateY(-2px);box-shadow:0 16px 44px #3e54ff66}.button:hover svg,.text-link:hover svg{transform:translate(3px)}.button:focus-visible,.text-link:focus-visible,nav a:focus-visible,.brand:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--color-cyan);outline-offset:4px}.button-secondary{border-color:var(--color-line-bright);box-shadow:none;background:#0c1225b8}.site-header{z-index:50;transition:background var(--transition), border-color var(--transition), backdrop-filter var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{border-color:var(--color-line);backdrop-filter:blur(20px);background:#050812c2}.header-inner{width:min(calc(100% - 2rem), var(--container));justify-content:space-between;align-items:center;min-height:4.8rem;display:flex}.brand{align-items:center;gap:.45rem;max-width:calc(100% - 3.5rem);display:inline-flex}.brand-mark{object-fit:contain;width:2.35rem;height:2.35rem}.brand-name{letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-size:1.14rem;font-weight:730;overflow:hidden}.brand-name span{color:#9ca7ff}.desktop-nav{align-items:center;gap:2rem;display:none}.desktop-nav a{color:#aab3ca;transition:color var(--transition);font-size:.84rem;font-weight:500}.desktop-nav a:hover{color:#fff}.menu-toggle{border:1px solid var(--color-line-bright);color:#fff;background:#0d1326bf;border-radius:.65rem;place-content:center;gap:.35rem;width:2.65rem;height:2.65rem;display:grid}.menu-toggle span{width:1.15rem;height:1px;transition:transform var(--transition);background:currentColor;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px)rotate(-45deg)}.mobile-nav{border:1px solid var(--color-line-bright);border-radius:var(--radius-md);box-shadow:var(--shadow-card);opacity:0;visibility:hidden;backdrop-filter:blur(24px);transition:opacity var(--transition), transform var(--transition), visibility var(--transition);background:#080c1af5;flex-direction:column;gap:.25rem;padding:.75rem;display:flex;position:absolute;top:calc(100% + .25rem);left:1.25rem;right:1.25rem;transform:translateY(-.6rem)}.mobile-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav>a:not(.button){color:#bdc6dd;padding:.85rem .75rem}.hero{width:100%;max-width:100%;padding-block:7.5rem 3rem;position:relative;overflow:hidden}.hero:before{filter:blur(90px);content:"";background:#3441ba21;border-radius:50%;width:35rem;height:35rem;position:absolute;top:10%;left:-18rem}.hero-grid-pattern,.cta-grid{background-image:linear-gradient(#6677c00e 1px,#0000 1px),linear-gradient(90deg,#6677c00e 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;mask-image:linear-gradient(#000,#0000 92%)}.hero-layout{z-index:1;width:min(calc(100% - 2rem), var(--container));grid-template-columns:minmax(0,1fr);align-items:center;display:grid;position:relative}.hero-copy{z-index:3;text-align:left;position:relative}.hero-lead{max-width:43rem;color:var(--color-muted);margin-bottom:2rem;font-size:clamp(1rem,2vw,1.15rem)}.hero-actions{flex-flow:column wrap;align-items:flex-start;gap:.85rem;width:100%;display:flex}.hero-visual{z-index:0;opacity:.22;pointer-events:none;width:80%;max-width:100%;height:28rem;position:absolute;inset:7rem 0 auto 20%;mask-image:linear-gradient(#000 20%,#0000 95%)}.hero-image-shell{background:#060914;border-radius:50%;position:absolute;inset:0;overflow:hidden;box-shadow:0 0 100px #3755ff33}.hero-image{object-fit:cover;object-position:62% center;width:100%;height:100%}.hero-orbit,.visual-chip{display:none}.trust-row{z-index:3;border-top:1px solid var(--color-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin-top:3.5rem;padding-top:1.25rem;display:grid;position:relative}.trust-item{color:#9ca7c2;align-items:center;gap:.55rem;font-size:.72rem;display:flex}.trust-item svg{fill:none;width:1rem;height:1rem;stroke:var(--color-cyan);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.section-heading{gap:1rem;margin-bottom:3rem;display:grid}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:34rem;color:var(--color-muted);margin-bottom:0}.section-heading-centered{text-align:center;flex-direction:column;align-items:center;max-width:50rem;margin-inline:auto;display:flex}.section-heading-centered .eyebrow{color:#aab7d5}.section-heading-centered>p:last-child{max-width:40rem}.glass-card{border:1px solid var(--color-line);background:linear-gradient(145deg, #ffffff09, transparent 45%), var(--color-surface-soft);box-shadow:var(--shadow-card);backdrop-filter:blur(14px)}.section-glow{filter:blur(100px);pointer-events:none;background:#3a4bcd14;border-radius:50%;width:30rem;height:30rem;position:absolute}.section-glow-left{top:30%;left:-20rem}.services{background:linear-gradient(to bottom, var(--color-bg), #070b18 50%, var(--color-bg));padding-bottom:clamp(2.25rem,4vw,3.75rem)}.services-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.service-card{border-radius:var(--radius-md);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);padding:1.5rem;position:relative;overflow:hidden}.service-card:after{filter:blur(35px);content:"";background:#4953e217;border-radius:50%;width:11rem;height:11rem;position:absolute;bottom:-6rem;right:-4rem}.service-card:hover{border-color:var(--color-line-bright);box-shadow:var(--shadow-card), var(--shadow-glow);transform:translateY(-5px)}.card-top,.product-heading{justify-content:space-between;align-items:center;display:flex}.card-top{margin-bottom:2.5rem}.service-icon{color:#7fa4ff;background:#3c4fcb1f;border:1px solid #546fff47;border-radius:.8rem;place-items:center;width:3rem;height:3rem;display:grid}.service-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:1.35rem}.card-number{color:#58627e;letter-spacing:.12em;align-self:flex-start;font-size:.7rem}.service-card h3{color:#f4f6ff;margin-bottom:1rem}.service-card>p{min-height:6.4rem;color:var(--color-muted);margin-bottom:1.75rem;font-size:.91rem}.text-link{z-index:2;color:#91a9ff;align-items:center;gap:.55rem;font-size:.82rem;font-weight:600;display:inline-flex;position:relative}.products:before{filter:blur(100px);content:"";background:#703fc214;border-radius:50%;width:34rem;height:34rem;position:absolute;top:10%;right:-15rem}.products{padding-top:clamp(2.25rem,4vw,3.75rem)}.products-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.product-card{border-radius:var(--radius-md);transition:transform var(--transition), border-color var(--transition);overflow:hidden}.product-card:hover{border-color:var(--color-line-bright);transform:translateY(-5px)}.product-art{border-bottom:1px solid var(--color-line);background:radial-gradient(circle,#4159f03d,#0000 44%),linear-gradient(135deg,#0f1a3edb,#0a0d1c99);place-items:center;height:13rem;display:grid;position:relative;overflow:hidden}.product-art:before{content:"";background-image:linear-gradient(#7787d40f 1px,#0000 1px),linear-gradient(90deg,#7787d40f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.product-symbol{z-index:2;background:var(--gradient-text);color:#0000;letter-spacing:-.08em;text-shadow:0 0 35px #546fff33;background-clip:text;font-size:3.25rem;font-weight:750;position:relative}.product-logo{z-index:2;object-fit:contain;filter:drop-shadow(0 16px 28px #00000061);width:min(10rem,72%);height:min(10rem,72%);position:relative}.art-ring{border:1px solid #6983ff30;border-radius:50%;position:absolute}.art-ring-one{width:9rem;height:9rem;animation:4s ease-in-out infinite orbit-pulse}.art-ring-two{border-style:dashed;width:13rem;height:13rem;animation:22s linear infinite spin}.product-content{padding:1.5rem}.product-heading{gap:.75rem;margin-bottom:1rem}.product-heading h3{margin-bottom:0}.product-content p{color:var(--color-muted);margin-bottom:0;font-size:.9rem}.product-action{margin-top:1.5rem}.status{border:1px solid;border-radius:999px;flex-shrink:0;padding:.3rem .55rem;font-size:.63rem;font-weight:650}.status-pilot{color:#ffbf66;background:#ffa92814;border-color:#ffb95040}.status-dev{color:#9ca8ff;background:#5365ff17;border-color:#7385ff47}.status-available{color:#73e2c0;background:#2fcf9f14;border-color:#3ddaab40}.why-us{border-block:1px solid var(--color-line);background:linear-gradient(90deg,#2c398c12,#0000 40%),#070a15}.why-layout{grid-template-columns:minmax(0,1fr);gap:4rem;display:grid}.why-copy>p:not(.eyebrow){max-width:38rem;color:var(--color-muted)}.why-grid{border-top:1px solid var(--color-line);border-left:1px solid var(--color-line);grid-template-columns:minmax(0,1fr);display:grid}.why-point{border-right:1px solid var(--color-line);border-bottom:1px solid var(--color-line);min-height:12rem;transition:background var(--transition);background:#ffffff03;padding:1.4rem;position:relative}.why-point:hover{background:#4758cd0f}.why-index{color:#424b66;font-size:.65rem;position:absolute;top:1rem;right:1rem}.check-mark{color:#7db5ff;background:#3c4cbe1a;border:1px solid #536aff47;border-radius:50%;place-items:center;width:2.1rem;height:2.1rem;margin-bottom:2rem;display:grid}.check-mark svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1rem}.why-point h3{margin-bottom:.5rem;font-size:1rem}.why-point p{color:var(--color-muted);margin-bottom:0;font-size:.82rem}.cta-section{padding-block:clamp(5.5rem,10vw,8rem)}.cta-card{border-radius:var(--radius-lg);text-align:center;background:radial-gradient(circle at 85% 10%,#7b52ed4d,#0000 28rem),linear-gradient(135deg,#1c3287bf,#17154ac7);border:1px solid #7c8fff4d;padding:3.25rem 1.25rem;position:relative;overflow:hidden;box-shadow:0 30px 90px #1921694d}.cta-grid{opacity:.4;mask-image:radial-gradient(circle,#000,#0000 80%)}.cta-orb{filter:blur(55px);background:#3797ff2e;border-radius:50%;width:20rem;height:12rem;position:absolute;bottom:-7rem;left:50%;transform:translate(-50%)}.cta-card>:not(.cta-grid,.cta-orb){z-index:2;position:relative}.cta-card .eyebrow{justify-content:center}.cta-card h2{max-width:56rem;margin-inline:auto}.cta-card>p:not(.eyebrow){color:#b7c2df;max-width:38rem;margin:0 auto 2rem}.button-light{color:#101737;background:#fff;border-color:#fff;box-shadow:0 14px 35px #02071e4d}.site-footer{padding-block:0 2.5rem;overflow:hidden}.footer-nav{border-top:1px solid #94a3b824;flex-direction:column;align-items:center;gap:1rem;padding-block:2.5rem;display:flex}.footer-nav a{color:#909bb8;transition:color var(--transition);font-size:.82rem}.footer-nav a:hover{color:var(--color-text)}.footer-bottom{border-top:1px solid var(--color-line);color:#626d88;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.5rem;font-size:.72rem;display:flex}.footer-bottom a{transition:color var(--transition)}.footer-bottom a:hover{color:#fff}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes orbit-pulse{50%{border-color:#6983ff6b;transform:scale(1.06)}}@keyframes spin{to{transform:rotate(360deg)}}.reveal{animation:.7s both fade-up}.reveal-delay-1{animation-delay:80ms}.reveal-delay-2{animation-delay:.16s}.reveal-delay-3{animation-delay:.24s}.reveal-delay-4{animation-delay:.36s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=600px){.hero-actions{flex-direction:row;align-items:center}.hero-actions .button{width:auto}.services-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-grid .product-card:last-child{grid-column:1/-1}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-card{padding:4.5rem 2.5rem}.footer-nav{flex-direction:row;justify-content:center;gap:clamp(1.5rem,4vw,3rem)}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=900px){.button{width:auto;max-width:none}.header-inner{min-height:5.25rem}.desktop-nav{display:flex}.menu-toggle,.mobile-nav{display:none}.hero{grid-template-rows:minmax(0,1fr) auto;align-items:center;min-height:max(45rem,100svh);padding-block:6rem 2rem;display:grid}.hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(24rem,.95fr);align-self:center;gap:1.5rem}.hero-copy{padding-bottom:0}.hero-copy h1{max-width:49rem}.hero-visual{z-index:1;opacity:1;width:auto;max-width:none;height:min(42vw,34rem);position:relative;inset:auto;mask-image:none}.hero-image-shell{border:1px solid #6f8aff24;inset:1.5rem -7rem 1.5rem -1rem}.hero-image{object-position:center}.hero-orbit{z-index:3;pointer-events:none;border:1px solid #6881ff2b;border-radius:50%;display:block;position:absolute}.orbit-one{inset:-1rem -5rem;transform:rotate(-12deg)}.orbit-two{border-style:dashed;inset:2.5rem -7rem -2rem 2rem;transform:rotate(16deg)}.visual-chip{z-index:5;color:#e9edff;backdrop-filter:blur(14px);background:#080d1ec2;border:1px solid #8495ff3b;border-radius:.8rem;align-items:center;gap:.65rem;padding:.7rem .9rem;font-size:.72rem;line-height:1.2;display:flex;position:absolute;box-shadow:0 15px 45px #00000047}.visual-chip small{color:#7f8aa8;text-transform:uppercase;margin-bottom:.25rem;font-size:.6rem;display:block}.chip-security{bottom:5rem;right:-2rem}.chip-ai{top:5rem;left:-2.5rem}.chip-icon{color:#62e0bd;background:#30c9a41f;border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;display:grid}.pulse{background:#6b8dff;border-radius:50%;width:.65rem;height:.65rem;box-shadow:0 0 0 5px #516fff1f,0 0 15px #536fff}.trust-row{border-top-color:#94a3b824;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(1rem,3vw,2rem);margin-top:clamp(2rem,4vw,4rem);padding-top:1.5rem;position:relative}.trust-item{justify-content:center;font-size:.78rem}.trust-item:first-child{justify-content:flex-start}.trust-item:last-child{justify-content:flex-end}.section-heading:not(.section-heading-centered){grid-template-columns:1.4fr .6fr;align-items:end}.section-heading:not(.section-heading-centered)>p{padding-bottom:.5rem}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.products-grid .product-card:last-child{grid-column:auto}.why-layout{grid-template-columns:minmax(0,1.05fr) minmax(28rem,.95fr);align-items:center;gap:5rem}.cta-card{padding:5.5rem 4rem}}
