:root{color:#f7f9fc;font-synthesis:none;text-rendering:optimizelegibility;--bg:#07111f;--bg-deep:#040a13;--surface:#0c1828;--surface-strong:#101f32;--surface-soft:#0a1423;--line:#94a3b829;--line-strong:#94a3b83d;--text:#f7f9fc;--muted:#9eacc0;--muted-light:#c7d0dd;--accent:#4d8dff;--accent-bright:#66b6ff;--accent-dark:#2d64e5;--purple:#8b6dff;--success:#4dd6a6;--shadow:0 24px 70px #00000057;--radius-lg:28px;--radius-md:20px;--radius-sm:14px;background:#07111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{background:radial-gradient(circle at 20% -5%, #4d8dff1f, transparent 28%), var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;overflow-x:hidden}body,button,a{font-family:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.2em;height:1.2em}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand__name{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3{color:var(--text);letter-spacing:-.035em}p{color:var(--muted);line-height:1.75}:focus-visible{outline-offset:4px;outline:3px solid #66b6ffb3}.site-shell{background-color:#0000;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh}.container{width:min(1180px,100% - 40px);margin:0 auto}.section{padding:120px 0;position:relative}.section-small{padding:48px 0}.site-header{z-index:1000;border-bottom:1px solid #0000;transition:background .22s,border-color .22s,box-shadow .22s;position:fixed;inset:0 0 auto}.site-header--scrolled{border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050c16e0;box-shadow:0 10px 30px #0000002e}.navbar{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.brand{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.brand__logo{object-fit:contain;width:42px;height:42px}.brand__name{letter-spacing:-.02em;font-size:1.18rem;font-weight:800}.nav-menu{align-items:center;gap:10px;display:flex}.nav-menu a{color:var(--muted-light);border-radius:10px;padding:10px 14px;font-size:.95rem;font-weight:600;transition:color .18s,background .18s}.nav-menu a:hover{color:#fff;background:#ffffff0e}.nav-menu .nav-menu__contact{color:#fff;background:var(--accent-dark);margin-left:8px;padding-inline:20px;box-shadow:0 10px 24px #2d64e53d}.nav-menu .nav-menu__contact:hover{background:var(--accent)}.menu-toggle{width:44px;height:44px;color:var(--text);border:1px solid var(--line);cursor:pointer;background:#ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.menu-toggle span{background:currentColor;border-radius:999px;width:19px;height:2px;transition:transform .18s,opacity .18s}.menu-toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle--open span:nth-child(2){opacity:0}.menu-toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:820px;padding-top:170px;overflow:hidden}.hero:before{content:"";background:linear-gradient(180deg, #07111f33, var(--bg) 95%);pointer-events:none;position:absolute;inset:0}.hero__glow{aspect-ratio:1;filter:blur(110px);opacity:.16;pointer-events:none;border-radius:50%;width:520px;position:absolute}.hero__glow--one{background:var(--accent);top:-230px;left:-160px}.hero__glow--two{background:var(--purple);top:100px;right:-220px}.hero__grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:80px;display:grid;position:relative}.eyebrow,.section-label{color:#91bcff;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:22px;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow{letter-spacing:.08em;text-transform:none;background:#4d8dff12;border:1px solid #66b6ff38;border-radius:999px;padding:9px 12px}.eyebrow__dot{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #4dd6a61a}.hero h1{max-width:680px;margin-bottom:24px;font-size:clamp(3.1rem,5.6vw,5.15rem);font-weight:800;line-height:1.03}.hero__lead{max-width:650px;margin-bottom:34px;font-size:1.1rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 22px;font-size:.96rem;font-weight:700;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.button svg,.text-link svg{transition:transform .18s}.button:hover{transform:translateY(-2px)}.button:hover svg,.text-link:hover svg{transform:translate(3px)}.button--primary{color:#fff;background:linear-gradient(135deg,#3a79f3,#645df4);box-shadow:0 18px 36px #376feb47}.button--primary:hover{box-shadow:0 22px 44px #376feb5c}.button--secondary{color:var(--text);border-color:var(--line-strong);background:#ffffff09}.button--secondary:hover{background:#ffffff13;border-color:#94a3b861}.button--light{color:#0b1830;background:#fff;box-shadow:0 16px 36px #0a1b3938}.button--light:hover{background:#edf5ff}.hero__proof{color:#b5c0cf;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:.84rem;font-weight:600;display:flex}.hero__proof span{align-items:center;gap:7px;display:inline-flex}.hero__proof svg{color:var(--success);width:16px;height:16px}.hero-visual{place-items:center;min-height:510px;display:grid;position:relative}.hero-visual__orb{background:radial-gradient(circle,#4d8dff2e,#0000 58%),conic-gradient(from 35deg,#0000,#8b6dff21,#0000 38%);border:1px solid #66b6ff2e;border-radius:50%;width:410px;height:410px;position:absolute}.hero-visual__orb:before,.hero-visual__orb:after{content:"";border-radius:inherit;border:1px solid #66b6ff1a;position:absolute;inset:42px}.hero-visual__orb:after{inset:95px}.code-window{z-index:2;width:min(100%,500px);box-shadow:var(--shadow);background:#091321f0;border:1px solid #94a3b838;border-radius:22px;position:relative;overflow:hidden;transform:rotate(1.2deg)}.code-window__topbar{color:#8492a8;border-bottom:1px solid var(--line);background:#ffffff05;grid-template-columns:1fr auto 1fr;align-items:center;min-height:50px;padding:0 16px;font-size:.72rem;display:grid}.window-dots{gap:6px;display:flex}.window-dots span{background:#36465e;border-radius:50%;width:8px;height:8px}.window-dots span:first-child{background:#f36d6d}.window-dots span:nth-child(2){background:#efc45b}.window-dots span:nth-child(3){background:#56d192}.code-window__status{color:#72dcb7;background:#4dd6a614;border-radius:999px;justify-self:end;padding:4px 8px}.code-window__body{grid-template-columns:48px 1fr;min-height:360px;display:grid}.code-window__sidebar{border-right:1px solid var(--line);background:#ffffff03;flex-direction:column;align-items:center;gap:18px;padding-top:22px;display:flex}.sidebar-mark{border:1px solid #46546b;border-radius:4px;width:16px;height:16px}.sidebar-mark--active{background:#4d8dff26;border-color:#6395ff}.code-lines{color:#a6b3c6;padding:27px 24px 24px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8rem}.code-lines p{color:inherit;margin:0 0 10px;line-height:1.45}.code-indent{padding-left:24px}.code-purple{color:#b38cff}.code-blue{color:#6fb2ff}.code-green{color:#6fdfb6}.interface-panel{background:#ffffff07;border:1px solid #94a3b826;border-radius:13px;margin-top:24px;padding:18px}.interface-panel__header,.progress-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.interface-panel__header{color:#e6ebf4;margin-bottom:19px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.78rem;font-weight:600}.status-pill{color:#67d9ae;background:#4dd6a617;border-radius:999px;padding:4px 7px;font-size:.62rem}.progress-row{color:#8290a5;margin:11px 0 7px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.68rem}.progress-row strong{color:#cbd5e1}.progress-track{background:#94a3b821;border-radius:999px;height:5px;overflow:hidden}.progress-track__fill{border-radius:inherit;background:linear-gradient(90deg,#4f8eff,#8d6fff);width:78%;height:100%;display:block}.progress-track__fill--wide{width:92%}.floating-card{z-index:4;background:#0c1828f2;border:1px solid #94a3b838;border-radius:15px;align-items:center;gap:11px;min-width:190px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 18px 42px #00000042}.floating-card--top{top:38px;right:-24px}.floating-card--bottom{bottom:44px;left:-28px}.floating-card__icon{color:#7bb0ff;background:#4d8dff1a;border:1px solid #4d8dff26;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.floating-card small,.floating-card strong{display:block}.floating-card small{color:#8391a6;margin-bottom:2px;font-size:.68rem}.floating-card strong{color:#eef3fa;font-size:.8rem}.highlights{z-index:3;padding-bottom:26px;position:relative}.highlights__grid{border:1px solid var(--line);border-radius:var(--radius-md);background:#091321b8;grid-template-columns:repeat(4,1fr);display:grid;box-shadow:0 20px 48px #0000002e}.highlight-card{align-items:flex-start;gap:15px;min-height:152px;padding:26px 22px;display:flex}.highlight-card+.highlight-card{border-left:1px solid var(--line)}.highlight-card h2{letter-spacing:-.015em;margin-bottom:7px;font-size:.95rem}.highlight-card p{margin-bottom:0;font-size:.78rem;line-height:1.55}.icon-box{color:#80b4ff;background:linear-gradient(145deg,#4d8dff21,#8b6dff14);border:1px solid #4d8dff2e;border-radius:13px;flex-shrink:0;place-items:center;width:50px;height:50px;display:inline-grid}.icon-box svg{width:23px;height:23px}.icon-box--small{border-radius:11px;width:38px;height:38px}.icon-box--small svg{width:18px;height:18px}.section-heading{max-width:680px;margin-bottom:54px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2,.about__content h2,.cta__copy h2{margin-bottom:18px;font-size:clamp(2.05rem,4vw,3.25rem);font-weight:800;line-height:1.16}.section-heading p,.about__lead,.cta__copy p{margin-bottom:0;font-size:1rem}.services{background:linear-gradient(#0000,#040a138c,#0000)}.services__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(145deg,#0f1e31e6,#09121fd1);min-height:330px;padding:32px;transition:border-color .22s,background .22s,box-shadow .22s;position:relative;overflow:hidden}.service-card:after{content:"";background:radial-gradient(circle,#4d8dff1f,#0000 66%);border-radius:50%;width:190px;height:190px;transition:opacity .22s;position:absolute;bottom:-85px;right:-70px}.service-card:hover{background:linear-gradient(145deg,#12243bf5,#0a1422e6);border-color:#66b6ff52;box-shadow:0 24px 50px #0003}.service-card__topline{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.service-card__number{color:#9eacc07a;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.88rem;font-weight:700}.service-card h3{margin-bottom:15px;font-size:1.35rem}.service-card p{max-width:500px;margin-bottom:28px;font-size:.94rem}.text-link{z-index:2;color:#86b6ff;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:inline-flex;position:relative}.text-link svg{width:17px;height:17px}.about{overflow:hidden}.about__grid{grid-template-columns:.88fr 1.12fr;align-items:center;gap:90px;display:grid}.about__visual{place-items:center;min-height:500px;display:grid;position:relative}.about__visual:before{content:"";background:radial-gradient(circle,#4d8dff29,#0000 68%);border-radius:50%;width:440px;height:440px;position:absolute}.about__frame{z-index:2;border-radius:var(--radius-lg);background:linear-gradient(145deg, #112238e6, #08121feb), var(--surface);width:min(100%,430px);min-height:390px;box-shadow:var(--shadow);border:1px solid #94a3b833;flex-direction:column;justify-content:space-between;padding:38px;display:flex;position:relative}.about__logo-wrap{background:#4d8dff12;border:1px solid #66b6ff2e;border-radius:24px;place-items:center;width:98px;height:98px;display:grid}.about__logo-wrap img{width:80px}.about__visual-copy span,.about__visual-copy strong{display:block}.about__visual-copy span{color:#7faeff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:.84rem;font-weight:700}.about__visual-copy strong{letter-spacing:-.04em;max-width:290px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.8rem;line-height:1.25}.about__bars{gap:8px;display:flex}.about__bars span{background:#34598c;border-radius:999px;width:40px;height:5px}.about__bars span:first-child{background:linear-gradient(90deg,#4e91ff,#896cff);width:80px}.about__badge{z-index:3;background:#091321f5;border:1px solid #94a3b833;border-radius:15px;min-width:160px;padding:16px 18px;position:absolute;bottom:34px;right:-16px;box-shadow:0 20px 40px #0000004d}.about__badge span,.about__badge strong{display:block}.about__badge span{color:#8492a6;margin-bottom:4px;font-size:.72rem}.about__badge strong{color:#edf3fb;font-size:.92rem}.principles{border-top:1px solid var(--line);margin-top:38px}.principle{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:14px;padding:20px 0;display:grid}.principle__number{color:#6e9ff5;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.78rem;font-weight:700}.principle h3{margin-bottom:6px;font-size:1.03rem}.principle p{margin-bottom:0;font-size:.9rem}.process{background:#040a136b;border-block:1px solid #94a3b812}.process__grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.process-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#0c1828b8;min-height:280px;padding:28px 24px;position:relative}.process-card__number{color:#77a9ff;margin-bottom:48px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.88rem;font-weight:800;display:inline-block}.process-card__line{background:linear-gradient(90deg, #4d8dff7a, var(--line));height:1px;position:absolute;top:53px;left:24px;right:24px}.process-card__line:before{content:"";background:var(--accent-bright);border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;left:0;box-shadow:0 0 0 5px #4d8dff1a}.process-card h3{margin-bottom:12px;font-size:1.15rem}.process-card p{margin-bottom:0;font-size:.88rem;line-height:1.65}.cta__panel{border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 10%,#ffffff29,#0000 28%),linear-gradient(135deg,#2564da,#5e54e8 58%,#764ee3);border:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:44px;min-height:320px;padding:62px 68px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #1e4ab647}.cta__panel:before,.cta__panel:after{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:50%;position:absolute}.cta__panel:before{width:310px;height:310px;top:-150px;right:-100px}.cta__panel:after{width:180px;height:180px;bottom:-120px;right:40px}.cta__copy{z-index:2;max-width:690px;position:relative}.section-label--light{color:#e5efff}.cta__copy h2{color:#fff}.cta__copy p{color:#ffffffc7;max-width:620px}.cta__panel .button{z-index:2;flex-shrink:0;position:relative}.contact{padding-bottom:130px}.contact__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.contact-card{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(145deg,#0e1d30e0,#08111dd6);align-items:flex-start;gap:18px;min-width:0;min-height:230px;padding:30px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.contact-card:hover{background:linear-gradient(145deg,#112238f5,#091321eb);border-color:#66b6ff57;box-shadow:0 20px 44px #0003}.contact-card__content{min-width:0}.contact-card__label{color:#8492a6;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700;display:block}.contact-card strong{overflow-wrap:anywhere;color:#edf2f8;margin-bottom:24px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.02rem;line-height:1.45;display:block}.footer{border-top:1px solid var(--line);background:#040a13;padding-top:72px}.footer__grid{grid-template-columns:1.45fr .75fr 1.05fr 1fr;gap:60px;padding-bottom:66px;display:grid}.footer__company p{max-width:340px;margin:20px 0 0;font-size:.9rem}.footer__column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer__column h2{letter-spacing:-.01em;margin-bottom:8px;font-size:.95rem}.footer__column a{color:#8f9db0;font-size:.86rem;line-height:1.5;transition:color .18s}.footer__column a:hover{color:#dbe7f7}.footer__contact a{overflow-wrap:anywhere}.footer__bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:78px;display:flex}.footer__bottom p,.footer__bottom a{color:#738196;margin:0;font-size:.8rem}.footer__bottom a{transition:color .18s}.footer__bottom a:hover{color:#cbd6e5}@media (width<=1080px){.hero__grid{grid-template-columns:1fr .9fr;gap:42px}.hero h1{font-size:clamp(2.9rem,5.4vw,4.4rem)}.floating-card--top{right:-4px}.floating-card--bottom{left:-8px}.highlights__grid{grid-template-columns:repeat(2,1fr)}.highlight-card:nth-child(3){border-left:0;border-top:1px solid var(--line)}.highlight-card:nth-child(4){border-top:1px solid var(--line)}.about__grid{gap:56px}.process__grid{grid-template-columns:repeat(2,1fr)}.contact__grid{grid-template-columns:1fr}.contact-card{min-height:0}.footer__grid{grid-template-columns:1.35fr .8fr 1fr}.footer__contact{grid-column:2/-1}}@media (width<=820px){.container{width:min(100% - 32px,720px)}.section{padding:92px 0}.menu-toggle{display:flex}.nav-menu{border:1px solid var(--line-strong);opacity:0;visibility:hidden;background:#060e19fa;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;padding:12px;transition:opacity .18s,visibility .18s,transform .18s;display:flex;position:absolute;top:calc(100% + 10px);left:16px;right:16px;transform:translateY(-8px);box-shadow:0 24px 50px #0000005c}.nav-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.nav-menu a{padding:13px 14px}.nav-menu .nav-menu__contact{text-align:center;margin:4px 0 0}.hero{min-height:auto;padding-top:145px}.hero__grid{grid-template-columns:1fr;gap:68px}.hero__content{max-width:700px}.hero h1{max-width:650px;font-size:clamp(2.7rem,9.4vw,4.4rem)}.hero-visual{width:min(100%,620px);margin:0 auto}.floating-card--top{right:2px}.floating-card--bottom{left:2px}.services__grid,.about__grid{grid-template-columns:1fr}.about__grid{gap:62px}.about__visual{order:2;min-height:450px}.about__content{order:1}.cta__panel{flex-direction:column;align-items:flex-start;padding:50px 38px}.footer__grid{grid-template-columns:1.2fr .8fr}.footer__contact{grid-column:auto}}@media (width<=620px){.container{width:min(100% - 24px,560px)}.section{padding:76px 0}.navbar{min-height:70px}.brand__logo{width:38px;height:38px}.hero{padding-top:122px}.hero h1{font-size:clamp(2.35rem,12vw,3.25rem)}.hero__lead{font-size:1rem}.hero__actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero__proof{flex-direction:column;align-items:flex-start;gap:11px}.hero-visual{min-height:430px}.hero-visual__orb{width:310px;height:310px}.code-window{transform:none}.code-window__topbar{grid-template-columns:1fr auto}.code-window__topbar>span:nth-child(2){display:none}.code-window__body{grid-template-columns:38px 1fr;min-height:330px}.code-lines{padding:24px 16px 18px;font-size:.7rem}.floating-card{min-width:0;max-width:170px;padding:10px 12px}.floating-card--top{top:-18px;right:-2px}.floating-card--bottom{bottom:4px;left:-2px}.floating-card__icon{width:34px;height:34px}.highlights{padding-top:20px}.highlights__grid{grid-template-columns:1fr}.highlight-card{min-height:0}.highlight-card+.highlight-card{border-left:0;border-top:1px solid var(--line)}.service-card{min-height:0;padding:26px}.section-heading{margin-bottom:42px}.section-heading h2,.about__content h2,.cta__copy h2{font-size:clamp(1.9rem,9vw,2.55rem)}.about__visual{min-height:390px}.about__frame{min-height:340px;padding:28px}.about__logo-wrap{width:84px;height:84px}.about__logo-wrap img{width:70px}.about__badge{bottom:4px;right:0}.process__grid{grid-template-columns:1fr}.process-card{min-height:0}.cta__panel{min-height:0;padding:42px 26px}.contact-card{flex-direction:column;padding:25px}.footer__grid{grid-template-columns:1fr;gap:38px}.footer__bottom{flex-direction:column;align-items:flex-start;padding:24px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
