:root{
  --ink:#07101f;--ink-2:#0b172a;--paper:#f5f7fb;--white:#fff;--blue:#4a8dff;
  --blue-2:#79b2ff;--violet:#856cff;--muted:#aeb9cc;--line:rgba(255,255,255,.12);
  --dark-line:rgba(7,16,31,.12);--heading:"Space Grotesk",sans-serif;--body:"Inter",sans-serif
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.site-header{position:absolute;top:0;left:0;width:100%;height:92px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}
.site-header.scrolled{position:fixed;height:72px;background:rgba(7,16,31,.85);backdrop-filter:blur(18px);animation:drop .35s ease}
@keyframes drop{from{transform:translateY(-100%)}to{transform:none}}
.brand{display:flex;align-items:center;gap:12px;font:700 20px var(--heading);letter-spacing:.16em}
.brand-mark{width:29px;height:28px;position:relative;display:inline-flex;align-items:flex-end;gap:3px;transform:skewY(-20deg)}
.brand-mark i{display:block;width:7px;border-radius:2px;background:linear-gradient(180deg,#7ab5ff,#426fff)}.brand-mark i:nth-child(1){height:12px}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){height:28px}
.site-nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}.site-nav>a:not(.nav-cta){opacity:.74;transition:.25s}.site-nav>a:hover{opacity:1}
.nav-cta{padding:12px 18px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}
.menu-toggle{display:none}
.hero{position:relative;min-height:920px;height:100svh;max-height:1100px;background:#07101f;color:#fff;display:flex;align-items:center;overflow:hidden;padding:140px clamp(24px,7vw,110px) 80px}
#hero-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.68}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,black,transparent 75%)}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 40%,transparent 0,rgba(7,16,31,.18) 32%,rgba(7,16,31,.75) 85%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(3px);opacity:.35}.orb-one{width:600px;height:600px;background:radial-gradient(circle,#265cff 0,transparent 68%);right:-160px;top:0;animation:float 9s ease-in-out infinite}.orb-two{width:420px;height:420px;background:radial-gradient(circle,#7d4dff 0,transparent 70%);left:38%;bottom:-220px;animation:float 12s ease-in-out infinite reverse}
@keyframes float{50%{transform:translate(30px,-24px) scale(1.08)}}
.hero-content{position:relative;z-index:3;width:min(720px,56vw)}
.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#5277ad}.eyebrow span{display:inline-block;width:27px;height:1px;background:currentColor}.hero .eyebrow{color:#86b7ff}
h1,h2,h3{font-family:var(--heading);margin:0}h1{font-size:clamp(64px,7.4vw,122px);line-height:.88;letter-spacing:-.065em;max-width:900px}h1 em,h2 em{font-style:normal;color:#77aaff}
.hero-copy{font-size:clamp(17px,1.3vw,21px);line-height:1.65;color:#b9c4d6;max-width:690px;margin:34px 0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:16px 22px;border-radius:8px;font-weight:700;font-size:14px;transition:.25s;border:0;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{background:#fff;color:var(--ink)}.button-ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.04)}
.hero-proof{display:flex;gap:36px;margin-top:66px;padding-top:24px;border-top:1px solid var(--line)}.hero-proof div{display:flex;flex-direction:column;gap:5px}.hero-proof strong{font:600 14px var(--heading)}.hero-proof span{font-size:11px;color:#77859c}
.hero-interface{position:absolute;right:6vw;top:50%;transform:translateY(-48%) rotateY(-4deg) rotateX(2deg);z-index:3;width:min(430px,32vw);padding:22px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(145deg,rgba(20,38,70,.72),rgba(8,18,35,.5));box-shadow:0 40px 100px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,.1);backdrop-filter:blur(22px)}
.interface-top{display:flex;align-items:center;gap:9px;font-size:11px;color:#a9b7cb;text-transform:uppercase;letter-spacing:.11em}.status-dot{width:7px;height:7px;border-radius:50%;background:#62e4a8;box-shadow:0 0 14px #62e4a8}.live{margin-left:auto;color:#70e8af}
.metric{padding:28px 4px 8px;display:grid;grid-template-columns:1fr auto;gap:8px}.metric span{font-size:12px;color:#8d9bb1}.metric strong{grid-row:1/3;grid-column:2;font:600 34px var(--heading)}.metric small{color:#71dbab}.chart{height:170px}.chart svg{width:100%;height:100%}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:#75aaff;stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 6px #4a8dff);stroke-dasharray:700;stroke-dashoffset:700;animation:draw 3s 1s ease forwards}@keyframes draw{to{stroke-dashoffset:0}}
.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mini-cards div{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:7px}.mini-cards span{font-size:9px;color:#728099}.mini-cards strong{font:600 17px var(--heading)}
.scroll-cue{position:absolute;z-index:4;bottom:34px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#718097;display:flex;align-items:center;gap:10px}.scroll-cue span{width:1px;height:24px;background:linear-gradient(#7db0ff,transparent);animation:scroll 1.8s infinite}@keyframes scroll{50%{transform:translateY(8px)}}
.trust-strip{background:#0a1425;color:#fff;min-height:160px;padding:40px clamp(24px,7vw,110px);display:flex;align-items:center;justify-content:space-between;gap:50px;border-top:1px solid rgba(255,255,255,.08)}.trust-strip p{max-width:360px;color:#8391a8;font-size:13px;line-height:1.6}.trust-items{display:flex;align-items:center;gap:22px;color:#c3ccda;font:600 11px var(--heading);letter-spacing:.12em}.trust-items i{width:4px;height:4px;border-radius:50%;background:#4d80d9}
.section{padding:130px clamp(24px,7vw,110px)}.section-heading{display:grid;grid-template-columns:1fr 1.6fr 1fr;align-items:end;gap:40px;margin-bottom:70px}.section-heading .eyebrow{align-self:start}.section-heading h2{font-size:clamp(44px,5.4vw,82px);line-height:.98;letter-spacing:-.055em}.section-heading>p:last-child{color:#657186;line-height:1.75;font-size:15px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;min-height:610px;padding:32px;background:#fff;border:1px solid #e1e6ef;display:flex;flex-direction:column;overflow:hidden;transition:.35s}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 70px rgba(23,41,72,.12)}.service-card.featured{background:var(--ink);color:#fff;border-color:var(--ink)}.featured-label{position:absolute;top:0;right:0;padding:8px 12px;background:#437ef2;font-size:8px;letter-spacing:.16em}.service-number{font:600 12px var(--heading);color:#7890b2}.service-icon{height:150px;margin:45px 0 15px;position:relative;display:flex;align-items:center;justify-content:center}.strategy-icon span{position:absolute;border:1px solid #85a8e3;border-radius:50%;animation:pulse 4s infinite}.strategy-icon span:nth-child(1){width:48px;height:48px;background:radial-gradient(circle,#4b8cff,transparent)}.strategy-icon span:nth-child(2){width:94px;height:94px;animation-delay:.7s}.strategy-icon span:nth-child(3){width:140px;height:140px;animation-delay:1.4s}@keyframes pulse{50%{transform:scale(1.08);opacity:.45}}
.app-icon span:first-child{width:82px;height:135px;border:2px solid #6995df;border-radius:15px;box-shadow:14px 12px 0 rgba(77,127,220,.12)}.app-icon span:last-child{position:absolute;width:58px;height:72px;border-radius:8px;background:linear-gradient(145deg,#5c93ff,#855eff);box-shadow:0 16px 45px rgba(69,124,255,.4);animation:floatCard 4s ease-in-out infinite}@keyframes floatCard{50%{transform:translateY(-10px) rotate(2deg)}}
.automation-icon span{width:54px;height:54px;border:1px solid #7099d8;border-radius:12px;position:absolute;background:#fff}.featured .automation-icon span{background:var(--ink-2)}.automation-icon span:nth-child(1){transform:translate(-44px,-24px)}.automation-icon span:nth-child(2){transform:translate(44px,24px)}.automation-icon span:nth-child(3){width:30px;height:30px;border-radius:50%;background:#4d8fff;box-shadow:0 0 30px #4d8fff}
.service-card h3{font-size:26px;line-height:1.15;margin:20px 0}.service-card p{font-size:14px;line-height:1.7;color:#68758a}.featured p{color:#9aa8bd}.service-card ul{list-style:none;padding:0;margin:20px 0 30px;display:grid;gap:11px;font-size:12px;color:#526179}.featured ul{color:#c2ccda}.service-card li:before{content:"+";margin-right:9px;color:#4a8dff}.service-card>a{margin-top:auto;padding-top:22px;border-top:1px solid #e4e9f1;display:flex;justify-content:space-between;font-weight:700;font-size:12px}.featured>a{border-color:rgba(255,255,255,.12)}
.statement{min-height:620px;background:var(--ink);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.statement p:first-of-type{font-size:18px;color:#72829b}.statement h2{font-size:clamp(70px,9vw,145px);letter-spacing:-.07em}.statement-copy{max-width:620px;line-height:1.8;color:#8e9cb1}.statement-orbit{position:absolute;width:700px;height:700px;border:1px solid rgba(100,155,255,.13);border-radius:50%;animation:spin 30s linear infinite}.statement-orbit span{position:absolute;border-radius:50%;background:#5b91ff;box-shadow:0 0 28px #5b91ff}.statement-orbit span:nth-child(1){width:8px;height:8px;top:12%;left:20%}.statement-orbit span:nth-child(2){width:5px;height:5px;right:8%;top:45%}.statement-orbit span:nth-child(3){width:10px;height:10px;bottom:10%;left:40%}@keyframes spin{to{transform:rotate(360deg)}}
.section-heading.compact{grid-template-columns:1fr 2fr}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step-line{display:flex;align-items:center;gap:15px;color:#5275ab;font:600 11px var(--heading)}.step-line i{height:1px;flex:1;background:#cad3e0}.step-tag{font-size:9px;font-weight:700;letter-spacing:.14em;color:#4d7bc1;margin-top:34px}.process-step h3{font-size:22px;margin:14px 0}.process-step>p:last-child{color:#68758a;line-height:1.75;font-size:13px}
.solutions{background:#e9eef6}.solution-showcase{display:grid;gap:24px}.solution-panel{min-height:530px;background:#fff;display:grid;grid-template-columns:1fr 1.15fr;overflow:hidden}.solution-panel.reverse .solution-copy{order:2}.solution-copy{padding:70px;display:flex;flex-direction:column;justify-content:center}.solution-type{font-size:9px;font-weight:700;letter-spacing:.16em;color:#4b7fcf}.solution-copy h3{font-size:clamp(32px,3vw,49px);line-height:1.08;letter-spacing:-.035em;margin:20px 0}.solution-copy p{color:#68758a;line-height:1.75}.solution-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.solution-tags span{font-size:10px;border:1px solid #dbe2ed;padding:8px 10px;border-radius:999px}
.solution-visual{position:relative;min-height:420px;background:linear-gradient(145deg,#0b172b,#101e36);overflow:hidden}
.document-visual{display:flex;align-items:center;justify-content:center}.document-visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(65,129,255,.4),transparent 68%)}.doc-sheet{position:relative;width:230px;height:300px;padding:50px 28px;background:rgba(245,249,255,.95);border-radius:8px;transform:rotate(-4deg);box-shadow:0 25px 80px rgba(0,0,0,.45)}.doc-sheet>span{display:block;height:7px;background:#ccd5e3;margin-bottom:18px;border-radius:5px}.doc-sheet>span:nth-child(2){width:70%}.doc-sheet>span:nth-child(4){width:85%}.scan-line{position:absolute;left:0;right:0;height:2px;background:#5e9bff;box-shadow:0 0 18px #4d8fff;animation:scan 3s infinite}@keyframes scan{0%{top:15%}50%{top:82%}100%{top:15%}}
.data-card{position:absolute;background:rgba(19,37,68,.9);border:1px solid rgba(255,255,255,.16);padding:13px 17px;border-radius:9px;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.3)}.data-card small{display:block;color:#8292aa;font-size:9px}.data-card strong{font:600 15px var(--heading)}.card-a{left:9%;top:21%}.card-b{right:7%;bottom:20%}
.assistant-visual{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#254f9a,#0b172b 65%)}.chat-shell{width:68%;height:72%;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(18px);padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.chat-head{height:45px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;gap:6px;align-items:start}.chat-head span{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#4c8eff,#8c68ff)}.chat-head i{width:60px;height:5px;border-radius:3px;background:rgba(255,255,255,.18);margin-top:4px}.chat-head i:last-child{width:30px;margin-left:auto}.bubble{border-radius:12px;margin-top:22px}.user-bubble{margin-left:25%;height:42px;background:rgba(255,255,255,.15)}.ai-bubble{height:94px;background:rgba(68,131,255,.24);padding:20px}.ai-bubble span{height:5px;display:block;background:rgba(255,255,255,.38);margin-bottom:10px;border-radius:5px}.ai-bubble span:nth-child(2){width:85%}.ai-bubble span:nth-child(3){width:55%}.source-row{display:flex;gap:7px;margin-top:18px}.source-row i{width:58px;height:25px;border:1px solid rgba(255,255,255,.13);border-radius:5px}
.workflow-visual{display:flex;align-items:center;justify-content:center}.workflow-visual svg{width:86%;height:auto}.workflow-visual path{fill:none;stroke:#4e83d8;stroke-width:2;stroke-dasharray:7 8;animation:dash 14s linear infinite}.workflow-visual circle{fill:#122849;stroke:#6c9beb;stroke-width:2;filter:drop-shadow(0 0 12px rgba(88,145,255,.6))}@keyframes dash{to{stroke-dashoffset:-200}}.node-label{position:absolute;color:#a8bde0;font:600 9px var(--heading);letter-spacing:.12em}.n1{left:13%;top:58%}.n2{left:45%;top:30%}.n3{left:43%;bottom:18%}.n4{right:14%;top:58%}
.why{display:grid;grid-template-columns:1fr 1.4fr;gap:90px;align-items:center}.why-copy h2{font-size:clamp(45px,5vw,75px);line-height:.98;letter-spacing:-.055em;margin:22px 0}.why-copy>p:last-child{color:#68758a;line-height:1.8;max-width:520px}.why-grid{display:grid;grid-template-columns:1fr 1fr}.why-grid article{padding:40px;border-left:1px solid #d9e0ea;border-bottom:1px solid #d9e0ea;min-height:220px}.why-grid span{font-size:10px;color:#4e79bc}.why-grid h3{font-size:20px;margin:35px 0 10px}.why-grid p{font-size:12px;line-height:1.7;color:#6b778a}
.about{background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about-art{height:600px;background:#081426;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.rings i{position:absolute;border:1px solid rgba(99,151,241,.22);border-radius:50%;animation:ring 8s ease-in-out infinite}.rings i:nth-child(1){width:150px;height:150px}.rings i:nth-child(2){width:280px;height:280px;animation-delay:1s}.rings i:nth-child(3){width:420px;height:420px;animation-delay:2s}.rings i:nth-child(4){width:570px;height:570px;animation-delay:3s}@keyframes ring{50%{transform:scale(1.07);opacity:.4}}.core{width:105px;height:105px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,#8aafff,#365dd7);color:#fff;font:700 45px var(--heading);box-shadow:0 0 80px rgba(69,126,255,.65)}
.about-copy h2{font-size:clamp(42px,4.5vw,70px);line-height:1.03;letter-spacing:-.05em;margin:24px 0 32px}.about-copy>p{color:#667388;line-height:1.8}.about-points{display:grid;grid-template-columns:1fr 1fr;margin-top:35px;gap:12px}.about-points span{padding:13px 0;border-bottom:1px solid #e1e6ee;font-size:12px;font-weight:600}.about-points span:before{content:"+";color:#4d84d8;margin-right:10px}
.contact{position:relative;background:linear-gradient(135deg,#285fd1,#5c49d0);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:100px;overflow:hidden}.contact-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 65%);right:-150px;top:-250px}.eyebrow.light{color:#cbdcff}.contact-copy,.contact-form{position:relative;z-index:1}.contact-copy h2{font-size:clamp(52px,6vw,90px);line-height:.95;letter-spacing:-.06em;margin:28px 0}.contact-copy>p{color:#d7e1f4;line-height:1.8;max-width:600px}.email-link{display:flex;justify-content:space-between;max-width:480px;border-bottom:1px solid rgba(255,255,255,.45);padding:25px 0;font:600 17px var(--heading)}
.contact-form{padding:42px;background:rgba(10,26,57,.34);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(18px);display:grid;gap:22px}.contact-form label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#d3def1}.contact-form input,.contact-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.25);background:transparent;padding:12px 0;color:#fff;outline:none;border-radius:0}.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,.48)}.contact-form input:focus,.contact-form textarea:focus{border-color:#fff}.button-light{background:#fff;color:#17356d;justify-content:space-between}.contact-form small{color:#bdcce5;font-size:10px}
footer{background:#07101f;color:#fff;padding:65px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr 1.4fr auto;gap:35px;align-items:end}.footer-brand{grid-row:1/3}.footer-links{display:flex;gap:24px;font-size:12px}.footer-links a{color:#8d9bb1}footer p,footer>span{color:#718097;font-size:11px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}.delay-3{transition-delay:.36s}

.legal{max-width:860px;margin:auto;padding:160px 24px 100px}.legal h1{font-size:55px;color:var(--ink)}.legal h2{font-size:24px;margin-top:42px}.legal p,.legal li{line-height:1.8;color:#58657a}.legal-header{position:relative;background:var(--ink)}

@media(max-width:1000px){
  .site-nav{display:none;position:absolute;top:92px;left:0;right:0;padding:25px;background:#07101f;flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.menu-toggle{display:block;background:transparent;border:0;width:34px}.menu-toggle span:not(.sr-only){display:block;height:1px;background:#fff;margin:8px}
  .hero{min-height:900px;align-items:flex-start;padding-top:170px}.hero-content{width:100%}.hero-interface{opacity:.28;width:520px;right:-220px;top:57%}.hero-proof{max-width:600px}
  .section-heading{grid-template-columns:1fr 2fr}.section-heading>p:last-child{grid-column:2}.service-grid{grid-template-columns:1fr}.service-card{min-height:auto}.process{grid-template-columns:1fr 1fr}.solution-panel{grid-template-columns:1fr}.solution-panel.reverse .solution-copy{order:0}.why,.about,.contact{grid-template-columns:1fr}.about-art{height:480px}.contact{gap:50px}.trust-strip{flex-direction:column;align-items:flex-start}.trust-items{flex-wrap:wrap}
}
@media(max-width:650px){
  .site-header{height:76px}.hero{min-height:840px;padding-top:135px}.hero-interface{display:none}h1{font-size:60px}.hero-proof{gap:16px}.hero-proof span{display:none}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:90px 22px}.section-heading,.section-heading.compact{grid-template-columns:1fr}.section-heading>p:last-child{grid-column:auto}.section-heading h2{font-size:48px}.process{grid-template-columns:1fr}.solution-copy{padding:42px 28px}.why-grid{grid-template-columns:1fr}.why-grid article{border-left:0;padding:30px 0}.about-art{height:380px}.about-points{grid-template-columns:1fr}.contact-form{padding:28px 20px}.trust-items i{display:none}.trust-items{gap:13px}.trust-strip{padding:35px 22px}.statement-orbit{width:430px;height:430px}.statement h2{font-size:65px}footer{grid-template-columns:1fr}.footer-brand{grid-row:auto}.scroll-cue{display:none}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
