:root{--bg:#03030d;--bg-2:#07071a;--surface:#0c0c22;--surface-2:#131330;--surface-hover:#181840;--border:#ffffff0f;--border-strong:#ffffff1f;--border-accent:#00cfff59;--accent:#00cfff;--accent-dim:#00cfff14;--accent-glow:#00cfff59;--accent-text:#00cfff;--violet:#8b5cf6;--violet-dim:#8b5cf614;--text:#eef2ff;--text-2:#a0aecf;--text-muted:#566080;--font-display:"Syne", sans-serif;--font-body:"Outfit", sans-serif;--section-py:96px;--container:1200px;--radius:12px;--radius-lg:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.grid-bg{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;line-height:1.1}.btn-primary{background:var(--accent);color:#000;font-family:var(--font-body);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{box-shadow:0 8px 30px var(--accent-glow);background:#33d9ff;transform:translateY(-1px)}.btn-ghost{color:var(--text-2);font-family:var(--font-body);border-radius:var(--radius);border:1px solid var(--border-strong);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--text);border-color:var(--border-accent);background:var(--accent-dim)}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--accent);width:20px;height:1px;display:block}.section-title{color:var(--text);margin-bottom:16px;font-size:clamp(32px,4vw,48px)}.section-subtitle{color:var(--text-2);max-width:520px;font-size:17px;line-height:1.7}.navbar{z-index:100;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);border-color:var(--border);background:#03030dd9}.navbar-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.navbar-logo{align-items:center;gap:10px;display:flex}.navbar-logo img{width:auto;height:32px}.navbar-logo-text{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:20px;font-weight:800}.navbar-links{align-items:center;gap:32px;list-style:none;display:flex}.navbar-links a{color:var(--text-2);font-size:14px;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--text)}.navbar-cta{align-items:center;gap:16px;display:flex}.navbar-menu-btn{cursor:pointer;color:var(--text);background:0 0;border:none;padding:4px;display:none}@media (width<=768px){.navbar-links,.navbar-cta .btn-primary{display:none}.navbar-menu-btn{display:flex}}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-orb{pointer-events:none;background:radial-gradient(circle,#00cfff12 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:10%;right:-10%}.hero-orb-2{pointer-events:none;background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-20%;left:-5%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.hero-badge{background:var(--accent-dim);border:1px solid var(--border-accent);color:var(--accent);border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{color:var(--text);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(40px,5.5vw,68px);font-weight:800;line-height:1.05}.hero-accent{color:var(--accent);text-shadow:0 0 40px var(--accent-glow)}.hero-subtitle{color:var(--text-2);max-width:460px;margin-bottom:40px;font-size:18px;line-height:1.7}.hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-visual{position:relative}.browser{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:0 0 0 1px var(--border), 0 40px 80px #0009, 0 0 120px #00cfff0a;transition:transform .4s;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-6deg)rotateX(2deg)}.browser:hover{transform:perspective(1200px)rotateY(-3deg)rotateX(1deg)}.browser-bar{background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px;display:flex}.browser-dots{flex-shrink:0;gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28c840}.browser-url{background:var(--bg);height:26px;color:var(--text-muted);font-size:11px;font-family:var(--font-body);border-radius:6px;flex:1;align-items:center;padding:0 12px;display:flex}.browser-url-lock{color:var(--accent);margin-right:6px}.browser-content{padding:0}.mock-nav-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.mock-logo-block{background:var(--border-strong);border-radius:4px;width:60px;height:10px}.mock-nav-items{gap:12px;display:flex}.mock-nav-item{background:var(--border);border-radius:4px;width:28px;height:8px}.mock-nav-btn{background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:6px;width:44px;height:20px}.mock-hero-block{background:linear-gradient(160deg, var(--surface-2) 0%, var(--bg-2) 100%);padding:28px 20px 20px}.mock-h1{background:var(--text);opacity:.12;border-radius:4px;height:14px;margin-bottom:8px}.mock-h1.w80{width:80%}.mock-h1.w60{width:60%}.mock-sub{background:var(--text-2);opacity:.08;border-radius:4px;height:8px;margin-bottom:6px}.mock-sub.w90{width:90%}.mock-sub.w70{width:70%}.mock-cta-row{gap:10px;margin-top:16px;display:flex}.mock-cta-btn{border-radius:6px;height:26px}.mock-cta-btn.primary{background:var(--accent);opacity:.7;width:88px}.mock-cta-btn.ghost{border:1px solid var(--border-strong);background:0 0;width:70px}.mock-cards-row{grid-template-columns:1fr 1fr 1fr;gap:8px;padding:14px 20px;display:grid}.mock-card{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:6px;height:64px;padding:10px;display:flex}.mock-card-icon{background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:5px;width:18px;height:18px}.mock-card-text{background:var(--border-strong);border-radius:4px;height:6px}.mock-card-text.short{width:60%}.browser-floating-badge{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text-2);white-space:nowrap;border-radius:100px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:-16px;left:-20px;box-shadow:0 8px 30px #0006}.pulse{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse-green}@keyframes pulse-green{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 6px #22c55e00}}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{display:none}}.stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px 0;position:relative}.stats-inner{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.stat-item{border-right:1px solid var(--border);text-align:center;padding:32px 40px}.stat-item:last-child{border-right:none}.stat-value{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(40px,5vw,56px);font-weight:800;line-height:1}.stat-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:500}@media (width<=600px){.stats-inner{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:24px}.stat-item:last-child{border-bottom:none}}.value-props{padding:var(--section-py) 0;position:relative;overflow:hidden}.value-props-header{max-width:560px;margin-bottom:64px}.value-props-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.value-prop-card{background:var(--surface);padding:40px 32px;transition:background .2s}.value-prop-card:hover{background:var(--surface-hover)}.vp-number{font-family:var(--font-display);color:var(--border-strong);letter-spacing:-.04em;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1}.vp-title{font-family:var(--font-display);color:var(--text);margin-bottom:12px;font-size:20px;font-weight:700}.vp-desc{color:var(--text-2);font-size:15px;line-height:1.7}@media (width<=900px){.value-props-grid{grid-template-columns:1fr}}.services{padding:var(--section-py) 0;background:var(--bg-2);position:relative;overflow:hidden}.services-header{text-align:center;max-width:560px;margin:0 auto 64px}.services-header .section-subtitle{margin:0 auto}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;padding:36px 32px;transition:border-color .3s,transform .2s,box-shadow .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--violet));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:var(--border-accent);transform:translateY(-4px);box-shadow:0 20px 60px #0000004d,0 0 40px #00cfff0a}.service-card:hover:before{opacity:1}.service-icon{background:var(--accent-dim);border:1px solid var(--border-accent);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.service-title{font-family:var(--font-display);color:var(--text);margin-bottom:12px;font-size:20px;font-weight:700}.service-desc{color:var(--text-2);font-size:15px;line-height:1.7}@media (width<=900px){.services-grid{grid-template-columns:1fr}}.works{padding:var(--section-py) 0}.works-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.works-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.work-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);transition:border-color .3s,transform .2s;overflow:hidden}.work-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}.work-img-wrap{aspect-ratio:16/10;background:var(--surface-2);position:relative;overflow:hidden}.work-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.work-card:hover .work-img-wrap img{transform:scale(1.04)}.work-img-placeholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.work-img-placeholder-inner{background:linear-gradient(135deg, var(--surface-2) 0%, var(--bg-2) 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.work-placeholder-bar{background:var(--border-strong);opacity:.5;border-radius:4px;height:8px}.work-placeholder-bar.w60{width:60%}.work-placeholder-bar.w40{width:40%}.work-meta{padding:20px 24px}.work-category{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;font-size:11px;font-weight:600}.work-name{font-family:var(--font-display);color:var(--text);font-size:17px;font-weight:700}@media (width<=900px){.works-grid{grid-template-columns:1fr}}.testimonials{padding:var(--section-py) 0;background:var(--bg-2);position:relative;overflow:hidden}.testimonials-header{text-align:center;max-width:480px;margin:0 auto 64px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 32px;transition:border-color .3s;position:relative}.testimonial-card:hover{border-color:var(--border-accent)}.testimonial-quote-mark{font-family:var(--font-display);color:var(--accent);opacity:.2;margin-bottom:16px;font-size:80px;font-weight:800;line-height:.7;display:block}.testimonial-text{color:var(--text);margin-bottom:28px;font-size:16px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--accent-dim), var(--violet-dim));border:1px solid var(--border-accent);width:36px;height:36px;color:var(--accent);font-size:14px;font-weight:700;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testimonial-name{color:var(--text);font-size:14px;font-weight:600}.testimonial-source{color:var(--text-muted);font-size:12px}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{padding:var(--section-py) 0;position:relative;overflow:hidden}.cta-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:24px;padding:80px 64px;position:relative;overflow:hidden}.cta-card:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#00cfff0d 0%,#0000 70%);position:absolute;inset:0}.cta-glow{pointer-events:none;background:radial-gradient(circle,#00cfff1f 0%,#0000 70%);border-radius:50%;width:400px;height:200px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-eyebrow{justify-content:center;margin-bottom:24px}.cta-title{color:var(--text);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(32px,4.5vw,52px);font-weight:800;position:relative}.cta-subtitle{color:var(--text-2);max-width:480px;margin:0 auto 40px;font-size:18px;line-height:1.7;position:relative}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.cta-note{color:var(--text-muted);margin-top:16px;font-size:13px}@media (width<=600px){.cta-card{padding:48px 24px}}.footer{border-top:1px solid var(--border);padding:48px 0 32px}.footer-inner{grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.footer-logo img{height:28px}.footer-logo-text{font-family:var(--font-display);color:var(--text);font-size:18px;font-weight:800}.footer-tagline{color:var(--text-muted);max-width:260px;font-size:14px;line-height:1.6}.footer-col-title{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:16px;font-size:13px;font-weight:700}.footer-links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-links a{color:var(--text-muted);font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-contact-item{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:12px;font-size:14px;display:flex}.footer-contact-item a{color:var(--text-2);transition:color .2s}.footer-contact-item a:hover{color:var(--accent)}.footer-contact-icon{color:var(--accent);flex-shrink:0}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.footer-copy{color:var(--text-muted);font-size:13px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:var(--text-muted);font-size:13px;transition:color .2s}.footer-bottom-links a:hover{color:var(--text)}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:32px}}
