:root{--bg: #090524;--surface: #0d0a2e;--accent: #3d8bff;--accent-soft: #7fb2ff;--glow: #38e1ff;--red: #ff2b2b;--text: #e8e6f5;--muted: #b4b0cc;--dim: #8f8ba8;--line: rgba(255, 255, 255, .09);--pad: clamp(20px, 6vw, 100px);--section: clamp(56px, 8vw, 90px);--radius: 26px;--ease: cubic-bezier(.2, .8, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:Figtree,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a[role=link]{cursor:pointer}h1,h2,h3,p{margin:0}button{font:inherit;color:inherit}a:focus-visible,button:focus-visible,.field:focus-visible{outline:2px solid var(--glow);outline-offset:3px}.disp{font-family:Unbounded,Figtree,sans-serif;letter-spacing:-.02em}.container{width:100%;max-width:1440px;margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.page{position:relative;min-height:100vh;overflow:hidden}main,.footer,.nav-wrap{position:relative;z-index:2}.section{padding-top:var(--section);padding-bottom:var(--section)}.glass{background:linear-gradient(160deg,#ffffff12,#ffffff05);border:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.glow-tl{position:relative;overflow:hidden}.glow-tl:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(520px 320px at 0% 0%,rgba(61,139,255,.3),transparent 70%)}.glow-tl>*{position:relative}.lift{transition:transform .45s var(--ease),border-color .45s,box-shadow .45s}.lift:hover{transform:translateY(-6px);border-color:#38e1ff8c;box-shadow:0 0 0 1px #38e1ff40,0 24px 60px -20px #3d8bff73}.arrow{transition:transform .45s var(--ease);flex-shrink:0}.lift:hover .arrow{transform:translate(4px,-4px)}.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:50px;padding:0 26px;border-radius:999px;font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:border-color .3s,transform .3s}.btn:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.28),transparent);transform:skew(-20deg);transition:left .7s}.btn:hover:after{left:120%}.btn:active{transform:scale(.98)}.btn-lg{height:58px;padding:0 30px;font-size:16px}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-glass{background:#ffffff0d;border-color:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-glass:hover{border-color:#38e1ff99}.btn-white{background:#fff;color:var(--bg)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;color:var(--text);transition:border-color .3s}a.icon-btn:hover,button.icon-btn:hover{border-color:#38e1ff99}.icon-btn-lg{width:58px;height:58px}.bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(80px);animation:drift 14s ease-in-out infinite}.orb-a{width:620px;height:620px;left:-180px;top:-120px;background:#3d8bff4d}.orb-b{width:520px;height:520px;right:-140px;top:380px;background:#38e1ff29;animation-delay:-5s}.orb-c{width:700px;height:700px;left:30%;top:45%;background:#3d8bff21;animation-delay:-9s}.beam{position:absolute;width:180px;height:900px;right:20%;top:-220px;transform:rotate(28deg);background:linear-gradient(180deg,#5aa0ff8c,#5aa0ff00);filter:blur(28px);animation:beam 6s ease-in-out infinite}.star{position:absolute;width:3px;height:3px;border-radius:50%;background:#fff;animation:twinkle 4s ease-in-out infinite}.nav-wrap{position:sticky;top:0;z-index:40;padding:20px var(--pad) 0;transition:padding .3s}.nav-wrap.scrolled{padding-top:12px}.nav-wrap.scrolled .nav{background:#0d0a2eb8}.nav{max-width:1240px;margin:0 auto;height:72px;padding:0 12px 0 24px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:background .3s}.nav-logo img{height:24px;width:auto}.nav-links{display:flex;gap:clamp(20px,2.6vw,40px);font-weight:500}.navlink{position:relative;color:#c9c6de;transition:color .3s}.navlink:hover{color:#fff}.navlink:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .35s}.navlink:hover:after{transform:scaleX(1)}.nav-toggle{display:none;width:48px;height:48px;border-radius:14px;align-items:center;justify-content:center;cursor:pointer}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;padding:120px var(--pad) 40px;display:flex;flex-direction:column;gap:8px;background:#090524f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu a:not(.btn){font-family:Unbounded,sans-serif;font-size:26px;font-weight:500;padding:12px 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(16px);transition:opacity .4s,transform .4s var(--ease)}.mobile-menu.open a:not(.btn){opacity:1;transform:none}.mobile-menu .btn{margin-top:24px;height:56px}.hero,.p-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;padding-top:clamp(56px,8vw,110px);padding-bottom:clamp(40px,6vw,90px)}.hero-copy{display:flex;flex-direction:column;gap:28px}.hero-title{font-size:clamp(38px,5vw,64px);line-height:1.08;font-weight:600;color:#fff}.hero-title>span{display:block}.rotator{height:1.1em;overflow:hidden}.rotator-track{display:block;animation:words 10s cubic-bezier(.7,0,.2,1) infinite}.rotator-track>span{display:block;height:1.1em;color:var(--accent-soft)}.lead{max-width:540px;font-size:clamp(16px,1.4vw,19px);line-height:1.65;color:var(--muted)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.meta{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--dim)}.bars{display:flex;flex-direction:column;gap:6px;width:64px}.bars span{height:6px;background:var(--red);transform-origin:left;transform:scaleX(0);animation:bar .7s cubic-bezier(.7,0,.2,1) forwards;box-shadow:0 0 16px #ff2b2b99}.bars span:nth-child(2){animation-delay:.15s}.bars span:nth-child(3){animation-delay:.3s}.bars-sm{width:44px;gap:5px}.bars-sm span{height:4px}.hero-visual{display:flex;justify-content:flex-end}.ring{position:relative;border-radius:32px;padding:1px;overflow:hidden}.ring:before{content:"";position:absolute;left:-50%;top:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0 62%,var(--glow) 75%,var(--accent) 82%,transparent 90%);animation:spin 7s linear infinite}.ring-inner{position:relative;border-radius:31px;background:var(--surface)}.hero-visual .ring{width:min(560px,100%)}.hero-visual .ring-inner{padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:16px}.hv-head{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--dim)}.dots{display:flex;gap:6px}.dots i{width:10px;height:10px;border-radius:50%}.topology{width:100%;height:auto;fill:none}.topology text{fill:#e8e6f5}.flow{stroke-dasharray:6 18;animation:dash 4s linear infinite}.node{animation:pulse 2.8s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.marquee{position:relative;z-index:2;padding:10px 0 40px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee-track{display:flex;gap:72px;width:max-content;animation:marquee 28s linear infinite;font-size:clamp(18px,2vw,26px);font-weight:500;color:#5e5a7c;white-space:nowrap}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:clamp(32px,4vw,56px)}.section-head h2,.h2{font-size:clamp(30px,3.6vw,48px);line-height:1.12;font-weight:600;color:#fff;max-width:640px}.h2{margin-bottom:clamp(28px,4vw,48px)}.section-head p{max-width:440px;font-size:17px;line-height:1.65;color:var(--muted)}.kicker{font-size:16px;font-weight:600;color:var(--glow)}.role{font-size:16px;font-weight:500;color:var(--glow)}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:300px;gap:24px}.service{display:flex;flex-direction:column;justify-content:space-between;padding:32px;border-radius:var(--radius);color:#fff}.icon-tile{display:flex;width:64px;height:64px;border-radius:18px;align-items:center;justify-content:center;background:#3d8bff24}.service-foot{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.service-foot .disp{font-size:22px;line-height:1.25;font-weight:500}.hire{grid-column:4;grid-row:1 / span 2;display:flex;flex-direction:column;justify-content:space-between;padding:32px 28px;border-radius:var(--radius);background:linear-gradient(170deg,#1b2a7a,#0e0b33 70%);border:1px solid rgba(56,225,255,.35);box-shadow:0 30px 80px -30px #3d8bff99}.hire-arrow{align-self:flex-end}.hire-body{display:flex;flex-direction:column;gap:16px}.hire-body h3{font-size:34px;font-weight:600;color:#fff}.hire-body p{color:#c9c6de}.hire-phone{display:flex;align-items:center;gap:10px;height:56px;padding:0 16px;border-radius:16px;min-width:0;background:#ffffff14;border:1px solid rgba(255,255,255,.14);font-size:16px;font-weight:600;transition:border-color .3s;white-space:nowrap}.hire-phone svg{flex-shrink:0}.hire-phone span{overflow:hidden;text-overflow:ellipsis}.hire-phone:hover{border-color:#38e1ff99}.hire-art{flex:1;min-height:180px;margin:8px 0 24px}.hire-orb{position:absolute;left:50%;top:50%;width:170px;height:170px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(56,225,255,.5),rgba(61,139,255,.3) 45%,transparent 70%);filter:blur(12px);animation:beam 5s ease-in-out infinite}.hire-bubble{position:absolute;display:flex;flex-direction:column;gap:8px;padding:16px 18px;border-radius:20px;border-color:#ffffff29;box-shadow:0 20px 40px -20px #0009,inset 0 1px #ffffff1f}.hire-bubble.in{left:0;top:16%;width:74%;border-bottom-left-radius:6px}.hire-bubble i{display:block;height:8px;border-radius:4px;background:#ffffff47}.hire-bubble.out{right:0;bottom:16%;flex-direction:row;gap:6px;padding:14px 18px;border-bottom-right-radius:6px;background:linear-gradient(160deg,#38e1ff38,#3d8bff1a);border-color:#38e1ff59}.hire-bubble b{width:8px;height:8px;border-radius:50%;background:var(--glow);animation:typing 1.2s ease-in-out infinite}.hire-bubble b:nth-child(2){animation-delay:.15s}.hire-bubble b:nth-child(3){animation-delay:.3s}.hire-badge{position:absolute;left:8%;bottom:6%;width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;border-color:#38e1ff4d;box-shadow:0 0 30px #38e1ff40}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.project{display:flex;flex-direction:column;gap:18px;padding:14px 14px 20px;border-radius:var(--radius);color:#fff}.project-frame{display:block;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#0d0a2e}.project-chrome{display:flex;align-items:center;gap:6px;height:28px;padding:0 12px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.08)}.project-chrome i{width:8px;height:8px;border-radius:50%;background:#ffffff38;flex-shrink:0}.project-chrome em{margin-left:8px;font-style:normal;font-size:11px;color:var(--dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-frame img{width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top;transition:transform .8s var(--ease)}.project:hover .project-frame img{transform:scale(1.05)}.project-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 6px}.project-name{display:block;font-size:18px;line-height:1.3;font-weight:500}.project-url{display:block;font-size:14px;color:var(--muted)}.panel{border-radius:36px;padding:clamp(28px,5vw,72px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);align-items:center}.panel-copy{display:flex;flex-direction:column;gap:22px}.panel-copy h2{font-size:clamp(30px,3.4vw,46px);line-height:1.12;font-weight:600;color:#fff}.panel-copy p{max-width:480px;font-size:clamp(16px,1.3vw,18px);line-height:1.7;color:var(--muted)}.net-items{display:flex;flex-direction:column;gap:20px}.net-item{display:flex;gap:20px;align-items:flex-start;padding:28px;border-radius:24px}.net-item>span:last-child{display:flex;flex-direction:column;gap:6px}.icon-orb{flex-shrink:0;display:flex;width:58px;height:58px;border-radius:50%;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--accent),var(--glow));box-shadow:0 0 30px #38e1ff73}.net-title{font-size:20px;font-weight:500;color:#fff}.net-text{color:var(--muted)}.avatar{flex-shrink:0;border-radius:50%;padding:5px;overflow:hidden;background:linear-gradient(140deg,var(--accent),var(--glow) 50%,rgba(255,255,255,.1))}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .6s var(--ease)}.lift:hover .avatar img{transform:scale(1.05)}.avatar-initials{display:flex;width:100%;height:100%;border-radius:50%;align-items:center;justify-content:center;background:#151045;color:var(--accent-soft);font-family:Unbounded,sans-serif;font-weight:600}.founders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:28px}.founder{border-radius:32px;padding:36px;display:flex;gap:32px;align-items:center}.founder-body{display:flex;flex-direction:column;gap:10px}.founder-body h3{font-size:26px;font-weight:600;color:#fff}.row{display:flex;gap:12px;align-items:center;margin-top:10px}.members{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.member{border-radius:30px;padding:36px 28px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.member h3{font-size:22px;font-weight:600;color:#fff;margin-bottom:4px}.member .role{font-size:15px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#0503149e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fadein .3s ease}.modal{width:min(640px,100%);max-height:90vh;overflow-y:auto;border-radius:32px;padding:clamp(28px,5vw,44px);display:flex;flex-direction:column;gap:22px;background:linear-gradient(160deg,#28226ed9,#0c0928eb);border-color:#38e1ff59;box-shadow:0 40px 120px -30px #3d8bff99;animation:pop .45s var(--ease)}.modal-close{position:absolute!important;top:20px;right:20px;cursor:pointer}.modal-head{display:flex;gap:22px;align-items:center;padding-right:48px}.modal-head h3{font-size:clamp(22px,3vw,28px);font-weight:600;color:#fff;margin-bottom:4px}.modal p{font-size:17px;line-height:1.75;color:#d4d1e8}.modal .btn{align-self:flex-start}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.quote{margin:0;border-radius:30px;padding:clamp(28px,4vw,44px);display:flex;flex-direction:column;gap:26px}.quote-top{display:flex;justify-content:space-between;align-items:center}.stars{display:flex;gap:6px}.quote blockquote{margin:0;font-size:clamp(18px,1.7vw,22px);line-height:1.6;color:#fff}.quote figcaption{display:flex;align-items:center;gap:16px}.quote figcaption>span:last-child{display:flex;flex-direction:column}.quote strong{font-size:18px;color:#fff}.quote small{font-size:15px;color:var(--dim)}.initials{display:flex;width:56px;height:56px;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0;background:#3d8bff2e;color:var(--accent-soft);font-weight:600}.panel:has(.form){align-items:start}.contact-title{font-size:clamp(34px,4vw,56px)!important;line-height:1.08!important}.contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.contact-list li{display:flex;gap:16px;align-items:center}.contact-list li>span:last-child{display:flex;flex-direction:column;color:#fff;word-break:break-word}.form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--muted)}.span-2{grid-column:span 2}.field{width:100%;height:56px;padding:0 20px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff;font:inherit;font-size:16px;outline:none;transition:border-color .3s,box-shadow .3s}textarea.field{height:auto;padding:16px 20px;resize:vertical;min-height:150px}.field:focus{border-color:var(--glow);box-shadow:0 0 0 4px #38e1ff26}.field::placeholder{color:var(--dim)}.footer{padding-top:60px;padding-bottom:40px;display:flex;flex-direction:column;gap:48px}.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:20px;max-width:360px}.footer-brand img{height:28px;width:auto;align-self:flex-start}.footer-brand p{color:var(--dim)}.socials{display:flex;gap:12px}.socials .icon-btn{width:46px;height:46px}.footer-cols{display:flex;gap:clamp(40px,7vw,90px)}.footer-cols div{display:flex;flex-direction:column;gap:14px}.footer-cols span{font-weight:600;color:#fff}.footer-watermark{width:100%;opacity:.06}.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:24px;border-top:1px solid var(--line);font-size:14px;color:var(--dim)}.back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--dim);align-self:flex-start;transition:color .3s}.back:hover{color:#fff}.hello{display:flex;align-items:center;gap:16px;font-size:18px;color:var(--muted)}.p-name{font-size:clamp(46px,6vw,76px);line-height:1.02;font-weight:700;color:#fff}.p-rotator{height:1.3em;overflow:hidden;font-size:clamp(20px,2.2vw,30px);font-weight:500}.p-rotator .rotator-track>span{height:1.3em}.p-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;height:clamp(460px,50vw,700px)}.outline{position:absolute;top:6%;left:-5%;right:-5%;text-align:center;line-height:1;font-size:clamp(70px,10vw,150px);font-weight:700;color:transparent;-webkit-text-stroke:1.5px rgba(127,178,255,.35)}.p-glow{position:absolute;bottom:0;width:85%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 40%,var(--accent),#1b2a7a 60%,rgba(9,5,36,0) 72%)}.arch{width:min(440px,80%);aspect-ratio:11 / 14;border-radius:220px 220px 36px 36px}.arch-inner{width:100%;height:100%;border-radius:219px 219px 35px 35px;overflow:hidden}.arch-inner img{width:100%;height:100%;object-fit:cover}.p-badge{position:absolute;left:0;bottom:14%;padding:16px 20px;border-radius:20px;display:flex;flex-direction:column;animation-delay:-3s}.p-badge .disp{font-size:32px;font-weight:700;color:#fff;line-height:1.1}.p-badge span:last-child{font-size:14px;color:var(--muted)}.highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding-bottom:40px}.stat{border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:6px}.stat .disp{font-size:clamp(30px,3vw,40px);font-weight:700;color:#fff}.stat span:last-child{font-size:15px;line-height:1.5;color:var(--muted)}.timeline{display:flex;flex-direction:column;gap:22px}.job{border-radius:28px;padding:clamp(26px,3.5vw,36px) clamp(24px,3.5vw,40px);display:grid;grid-template-columns:280px minmax(0,1fr);gap:40px}.job-meta{display:flex;flex-direction:column;gap:8px}.period{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--glow)}.period i{width:10px;height:10px;border-radius:50%;background:var(--glow);box-shadow:0 0 12px var(--glow)}.job-meta h3{font-size:21px;line-height:1.3;font-weight:600;color:#fff}.company{color:var(--muted)}.job-body{display:flex;flex-direction:column;gap:18px}.job-body ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:#d4d1e8}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;min-height:38px;padding:6px 16px;border-radius:999px;font-size:14px;line-height:1.4;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#d4d1e8;transition:border-color .3s,background .3s}.chip:hover{border-color:#38e1ff99;background:#38e1ff14}.chip-win{color:#fff;border-color:#38e1ff4d;border-radius:16px}.edu{border-radius:28px;padding:36px;display:flex;flex-direction:column;gap:10px}.edu h3{font-size:23px;font-weight:600;color:#fff}.edu>span:last-child{color:var(--muted)}.skills-panel{grid-template-columns:340px minmax(0,1fr);align-items:start}.skill-groups{display:flex;flex-direction:column;gap:24px}.skill-group{display:block;margin-bottom:10px;font-size:15px;font-weight:600;color:var(--accent-soft)}.project{border-radius:28px;padding:clamp(28px,3.5vw,40px);min-height:240px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.project-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.project h3{font-size:23px;line-height:1.3;font-weight:600;color:#fff}.project p{color:var(--muted)}.cta{border-radius:36px;padding:clamp(32px,5vw,72px);display:flex;justify-content:space-between;align-items:center;gap:40px;background:linear-gradient(170deg,#1b2a7a,#0e0b33 70%);border:1px solid rgba(56,225,255,.35);box-shadow:0 30px 90px -30px #3d8bff99}.cta h2{font-size:clamp(30px,3.8vw,52px);line-height:1.1;font-weight:600;color:#fff;margin-bottom:12px}.cta p{color:#c9c6de;font-size:18px}.cta-actions{display:flex;flex-direction:column;gap:14px}.notfound{display:flex;align-items:center}.nf-body{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;align-items:flex-start;padding-top:20vh}.nf-body h1{font-size:clamp(36px,6vw,64px);color:#fff}.nf-body p{color:var(--muted);font-size:18px}.rise{opacity:0;animation:rise .9s var(--ease) forwards}.r1{animation-delay:.1s}.r2{animation-delay:.3s}.r3{animation-delay:.5s}.r4{animation-delay:.7s}.r5{animation-delay:.9s}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s var(--ease),transform .8s var(--ease),border-color .45s,box-shadow .45s}.reveal.in{opacity:1;transform:none}.reveal.in.lift:hover{transform:translateY(-6px)}.float{animation:float 6s ease-in-out infinite}@keyframes rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes bar{to{transform:scaleX(1)}}@keyframes words{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-25%)}50%,70%{transform:translateY(-50%)}75%,95%{transform:translateY(-75%)}to{transform:translateY(0)}}@keyframes drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.12)}}@keyframes beam{0%,to{opacity:.35}50%{opacity:.7}}@keyframes twinkle{0%,to{opacity:.15}50%{opacity:.9}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{to{stroke-dashoffset:-240}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.55}}@keyframes marquee{to{transform:translate(-50%)}}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:none}}@media (max-width: 1100px){.nav-links,.nav-cta{display:none}.nav-toggle{display:inline-flex}.hero,.p-hero{grid-template-columns:1fr}.hero-visual{justify-content:center}.p-visual{max-width:560px;width:100%;margin:0 auto}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:260px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hire{grid-column:1 / -1;grid-row:auto;flex-direction:row;align-items:flex-end;gap:24px}.hire-arrow{order:2;align-self:flex-start}.hire-art{display:none}.hire-body{flex:1}.hire-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hire-body h3,.hire-body p{grid-column:1 / -1}.founder{flex-direction:column;text-align:center}.founder .row{justify-content:center}.founder .avatar{width:170px!important;height:170px!important}.members{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.job{grid-template-columns:1fr;gap:20px}.skills-panel{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}}@media (max-width: 820px){.section-head{flex-direction:column;align-items:flex-start;gap:16px}.panel{grid-template-columns:1fr}.members{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2{grid-template-columns:1fr}}@media (max-width: 600px){html{scroll-padding-top:90px}.nav-wrap{padding-top:12px}.nav{height:64px;padding:0 8px 0 18px;border-radius:18px}.nav-logo img{height:20px}.hero-actions .btn{flex:1 1 100%}.services-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:16px}.projects-grid{grid-template-columns:1fr;gap:16px}.service{min-height:180px;padding:26px;gap:28px}.hire{flex-direction:column;align-items:stretch;padding:28px}.hire-body{display:flex}.hire-arrow{display:none}.hire-art{display:block;min-height:170px;margin:0 0 20px}.founders,.members{grid-template-columns:1fr;gap:18px}.founder{padding:28px 22px}.founder .row{flex-wrap:wrap}.net-item{padding:22px}.panel{border-radius:28px}.form{grid-template-columns:1fr}.span-2{grid-column:auto}.modal-head{flex-direction:column;align-items:flex-start}.highlights{gap:14px}.stat{padding:20px}.p-badge{bottom:6%;padding:12px 16px}.p-badge .disp{font-size:24px}.cta-actions,.cta-actions .btn{width:100%}.cta-actions .btn{white-space:normal;height:auto;min-height:58px;padding:12px 20px}.footer-cols{width:100%;justify-content:space-between}.orb{filter:blur(60px)}.orb-a{width:360px;height:360px}.orb-b{width:300px;height:300px}.beam{right:-10%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.rise,.reveal{opacity:1;transform:none}.bars span{transform:none}}
