@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Syne:wght@700;800&display=swap";:root{--bg:#1a4357;--bg-2:#16313e;--bg-card:#0a212b;--bg-card-h:#152b35;--cyan:#00e5ff;--cyan-dim:#00b8cc;--cyan-glow:#00e5ff1f;--cyan-border:#00e5ff38;--white:#fff;--g100:#e2e8f0;--g300:#94a3b8;--g500:#475569;--g700:#1e2a38;--font-head:"Syne", sans-serif;--font-body:"Space Grotesk", sans-serif;--font-mono:"Space Mono", monospace;--nav-h:68px;--ease:cubic-bezier(.4,0,.2,1);--t:.25s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);font-family:var(--font-body);cursor:none;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:none}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--cyan-dim);border-radius:2px}::selection{background:var(--cyan-glow);color:var(--cyan)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:50px 0}h1{font-family:var(--font-head);font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1}h2{font-family:var(--font-head);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.1}h3{font-family:var(--font-body);font-size:1.15rem;font-weight:600}p{color:var(--g600)}.btn{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;cursor:none;transition:transform var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t);border:none;border-radius:3px;align-items:center;gap:.5rem;padding:.75rem 1.8rem;font-size:.78rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--cyan);color:#000}.btn-primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 40px #00e5ff59}.btn-ghost{color:var(--white);background:0 0;border:1px solid #ffffff40}.btn-ghost:hover{border-color:var(--cyan);color:var(--cyan);transform:translateY(-3px)}.text-cyan{color:var(--cyan)}.text-ghost{color:#ffffff1a;-webkit-text-stroke:1px #ffffff26}.mono{font-family:var(--font-mono)}.section-eyebrow{font-family:var(--font-mono);letter-spacing:.2em;color:var(--cyan);text-transform:uppercase;align-items:center;gap:.6rem;margin-bottom:1.4rem;font-size:.7rem;display:flex}.section-eyebrow:before{content:"";background:var(--cyan);flex-shrink:0;width:18px;height:2px}.grid-bg{pointer-events:none;background-image:linear-gradient(#00e5ff08 1px,#0000 1px),linear-gradient(90deg,#00e5ff08 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.card{background:var(--bg-card);border:1px solid var(--cyan-border);transition:background var(--t), border-color var(--t), transform var(--t) var(--ease);border-radius:8px;padding:2rem}.card:hover{background:var(--bg-card-h);border-color:#00e5ff66;transform:translateY(-5px)}.tag{border:1px solid var(--cyan-border);font-family:var(--font-mono);letter-spacing:.08em;color:var(--cyan);text-transform:uppercase;border-radius:2px;padding:.28rem .75rem;font-size:.68rem;display:inline-block}.divider{background:linear-gradient(90deg, transparent, var(--cyan-border), transparent);height:1px;margin:3rem 0}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}@media (width<=768px){.section{padding:60px 0}.container{padding:0 1.25rem}.section-eyebrow{font-size:.65rem}.tag{padding:.22rem .6rem;font-size:.62rem}*{max-width:100%}img{height:auto}h1{font-size:clamp(2.2rem,10vw,3.5rem)}h2{font-size:clamp(1.6rem,7vw,2.4rem)}.btn{padding:.7rem 1.4rem;font-size:.72rem}}*{cursor:none!important}#cursor-dot{background:var(--cyan);pointer-events:none;z-index:99999;width:6px;height:6px;box-shadow:0 0 8px var(--cyan);border-radius:50%;transition:width .15s,height .15s,background .15s;position:fixed;transform:translate(-50%,-50%)}#cursor-ring{pointer-events:none;z-index:99998;border:1.5px solid #00e5ff99;border-radius:50%;width:32px;height:32px;transition:width .25s,height .25s,border-color .25s;position:fixed;transform:translate(-50%,-50%)}body.cursor-hover #cursor-ring{border-color:var(--cyan);width:44px;height:44px}body.cursor-hover #cursor-dot{width:8px;height:8px}body.cursor-click #cursor-dot{width:10px;height:10px;box-shadow:0 0 16px var(--cyan), 0 0 32px #00e5ff66}@media (hover:none) and (pointer:coarse){*{cursor:auto!important}#cursor-dot,#cursor-ring{display:none}}#navbar{height:var(--nav-h);z-index:1000;transition:background .35s var(--ease), border-bottom .35s;width:100%;position:fixed;top:0;left:0;right:0}#navbar.scrolled{border-bottom:1px solid var(--cyan-border);-webkit-backdrop-filter:blur(16px);background:#12252beb}.nav-inner{align-items:center;width:100%;height:100%;padding:0 2rem;display:flex}.nav-logo{flex-shrink:0;margin-right:auto}.nav-logo img{width:auto;height:50px;transition:background var(--t), box-shadow var(--t);background:0 0;border-radius:5px;padding:4px 10px}.nav-right{align-items:center;gap:1.5rem;display:flex}.nav-links{align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{font-family:var(--font-body);color:var(--g300);transition:color var(--t);letter-spacing:.02em;font-size:.85rem;text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--cyan);width:0;height:1px;transition:width var(--t) var(--ease);position:absolute;bottom:-4px;left:0}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-divider{background:#00e5ff33;flex-shrink:0;width:1px;height:20px}.nav-search{align-items:center;display:flex;position:relative}.nav-search input{border:1px solid var(--cyan-border);color:var(--white);font-family:var(--font-mono);letter-spacing:.06em;width:170px;transition:width var(--t) var(--ease), border-color var(--t), background var(--t);background:#00e5ff0d;border-radius:3px;outline:none;padding:.42rem 2.2rem .42rem .9rem;font-size:.72rem}.nav-search input::placeholder{color:var(--g500)}.nav-search input:focus{border-color:var(--cyan);background:#00e5ff17;width:220px}.nav-search-icon{color:var(--cyan);pointer-events:none;font-size:1rem;line-height:1;position:absolute;right:.7rem}.search-dropdown{background:var(--bg-card);border:1px solid var(--cyan-border);z-index:2000;animation:fadeDown .18s var(--ease);border-radius:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.search-item{color:var(--g300);transition:background var(--t);cursor:pointer;align-items:center;gap:.6rem;padding:.65rem .9rem;font-size:.8rem;display:flex}.search-item:hover{background:var(--bg-card-h);color:var(--white)}.search-empty{font-family:var(--font-mono);color:var(--g500);padding:.7rem .9rem;font-size:.72rem}.nav-tech-btn{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--g300);transition:color var(--t);white-space:nowrap;background:0 0;border:none;padding:.42rem .6rem;font-size:.72rem}.nav-tech-btn:hover{color:var(--white)}.nav-register-btn{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#000;background:var(--cyan);transition:background var(--t), box-shadow var(--t);white-space:nowrap;border:none;border-radius:3px;padding:.42rem 1.1rem;font-size:.72rem;font-weight:700}.nav-register-btn:hover{background:#fff;box-shadow:0 0 20px #00e5ff4d}.nav-cta{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);border:1px solid var(--cyan-border);transition:background var(--t), color var(--t), box-shadow var(--t);white-space:nowrap;background:0 0;border-radius:3px;padding:.42rem 1.1rem;font-size:.72rem}.nav-cta:hover{background:var(--cyan);color:#000;box-shadow:0 0 20px #00e5ff4d}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{font-family:var(--font-body);color:var(--g300);transition:color var(--t);letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.85rem;display:flex}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active,.nav-dropdown-trigger.active-page{color:var(--white)}.nav-services-dropdown{background:var(--bg-card);border:1px solid var(--cyan-border);z-index:2000;min-width:240px;animation:fadeDown .18s var(--ease);border-radius:8px;position:absolute;top:calc(100% + 12px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 16px 40px #0006}.nav-svc-item{text-align:left;width:100%;color:var(--g300);transition:background var(--t), color var(--t);font-size:.83rem;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #00e5ff0d;padding:.65rem 1.1rem;display:block}.nav-svc-item:last-child{border-bottom:none}.nav-svc-item:hover{background:var(--bg-card-h);color:var(--cyan)}.nav-burger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-burger span{background:var(--white);width:22px;height:2px;transition:all var(--t);border-radius:1px;display:block}.nav-mobile-only{display:none}@media (width<=900px){.nav-links,.nav-search,.nav-tech-btn,.nav-register-btn,.nav-divider{display:none}.nav-burger{display:flex}.nav-links.open{top:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cyan-border);animation:fadeDown .2s var(--ease);z-index:999;background:#07090ff7;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:fixed;left:0;right:0}.nav-mobile-only{display:block}.nav-mobile-only a{color:var(--cyan);font-family:var(--font-mono);letter-spacing:.08em;font-size:.8rem}.nav-inner{padding:0 1.25rem}.nav-logo img{height:36px}}#hero{min-height:100svh;padding-top:var(--nav-h);flex-direction:column;justify-content:center;align-items:stretch;display:flex;position:relative;overflow:hidden}.hero-bg-gif{z-index:0;position:absolute;inset:0}.hero-bg-gif img{object-fit:cover;opacity:.4;width:100%;height:100%}.hero-bg-overlay{background:radial-gradient(ellipse 70% 70% at 60% 40%, #00e5ff0f 0%, transparent 65%), linear-gradient(to bottom, #07090f4d 0%, #07090fb3 60%, var(--bg) 100%);z-index:1;position:absolute;inset:0}.hero-grid{z-index:2;background-image:linear-gradient(#00e5ff0a 1px,#0000 1px),linear-gradient(90deg,#00e5ff0a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hero-scanline{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-scanline:after{content:"";background:linear-gradient(#0000,#00e5ff14,#0000);height:3px;animation:10s linear infinite scanline;position:absolute;left:0;right:0}@keyframes scanline{0%{top:-3px}to{top:100%}}.hero-corner{z-index:4;border-style:solid;border-color:#00e5ff66;width:28px;height:28px;position:absolute}.hero-corner.tl{border-width:1px 0 0 1px;top:80px;left:20px}.hero-corner.tr{border-width:1px 1px 0 0;top:80px;right:20px}.hero-corner.bl{border-width:0 0 1px 1px;bottom:20px;left:20px}.hero-corner.br{border-width:0 1px 1px 0;bottom:20px;right:20px}.hero-inner{z-index:5;text-align:center;flex-direction:column;align-items:center;width:min(100vw,860px);max-width:860px;margin:0 auto;padding:2.5rem 0 3rem;display:flex;position:relative}.hero-status{border:1px solid var(--cyan-border);background:#00e5ff0f;border-radius:100px;align-self:center;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.35rem 1rem .35rem .6rem;display:inline-flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-green;box-shadow:0 0 8px #22c55e}@keyframes pulse-green{0%,to{opacity:1;box-shadow:0 0 8px #22c55e}50%{opacity:.6;box-shadow:0 0 2px #22c55e}}.status-txt{font-family:var(--font-mono);letter-spacing:.18em;color:var(--g300);text-transform:uppercase;font-size:.68rem}.status-ver{font-family:var(--font-mono);color:var(--cyan);margin-left:.2rem;font-size:.65rem}.hero-heading{text-align:center;width:100%;min-height:3.4em;margin-bottom:1.8rem}.hero-heading .line-1{color:var(--white);font-size:clamp(3.2rem,7.5vw,6.5rem);display:block}.hero-heading .line-2{color:#0000;-webkit-text-stroke:3px #ffffff59;font-size:clamp(3.2rem,7.5vw,6.5rem);display:block}.hero-heading .line-3{color:var(--cyan);white-space:nowrap;filter:drop-shadow(0 0 20px #00e5ff66);min-width:14ch;font-size:clamp(1.2rem,6.5vw,5.5rem);display:inline-block}.line-3-wrap{height:auto;min-height:1.4em;display:block;overflow:visible}.hero-desc{color:var(--g600);text-align:center;max-width:660px;min-height:40px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.75}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-stats{border:1px solid var(--cyan-border);table-layout:fixed;border-radius:6px;grid-template-columns:repeat(4,1fr);margin-top:1rem;display:grid;overflow:hidden}.hero-stat{border-right:1px solid var(--cyan-border);text-align:center;width:100%;padding:1.1rem .75rem}.hero-stat:last-child{border-right:none}.hs-num{font-family:var(--font-mono);color:var(--cyan);filter:drop-shadow(0 0 8px #00e5ff80);text-align:center;width:100%;font-size:1.75rem;font-weight:700;line-height:1;display:block}.hs-lbl{font-family:var(--font-mono);letter-spacing:.12em;color:var(--g600);text-transform:uppercase;margin-top:.3rem;font-size:.84rem}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-gif-wrap{border:1px solid var(--cyan-border);border-radius:8px;width:100%;max-width:460px;animation:7s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 0 60px #00e5ff1a,inset 0 0 30px #00e5ff0a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-gif-wrap img{filter:hue-rotate(150deg)saturate(1.3)brightness(.9);width:100%}.hero-gif-overlay{pointer-events:none;background:linear-gradient(135deg,#00e5ff0f,#0000 60%,#00e5ff0a);position:absolute;inset:0}.gif-corner{border-color:var(--cyan);z-index:2;border-style:solid;width:18px;height:18px;position:absolute}.gif-corner.tl{border-width:2px 0 0 2px;top:0;left:0}.gif-corner.br{border-width:0 2px 2px 0;bottom:0;right:0}.hero-badge{background:var(--bg-card);border:1px solid var(--cyan-border);z-index:3;border-radius:6px;align-items:center;gap:.6rem;padding:.6rem 1rem;display:flex;position:absolute;bottom:-16px;right:-12px;box-shadow:0 8px 30px #0006}.hb-dot{background:var(--cyan);width:8px;height:8px;box-shadow:0 0 8px var(--cyan);border-radius:50%;animation:2s infinite pulse-green}.hb-text{font-family:var(--font-mono);color:var(--g300);letter-spacing:.08em;font-size:.65rem;line-height:1.4}.hb-text strong{color:var(--white);display:block}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:3rem;padding:3rem 0 4rem}.hero-visual{display:none}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stat:nth-child(2){border-right:none}.hero-stat:nth-child(3),.hero-stat:nth-child(4){border-top:1px solid var(--cyan-border)}}.hero-heading{text-align:center;width:100%;margin-bottom:1.8rem}.hero-stats{width:100%;max-width:900px;margin:40px auto 0;position:relative}.hero-stat{min-width:0}.hs-num{min-width:3ch;display:inline-block}@media (width<=600px){.hero-heading .line-1,.hero-heading .line-2,.hero-heading .line-3{white-space:normal;font-size:clamp(2rem,10vw,3.2rem)}}@media (width<=768px){#hero{padding-top:var(--nav-h)}.hero-inner{width:100%;max-width:860px}.hero-heading .line-1,.hero-heading .line-2,.hero-heading .line-3{white-space:normal;min-width:0}}.hero-desc{padding:0 .25rem;font-size:.93rem}.hero-btns{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-btns .btn{width:auto}.hero-stats-outer{padding:0 1.25rem 2.5rem}.hero-stats{grid-template-columns:repeat(2,1fr);width:100%}.hero-stat:nth-child(2){border-right:none}.hero-stat:nth-child(3){border-top:1px solid var(--cyan-border)}.hero-stat:nth-child(4){border-top:1px solid var(--cyan-border);border-right:none}.hero-status{font-size:.6rem}.status-txt,.hero-corner{display:none}#about{background:var(--bg-2);position:relative;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:1px;display:grid}.about-gif-wrap{border:1px solid var(--cyan-border);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 0 50px #00e5ff14}.about-gif-wrap img{width:100%;display:block}.about-gif-label{border:1px solid var(--cyan-border);font-family:var(--font-mono);color:var(--cyan);letter-spacing:.12em;background:#07090fd9;border-radius:4px;padding:.35rem .75rem;font-size:.65rem;position:absolute;top:1rem;left:1rem}.about-tags{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0;display:flex}.about-specs{background:var(--bg-card);border:1px solid var(--cyan-border);border-radius:8px;margin-top:2.5rem;overflow:hidden}.as-header{border-bottom:1px solid var(--cyan-border);font-family:var(--font-mono);color:var(--cyan);letter-spacing:.12em;background:#00e5ff0d;justify-content:space-between;padding:.65rem 1.25rem;font-size:.65rem;display:flex}.as-grid{grid-template-columns:repeat(3,1fr);display:grid}.as-item{text-align:center;border-right:1px solid var(--cyan-border);border-bottom:1px solid var(--cyan-border);padding:1.4rem 1rem}.as-item:nth-child(3n){border-right:none}.as-item:nth-last-child(-n+3){border-bottom:none}.as-num{font-family:var(--font-mono);color:var(--cyan);filter:drop-shadow(0 0 8px #00e5ff66);font-size:1.7rem;font-weight:700;line-height:1}.as-lbl{font-family:var(--font-mono);color:var(--g500);letter-spacing:.1em;text-transform:uppercase;margin-top:.35rem;font-size:.58rem}#services{position:relative;overflow:hidden}.services-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.svc-top{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.svc-top h3{flex:1;margin:0;font-size:1.05rem;line-height:1.35}.svc-card{background:var(--bg-card);transition:all var(--t) var(--ease);border:1px solid #00e5ff1f;border-radius:8px;padding:1.75rem;position:relative;overflow:hidden}.svc-card:before{content:"";background:linear-gradient(var(--cyan), transparent);width:2px;height:0;transition:height .4s var(--ease);position:absolute;top:0;left:0}.svc-card:hover:before{height:100%}.svc-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-6px);box-shadow:0 20px 50px #0000004d,0 0 30px #00e5ff0f}.svc-num{font-family:var(--font-mono);color:var(--g500);letter-spacing:.15em;margin-bottom:1.2rem;font-size:.62rem}.svc-icon{width:56px;height:56px;color:var(--cyan);background:#00e5ff0f;border:1px solid #00e5ff26;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:flex}.svc-card:hover .svc-icon{background:#00e5ff1f;border-color:#00e5ff59;transform:translateY(-2px)}.svc-card h3{margin-bottom:.4rem;font-size:1.05rem}.svc-card p{margin-bottom:0;font-size:.87rem;line-height:1.6}.svc-pills{flex-wrap:wrap;gap:.35rem;margin-top:1rem;display:flex}.svc-pill{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.05em;background:#00e5ff0d;border:1px solid #00e5ff26;border-radius:2px;padding:.18rem .55rem;font-size:.6rem}.svc-more{font-family:var(--font-mono);color:var(--cyan);opacity:0;transition:opacity var(--t);letter-spacing:.08em;align-items:center;gap:.3rem;margin-top:1.3rem;font-size:.68rem;display:flex}.svc-card:hover .svc-more{opacity:1}#why-us{background:var(--bg-2);position:relative;overflow:hidden}.whyus-wrap{grid-template-columns:1fr 1.1fr;align-items:center;gap:1rem;display:grid}.whyus-gif{border:1px solid var(--cyan-border);border-radius:8px;overflow:hidden;box-shadow:0 0 50px #00e5ff14}.whyus-gif img{width:100%;display:block}.terminal{background:var(--bg-card);border:1px solid var(--cyan-border);border-radius:8px;overflow:hidden}.terminal-bar{border-bottom:1px solid var(--cyan-border);background:#00e5ff0a;align-items:center;gap:.55rem;padding:.3rem 1.2rem;display:flex}.td{border-radius:50%;width:10px;height:10px}.td-r{background:#ff5f57}.td-y{background:#febc2e}.td-g{background:#28c840}.t-title{font-family:var(--font-mono);color:var(--g500);letter-spacing:.1em;margin-left:auto;font-size:.65rem}.terminal-body{padding:1.25rem}.t-row{transition:background var(--t);border-bottom:1px solid #00e5ff0d;border-radius:4px;grid-template-columns:1.8rem 90px 1fr;align-items:start;gap:.85rem;padding:.9rem 0;display:grid}.t-row:last-child{border-bottom:none}.t-row:hover{background:#00e5ff08;padding-left:.4rem}.t-idx{font-family:var(--font-mono);color:var(--g500);padding-top:2px;font-size:.65rem}.t-key{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;padding-top:2px;font-size:.7rem}.t-val{color:var(--g300);font-size:.87rem;line-height:1.55}.t-val strong{color:var(--white)}.whyus-gif-col{flex-direction:column;display:flex}.whyus-wrap .terminal:empty{display:none}#clients{position:relative;overflow:hidden}.clients-carousel{margin-top:3rem}.testimonial-nav{justify-content:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.testimonial-prev,.testimonial-next{background:var(--bg-card);width:42px;height:42px;color:var(--cyan);cursor:pointer;border:1px solid #00e5ff2e;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.testimonial-prev:hover,.testimonial-next:hover{border-color:var(--cyan);background:#00e5ff14}.clients-swiper{padding-bottom:.5rem}.swiper-slide{height:auto}.client-card{background:var(--bg-card);border:1px solid #00e5ff1f;border-radius:10px;height:100%;padding:1.5rem;transition:all .3s}.client-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-5px)}.client-title{color:var(--white);margin-bottom:.8rem;font-size:1rem;font-weight:700;line-height:1.4}.client-result{color:var(--g300);font-size:.9rem;line-height:1.7}.learn-page{min-height:100vh;position:relative;overflow:hidden}.learn-hero{padding:calc(var(--nav-h) + 2rem) 0 2.5rem;position:relative;overflow:hidden}.learn-hero-inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid}.yt-card{background:var(--bg-card);border:1px solid var(--cyan-border);border-radius:14px;overflow:hidden}.yt-card-header{background:#ff00000d;border-bottom:1px solid #ff000026;align-items:center;gap:1rem;padding:1.5rem;display:flex}.yt-logo{background:#ff00001a;border:1px solid #f003;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.yt-channel-name{color:var(--white);font-size:1rem;font-weight:700}.yt-channel-sub{font-family:var(--font-mono);color:#acabab;letter-spacing:.06em;margin-top:.15rem;font-size:.68rem}.yt-card-body{padding:1.5rem}.yt-stat-row{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.yt-stat{text-align:center;background:var(--bg-card-h);border:1px solid var(--cyan-border);border-radius:8px;padding:.85rem .5rem}.yt-stat-num{font-family:var(--font-mono);font-size:1.3rem;font-weight:700;line-height:1}.yt-stat-lbl{font-family:var(--font-mono);color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-top:.3rem;font-size:.58rem}.yt-subscribe-btn{text-align:center;color:#fff;width:100%;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;transition:background var(--t), transform var(--t);background:#d25555;border-radius:8px;padding:.85rem;font-size:.78rem;font-weight:700;text-decoration:none;display:block}.yt-subscribe-btn:hover{background:#f90000;transform:translateY(-2px)}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:0;display:grid}.course-card{background:var(--bg-card);transition:all var(--t) var(--ease);border:1px solid #00e5ff1f;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.75rem;display:flex}.course-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-5px)}.course-card-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.course-num{font-family:var(--font-mono);color:var(--g500);letter-spacing:.15em;font-size:.65rem}.course-level{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border-radius:100px;padding:.2rem .6rem;font-size:.58rem}.course-icon{margin-bottom:.25rem;font-size:1.6rem}.course-title{color:var(--white);margin:0;font-size:1.15rem;font-weight:700}.course-full{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.05em;font-size:.65rem}.course-desc{color:var(--g300);flex:1;margin-top:.25rem;font-size:.87rem;line-height:1.6}.course-tag{font-family:var(--font-mono);color:var(--g500);letter-spacing:.08em;text-transform:uppercase;border:1px solid #00e5ff1a;border-radius:2px;margin-top:.25rem;padding:.18rem .6rem;font-size:.6rem;display:inline-block}.course-watch{font-family:var(--font-mono);color:red;letter-spacing:.08em;transition:opacity var(--t);opacity:0;margin-top:.5rem;font-size:.7rem;text-decoration:none}.course-card:hover .course-watch{opacity:1}.btn-ezowa-classes{color:var(--cyan);background:0 0;border:1px solid #00e5ff59;transition:all .25s}.btn-ezowa-classes:hover{border-color:var(--cyan);background:#00e5ff14;transform:translateY(-2px);box-shadow:0 0 18px #00e5ff2e}.btn-ezowa-classes:active{transform:translateY(0)}.learn-why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:0;display:grid}#cta{text-align:center;padding:30px 0;position:relative;overflow:hidden}.cta-gif{z-index:0;position:absolute;inset:0}.cta-gif img{object-fit:cover;opacity:.2;filter:hue-rotate(160deg)saturate(1.3);width:100%;height:100%}.cta-overlay{z-index:1;background:radial-gradient(60% 60%,#07090f66 0%,#07090feb 100%);position:absolute;inset:0}.cta-inner{z-index:2;position:relative}.cta-sub{font-family:var(--font-mono);color:var(--g500);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.7rem}#cta h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem)}#cta .ghost{color:#0000;-webkit-text-stroke:1px #ffffff4d;display:block}#cta p{max-width:520px;margin:0 auto 2.5rem;font-size:1rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-contact{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3rem;display:flex}.cta-contact-item{font-family:var(--font-mono);color:var(--g700);letter-spacing:.06em;align-items:center;gap:.5rem;font-size:.72rem;display:flex}.cta-contact-item .icon{color:var(--cyan)}.cta-contact-item a{color:var(--cyan);transition:color var(--t)}.cta-contact-item a:hover{color:var(--white)}.talk-steps{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;margin-top:2rem;display:flex}.talk-step{text-align:center;flex:1;min-width:250px;max-width:300px}.talk-divider{background:#00e5ff33;width:1px;min-height:100px}#footer{border-top:1px solid var(--cyan-border);background:#0e242b;padding:3.5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{max-width:260px;margin-top:.8rem;font-size:.88rem}.footer-brand img{border-radius:5px;height:34px;padding:3px 8px}.footer-col h4{font-family:var(--font-mono);letter-spacing:.2em;color:var(--cyan);text-transform:uppercase;margin-bottom:1.2rem;font-size:.65rem}.footer-col li{margin-bottom:.55rem}.footer-col a{color:var(--g300);transition:color var(--t);font-size:.84rem}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #00e5ff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copy,.footer-ver{font-family:var(--font-mono);color:var(--g500);letter-spacing:.07em;font-size:.65rem}.page-tabs{display:none}.footer-social{gap:.65rem;margin-top:1.25rem;display:flex}.social-icon{background:var(--bg-card);border:1px solid var(--cyan-border);width:34px;height:34px;color:var(--g300);transition:all var(--t);border-radius:6px;justify-content:center;align-items:center;display:flex}.social-icon:hover{border-color:var(--cyan);color:var(--cyan);background:#00e5ff1a;transform:translateY(-2px)}.footer-address-block{flex-direction:column;gap:.18rem;display:flex;margin-bottom:1.25rem!important}.footer-address-block:last-child{margin-bottom:0!important}.footer-address-label{font-family:var(--font-mono);letter-spacing:.12em;color:var(--cyan);text-transform:uppercase;margin-bottom:.3rem;font-size:.65rem}.footer-address-text{color:var(--g300);font-size:.83rem;line-height:1.5}.footer-contact-link{color:var(--g300);transition:color var(--t);font-size:.83rem;line-height:1.8;display:block}.footer-contact-link:hover{color:var(--white)}.footer-contact-link.cyan{color:var(--cyan)}.footer-contact-link.cyan:hover{color:var(--white)}.career-hero{border:1px solid #00e5ff1f;border-radius:28px;height:420px;margin-bottom:60px;position:relative;overflow:hidden}.career-hero-image{object-fit:cover;width:100%;height:100%;display:block}.career-overlay{background:linear-gradient(90deg,#080c14e0 0%,#080c14b8 40%,#080c1473 100%);position:absolute;inset:0}.career-content{z-index:2;flex-direction:column;justify-content:center;max-width:700px;padding:3rem 3.5rem;display:flex;position:absolute;inset:0}.career-content h1{margin:.6rem 0;font-size:clamp(2.8rem,6vw,4.6rem);line-height:.9}.career-content p{color:var(--g300);max-width:520px;font-size:1.08rem}.career-culture{margin-bottom:55px}.career-culture h2{margin:.5rem 0 1rem;font-size:2.6rem}.career-culture-text{color:var(--g400);max-width:700px;margin-bottom:3rem}.culture-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.culture-card{background:var(--bg-card);border:1px solid #00e5ff1a;border-radius:18px;padding:1.5rem;transition:all .35s}.culture-card:hover{border-color:#00e5ff47;transform:translateY(-8px);box-shadow:0 20px 45px #00e5ff1a}.culture-icon{margin-bottom:.8rem;font-size:1.6rem}.culture-card h3{margin-bottom:.75rem}.culture-card p{color:var(--g400);font-size:.88rem;line-height:1.55}.career-form-section{margin-bottom:70px}.career-form-header{text-align:center;margin-bottom:2.5rem}.career-form-header h2{margin:.5rem 0;font-size:2.6rem}.career-form-header p{color:var(--g400);max-width:650px;margin:auto}.career-form-card{background:var(--bg-card);border:1px solid #00e5ff1f;border-radius:22px;padding:3rem;box-shadow:0 20px 60px #0000004d}.reg-page{min-height:100vh;padding:calc(var(--nav-h) + 3rem) 0 5rem;position:relative;overflow:hidden}.reg-header{margin-bottom:3rem}.reg-back{width:auto;min-width:unset;max-width:max-content;color:var(--white);cursor:pointer;background:#ffffff08;border:1px solid #00e5ff26;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:2rem;padding:.65rem 1.1rem;transition:all .3s;display:inline-flex}.reg-back:hover{border-color:var(--cyan);color:var(--cyan)}.reg-form{flex-direction:column;gap:1.5rem;max-width:780px;padding-bottom:3rem;display:flex}.reg-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.reg-field{flex-direction:column;gap:.5rem;display:flex}.reg-field label{font-family:var(--font-mono);letter-spacing:.1em;color:var(--g300);text-transform:uppercase;font-size:.72rem}.req{color:var(--cyan)}.reg-opt{color:var(--g500);text-transform:none;letter-spacing:0;font-size:.65rem}.reg-field input,.reg-field select{background:var(--bg-card);border:1px solid var(--cyan-border);color:var(--white);font-family:var(--font-body);transition:border-color var(--t), background var(--t);border-radius:4px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem}.reg-field input::placeholder{color:var(--g500)}.reg-field input:focus,.reg-field select:focus{border-color:var(--cyan);background:var(--bg-card-h)}.reg-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300e5ff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.reg-field select option{background:var(--bg-card)}.has-error input,.has-error select{border-color:#ef4444}.reg-err{font-family:var(--font-mono);color:#ef4444;letter-spacing:.05em;font-size:.65rem}.reg-radio-group{flex-wrap:wrap;gap:1rem;display:flex}.reg-radio{background:var(--bg-card);border:1px solid var(--cyan-border);color:var(--g300);transition:all var(--t);border-radius:4px;align-items:center;gap:.6rem;padding:.65rem 1.2rem;font-size:.88rem;display:flex}.reg-radio input[type=radio]{display:none}.reg-radio.selected{border-color:var(--cyan);color:var(--cyan);background:#00e5ff12}.reg-radio:hover{border-color:var(--cyan-dim);color:var(--white)}.reg-file-wrap{background:var(--bg-card);border:1px solid var(--cyan-border);transition:border-color var(--t);border-radius:4px;align-items:center;gap:1rem;padding:.65rem 1rem;display:flex}.reg-file-wrap:hover{border-color:var(--cyan)}.reg-file-btn{font-family:var(--font-mono);letter-spacing:.08em;color:var(--cyan);border:1px solid var(--cyan-border);white-space:nowrap;transition:background var(--t);border-radius:3px;flex-shrink:0;padding:.3rem .8rem;font-size:.7rem}.reg-file-wrap:hover .reg-file-btn{background:#00e5ff14}.reg-file-name{color:var(--g500);word-break:break-all;font-size:.83rem}.reg-submit{width:fit-content;margin-top:.5rem;padding:.9rem 2.5rem;font-size:.8rem}.reg-success-wrap{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.reg-success{text-align:center;max-width:480px}.reg-success-icon{border:2px solid var(--cyan);width:72px;height:72px;color:var(--cyan);background:#00e5ff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:2rem;display:flex;box-shadow:0 0 30px #00e5ff33}.reg-success p{margin-top:1rem;font-size:.95rem}.reg-success strong{color:var(--white)}.tech-carousel-section{background:var(--bg-2);padding:30px 0}.tech-swiper{padding:10px 50px}.tech-carousel-card{background:var(--bg-card);border:1px solid #00e5ff1f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:170px;height:110px;padding:.8rem;transition:all .3s;display:flex}.tech-carousel-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-4px)}.tech-carousel-img{width:34px;height:34px;margin-bottom:.6rem}.tech-carousel-name{font-size:.85rem;font-weight:600}.swiper-button-next,.swiper-button-prev{color:var(--cyan);width:42px;height:42px}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px;font-weight:700}.about-page{min-height:100vh;padding:calc(var(--nav-h) + 3rem) 0 5rem;position:relative;overflow:hidden}.about-page-header{margin-bottom:3.5rem}.about-page-section{border-bottom:1px solid #00e5ff12;margin-bottom:1.5rem;padding-bottom:3rem}.about-page-section:last-of-type{border-bottom:none}.aps-tag{font-family:var(--font-mono);letter-spacing:.2em;color:var(--cyan);text-transform:uppercase;margin-bottom:.75rem;font-size:.68rem}.who-we-are-list{flex-direction:column;gap:1.25rem;max-width:760px;margin-top:-1rem;display:flex}.who-we-are-list li{color:var(--g300);align-items:flex-start;gap:1.25rem;font-size:.95rem;line-height:1.6;display:flex}.wwa-marker{font-family:var(--font-mono);color:var(--cyan);border:1px solid var(--cyan-border);background:#00e5ff0d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;display:flex}.about-two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:2rem;display:grid}.about-two-col.reverse{grid-template-columns:1fr 1fr}.about-image img{object-fit:cover;border:1px solid #00e5ff26;border-radius:16px;width:100%;display:block}.about-hero{border-radius:15px;padding:1rem;position:relative;overflow:hidden}.about-hero:before{content:"";opacity:.23;z-index:0;background:url(/assets/about-bg.png) 50%/cover no-repeat;position:absolute;inset:0}.about-hero>*,.about-hero p{z-index:1;position:relative}.alliance-row{flex-wrap:wrap;gap:.75rem;display:flex}.alliance-pill{background:var(--bg-card);color:var(--g100);transition:all var(--t);border:1px solid #00e5ff1f;border-radius:100px;align-items:center;gap:.6rem;padding:.6rem 1.25rem;font-size:.88rem;font-weight:600;display:flex}.alliance-pill:hover{border-color:var(--cyan-border);background:var(--bg-card-h);transform:translateY(-2px)}.alliance-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.about-page-cta{background:var(--bg-card);border:1px solid var(--cyan-border);text-align:left;border-radius:12px;padding:3rem}.about-page-cta h2{margin-bottom:.75rem}.about-page-cta p{max-width:480px;margin-bottom:.75rem}.csd-page{min-height:100vh;padding:calc(var(--nav-h) + 3rem) 0 8rem;position:relative;overflow:hidden}.csd-header{margin-bottom:3.5rem}.csd-section{border-bottom:1px solid #00e5ff12;margin-bottom:4.5rem;padding-bottom:3rem}.csd-section:last-of-type{border-bottom:none}.csd-section h2{margin-top:.5rem;margin-bottom:1.75rem}.csd-benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.csd-benefit-card{background:var(--bg-card);transition:all var(--t) var(--ease);border:1px solid #00e5ff1f;border-radius:10px;padding:1.75rem}.csd-benefit-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-4px)}.csd-benefit-icon{border:1px solid var(--cyan-border);width:46px;height:46px;color:var(--cyan);background:#00e5ff14;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.1rem;font-size:1.2rem;display:flex}.csd-benefit-card h3{margin-bottom:.6rem;font-size:1rem}.csd-benefit-card p{font-size:.87rem;line-height:1.6}.csd-steps{flex-direction:column;max-width:760px;display:flex}.csd-step{align-items:flex-start;gap:1.5rem;display:flex}.csd-step-num{font-family:var(--font-mono);color:var(--cyan);border:1px solid var(--cyan-border);background:#00e5ff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:700;display:flex}.csd-step-body h3{margin-bottom:.4rem;font-size:1.05rem}.csd-step-body p{font-size:.88rem;line-height:1.65}.csd-step-line{background:var(--cyan-border);width:1px;height:28px;margin-top:.5rem;margin-bottom:.5rem;margin-left:27px}.csd-why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.csd-why-card{background:var(--bg-card);transition:all var(--t) var(--ease);border:1px solid #00e5ff1f;border-radius:10px;padding:1.75rem}.csd-why-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-4px)}.csd-why-card h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:1.05rem}.csd-why-card p{font-size:.87rem;line-height:1.6}.csd-offer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.csd-offer-card{background:var(--bg-card);border:1px solid var(--cyan-border);text-align:center;transition:all var(--t) var(--ease);border-radius:10px;padding:2rem}.csd-offer-card:hover{background:var(--bg-card-h);transform:translateY(-4px)}.csd-offer-icon{margin-bottom:1rem;font-size:2rem}.csd-offer-card p{font-size:.9rem;line-height:1.6}.products-page{padding:calc(var(--nav-h) + 3rem) 0 6rem;position:relative;overflow:hidden}.products-wrapper{transition:all .45s}.products-wrapper.modal-open{filter:blur(8px);opacity:.35;pointer-events:none;transform:scale(.985)}.products-hero{margin-bottom:5rem}.products-hero h1{margin:1rem 0;font-size:clamp(3rem,5vw,5rem);line-height:1.05}.products-hero-text{max-width:700px;color:var(--g300);font-size:1.05rem;line-height:1.9}.products-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;display:grid}.project-card{cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff05;border:1px solid #00e5ff14;border-radius:24px;transition:all .45s;position:relative;overflow:hidden}.project-card:hover{border-color:#00e5ff4d;transform:translateY(-10px);box-shadow:0 20px 60px #00e5ff1f}.project-image{height:240px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.project-card:hover .project-image img{transform:scale(1.08)}.project-image:after{content:"";background:linear-gradient(#0000,#00000080);position:absolute;inset:0}.project-status{z-index:2;color:var(--cyan);letter-spacing:.08em;background:#00e5ff1f;border:1px solid #00e5ff40;border-radius:999px;padding:.45rem .9rem;font-size:.7rem;font-weight:700;position:absolute;top:20px;right:20px}.project-content{padding:2rem}.project-content h3{margin-bottom:.9rem;font-size:1.5rem}.project-content p{color:var(--g600);margin-bottom:1.5rem;line-height:1.8}.project-tech-preview{flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem;display:flex}.project-tech-preview span{color:var(--cyan);background:#ffffff0d;border:1px solid #00e5ff1f;border-radius:999px;padding:.45rem .85rem;font-size:.72rem}.project-link{color:var(--cyan);cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;transition:all .3s}.project-link:hover{letter-spacing:.03em}.placeholder-card{border:2px dashed #ffffff14;flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.placeholder-plus{color:var(--white);margin-bottom:1rem;font-size:4rem}.placeholder-card p{text-align:center;color:var(--g600);line-height:1.8}.project-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#05080fa6;justify-content:center;align-items:center;padding:3rem;animation:.35s fadeOverlay;display:flex;position:fixed;inset:0}.project-modal{background:var(--bg-card);border:1px solid #00e5ff1f;border-radius:28px;width:min(1050px,92vw);max-height:90vh;animation:.35s popup;position:relative;overflow-y:auto;box-shadow:0 25px 90px #00000073}.project-close{color:#fff;cursor:pointer;z-index:5;background:#00000073;border:none;border-radius:50%;width:42px;height:42px;font-size:1rem;transition:all .3s;position:absolute;top:20px;right:20px}.project-close:hover{background:var(--cyan);color:#000;transform:rotate(90deg)}.project-modal-hero{height:230px;position:relative;overflow:hidden}.project-modal-hero img{object-fit:cover;width:100%;height:100%}.project-modal-hero:after{content:"";background:linear-gradient(to top, var(--bg-card), #0000001a);position:absolute;inset:0}.project-modal-body{padding:3rem}.project-modal-tag{color:var(--cyan);letter-spacing:.08em;background:#00e5ff14;border:1px solid #00e5ff2e;border-radius:999px;margin-bottom:1rem;padding:.45rem 1rem;font-size:.72rem;font-weight:700;display:inline-block}.project-modal-body h2{margin-bottom:1rem;font-size:2.5rem}.project-modal-description{color:var(--g300);max-width:760px;margin-bottom:3rem;font-size:1rem;line-height:1.9}.modal-section{margin-bottom:3rem}.modal-section h3{margin-bottom:1.3rem;font-size:1.15rem}.project-tech{flex-wrap:wrap;gap:.8rem;display:flex}.project-tech-pill{color:var(--cyan);background:#00e5ff0d;border:1px solid #00e5ff1f;border-radius:999px;padding:.7rem 1.1rem;transition:all .3s}.project-tech-pill:hover{border-color:var(--cyan);transform:translateY(-3px)}.project-details-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.project-detail-card{color:var(--g200);background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;padding:1.2rem}.project-modal-cta{text-align:center;background:linear-gradient(135deg,#00e5ff0d,#0000);border:1px solid #00e5ff1f;border-radius:20px;margin-top:4rem;padding:2.5rem}.project-modal-cta h3{margin-bottom:.75rem;font-size:2rem}.project-modal-cta p{color:var(--g300);max-width:650px;margin:0 auto 2rem;line-height:1.8}.project-modal::-webkit-scrollbar{width:8px}.project-modal::-webkit-scrollbar-thumb{background:#00e5ff40;border-radius:999px}@keyframes popup{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:none}}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.project-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#00e5ff1f,#0000 55%);transition:all .45s;position:absolute;inset:0}.project-card:hover:before{opacity:1}.project-card{animation:8s ease-in-out infinite cardFloat}.project-card:nth-child(2){animation-delay:1.5s}.project-card:nth-child(3){animation-delay:3s}.project-image{overflow:hidden}.project-image img{transition:transform .8s,filter .4s}.project-card:hover .project-image img{filter:brightness(1.05);transform:scale(1.08)}.project-modal-hero img{animation:12s ease-in-out infinite heroMove}.project-status{box-shadow:0 0 20px #00e5ff38}.project-card:hover .project-status{box-shadow:0 0 35px #00e5ff66}.project-tech-pill{transition:all .3s,box-shadow .3s}.project-tech-pill:hover{box-shadow:0 8px 22px #00e5ff33}.project-detail-card{transition:all .3s}.project-detail-card:hover{background:#ffffff08;border-color:#00e5ff2e;transform:translateY(-5px)}.project-modal-cta{position:relative;overflow:hidden}.project-modal-cta:before{content:"";filter:blur(80px);background:#00e5ff14;border-radius:50%;width:320px;height:320px;position:absolute;top:-120px;right:-120px}.project-modal-cta>*{z-index:2;position:relative}.placeholder-card{cursor:default;transition:all .4s}.placeholder-card:hover{background:#ffffff05;border-color:#00e5ff40;transform:translateY(-6px)}.placeholder-plus{transition:all .4s}.placeholder-card:hover .placeholder-plus{color:var(--cyan);transform:rotate(90deg)}.products-page{animation:.6s pageFade}@keyframes pageFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroMove{0%,to{transform:scale(1)translateY(0)}50%{transform:scale(1.04)translateY(-8px)}}.contact-page{padding:calc(var(--nav-h) + 3rem) 0 6rem;position:relative;overflow:hidden}.contact-header{margin-bottom:4rem}.contact-header h1{margin:1rem 0;font-size:clamp(3rem,7vw,5rem);line-height:1.05}.contact-header p{max-width:620px;color:var(--g300);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}.contact-hero{background:linear-gradient(#060a12d1,#060a12e0),url(/assets/contact-hero.jpg) 50%/cover no-repeat;border:1px solid #00e5ff14;border-radius:28px;margin-bottom:2rem;padding:1rem;position:relative;overflow:hidden}.contact-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:2rem;display:grid}.contact-form-card,.contact-info-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#061214;border:1px solid #00e5ff1f;border-radius:22px;padding:2.5rem;transition:all .35s}.contact-form-card:hover,.contact-info-card:hover{border-color:#00e5ff40;transform:translateY(-5px);box-shadow:0 20px 50px #47c6d414}.contact-form-card h2,.contact-info-card h2{margin:.75rem 0 2rem;font-size:2rem}.contact-form{flex-direction:column;gap:1.3rem;display:flex}.contact-form textarea{background:var(--bg-card);width:100%;color:var(--white);resize:vertical;border:1px solid #ffffff26;border-radius:8px;outline:none;min-height:150px;padding:1rem;transition:all .3s}.contact-form textarea:focus{border-color:var(--cyan)}.contact-item{margin-bottom:1.8rem}.contact-item h4{text-transform:uppercase;letter-spacing:.18em;color:var(--white);margin-bottom:.5rem;font-size:.75rem}.contact-item p{color:var(--cyan);line-height:1.7}.contact-item a{color:var(--white);transition:all .3s}.contact-item a:hover{color:var(--cyan)}.contact-map{border:1px solid #00e5ff1f;border-radius:16px;margin-top:2rem;overflow:hidden}.contact-map iframe{border:none;width:100%;height:300px;display:block}.map-btn{justify-content:center;width:100%;margin-top:1rem}.contact-success{justify-content:center;align-items:center;min-height:80vh;display:flex}.success-box{text-align:center;background:#00000063;border:1px solid #00e5ff1f;border-radius:24px;width:min(600px,90vw);padding:4rem}.success-icon{width:80px;height:80px;color:var(--cyan);background:#00e5ff14;border:1px solid #00e5ff33;border-radius:50%;justify-content:center;align-items:center;margin:auto auto 2rem;font-size:2rem;font-weight:700;display:flex}.success-box h2{margin-bottom:1rem}.success-box p{color:var(--g300);margin-bottom:2rem;line-height:1.8}.services-page{padding:calc(var(--nav-h) + 3rem) 0 6rem;position:relative;overflow:hidden}.services-hero{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 15% 20%,#1f697193,#0000 28%),radial-gradient(circle at 90% 10%,#1b6c7592,#0000 35%),linear-gradient(135deg,#000,#000000b6);border:1px solid #3b7d8514;border-radius:30px;padding:2rem;position:relative;overflow:hidden}.services-hero:before{content:"";filter:blur(120px);background:#00e5ff14;border-radius:50%;width:550px;height:550px;position:absolute;top:-180px;right:-180px}.services-hero:after{content:"";opacity:.35;pointer-events:none;background-image:linear-gradient(#0d2d3405 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:35px 35px;position:absolute;inset:0}.services-hero h1{margin:1rem 0 1.5rem;font-size:clamp(3rem,7vw,5rem);line-height:1.05}.services-hero-text{max-width:720px;margin:left;color:var(--g300);font-size:1.1rem;line-height:1.9}.services-showcase{flex-direction:column;gap:2rem;display:flex}.service-block{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding-bottom:2rem;transition:all .35s;display:grid;position:relative}.service-block:last-child{border-bottom:none}.service-block.reverse .service-content{order:2}.service-block.reverse .service-image{order:1}.service-content{position:relative}.service-number{color:#ffffff2f;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:9rem;font-weight:800;line-height:1;position:absolute;top:-15px;left:-1px}.service-content h2{z-index:2;margin-bottom:1.4rem;font-size:2.8rem;line-height:1.15;position:relative}.service-content p{color:var(--g300);max-width:540px;margin-bottom:2rem;font-size:1.05rem;line-height:1.9}.service-content .svc-pills{flex-wrap:wrap;gap:.7rem;margin-bottom:2rem;display:flex}.service-content .svc-pill{color:var(--cyan);letter-spacing:.06em;background:#00e5ff0d;border:1px solid #00e5ff26;border-radius:999px;padding:.55rem 1rem;font-size:.72rem}.service-image{justify-content:center;align-items:center;display:flex}.service-image img{background:#0e101700;border:1px solid #00040400;border-radius:22px;padding:16px}.service-block:hover img{transform:scale(1.03);box-shadow:0 0 80px #00e5ff2e}.services-showcase{position:relative}.services-showcase:before{content:"";background:linear-gradient(#0000,#00e5ff2e,#0000);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.service-content{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000db;border:1px solid #00e5ff14;border-radius:22px;padding:3rem;transition:all .35s;position:relative;overflow:hidden}.service-content:before{content:"";filter:blur(90px);background:#00e5ff14;border-radius:50%;width:240px;height:240px;transition:all .4s;position:absolute;top:-120px;right:-120px}.service-block:hover .service-content:before{background:#00e5ff2e}.service-block:hover .service-content{border-color:#00e5ff38;transform:translateY(-6px)}.service-image:before{content:"";border:1px solid #00e5ff14;border-radius:50%;width:340px;height:340px;animation:20s linear infinite rotateRing;position:absolute}.service-image img{z-index:2;animation:5s ease-in-out infinite floatImage;position:relative}.service-content .btn{margin-top:10px;transition:all .3s}.service-content .btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #00e5ff40}.service-content .svc-pill{cursor:pointer;transition:all .3s}.service-content .svc-pill:hover{border-color:var(--cyan);transform:translateY(-3px);box-shadow:0 0 20px #00e5ff33}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service-image{position:relative}.service-image:after{content:"";filter:blur(90px);z-index:0;background:#00e5ff2e;border-radius:50%;width:280px;height:280px;transition:all .4s;position:absolute}.service-block:hover .service-image:after{width:340px;height:340px}.service-image img{z-index:2;animation:6s ease-in-out infinite float;position:relative}.services-bottom-cta{text-align:center;background:#ffffff05;border:1px solid #00e5ff14;border-radius:28px;margin-top:8rem;padding:5rem}.services-bottom-cta h2{margin-bottom:1rem;font-size:2.8rem}.services-bottom-cta p{max-width:700px;color:var(--g300);margin:auto auto 2rem;line-height:.8}.services-bottom-btn{justify-content:center;align-items:center;margin:2rem 0;display:flex}.services-bottom-btn .btn{padding:1rem 2.8rem;font-size:.95rem}.svc-client-card{background:var(--bg-card);white-space:nowrap;transition:all var(--t) var(--ease);border:1px solid #00e5ff1f;border-radius:10px;flex-shrink:0;align-items:center;gap:.85rem;padding:1rem 1.5rem;display:flex}.svc-client-card:hover{background:var(--bg-card-h);border-color:#00e5ff59;transform:translateY(-3px)}.svc-client-av{border:1px solid var(--cyan-border);width:40px;height:40px;font-family:var(--font-mono);color:var(--cyan);background:#00e5ff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.svc-client-name{color:var(--white);font-size:.9rem;font-weight:600}.svc-client-industry{font-family:var(--font-mono);color:var(--g500);letter-spacing:.06em;text-transform:uppercase;margin-top:.15rem;font-size:.62rem}.svc-clients-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.svc-client-result-card{background:var(--bg-card);transition:all var(--t) var(--ease);border:1px solid #00e5ff1a;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.svc-client-result-card:hover{background:var(--bg-card-h);border-color:#00e5ff4d;transform:translateY(-3px)}.svc-client-result-av{border:1px solid var(--cyan-border);width:42px;min-width:42px;height:42px;font-family:var(--font-mono);color:var(--cyan);background:#00e5ff1a;border-radius:6px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.svc-client-result-name{color:var(--white);margin-bottom:.2rem;font-size:.92rem;font-weight:600}.svc-client-result-industry{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.6rem}.svc-client-result-text{color:var(--g500);font-size:.83rem;line-height:1.55}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #00e5ff4d}50%{box-shadow:0 0 30px #00e5ffb3,0 0 60px #00e5ff33}}@keyframes ripple{0%{opacity:.6;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes countBounce{0%{opacity:0;transform:scale(.85)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.count-anim{animation:countBounce .55s var(--ease) both}@keyframes underlineGrow{0%{width:0}to{width:100%}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.shimmer-text{background:linear-gradient(90deg, var(--cyan) 0%, #fff 40%, var(--cyan) 80%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;animation:4s linear infinite shimmer}@keyframes borderGlow{0%,to{border-color:#00e5ff26}50%{border-color:#00e5ff80}}.border-glow{animation:3s infinite borderGlow}.stagger>*{opacity:0;transition:opacity .5s var(--ease), transform .5s var(--ease);transform:translateY(18px)}.stagger.visible>:first-child{opacity:1;transition-delay:50ms;transform:none}.stagger.visible>:nth-child(2){opacity:1;transition-delay:.12s;transform:none}.stagger.visible>:nth-child(3){opacity:1;transition-delay:.19s;transform:none}.stagger.visible>:nth-child(4){opacity:1;transition-delay:.26s;transform:none}.stagger.visible>:nth-child(5){opacity:1;transition-delay:.33s;transform:none}.stagger.visible>:nth-child(6){opacity:1;transition-delay:.4s;transform:none}.stagger.visible>:nth-child(7){opacity:1;transition-delay:.47s;transform:none}.stagger.visible>:nth-child(8){opacity:1;transition-delay:.54s;transform:none}.stagger.visible>:nth-child(9){opacity:1;transition-delay:.61s;transform:none}.stagger.visible>:nth-child(10){opacity:1;transition-delay:.68s;transform:none}.stagger.visible>:nth-child(11){opacity:1;transition-delay:.75s;transform:none}.stagger.visible>:nth-child(12){opacity:1;transition-delay:.82s;transform:none}.stagger.visible>:nth-child(13){opacity:1;transition-delay:.89s;transform:none}.stagger.visible>:nth-child(14){opacity:1;transition-delay:.96s;transform:none}.stagger.visible>:nth-child(15){opacity:1;transition-delay:.103s;transform:none}.stagger.visible>:nth-child(16){opacity:1;transition-delay:.11s;transform:none}.stagger.visible>:nth-child(17){opacity:1;transition-delay:.117s;transform:none}.stagger.visible>:nth-child(18){opacity:1;transition-delay:.124s;transform:none}.page-overlay{background:var(--bg);z-index:9998;pointer-events:none;opacity:0;transition:opacity .35s var(--ease);position:fixed;inset:0}.page-overlay.active{opacity:1;pointer-events:all}#particles{pointer-events:none;z-index:3;position:absolute;inset:0}.lift{transition:transform .28s var(--ease), box-shadow .28s var(--ease)}.lift:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000059}.cyan-line{background:var(--cyan);width:48px;height:2px;margin:1.2rem 0;display:block;box-shadow:0 0 8px #00e5ff80}.glitch{position:relative}.glitch:before,.glitch:after{content:attr(data-text);opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.glitch:before{color:#ff00c1;clip-path:polygon(0 30%,100% 30%,100% 50%,0 50%);animation:3s infinite glitch1}.glitch:after{color:#00fff9;clip-path:polygon(0 60%,100% 60%,100% 80%,0 80%);animation:3s infinite glitch2}@keyframes glitch1{0%,94%,to{opacity:0;transform:none}95%{opacity:.6;transform:translate(-3px)}97%{opacity:.6;transform:translate(3px)}}@keyframes glitch2{0%,94%,to{opacity:0;transform:none}96%{opacity:.6;transform:translate(3px)}98%{opacity:.6;transform:translate(-3px)}}.reveal-card{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(50px)scale(.96)}.reveal-card.visible{opacity:1;transform:translateY(0)scale(1)}.service-block{opacity:0;animation:.8s forwards serviceFade;transform:translateY(80px)}.service-block:first-child{animation-delay:.1s}.service-block:nth-child(2){animation-delay:.2s}.service-block:nth-child(3){animation-delay:.3s}.service-block:nth-child(4){animation-delay:.4s}.service-block:nth-child(5){animation-delay:.5s}.service-block:nth-child(6){animation-delay:.6s}.service-block:nth-child(7){animation-delay:.7s}.service-block:nth-child(8){animation-delay:.8s}@keyframes serviceFade{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}#page-loader{z-index:99999;background:#0b1719;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}#page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-logo{opacity:0;animation:.5s .1s forwards loaderFadeUp;transform:translateY(12px)}.loader-logo img{background:#ffffffeb;border-radius:6px;height:48px;padding:5px 12px}.loader-bar-track{opacity:0;background:#00e5ff1f;border-radius:2px;width:260px;height:2px;animation:.4s .3s forwards loaderFadeUp;overflow:hidden}.loader-bar-fill{background:var(--cyan);width:0%;height:100%;box-shadow:0 0 10px var(--cyan);border-radius:2px;transition:width 50ms linear}.loader-pct{font-family:var(--font-mono);letter-spacing:.2em;color:var(--cyan);opacity:0;margin-top:-.5rem;font-size:.75rem;animation:.4s .35s forwards loaderFadeUp}.loader-status{font-family:var(--font-mono);letter-spacing:.15em;color:var(--g500);text-transform:uppercase;opacity:0;height:1em;font-size:.65rem;animation:.4s .4s forwards loaderFadeUp}.loader-corner{border-style:solid;border-color:#00e5ff4d;width:24px;height:24px;position:absolute}.loader-corner.tl{border-width:1px 0 0 1px;top:2rem;left:2rem}.loader-corner.tr{border-width:1px 1px 0 0;top:2rem;right:2rem}.loader-corner.bl{border-width:0 0 1px 1px;bottom:2rem;left:2rem}.loader-corner.br{border-width:0 1px 1px 0;bottom:2rem;right:2rem}.loader-scan{pointer-events:none;position:absolute;inset:0;overflow:hidden}.loader-scan:after{content:"";background:linear-gradient(#0000,#00e5ff1a,#0000);height:2px;animation:2s linear infinite scanline;position:absolute;left:0;right:0}@keyframes loaderFadeUp{to{opacity:1;transform:translateY(0)}}.loader-wordmark{font-family:var(--font-mono);letter-spacing:.35em;text-transform:uppercase;color:var(--cyan);filter:drop-shadow(0 0 12px #00e5ff99);font-size:1.1rem}@media (width<=1024px){.container,.nav-inner{padding:0 1.5rem}.nav-links{gap:1.1rem}.nav-right{gap:1rem}.nav-logo img{height:44px}}@media (width<=768px){html,body{overflow-x:hidden}.container{width:100%;padding:0 1.25rem}section{overflow:hidden}.section{padding:70px 0}h1{font-size:2.8rem;line-height:1.05}h2{font-size:2rem;line-height:1.1}h3{font-size:1.05rem}p{font-size:.95rem}.btn{justify-content:center;width:100%;padding:1rem}.nav-inner{padding:0 1rem}.nav-logo img{height:42px}.nav-divider,.nav-cta,.nav-register-btn{display:none}.nav-burger{justify-content:center;align-items:center;display:flex}.nav-links{top:var(--nav-h);width:100%;height:calc(100vh - var(--nav-h));-webkit-backdrop-filter:blur(18px);z-index:999;background:#07090ffa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:2rem;transition:all .35s;position:fixed;left:0;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-links li{width:100%}.nav-links a,.nav-dropdown-trigger{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:1rem;display:flex}.nav-dropdown-wrap{width:100%}.nav-services-dropdown{width:100%;box-shadow:none;background:0 0;border:none;margin-top:.5rem;padding-left:1rem;position:static;transform:none}.nav-svc-item{text-align:left;width:100%;padding:.75rem 0;font-size:.9rem}}@media (width<=480px){.container{padding:0 1rem}h1{font-size:2.35rem}h2{font-size:1.75rem}p{font-size:.9rem}.section{padding:60px 0}.nav-logo img{height:38px}}@media (width<=1024px){.hero-inner{width:100%;padding:2rem 1rem}.hero-heading .line-1,.hero-heading .line-2{font-size:clamp(3rem,7vw,4.8rem)}.hero-heading .line-3{font-size:clamp(1.8rem,5vw,3rem)}.hero-desc{max-width:600px}.hero-stats{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:3rem}.about-gif-wrap{max-width:700px;margin:auto}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){#hero{min-height:auto;padding-top:calc(var(--nav-h) + 2rem);padding-bottom:3rem}.hero-inner{width:100%;padding:1rem 0}.hero-status{margin-bottom:1.5rem;transform:scale(.92)}.hero-heading{min-height:auto;margin-bottom:1.2rem}.hero-heading .line-1{font-size:2.8rem}.hero-heading .line-2{-webkit-text-stroke:2px #ffffff40;font-size:2.8rem}.hero-heading .line-3{white-space:normal;min-width:unset;font-size:2rem}.hero-desc{max-width:100%;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.hero-btns{flex-direction:column;gap:.8rem;width:100%}.hero-btns .btn{width:100%}.hero-stats{grid-template-columns:1fr 1fr;margin-top:2rem}.hero-stat{padding:1rem .5rem}.hs-num{font-size:1.4rem}.hs-lbl{letter-spacing:.08em;font-size:.65rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-gif-wrap{order:-1}.about-tags{justify-content:center}.about-specs{margin-top:2rem}.as-grid{grid-template-columns:repeat(2,1fr)}.as-item:nth-child(2n){border-right:none}.as-item:nth-child(3n){border-right:1px solid var(--cyan-border)}.as-item:last-child{border-right:none;grid-column:span 2}.services-head{text-align:center;justify-content:center}.services-grid{grid-template-columns:1fr;gap:1rem}.svc-card{padding:1.4rem}.svc-top{gap:.8rem}.svc-icon{width:48px;height:48px}.svc-card h3{font-size:1rem}.svc-card p{font-size:.9rem}.svc-pills{margin-top:.8rem}}@media (width<=480px){.hero-heading .line-1,.hero-heading .line-2{font-size:2.35rem}.hero-heading .line-3{font-size:2rem}.hero-status{transform:scale(.82)}.hero-stats{grid-template-columns:1fr}.about-tags{justify-content:flex-start}.as-grid{grid-template-columns:1fr}.as-item{border-bottom:1px solid var(--cyan-border);border-right:none!important}.as-item:last-child{border-bottom:none;grid-column:auto}}@media (width<=1024px){.whyus-wrap{grid-template-columns:1fr;gap:2.5rem}.whyus-gif{max-width:720px;margin:auto}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:1/-1}}@media (width<=768px){.whyus-wrap{grid-template-columns:1fr;gap:2rem}.whyus-gif{display:none}.terminal{width:100%}.terminal-body{padding:1rem}.t-row{grid-template-columns:30px 70px 1fr;gap:.6rem;padding:.8rem 0}.t-key{font-size:.62rem}.t-val{font-size:.82rem;line-height:1.55}.clients-carousel{margin-top:2rem}.testimonial-nav{justify-content:center;margin-bottom:1rem}.client-card{padding:1.2rem}.client-title{font-size:.95rem}.client-result{font-size:.88rem}#cta{padding:70px 0}#cta h2{font-size:2.5rem;line-height:1.05}#cta p{max-width:100%;font-size:.92rem}.cta-btns{flex-direction:column;gap:.8rem}.cta-btns .btn{width:100%}.cta-contact{flex-direction:column;align-items:center;gap:1rem}.talk-steps{flex-direction:column;gap:2rem}.talk-divider{display:none}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-brand p{max-width:100%}.footer-brand img{margin:auto}.footer-social{justify-content:center}.footer-address-block{align-items:center}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.footer-col ul{padding:0}}@media (width<=480px){#cta h2{font-size:2rem}.cta-sub{font-size:.62rem}.client-card{padding:1rem}.testimonial-prev,.testimonial-next{width:36px;height:36px}.footer-copy,.footer-ver{font-size:.6rem}}@media (width<=1024px){.about-intro-grid,.mv-grid,.philosophy-grid{grid-template-columns:1fr}@media (width<=1024px){.about-page{padding:calc(var(--nav-h) + 2rem) 0 4rem}.about-two-col{gap:2rem}.about-page-cta{padding:2.5rem}}@media (width<=768px){.about-page{padding:calc(var(--nav-h) + 1.5rem) 0 3rem}.about-hero{border-radius:20px;padding:1.25rem}.about-page-header{margin-bottom:1.5rem}.about-page-header h1{font-size:clamp(2.5rem,10vw,4rem);line-height:.95}.about-page-section{margin-bottom:2rem;padding-bottom:2rem}.about-page-section h2{margin-bottom:1rem;font-size:2rem}.about-page-section p{font-size:.95rem;line-height:1.8}.about-two-col{grid-template-columns:1fr;gap:1.75rem}.about-image{order:-1}.about-image img{border-radius:14px;width:100%}.who-we-are-list{gap:1rem;max-width:100%;margin-top:0}.who-we-are-list li{gap:.9rem;font-size:.92rem;line-height:1.7}.wwa-marker{width:34px;height:34px;font-size:.8rem}.terminal{border-radius:14px;overflow-x:auto}.terminal-body{min-width:650px}.about-page-cta{text-align:center;padding:2rem}.about-page-cta h2{font-size:2rem}.about-page-cta p{margin:auto auto 1.5rem}.about-page-cta .cta-btns{flex-direction:column;gap:1rem;display:flex}.about-page-cta .btn{width:100%}}@media (width<=480px){.about-hero{padding:1rem}.about-page-header h1{font-size:2.2rem}.about-page-section h2{font-size:1.8rem}.about-page-section p{font-size:.9rem}.who-we-are-list li{flex-direction:column;align-items:flex-start;gap:.75rem}.wwa-marker{width:30px;height:30px}.about-page-cta{padding:1.5rem}}.products-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.culture-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-page{padding-top:calc(var(--nav-h) + 2rem)}.about-page-header{margin-bottom:2.5rem}.about-page-section{margin-bottom:2rem;padding-bottom:2rem}.services-page{padding-top:calc(var(--nav-h) + 1rem)}.services-hero{text-align:center}.services-hero-text{max-width:100%}.service-block,.service-block.reverse{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.service-image{order:-1}.service-image img{border-radius:14px;width:100%}.service-content{text-align:center}.service-number{font-size:3rem}.services-bottom-btn{justify-content:center;display:flex}.products-hero{text-align:center}.products-hero-text{max-width:100%}.products-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{width:100%}.project-image{height:220px}.project-image img{object-fit:cover;height:100%}.project-modal{border-radius:16px;width:95vw;max-height:92vh;overflow-y:auto}.project-modal-body{padding:1.5rem}.project-modal-hero{height:170px}.project-tech{gap:.5rem}.project-details-grid{grid-template-columns:1fr}.contact-page{padding-top:calc(var(--nav-h) + 2rem)}.contact-header{text-align:center}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-card,.contact-info-card{padding:1.5rem}.contact-info-row{gap:.8rem}.contact-map iframe{height:250px}.career-hero{border-radius:18px;height:360px;margin-bottom:3rem}.career-content{padding:2rem}.career-content h1{font-size:2.8rem}.career-content p{font-size:.95rem}.career-culture{margin-bottom:3rem}.culture-grid{grid-template-columns:1fr}.career-form-card{padding:2rem}.reg-row{grid-template-columns:1fr}.reg-radio-group{flex-direction:column}.reg-radio,.reg-submit{width:100%}.reg-back{margin-bottom:1.5rem}}@media (width<=480px){.project-image{height:190px}.project-modal{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;overflow-y:auto}.project-modal-hero{height:170px}.project-modal-body{padding:1.25rem}.project-modal h2{margin:.5rem 0 1rem;font-size:2.2rem;line-height:1}.project-modal-description{margin-bottom:1.8rem;font-size:1rem;line-height:1.8}.project-tech{gap:.5rem}.project-tech-pill{padding:.45rem .8rem;font-size:.8rem}.project-details-grid{grid-template-columns:1fr;gap:.8rem}.project-detail-card{padding:1rem}.project-modal-cta{margin-top:2rem}.project-modal-cta h3{font-size:1.3rem}.project-modal-cta p{display:none}.project-modal-cta .btn{width:100%}.career-hero{height:320px}.career-content{padding:1.5rem}.career-content h1{font-size:2.3rem}.career-form-card,.contact-form-card,.contact-info-card{padding:1.25rem}.contact-map iframe{height:220px}.service-number{font-size:2.4rem}}@media (width<=1024px){.learn-grid{grid-template-columns:1fr;gap:2.5rem}.learn-image{max-width:650px;margin:auto}.custom-software-grid{grid-template-columns:1fr;gap:2.5rem}.custom-software-image{order:-1}}@media (width<=768px){.learn-page{padding-top:calc(var(--nav-h) + 2rem)}.learn-hero{text-align:center}.learn-hero h1{font-size:2.8rem}.learn-grid{grid-template-columns:1fr}.learn-image img{width:100%}.learn-card{padding:1.5rem}.custom-software-page{padding-top:calc(var(--nav-h) + 2rem)}.custom-software-grid{grid-template-columns:1fr}.custom-software-content{text-align:center}.custom-software-image{order:-1}.custom-software-image img{width:100%}img{max-width:100%;height:auto}table{display:block;overflow-x:auto}input,select,textarea{font-size:16px}.svc-pills,.project-tech,.project-tech-preview{flex-wrap:wrap}button{min-height:46px}.loader-logo img{height:38px}.loader-bar-track{width:220px}.loader-wordmark{font-size:.9rem}#cursor-dot,#cursor-ring{display:none!important}*{cursor:auto!important}}@media (width<=480px){html{font-size:15px}.hero-heading{margin-bottom:1rem}.hero-desc{font-size:.88rem}.hero-btns{margin-top:1.2rem}.svc-card{padding:1.2rem}.about-tags{gap:.5rem}#cta{padding:60px 0}.footer{padding-top:3rem}.loader-bar-track{width:180px}.loader-wordmark{font-size:.8rem}}@media (width<=360px){.container{padding:0 .85rem}h1{font-size:2rem}h2{font-size:1.6rem}.hero-heading .line-1,.hero-heading .line-2{font-size:2rem}.hero-heading .line-3{font-size:1.4rem}.btn{padding:.9rem;font-size:.9rem}.project-modal-body{padding:1rem}.reg-form{gap:1rem}}@media (width<=768px){.contact-page{padding:calc(var(--nav-h) + 1.5rem) 0 4rem}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h1{font-size:2.5rem;line-height:1.05}.contact-header p{max-width:100%;margin:0 auto;font-size:.95rem}.contact-hero{border-radius:18px;padding:1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form-card,.contact-info-card{border-radius:18px;padding:1.5rem}.contact-form-card h2,.contact-info-card h2{margin-bottom:1.5rem;font-size:1.6rem}.contact-form{gap:1rem}.contact-form textarea{min-height:130px}.contact-item{margin-bottom:1.3rem}.contact-map{margin-top:1.5rem}.contact-map iframe{height:240px}.map-btn{width:100%}.success-box{padding:2rem 1.5rem}}@media (width<=480px){.contact-header h1{font-size:2rem}.contact-form-card,.contact-info-card{padding:1.2rem}.contact-map iframe{height:200px}.success-box{padding:1.5rem}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
