:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #070813;--bg-soft: #101426;--panel: rgba(13, 18, 36, .78);--panel-strong: #11182c;--text: #f7f8ff;--muted: #b8c1d9;--electric: #16d9ff;--blue: #2764ff;--violet: #8f43ff;--pink: #ff4fd8;--mint: #65ffd2;--line: rgba(255, 255, 255, .13);--shadow: 0 24px 80px rgba(0, 0, 0, .36)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 74% 9%,rgba(39,100,255,.3),transparent 30rem),linear-gradient(135deg,#070813,#0a0d1d 44%,#090616);color:var(--text)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";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:80px 80px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 82%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 82%)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}.site-shell{overflow:hidden}.topbar{position:fixed;top:0;right:0;left:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,4rem);background:#070813d1;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;width:2.75rem;height:2.75rem;justify-content:center}.brand-icon{display:block;width:3.6rem;height:3.6rem;object-fit:contain;border-radius:8px;filter:drop-shadow(0 0 16px rgba(22,217,255,.48))}.nav-links{display:flex;align-items:center;gap:clamp(.9rem,2vw,2rem);color:var(--muted);font-size:.94rem}.nav-links a{transition:color .16s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--electric)}.hero-section{min-height:92vh;padding:5rem clamp(1rem,4vw,4rem) 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(22rem,1.05fr);gap:clamp(2rem,5vw,5rem);align-items:center;width:min(1180px,100%);margin:0 auto}.hero-copy{min-width:0;max-width:39rem}.eyebrow{margin:0 0 1rem;color:var(--mint);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:100%;margin-bottom:1rem;font-size:clamp(4rem,9vw,7.35rem);line-height:.92}h2{margin-bottom:1rem;font-size:clamp(2rem,4.5vw,4rem);line-height:1}h3{font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.15}.hero-lede{max-width:38rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.32rem);line-height:1.7}.hero-actions,.hero-proof{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.hero-actions{margin-top:2rem}.button{display:inline-flex;min-height:3.1rem;align-items:center;justify-content:center;padding:.85rem 1.25rem;border:1px solid transparent;border-radius:8px;font-weight:800;transition:transform .16s ease,border-color .16s ease,background .16s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button.primary{color:#041019;background:linear-gradient(135deg,var(--electric),var(--violet));box-shadow:0 0 34px #2764ff52}.button.secondary{color:var(--text);background:#ffffff12;border-color:var(--line)}.hero-proof{margin-top:1.5rem;color:var(--muted);font-size:.88rem}.hero-proof span{padding:.48rem .72rem;background:#ffffff0f;border:1px solid var(--line);border-radius:999px}.product-stage{position:relative;min-height:clamp(30rem,56vw,41rem);isolation:isolate}.product-stage:before{position:absolute;top:10%;right:-8%;bottom:7%;left:4%;z-index:-1;content:"";background:linear-gradient(120deg,rgba(22,217,255,.32),transparent 44%),linear-gradient(315deg,#8f43ff61,#ff4fd81a);filter:blur(4px);transform:skewY(-5deg);opacity:.9}.browser-mockup,.phone-mockup,.code-panel{position:absolute;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.browser-mockup{top:4%;right:2%;width:min(92%,39rem);overflow:hidden;border-radius:8px}.browser-bar{display:flex;gap:.42rem;padding:.85rem 1rem;background:#ffffff0f;border-bottom:1px solid var(--line)}.browser-bar span{width:.7rem;height:.7rem;border-radius:50%;background:var(--muted)}.browser-bar span:nth-child(1){background:var(--pink)}.browser-bar span:nth-child(2){background:var(--mint)}.browser-bar span:nth-child(3){background:var(--electric)}.browser-content{padding:1.25rem}.mock-nav{width:58%;height:.75rem;margin-bottom:1.1rem;background:linear-gradient(90deg,var(--electric),rgba(255,255,255,.14));border-radius:999px}.mock-hero{display:grid;grid-template-columns:1.4fr .8fr;gap:1rem;min-height:12rem}.mock-hero div,.mock-hero aside,.mock-grid span,.phone-screen,.app-list i{border:1px solid rgba(255,255,255,.11);background:#fff1;border-radius:8px}.mock-hero div{display:grid;align-content:end;gap:.7rem;padding:1rem}.mock-hero div span,.mock-hero div strong,.mock-hero div em{display:block;height:.7rem;border-radius:999px}.mock-hero div span{width:32%;background:var(--mint)}.mock-hero div strong{width:82%;background:var(--text)}.mock-hero div em{width:56%;background:var(--electric)}.mock-hero aside{background:linear-gradient(150deg,#2764ffe6,#8f43ff9e),#ffffff14}.mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.9rem}.mock-grid span{min-height:5.5rem}.phone-mockup{bottom:2%;left:1%;width:clamp(12rem,24vw,15rem);padding:.8rem;border-radius:2rem;transform:rotate(-5deg)}.phone-speaker{width:4rem;height:.35rem;margin:.2rem auto .7rem;background:#ffffff40;border-radius:999px}.phone-screen{min-height:22rem;padding:1rem;background:radial-gradient(circle at 50% 20%,rgba(22,217,255,.28),transparent 7rem),#0b1021}.app-pill{display:block;width:64%;height:.7rem;margin-bottom:1.5rem;background:var(--text);border-radius:999px}.app-graph{display:flex;height:8rem;align-items:end;gap:.5rem;margin-bottom:1.4rem}.app-graph span{flex:1;min-width:0;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,var(--electric),var(--violet))}.app-graph span:nth-child(1){height:44%}.app-graph span:nth-child(2){height:76%}.app-graph span:nth-child(3){height:58%}.app-graph span:nth-child(4){height:94%}.app-list{display:grid;gap:.65rem}.app-list i{height:2.1rem}.code-panel{right:8%;bottom:9%;display:grid;gap:.4rem;width:min(17rem,54%);padding:1rem;border-radius:8px;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;transform:rotate(3deg)}.code-panel strong{color:var(--electric);font-weight:700}.code-panel em{color:var(--mint);font-style:normal}.section{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(4rem,8vw,7rem) 0}.section-heading{max-width:46rem}.section-heading.centered{margin:0 auto;text-align:center}.section-heading p:not(.eyebrow){color:var(--muted);font-size:1.05rem;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.4rem);margin-top:2.25rem;perspective:1200px}.service-card{--x: 50%;--y: 30%;--rotate-x: 0deg;--rotate-y: 0deg;position:relative;min-height:29rem;overflow:hidden;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(72,91,168,.22);border-radius:8px;background:radial-gradient(circle at var(--x) var(--y),rgba(22,217,255,.16),transparent 18rem),linear-gradient(180deg,#13172df5,#050712fa);box-shadow:0 24px 70px #00000052,inset 0 1px #ffffff0f;transform:perspective(900px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y));transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;transform-style:preserve-3d;will-change:transform}.service-card:before,.service-card:after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.service-card:before{background:radial-gradient(circle at var(--x) var(--y),rgba(255,255,255,.18),transparent 11rem),linear-gradient(135deg,rgba(22,217,255,.16),transparent 34%,rgba(143,67,255,.15));opacity:0;transition:opacity .18s ease}.service-card:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #16d9ff14,0 0 0 1px #8f43ff0a}.service-card:hover,.service-card:active{border-color:#5267ff8f;box-shadow:0 34px 90px #0000006b,0 0 46px #2764ff29,inset 0 1px #ffffff14}.service-card:hover:before,.service-card:active:before{opacity:1}.service-card>*{position:relative;z-index:1}.service-icon{display:grid;width:4.25rem;height:4.25rem;place-items:center;margin-bottom:2.6rem;background:linear-gradient(135deg,var(--electric),var(--violet));border-radius:8px;box-shadow:0 16px 42px #2764ff3d;transform:translateZ(28px)}.service-card:nth-child(2) .service-icon{background:linear-gradient(135deg,#9b6cff,#3150ff)}.service-card:nth-child(3) .service-icon{background:linear-gradient(135deg,#17d9ff,#9b6cff)}.service-icon svg{width:2.35rem;height:2.35rem;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.service-stat{position:absolute;top:1.15rem;right:1.25rem;color:#ffffff2e;font-size:.88rem;font-weight:900}.service-card h3{margin:0 0 1rem;color:var(--text);font-size:clamp(1.55rem,3vw,2.2rem);transform:translateZ(18px)}.service-card p{color:var(--muted);line-height:1.7}.service-card ul{display:grid;gap:.85rem;margin:2rem 0 0;padding:0;color:#dce3f5;list-style:none}.service-card li{position:relative;padding-left:1.15rem;line-height:1.45}.service-card li:before{position:absolute;top:.62em;left:0;width:.38rem;height:.38rem;content:"";background:linear-gradient(135deg,var(--electric),var(--violet));border-radius:50%;box-shadow:0 0 14px #16d9ff52}.work-section{width:100%;max-width:none;background:linear-gradient(90deg,rgba(22,217,255,.08),transparent 48%),#ffffff09}.work-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(20rem,1fr);gap:clamp(2rem,5vw,5rem);align-items:center;width:min(1180px,calc(100% - 2rem));margin:0 auto}.mode-panel{padding:1rem;border:1px solid var(--line);border-radius:8px;background:#080a17b8}.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin-bottom:1rem;padding:.35rem;background:#ffffff0f;border-radius:8px}.segmented-control button{min-height:2.75rem;color:var(--muted);background:transparent;border:0;border-radius:6px;cursor:pointer}.segmented-control button.active{color:#041019;background:linear-gradient(135deg,var(--electric),var(--violet));font-weight:900}.mode-display{min-height:18rem;padding:clamp(1.1rem,3vw,1.6rem);border:1px solid var(--line);border-radius:8px;background:radial-gradient(circle at 82% 18%,rgba(255,79,216,.18),transparent 11rem),var(--panel-strong)}.mode-display p{color:var(--mint);font-weight:900}.mode-display ul{display:grid;gap:.75rem;margin:1.2rem 0 0;padding:0;list-style:none}.mode-display li{padding:.9rem 1rem;color:var(--muted);background:#ffffff0f;border:1px solid var(--line);border-radius:8px}.process-list{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:3rem 0 0;padding:0;list-style:none}.process-list:before{position:absolute;top:2.05rem;right:8%;left:8%;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(22,217,255,.55),rgba(143,67,255,.55),transparent)}.process-list li{position:relative;display:grid;grid-template-rows:auto 1fr auto;min-height:16rem;align-content:stretch;gap:1rem;padding:1.35rem;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(180deg,#fff1,#ffffff07),#080a17b8;box-shadow:0 22px 70px #00000038}.process-list li:after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:radial-gradient(circle at 50% 0%,rgba(22,217,255,.16),transparent 10rem);border-radius:inherit;opacity:.72}.process-list li>*{position:relative;z-index:1}.process-topline{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.process-icon{flex:0 0 auto;display:grid;width:3.9rem;height:3.9rem;place-items:center;color:#fff;background:linear-gradient(135deg,var(--electric),var(--violet));border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 16px 42px #2764ff38,inset 0 1px #fff3}.process-icon svg{width:2.55rem;height:2.55rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.35;filter:drop-shadow(0 0 10px rgba(255,255,255,.22))}.process-list li:nth-child(2) .process-icon{background:linear-gradient(135deg,#9b6cff,#3150ff)}.process-list li:nth-child(3) .process-icon{background:linear-gradient(135deg,var(--mint),var(--blue))}.process-list li:nth-child(4) .process-icon{background:linear-gradient(135deg,var(--pink),var(--violet))}.process-list h3{margin:0;font-size:clamp(1.18rem,1.8vw,1.45rem)}.process-list p{margin:0;color:var(--muted);line-height:1.55}.process-list strong{align-self:stretch;margin-top:0;padding-top:.9rem;color:var(--mint);border-top:1px solid rgba(255,255,255,.11);font-size:.9rem}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:min(1180px,calc(100% - 2rem));margin:0 auto 1rem;padding:clamp(2rem,5vw,3rem);border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#16d9ff2e,#8f43ff33),#ffffff0e}.contact-section h2{max-width:14ch;margin-bottom:0}.site-footer{width:min(1180px,calc(100% - 2rem));margin:1rem auto 0;padding:clamp(2rem,4vw,2.6rem);border:1px solid rgba(255,255,255,.12);border-bottom:0;border-radius:8px 8px 0 0;background:radial-gradient(circle at 8% 0%,rgba(22,217,255,.13),transparent 18rem),radial-gradient(circle at 92% 20%,rgba(143,67,255,.16),transparent 18rem),#070916e6;box-shadow:0 -18px 70px #00000038}.footer-main{display:grid;grid-template-columns:minmax(18rem,1.45fr) repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem);align-items:start}.footer-logo{display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.2rem;font-weight:900}.footer-logo img{width:2.85rem;height:2.85rem;object-fit:contain;filter:drop-shadow(0 0 14px rgba(22,217,255,.42))}.footer-brand p{max-width:28rem;margin:0;color:var(--muted);line-height:1.7}.footer-column{display:grid;gap:.65rem;color:var(--muted)}.footer-column h3{margin:0 0 .25rem;color:var(--text);font-size:.95rem}.footer-column a,.footer-column span{color:var(--muted);line-height:1.45}.footer-column a{transition:color .16s ease}.footer-column a:hover,.footer-column a:focus-visible{color:var(--electric)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.25rem;color:#b8c1d9c7;border-top:1px solid rgba(255,255,255,.11);font-size:.88rem}.footer-bottom div{display:flex;flex-wrap:wrap;gap:1rem}.footer-bottom a{color:#b8c1d9c7}.footer-bottom a:hover,.footer-bottom a:focus-visible{color:var(--mint)}@media(max-width:920px){.hero-grid,.work-layout{grid-template-columns:1fr}.hero-section{min-height:auto}.product-stage{min-height:34rem}.service-grid,.process-list{grid-template-columns:repeat(2,1fr)}.process-list:before{display:none}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1 / -1}}@media(max-width:680px){.topbar{position:sticky;align-items:center;flex-direction:row;gap:.75rem;padding:.62rem .85rem}.brand{flex:0 0 auto;width:2.35rem;height:2.35rem}.brand-icon{width:3rem;height:3rem}.nav-links{flex:1;width:auto;justify-content:flex-end;gap:clamp(.55rem,3vw,1rem);font-size:clamp(.7rem,2.8vw,.82rem);white-space:nowrap}.hero-section{padding-top:3.1rem}h1{font-size:clamp(3.1rem,18vw,4.35rem);line-height:.96}.hero-lede{font-size:1rem;line-height:1.55}.hero-actions{margin-top:1.55rem}.hero-proof{gap:.6rem}.hero-proof span{padding:.42rem .62rem;font-size:.78rem}.hero-actions .button,.contact-section .button{width:100%}.product-stage{min-height:24rem;margin-top:1.5rem}.browser-mockup{top:0;right:0;left:0;width:100%}.browser-content{padding:.9rem}.mock-hero{grid-template-columns:1fr;min-height:10rem}.mock-hero aside{min-height:6rem}.mock-grid{grid-template-columns:1fr}.mock-grid span{min-height:2.8rem}.phone-mockup{bottom:.4rem;left:.2rem;width:9rem;padding:.55rem;border-radius:1.45rem}.phone-screen{min-height:13rem;padding:.75rem}.app-graph{height:5.8rem}.app-list i{height:1.35rem}.code-panel{right:0;bottom:1.2rem;width:min(12rem,58%);font-size:.72rem}.service-grid,.process-list{grid-template-columns:1fr}.process-list li{min-height:16rem}.process-topline{gap:.85rem}.process-icon{width:3.4rem;height:3.4rem}.process-icon svg{width:2.2rem;height:2.2rem}.service-card{min-height:27rem}.service-card h3{margin-top:0}.segmented-control{grid-template-columns:1fr}.contact-section{align-items:stretch;flex-direction:column}.site-footer{padding:1.35rem}.footer-main{grid-template-columns:1fr;gap:1.35rem}.footer-bottom{align-items:flex-start;flex-direction:column}}
