:root{--color-midnight: #050910;--color-deep: #080d1a;--color-cobalt: #0c1830;--color-navy: #10203f;--color-slate: #182850;--color-electric: #00d4ff;--color-cyan-dim: #0099bb;--color-blue-glow: #0066ff;--color-blue-bright: #3388ff;--color-white: #f0f4fa;--color-text: #c8d4e4;--color-text-muted: #607898;--color-text-dim: #384e6a;--surface-glass: rgba(12, 24, 48, .55);--surface-glass-hover: rgba(16, 32, 63, .75);--surface-card: rgba(8, 13, 26, .7);--border-subtle: rgba(0, 212, 255, .06);--border-glow: rgba(0, 212, 255, .18);--border-strong: rgba(0, 212, 255, .3);--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.75rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--max-width: 1200px;--max-width-sm: 900px;--section-pad-y: clamp(5rem, 10vw, 9rem);--section-pad-x: clamp(1.25rem, 4vw, 2.5rem);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--dur-fast: .3s;--dur-normal: .6s;--dur-slow: .9s;--dur-glacial: 1.4s;--glow-sm: 0 0 12px rgba(0, 212, 255, .15);--glow-md: 0 0 30px rgba(0, 212, 255, .1);--glow-lg: 0 0 60px rgba(0, 212, 255, .06);--glow-xl: 0 0 100px rgba(0, 212, 255, .04)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.65;color:var(--color-text);background:var(--color-midnight);overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--section-pad-x)}.section-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-electric);margin-bottom:var(--space-lg)}.section-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),4vw,var(--text-5xl));font-weight:700;color:var(--color-white);line-height:1.12;letter-spacing:-.025em}.section-subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:580px;margin-top:var(--space-lg);line-height:1.7}.reveal{opacity:0;transform:translateY(28px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.glass-card{background:var(--surface-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.glass-card:hover{border-color:var(--border-glow);background:var(--surface-glass-hover);box-shadow:var(--glow-md);transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);font-family:var(--font-display);font-weight:600;font-size:var(--text-sm);letter-spacing:.02em;border-radius:var(--radius-md);padding:.875rem 2rem;transition:all var(--dur-fast) var(--ease-out);white-space:nowrap;position:relative}.btn-primary{background:linear-gradient(135deg,var(--color-electric),var(--color-blue-glow));color:var(--color-midnight);box-shadow:0 2px 24px #00d4ff33}.btn-primary:hover{box-shadow:0 4px 36px #00d4ff59;transform:translateY(-2px)}.btn-secondary{border:1px solid var(--border-glow);color:var(--color-electric);background:#00d4ff08}.btn-secondary:hover{background:#00d4ff14;border-color:var(--border-strong);box-shadow:var(--glow-sm);transform:translateY(-1px)}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-lg) 0;transition:background var(--dur-fast) var(--ease-out),padding var(--dur-fast) var(--ease-out),backdrop-filter var(--dur-fast) var(--ease-out)}.header.scrolled{background:#050910e0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:var(--space-md) 0;border-bottom:1px solid var(--border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0}.logo-image{height:72px;width:auto;object-fit:contain;transition:height var(--dur-fast) var(--ease-out)}.header.scrolled .logo-image{height:56px}.logo-text{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--color-white);letter-spacing:-.02em}.logo-accent{color:var(--color-electric)}.nav-desktop{display:flex;align-items:center;gap:var(--space-2xl)}.nav-links{display:flex;gap:var(--space-xl)}.nav-link{font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);transition:color var(--dur-fast) var(--ease-out);letter-spacing:.01em}.nav-link:hover{color:var(--color-white)}.lang-switcher{display:flex;gap:2px;background:#ffffff08;border-radius:var(--radius-sm);padding:2px;border:1px solid var(--border-subtle)}.lang-btn{padding:.35rem .65rem;font-size:var(--text-xs);font-weight:600;font-family:var(--font-display);color:var(--color-text-dim);border-radius:4px;transition:all var(--dur-fast) var(--ease-out);letter-spacing:.04em}.lang-btn:hover{color:var(--color-text)}.lang-btn.active{background:#00d4ff1a;color:var(--color-electric)}.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--dur-fast) var(--ease-out)}.mobile-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#050910f7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xl)}.nav-mobile.open{display:flex}.nav-mobile .nav-link{font-size:var(--text-2xl);color:var(--color-text)}@media(max-width:768px){.nav-desktop .nav-links,.nav-desktop .lang-switcher{display:none}.mobile-toggle{display:flex;padding:10px;margin:-10px}.mobile-toggle span{width:24px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:6rem;padding-bottom:4rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.hero-orb-1{top:-15%;right:-5%;width:55%;height:55%;background:radial-gradient(ellipse,rgba(0,102,255,.14) 0%,transparent 70%);animation:orb-drift 14s ease-in-out infinite alternate}.hero-orb-2{bottom:-15%;left:-8%;width:45%;height:50%;background:radial-gradient(ellipse,rgba(0,212,255,.07) 0%,transparent 65%);animation:orb-drift 18s ease-in-out infinite alternate-reverse}.hero-orb-3{top:30%;right:15%;width:25%;height:30%;background:radial-gradient(ellipse,rgba(0,60,180,.1) 0%,transparent 70%);animation:orb-drift 10s ease-in-out infinite alternate;animation-delay:-5s}@keyframes orb-drift{0%{transform:translate(0) scale(1)}to{transform:translate(25px,-18px) scale(1.04)}}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,212,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 55% at 50% 35%,black 20%,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 35%,black 20%,transparent)}.hero-decoration{position:absolute;right:8%;top:50%;transform:translateY(-55%) perspective(1200px) rotateY(-12deg) rotateX(4deg);width:380px;height:280px;z-index:0;pointer-events:none}.hero-decoration-inner{width:100%;height:100%;border-radius:var(--radius-xl);background:linear-gradient(145deg,#00d4ff06,#0066ff04);border:1px solid rgba(0,212,255,.04);animation:decoration-float 8s ease-in-out infinite alternate;box-shadow:var(--glow-xl)}.hero-decoration:after{content:"";position:absolute;top:40px;left:40px;width:100%;height:100%;border-radius:var(--radius-xl);background:linear-gradient(145deg,rgba(0,60,180,.02),transparent);border:1px solid rgba(0,212,255,.02);animation:decoration-float 8s ease-in-out infinite alternate;animation-delay:-2s}@keyframes decoration-float{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.hero-content{position:relative;z-index:1;max-width:720px}.hero-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-xl);opacity:0;animation:hero-fade-in .8s var(--ease-out) forwards}.hero-title{font-family:var(--font-display);font-size:clamp(var(--text-4xl),5.5vw,var(--text-6xl));font-weight:700;color:var(--color-white);line-height:1.06;letter-spacing:-.03em;margin-bottom:var(--space-xl);opacity:0;animation:hero-fade-up 1s var(--ease-out) .15s forwards}.hero-subtitle{font-size:clamp(var(--text-base),1.8vw,var(--text-lg));color:var(--color-text-muted);max-width:540px;line-height:1.75;margin-bottom:var(--space-2xl);opacity:0;animation:hero-fade-up 1s var(--ease-out) .3s forwards}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-3xl);opacity:0;animation:hero-fade-up 1s var(--ease-out) .45s forwards}.hero-proof{display:flex;align-items:center;gap:var(--space-md);opacity:0;animation:hero-fade-in 1s var(--ease-out) .7s forwards}.hero-proof-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.hero-proof-divider{width:1px;height:16px;background:var(--color-text-dim);opacity:.4;flex-shrink:0}.hero-proof-stack{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-dim);letter-spacing:.02em}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);opacity:0;animation:pulse-down 2.5s ease-in-out 1.5s infinite}.scroll-indicator-line{width:1px;height:32px;background:linear-gradient(to bottom,var(--color-electric),transparent)}@keyframes pulse-down{0%,to{transform:translate(-50%) translateY(0);opacity:.3}50%{transform:translate(-50%) translateY(8px);opacity:.6}}@media(max-width:900px){.hero-decoration{display:none}}.services{position:relative;padding:var(--section-pad-y) 0}.services-header{margin-bottom:var(--space-3xl)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.service-card{padding:var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md)}.service-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:linear-gradient(135deg,#00d4ff12,#0066ff0d);border:1px solid rgba(0,212,255,.08);color:var(--color-electric);flex-shrink:0}.service-card h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-white)}.service-card p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.featured{position:relative;padding:var(--section-pad-y) 0}.featured-header{margin-bottom:var(--space-2xl)}.featured-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),5vw,var(--text-5xl));font-weight:700;color:var(--color-white);line-height:1.1;letter-spacing:-.025em}.featured-showcase{position:relative;padding:clamp(2rem,4vw,4rem) clamp(2rem,4vw,4rem) clamp(2rem,4vw,3rem);border-radius:var(--radius-xl);background:linear-gradient(160deg,var(--color-cobalt),var(--color-deep) 70%);border:1px solid var(--border-subtle);overflow:hidden;display:flex;align-items:flex-end;justify-content:center;gap:clamp(1rem,2vw,2rem);min-height:360px;margin-bottom:var(--space-2xl)}.featured-showcase:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 5%,var(--color-electric) 50%,transparent 95%);opacity:.35}.showcase-glow{position:absolute;top:-30%;left:20%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(0,102,255,.1),transparent 70%);pointer-events:none}.showcase-device{position:relative;background:var(--color-deep);border:1px solid rgba(0,212,255,.08);overflow:hidden;flex-shrink:0}.showcase-desktop{width:68%;max-width:620px;border-radius:var(--radius-md) var(--radius-md) 0 0;box-shadow:0 8px 40px #0000004d,var(--glow-lg)}.device-chrome{display:flex;align-items:center;gap:var(--space-md);padding:10px 14px;background:#ffffff05;border-bottom:1px solid var(--border-subtle)}.device-dots{display:flex;gap:5px}.device-dots span{width:8px;height:8px;border-radius:50%;background:#ffffff0f}.device-dots span:first-child{background:#ff505040}.device-dots span:nth-child(2){background:#ffc83233}.device-dots span:nth-child(3){background:#50dc5033}.device-url{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:10px;color:var(--color-text-dim);background:#ffffff05;padding:3px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.03);letter-spacing:.02em}.device-viewport{padding:clamp(12px,2vw,20px);display:flex;flex-direction:column;gap:clamp(10px,1.5vw,16px);min-height:200px}.vp-nav{display:flex;justify-content:space-between;align-items:center}.vp-nav-brand{width:60px;height:8px;border-radius:4px;background:#00d4ff26}.vp-nav-links{display:flex;gap:8px}.vp-nav-links span{width:28px;height:5px;border-radius:3px;background:#ffffff0d}.vp-hero{padding:clamp(8px,1.5vw,14px) 0;display:flex;flex-direction:column;gap:6px}.vp-hero-title{width:65%;height:10px;border-radius:5px;background:linear-gradient(90deg,#00d4ff2e,#00d4ff14)}.vp-hero-sub{width:85%;height:5px;border-radius:3px;background:#ffffff0a}.vp-hero-btn{width:70px;height:16px;border-radius:4px;background:linear-gradient(135deg,#00d4ff26,#0066ff1a);margin-top:4px}.vp-cards{display:flex;gap:clamp(6px,1vw,10px)}.vp-card{flex:1;padding:clamp(8px,1vw,12px);background:#ffffff04;border:1px solid rgba(255,255,255,.03);border-radius:6px;display:flex;flex-direction:column;gap:5px}.vp-card-icon{width:18px;height:18px;border-radius:4px;background:#0066ff1f}.vp-card-icon.accent{background:#00d4ff26}.vp-card-line{height:4px;border-radius:2px;background:#ffffff0a;width:100%}.vp-card-line.short{width:60%}.showcase-mobile{width:20%;max-width:140px;min-width:90px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 8px 40px #0006,var(--glow-md);margin-bottom:0;position:relative;z-index:2}.device-notch{width:50%;height:6px;background:#ffffff08;border-radius:0 0 8px 8px;margin:0 auto}.mobile-vp{padding:clamp(8px,1.5vw,14px);display:flex;flex-direction:column;gap:clamp(6px,1vw,10px);min-height:200px}.mvp-header{display:flex;align-items:center;gap:6px}.mvp-avatar{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#00d4ff26,#0066ff1a);flex-shrink:0}.mvp-header-text{display:flex;flex-direction:column;gap:3px;flex:1}.mvp-header-line{height:4px;border-radius:2px;background:#ffffff0f;width:80%}.mvp-header-line.short{width:50%;background:#ffffff08}.mvp-card{background:#ffffff04;border:1px solid rgba(255,255,255,.03);border-radius:6px;overflow:hidden}.mvp-card-img{width:100%;height:36px;background:linear-gradient(135deg,#003c8c26,#0066ff14)}.mvp-card.alt .mvp-card-img{background:linear-gradient(135deg,#00b4dc1a,#003c8c0f)}.mvp-card-body{padding:6px;display:flex;flex-direction:column;gap:3px}.mvp-card-line{height:3px;border-radius:2px;background:#ffffff0a;width:100%}.mvp-card-line.short{width:55%}.mvp-tabbar{display:flex;justify-content:space-around;padding:6px 0;border-top:1px solid rgba(255,255,255,.03);margin-top:auto}.mvp-tabbar span{width:12px;height:12px;border-radius:3px;background:#ffffff0a}.mvp-tabbar span:nth-child(2){background:#00d4ff1f}.showcase-badge{position:absolute;top:clamp(12px,2vw,20px);right:clamp(12px,2vw,20px);display:flex;align-items:center;gap:6px;font-family:var(--font-display);font-size:11px;font-weight:600;color:var(--color-text-muted);background:#050910b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-subtle);padding:6px 14px;border-radius:999px;letter-spacing:.02em}.badge-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d39966;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:640px){.featured-showcase{flex-direction:column;align-items:center;padding:var(--space-lg)}.showcase-desktop{width:100%}.showcase-mobile{display:none}}.featured-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-3xl)}.stat-item{background:var(--color-deep);padding:var(--space-lg) var(--space-xl);display:flex;flex-direction:column;gap:4px}.stat-value{font-family:var(--font-display);font-size:var(--text-base);font-weight:700;color:var(--color-white)}.stat-detail{font-size:var(--text-xs);color:var(--color-text-dim);letter-spacing:.01em}@media(max-width:768px){.featured-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.featured-stats{grid-template-columns:1fr}}.featured-body{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-3xl);align-items:start}.featured-description{color:var(--color-text-muted);line-height:1.8;font-size:var(--text-base);max-width:560px}.device-url-link{text-decoration:none;transition:color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out)}.device-url-link:hover{color:var(--color-electric);background:#00d4ff14}.featured-meta{display:flex;flex-direction:column;gap:var(--space-xl)}.featured-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.featured-highlights{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.highlight-tag{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;padding:.4rem .9rem;border-radius:999px;background:#00d4ff0d;border:1px solid rgba(0,212,255,.1);color:var(--color-electric);letter-spacing:.02em}@media(max-width:768px){.featured-body{grid-template-columns:1fr;gap:var(--space-xl)}}.strengths{position:relative;padding:var(--section-pad-y) 0}.strengths-header{margin-bottom:var(--space-3xl)}.strengths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.strength-card{padding:var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md)}.strength-number{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;background:linear-gradient(135deg,#00d4ff40,#0066ff1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.strength-card h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--color-white)}.strength-card p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7}@media(max-width:900px){.strengths-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.strengths-grid{grid-template-columns:1fr}}.process{position:relative;padding:var(--section-pad-y) 0}.process-header{margin-bottom:var(--space-3xl)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);position:relative}.process-grid:before{content:"";position:absolute;top:36px;left:calc(12.5% + var(--space-lg));right:calc(12.5% + var(--space-lg));height:1px;background:linear-gradient(90deg,transparent,var(--border-glow) 15%,var(--border-glow) 85%,transparent)}.process-step{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.step-number{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--color-electric);background:var(--color-deep);border:1px solid var(--border-glow);box-shadow:var(--glow-sm);position:relative;z-index:1}.process-step h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--color-white)}.process-step p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7;max-width:240px}@media(max-width:768px){.process-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.process-grid:before{display:none}.process-step{flex-direction:row;text-align:left;gap:var(--space-xl)}.step-number{width:56px;height:56px;font-size:var(--text-xl);flex-shrink:0}.process-step p{max-width:none}}.contact-cta{position:relative;padding:var(--section-pad-y) 0;text-align:center}.contact-cta-inner{position:relative;padding:var(--space-4xl) var(--space-2xl);border-radius:var(--radius-xl);background:linear-gradient(160deg,var(--color-cobalt),var(--color-deep) 70%);border:1px solid var(--border-subtle);overflow:hidden}.contact-cta-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 10%,var(--color-electric) 50%,transparent 90%);opacity:.3}.contact-cta-inner:after{content:"";position:absolute;top:-40%;right:-15%;width:50%;height:80%;background:radial-gradient(ellipse,rgba(0,102,255,.05),transparent 70%);pointer-events:none}.contact-availability{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:#34d399;background:#34d3990f;border:1px solid rgba(52,211,153,.12);padding:6px 16px;border-radius:999px;margin-bottom:var(--space-2xl);letter-spacing:.02em;position:relative;z-index:1}.availability-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d39966;animation:badge-pulse 2s ease-in-out infinite}.contact-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),4vw,var(--text-4xl));font-weight:700;color:var(--color-white);margin-bottom:var(--space-md);position:relative;z-index:1}.contact-subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:520px;margin:0 auto var(--space-2xl);line-height:1.7;position:relative;z-index:1}.contact-card{display:inline-flex;align-items:center;gap:var(--space-lg);background:#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-xl);position:relative;z-index:1;text-align:left}.contact-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:#00d4ff0f;border:1px solid rgba(0,212,255,.08);color:var(--color-electric);flex-shrink:0}.contact-card-content{display:flex;flex-direction:column;gap:2px}.contact-card-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.contact-card-value{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--color-white)}.contact-card-note{font-size:var(--text-xs);color:var(--color-text-dim);margin-top:2px}@media(max-width:480px){.contact-card{flex-direction:column;text-align:center;padding:var(--space-lg)}}.footer{padding:var(--space-3xl) 0 var(--space-xl);border-top:1px solid var(--border-subtle)}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer-logo{display:inline-flex;align-items:center;margin-bottom:var(--space-md)}.footer-logo .logo-image{height:56px}.footer-logo .logo-text{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--color-white);letter-spacing:-.02em}.footer-tagline{color:var(--color-text-muted);font-size:var(--text-sm);margin-bottom:var(--space-md)}.footer-meta{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--text-xs);color:var(--color-text-dim)}.footer-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--color-text-dim);opacity:.5}.footer-col h4{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--color-white);margin-bottom:var(--space-lg)}.footer-links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer-link{font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--dur-fast) var(--ease-out)}.footer-link:hover{color:var(--color-white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-xl);border-top:1px solid var(--border-subtle)}.footer-copyright{font-size:var(--text-xs);color:var(--color-text-dim)}@media(max-width:768px){.footer-inner{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.logo-image{height:52px}.header.scrolled .logo-image{height:44px}.footer-logo .logo-image{height:40px}.footer-inner{grid-template-columns:1fr;gap:var(--space-xl)}.footer-bottom{flex-direction:column;gap:var(--space-md)}}@media(max-width:768px){:root{--section-pad-y: clamp(3.5rem, 8vw, 6rem)}.section-label{margin-bottom:var(--space-md)}.section-subtitle{font-size:var(--text-base);margin-top:var(--space-md)}.hero{min-height:auto;padding-top:7rem;padding-bottom:3rem}.hero-title{margin-bottom:var(--space-lg)}.hero-subtitle{margin-bottom:var(--space-xl)}.hero-actions{margin-bottom:var(--space-2xl)}.hero-proof{flex-wrap:wrap;gap:var(--space-sm)}.scroll-indicator{display:none}.services-header,.strengths-header,.process-header{margin-bottom:var(--space-2xl)}}@media(max-width:480px){:root{--section-pad-x: 1.25rem;--section-pad-y: clamp(3rem, 8vw, 5rem)}.header{padding:var(--space-md) 0}.header.scrolled{padding:var(--space-sm) 0}.hero{padding-top:5.5rem;padding-bottom:2.5rem}.hero-label{font-size:.65rem;margin-bottom:var(--space-lg)}.hero-title{font-size:clamp(2rem,9vw,var(--text-4xl));margin-bottom:var(--space-md)}.hero-subtitle{font-size:var(--text-sm);line-height:1.7;margin-bottom:var(--space-xl)}.hero-actions{flex-direction:column;margin-bottom:var(--space-xl)}.hero-actions .btn{width:100%;justify-content:center;padding:1rem}.hero-proof{flex-direction:column;gap:6px;align-items:flex-start}.hero-proof-divider{display:none}.hero-proof-stack{font-size:var(--text-xs);line-height:1.5}.service-card{padding:var(--space-lg)}.service-icon{width:42px;height:42px}.service-card h3{font-size:var(--text-lg)}.featured-header{margin-bottom:var(--space-lg)}.featured-title{font-size:clamp(var(--text-2xl),7vw,var(--text-4xl))}.featured-showcase{min-height:240px;border-radius:var(--radius-lg)}.showcase-badge{font-size:10px;padding:5px 10px;top:10px;right:10px}.featured-stats{margin-bottom:var(--space-2xl)}.stat-item{padding:var(--space-md) var(--space-lg)}.featured-description{font-size:var(--text-sm);line-height:1.75}.highlight-tag{font-size:.7rem;padding:.35rem .75rem}.featured-meta .btn{width:100%;justify-content:center}.strength-card{padding:var(--space-lg)}.strength-number{font-size:var(--text-2xl)}.strength-card h3{font-size:var(--text-base)}.process-step{gap:var(--space-lg)}.step-number{width:48px;height:48px;font-size:var(--text-lg)}.process-step h3{font-size:var(--text-base);margin-bottom:4px}.process-step p{font-size:var(--text-xs)}.contact-cta-inner{padding:var(--space-3xl) var(--space-lg);border-radius:var(--radius-lg)}.contact-availability{font-size:.65rem;padding:5px 12px;margin-bottom:var(--space-xl)}.contact-title{font-size:var(--text-2xl)}.contact-subtitle{font-size:var(--text-sm);line-height:1.7;margin-bottom:var(--space-xl)}.contact-card-value{font-size:var(--text-base)}.footer{padding:var(--space-2xl) 0 var(--space-lg)}.footer-inner{gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-links{gap:var(--space-md)}.footer-link{padding:2px 0}.footer-col h4{margin-bottom:var(--space-md)}}@media(max-width:375px){:root{--section-pad-x: 1rem}.hero-title{font-size:1.85rem}.service-card{padding:var(--space-md) var(--space-lg)}.stat-item{padding:var(--space-sm) var(--space-md)}.stat-value{font-size:var(--text-sm)}.strength-card{padding:var(--space-md) var(--space-lg)}.contact-cta-inner{padding:var(--space-2xl) var(--space-md)}}@media(max-width:768px){.nav-mobile .nav-link{font-size:var(--text-xl);padding:var(--space-md) var(--space-xl);width:100%;text-align:center;border-radius:var(--radius-md);transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.nav-mobile .nav-link:active{background:#00d4ff0f;color:var(--color-white)}.nav-mobile .lang-switcher{margin-top:var(--space-lg)}}@media(hover:none){.glass-card:hover{transform:none;border-color:var(--border-subtle);background:var(--surface-glass);box-shadow:none}.btn-primary:hover,.btn-secondary:hover{transform:none}.glass-card:active{border-color:var(--border-glow);background:var(--surface-glass-hover)}.btn-primary:active{box-shadow:0 2px 28px #00d4ff4d}.btn-secondary:active{background:#00d4ff14;border-color:var(--border-strong)}}.nav-link.active{color:var(--color-electric)}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border-subtle) 20%,var(--border-glow) 50%,var(--border-subtle) 80%,transparent);max-width:var(--max-width);margin:0 auto}.page-header{position:relative;padding:10rem 0 4rem;overflow:hidden}.page-header-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.page-header-orb{position:absolute;border-radius:50%;filter:blur(80px)}.page-header-orb-1{top:-20%;right:-10%;width:50%;height:60%;background:radial-gradient(ellipse,rgba(0,102,255,.1) 0%,transparent 70%)}.page-header-orb-2{bottom:-30%;left:-10%;width:40%;height:50%;background:radial-gradient(ellipse,rgba(0,212,255,.05) 0%,transparent 65%)}.page-header-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,212,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.02) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 50% at 50% 40%,black 20%,transparent);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 40%,black 20%,transparent)}.page-header-content{position:relative;z-index:1;max-width:720px}.page-header-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),5vw,var(--text-5xl));font-weight:700;color:var(--color-white);line-height:1.1;letter-spacing:-.025em}.page-header-subtitle{font-size:clamp(var(--text-base),1.8vw,var(--text-lg));color:var(--color-text-muted);max-width:580px;line-height:1.75;margin-top:var(--space-xl)}@media(max-width:768px){.page-header{padding:8rem 0 3rem}}@media(max-width:480px){.page-header{padding:6.5rem 0 2rem}.page-header-title{font-size:clamp(1.75rem,8vw,var(--text-3xl))}.page-header-subtitle{font-size:var(--text-sm);margin-top:var(--space-md)}}.about-story{padding:var(--section-pad-y) 0}.about-story-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-3xl);align-items:start}.about-story-content .section-title{margin-bottom:var(--space-2xl)}.about-story-text{color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-lg);font-size:var(--text-base)}.about-story-text:last-child{margin-bottom:0}.about-story-aside{display:flex;flex-direction:column;gap:var(--space-md);position:sticky;top:8rem}.about-stat-card{padding:var(--space-xl);display:flex;flex-direction:column;gap:4px}.about-stat-value{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--color-white)}.about-stat-label{font-size:var(--text-xs);color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.08em;font-weight:600}@media(max-width:768px){.about-story-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.about-story-aside{position:static;flex-direction:row;flex-wrap:wrap;gap:var(--space-md)}.about-stat-card{flex:1;min-width:140px}}@media(max-width:480px){.about-stat-card{padding:var(--space-lg)}.about-stat-value{font-size:var(--text-xl)}}.about-values{padding:var(--section-pad-y) 0}.about-values .section-title{margin-bottom:var(--space-3xl)}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.about-value-card{padding:var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md)}.about-value-card h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-white)}.about-value-card p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7}@media(max-width:640px){.about-values-grid{grid-template-columns:1fr}.about-value-card{padding:var(--space-lg)}}.about-tech{padding:var(--section-pad-y) 0}.about-tech .section-subtitle{margin-bottom:var(--space-3xl)}.about-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.about-tech-item{padding:var(--space-lg) var(--space-xl);font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--color-text);text-align:center;border-radius:var(--radius-md);background:var(--surface-glass);border:1px solid var(--border-subtle);transition:border-color var(--dur-fast) var(--ease-out)}.about-tech-item:hover{border-color:var(--border-glow)}@media(max-width:768px){.about-tech-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.about-tech-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.about-tech-item{padding:var(--space-md);font-size:var(--text-xs)}}.about-company{padding:var(--section-pad-y) 0}.about-company-card{padding:var(--space-2xl)}.about-company-card h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-white);margin-bottom:var(--space-xl)}.about-company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.about-company-item{display:flex;flex-direction:column;gap:4px}.about-company-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.08em}.about-company-value{font-size:var(--text-sm);color:var(--color-text);line-height:1.5}@media(max-width:640px){.about-company-grid{grid-template-columns:1fr}.about-company-card{padding:var(--space-lg)}}.project-detail{padding:var(--section-pad-y) 0}.project-detail-header{margin-bottom:var(--space-2xl)}.project-content{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--space-3xl);align-items:start}.project-description h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-white);margin-bottom:var(--space-lg)}.project-description p{color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-lg)}.project-description p:last-child{margin-bottom:0}.project-sidebar{display:flex;flex-direction:column;gap:var(--space-lg)}.project-info-card{padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.project-info-card h4{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--color-white);margin-bottom:var(--space-sm)}.project-info-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;border-bottom:1px solid var(--border-subtle)}.project-info-row:last-child{border-bottom:none}.project-info-label{font-size:var(--text-sm);color:var(--color-text-dim)}.project-info-value{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--color-text)}.project-info-live{display:flex;align-items:center;gap:6px;color:#34d399}.project-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.project-actions{display:flex}@media(max-width:768px){.project-content{grid-template-columns:1fr;gap:var(--space-2xl)}.featured-actions,.project-actions{flex-direction:column}}@media(max-width:480px){.project-info-card{padding:var(--space-lg)}}.projects-upcoming{padding:var(--section-pad-y) 0}.projects-upcoming-inner{text-align:center;padding:var(--space-4xl) var(--space-2xl);border-radius:var(--radius-xl);background:linear-gradient(160deg,var(--color-cobalt),var(--color-deep) 70%);border:1px solid var(--border-subtle);position:relative;overflow:hidden}.projects-upcoming-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 10%,var(--color-electric) 50%,transparent 90%);opacity:.3}.projects-upcoming-inner .section-title{margin-bottom:var(--space-md)}.projects-upcoming-inner .section-subtitle{margin:0 auto var(--space-2xl);text-align:center}.projects-upcoming-inner .btn{position:relative;z-index:1}@media(max-width:480px){.projects-upcoming-inner{padding:var(--space-3xl) var(--space-lg);border-radius:var(--radius-lg)}.projects-upcoming-inner .btn{width:100%}}.contact-content{padding:var(--section-pad-y) 0}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-3xl);align-items:start}.contact-main{display:flex;flex-direction:column;gap:var(--space-xl)}.contact-availability-inline{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:#34d399;background:#34d3990f;border:1px solid rgba(52,211,153,.12);padding:6px 16px;border-radius:999px;letter-spacing:.02em;width:fit-content}.contact-method{padding:var(--space-2xl);display:flex;gap:var(--space-xl);align-items:flex-start}.contact-method-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#00d4ff0f;border:1px solid rgba(0,212,255,.08);color:var(--color-electric);flex-shrink:0}.contact-method-content{display:flex;flex-direction:column;gap:var(--space-sm)}.contact-method-content h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--color-white)}.contact-method-value{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-electric);transition:opacity var(--dur-fast) var(--ease-out)}.contact-method-value:hover{opacity:.8}.contact-method-content p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.65}.contact-note{padding:var(--space-xl)}.contact-note p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7}.contact-sidebar{display:flex;flex-direction:column;gap:var(--space-2xl)}.contact-info-block h4{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--color-white);margin-bottom:var(--space-sm)}.contact-info-block p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.contact-details{padding:var(--section-pad-y) 0}.contact-company-card{padding:var(--space-2xl)}.contact-company-card h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--color-white);margin-bottom:var(--space-xl)}.contact-company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.contact-company-item{display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.contact-sidebar{flex-direction:row;flex-wrap:wrap;gap:var(--space-xl)}.contact-info-block{flex:1;min-width:200px}}@media(max-width:480px){.contact-method{flex-direction:column;gap:var(--space-lg);padding:var(--space-xl)}.contact-method-value{font-size:var(--text-lg)}.contact-company-grid{grid-template-columns:1fr}.contact-company-card{padding:var(--space-lg)}}.legal-content{padding:var(--section-pad-y) 0}.legal-body{max-width:var(--max-width-sm)}.legal-updated{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-2xl)}.legal-intro{font-size:var(--text-base);color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border-subtle)}.legal-section{margin-bottom:var(--space-2xl)}.legal-section h2{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--color-white);margin-bottom:var(--space-md)}.legal-section p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.8}@media(max-width:480px){.legal-section h2{font-size:var(--text-base)}.legal-section p{font-size:var(--text-sm)}.legal-intro{font-size:var(--text-sm);margin-bottom:var(--space-2xl)}}.imprint-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);margin-bottom:var(--space-3xl)}.imprint-section{padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.imprint-section h2{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--color-white);margin-bottom:var(--space-sm)}.imprint-detail{display:flex;flex-direction:column;gap:2px}.imprint-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.06em}.imprint-value{font-size:var(--text-sm);color:var(--color-text);line-height:1.5}@media(max-width:640px){.imprint-grid{grid-template-columns:1fr}.imprint-section{padding:var(--space-lg)}}.not-found-page{min-height:60vh;display:flex;align-items:center}.not-found-content{text-align:center;display:flex;flex-direction:column;align-items:center}.not-found-code{font-family:var(--font-display);font-size:clamp(5rem,15vw,10rem);font-weight:700;background:linear-gradient(135deg,#00d4ff33,#0066ff14);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:var(--space-lg)}.not-found-page .page-header-title{margin-bottom:var(--space-md)}.not-found-page .page-header-subtitle{text-align:center;margin-bottom:var(--space-2xl)}.not-found-btn{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1;transform:none}.hero-label,.hero-title,.hero-subtitle,.hero-actions,.hero-proof{animation:none;opacity:1;transform:none}.hero-orb,.hero-decoration-inner,.hero-decoration:after,.scroll-indicator,.badge-dot,.availability-dot{animation:none}@keyframes orb-drift{0%,to{transform:none}}@keyframes decoration-float{0%,to{transform:none}}@keyframes badge-pulse{0%,to{opacity:1}}}
