@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--void:#03060c;--bg:#060b16;--off-white:#0a1120;--light:#0d1526;--dark2:#020509;--surface:#8cb4ff0b;--surface-2:#8cb4ff14;--surface-border:#8cb4ff24;--surface-border-strong:#8cb4ff47;--dark:#f2f6ff;--mid:#e6eefcbd;--muted:#e6eefc85;--border:#8cb4ff24;--border-d:#8cb4ff24;--white:#fff;--orange:#2e8eff;--orange-h:#62b4ff;--orange-dim:#2e8eff1f;--orange-mid:#2e8eff47;--cyan:#4fd8ff;--cyan-h:#9bebff;--cyan-dim:#4fd8ff1f;--cyan-mid:#4fd8ff47;--glow-orange:0 0 0 1px #2e8eff73, 0 12px 48px #2e8eff59;--glow-cyan:0 0 0 1px #4fd8ff66, 0 12px 48px #4fd8ff42;--ff-serif:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--ff-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ff-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--max:1180px;--nav-h:68px;--ease:cubic-bezier(.4, 0, .2, 1);--slow:cubic-bezier(.25, .1, .25, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--ff-sans);background:var(--bg);color:var(--dark);line-height:1.6;position:relative;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}::selection{background:var(--orange);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--void)}::-webkit-scrollbar-thumb{background:linear-gradient(var(--orange), var(--cyan));border-radius:3px}@media (hover:hover) and (pointer:fine){html.has-custom-cursor,html.has-custom-cursor a,html.has-custom-cursor button{cursor:none}}.glow-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.glow-bg__grid{opacity:.5;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 0%,#0000 75%);mask-image:radial-gradient(80% 60% at 50% 0,#000 0%,#0000 75%)}.glow-bg__orb{filter:blur(90px);opacity:.28;will-change:transform;border-radius:50%;position:absolute}#root,#app-root{z-index:1;position:relative}.cursor-dot,.cursor-ring{pointer-events:none;z-index:9999;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot{background:var(--orange);width:6px;height:6px;box-shadow:0 0 10px 2px #2e8effb3}.cursor-ring{background:#2e8eff0a;border:1px solid #2e8eff80;width:34px;height:34px}.nav{height:var(--nav-h);z-index:1000;transition:background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);border-bottom:1px solid #0000;align-items:center;padding:0 clamp(1.5rem,5vw,3.5rem);display:flex;position:fixed;top:0;left:0;right:0}.nav.solid{-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--border);background:#07070cb8;box-shadow:0 1px 24px #00000059}.nav__logo{font-family:var(--ff-mono);letter-spacing:-.01em;color:var(--white);align-items:center;gap:7px;font-size:.98rem;font-weight:700;transition:color .3s;display:flex}.nav__logo-dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2.4s infinite blink;box-shadow:0 0 8px 2px #2e8effcc}.nav__logo-img{filter:drop-shadow(0 0 6px #2e8eff40);width:auto;height:30px;transition:filter .3s;display:block}.nav__logo:hover .nav__logo-img{filter:drop-shadow(0 0 10px #2e8eff80)}.nav__links{align-items:center;gap:2.5rem;margin-left:auto;margin-right:2rem;display:flex}.nav__link{color:#ffffff9e;letter-spacing:.01em;font-size:.83rem;font-weight:500;transition:color .2s;position:relative}.nav__link:after{content:"";background:linear-gradient(90deg, var(--orange), var(--cyan));width:0;height:1.5px;transition:width .25s var(--ease);position:absolute;bottom:-3px;left:0;box-shadow:0 0 8px #2e8eff99}.nav__link:hover,.nav__link.active{color:var(--white)}.nav__link.active:after{width:100%}.nav__cta{background:linear-gradient(135deg, var(--orange), var(--orange-h));color:#fff;white-space:nowrap;border-radius:980px;padding:9px 20px;font-size:.82rem;font-weight:600;transition:box-shadow .25s,transform .2s;box-shadow:0 4px 20px #2e8eff59}.nav__cta:hover{transform:scale(1.04);box-shadow:0 8px 30px #2e8eff80}.nav__burger{background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:5px;display:none}.nav__burger span{background:var(--white);width:22px;height:1.5px;transition:all .3s var(--ease);border-radius:2px;display:block}.nav__burger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0;width:0}.nav__burger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__mobile{top:var(--nav-h);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:999;border-top:1px solid var(--border);background:#07070cfa;flex-direction:column;padding:2rem clamp(1.5rem,5vw,3.5rem);display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.nav__mobile.open{display:flex}.nav__mobile a{font-size:1.5rem;font-family:var(--ff-serif);color:var(--dark);border-bottom:1px solid var(--border);padding:1.1rem 0;transition:color .2s}.nav__mobile a:hover{color:var(--orange)}.nav__mobile .cta-mobile{background:linear-gradient(135deg, var(--orange), var(--orange-h));color:#fff;text-align:center;font-size:1rem;font-weight:600;font-family:var(--ff-sans);border-bottom:none;border-radius:12px;margin-top:2rem;padding:14px;box-shadow:0 8px 30px #2e8eff59}main{padding-top:var(--nav-h);position:relative}.container{max-width:var(--max);margin:0 auto;padding:0 clamp(1.5rem,5vw,3.5rem)}.section{padding:clamp(5rem,8vw,9rem) clamp(1.5rem,5vw,3.5rem);position:relative}.eyebrow{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--orange);align-items:center;gap:8px;margin-bottom:1.2rem;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow-line{background:linear-gradient(90deg, var(--orange), transparent);width:22px;height:1.5px;display:inline-block}.eyebrow.light{color:var(--cyan)}.eyebrow.light .eyebrow-line{background:linear-gradient(90deg, var(--cyan), transparent)}.hero{margin-top:calc(-1 * var(--nav-h));min-height:100vh;color:var(--white);background:var(--bg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;padding:clamp(7rem,10vw,10rem) clamp(1.5rem,5vw,3.5rem) clamp(5rem,8vw,7rem);display:flex;position:relative;overflow:hidden}.hero__overlay{background:radial-gradient(55% 60% at 82% 30%,#2e8eff29 0%,#0000 62%),radial-gradient(40% 40% at 10% 90%,#4fd8ff14 0%,#0000 60%);position:absolute;inset:0}.hero__content{z-index:2;flex:420px;max-width:620px;position:relative}.hero__tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--ff-mono);letter-spacing:.04em;color:#ffffffbf;background:#ffffff08;border:1px solid #ffffff24;border-radius:980px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 14px;font-size:.74rem;font-weight:500;display:inline-flex}.hero__tag-dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2.4s infinite blink;box-shadow:0 0 8px 2px #2e8effcc}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero__title{font-family:var(--ff-serif);letter-spacing:-.01em;color:var(--white);margin-bottom:1.8rem;font-size:clamp(3.4rem,7.5vw,7.5rem);font-weight:400;line-height:1.02}.hero__title em{background:linear-gradient(100deg, var(--orange) 30%, var(--cyan) 110%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero__desc{color:#ffffffa6;max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__scroll{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:#fff6;z-index:2;align-items:center;gap:10px;font-size:.7rem;font-weight:500;display:flex;position:absolute;bottom:2.5rem;left:clamp(1.5rem,5vw,3.5rem)}.hero__scroll-line{background:#ffffff4d;width:28px;height:1px;position:relative;overflow:hidden}.hero__scroll-line:after{content:"";background:var(--orange);width:100%;height:100%;animation:lineSlide 2s var(--ease) infinite;position:absolute;top:0;left:-100%;box-shadow:0 0 6px #2e8effcc}@keyframes lineSlide{0%{left:-100%}to{left:200%}}.hero-laptop{z-index:2;perspective:1600px;flex:320px;width:100%;max-width:460px;margin:0 auto;position:relative}.hero-laptop__glow{aspect-ratio:1;filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#2e8eff59 0%,#4fd8ff1f 40%,#0000 70%);width:120%;position:absolute;top:8%;left:50%;translate:-50%}.hero-laptop__stage{transform-style:preserve-3d;padding-top:8%;position:relative}.hero-laptop__base{aspect-ratio:16/1.6;clip-path:polygon(3% 0,97% 0,100% 100%,0% 100%);background:linear-gradient(#3a4a6e 0%,#26314d 35%,#101a30 100%);border-radius:4px 4px 16px 16px;width:100%;position:relative;box-shadow:0 40px 70px -20px #000000a6,0 0 0 1px #8cb4ff2e,inset 0 1px #b4d2ff59}.hero-laptop__notch{background:#03060cb3;border-radius:0 0 6px 6px;width:16%;height:5px;position:absolute;top:0;left:50%;translate:-50%}.hero-laptop__lid{aspect-ratio:16/10.5;transform-origin:bottom;width:100%;transform-style:preserve-3d;position:relative}.hero-laptop__bezel{background:linear-gradient(155deg,#131b30 0%,#060a14 100%);border:1px solid #8cb4ff29;border-radius:14px 14px 5px 5px;padding:4.5% 4.5% 6%;position:absolute;inset:0;box-shadow:0 30px 60px -15px #0009}.hero-laptop__cam{background:#8cb4ff59;border-radius:50%;width:5px;height:5px;position:absolute;top:1.6%;left:50%;translate:-50%;box-shadow:0 0 4px #4fd8ff80}.hero-laptop__screen{background:radial-gradient(80% 60% at 50% 20%,#2e8eff29 0%,#0000 65%),linear-gradient(#0a1020 0%,#050810 100%);border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-laptop__hud{aspect-ratio:1;justify-content:center;align-items:center;width:46%;display:flex;position:relative}.hero-laptop__ring{border:1px solid #4fd8ff59;border-radius:50%;position:absolute;inset:0}.hero-laptop__ring--1{animation:12s linear infinite ringSpin}.hero-laptop__ring--2{border-style:dashed;border-color:#2e8eff80;animation:9s linear infinite reverse ringSpin;inset:12%}@keyframes ringSpin{to{transform:rotate(360deg)}}.hero-laptop__shield{filter:drop-shadow(0 0 10px #4fd8ff99);width:44%;height:44%;animation:3s ease-in-out infinite shieldPulse;position:relative}@keyframes shieldPulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.hero-laptop__bars{align-items:flex-end;gap:5%;height:22%;display:flex;position:absolute;bottom:8%;left:8%;right:8%}.hero-laptop__bars span{height:var(--h);transform-origin:bottom;background:linear-gradient(180deg, var(--cyan), var(--orange));opacity:.55;border-radius:2px 2px 0 0;flex:1}.hero-laptop__scanline{background:linear-gradient(#0000,#4fd8ff24,#0000);height:30%;animation:4.5s ease-in-out infinite scanMove;position:absolute;top:-20%;left:0;right:0}@keyframes scanMove{0%{transform:translateY(-20%)}to{transform:translateY(420%)}}.hero-laptop__particle{background:var(--cyan);border-radius:50%;width:4px;height:4px;position:absolute;bottom:38%;box-shadow:0 0 8px 2px #4fd8ffb3}@media (width<=640px){.hero-laptop{max-width:300px}}.btn{font-family:var(--ff-sans);cursor:pointer;transition:all .25s var(--ease);white-space:nowrap;border:none;border-radius:980px;align-items:center;gap:7px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.btn--lg{padding:15px 30px;font-size:.95rem}.btn--md{padding:12px 24px}.btn--sm{padding:9px 18px;font-size:.82rem}.btn--orange{background:linear-gradient(135deg, var(--orange), var(--orange-h));color:#fff;box-shadow:0 4px 24px #2e8eff59}.btn--orange:hover{transform:translateY(-2px);box-shadow:0 10px 34px #2e8eff80}.btn--white{background:var(--white);color:#14141c;box-shadow:0 2px 20px #00000040}.btn--white:hover{background:#f2f2ef;transform:translateY(-2px)}.btn--outline-white{color:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff08;border:1px solid #ffffff40}.btn--outline-white:hover{color:#fff;background:#ffffff17;border-color:#fff9}.btn--outline-dark{color:var(--dark);border:1px solid var(--border);background:#ffffff05}.btn--outline-dark:hover{border-color:var(--orange);background:var(--orange-dim);color:var(--white)}.btn--outline-orange{color:var(--orange);background:0 0;border:1px solid #2e8eff66}.btn--outline-orange:hover{background:var(--orange-dim);border-color:var(--orange)}.stats-strip{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.stat-item{text-align:center;border-right:1px solid var(--border);padding:2.5rem 2rem;transition:background .25s}.stat-item:last-child{border-right:none}.stat-item:hover{background:var(--surface)}.stat-num{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.4rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.stat-num span{color:var(--orange)}.stat-label{font-family:var(--ff-mono);color:var(--muted);letter-spacing:.02em;font-size:.76rem;font-weight:500}.about{background:var(--bg);grid-template-columns:1fr 1fr;align-items:center;gap:0;min-height:70vh;display:grid}.about__text{padding:clamp(4rem,7vw,8rem) clamp(2rem,5vw,5rem)}.about__heading{font-family:var(--ff-serif);color:var(--dark);letter-spacing:-.01em;margin-bottom:1.4rem;font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.15}.about__body{color:var(--muted);max-width:420px;margin-bottom:2rem;font-size:1rem;line-height:1.8}.about__photo{border-left:1px solid var(--border);min-height:560px;position:relative;overflow:hidden}.about__photo:after{content:"";pointer-events:none;background:linear-gradient(#07070c1a,#07070c8c);position:absolute;inset:0}.about__photo img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--slow);filter:saturate(1.05);position:absolute;inset:0}.about:hover .about__photo img{transform:scale(1.03)}.promo-section{background:var(--off-white)}.promo-card{text-align:center;flex-direction:column;align-items:center;max-width:520px;margin:0 auto;display:flex}.promo-card__heading{font-family:var(--ff-serif);color:var(--dark);letter-spacing:-.01em;margin-bottom:2.2rem;font-size:clamp(2rem,3.5vw,2.8rem)}.promo-card__frame{background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--surface-border);width:100%;box-shadow:var(--glow-orange);border-radius:20px;margin-bottom:2.2rem;overflow:hidden}.promo-card__frame img{width:100%;height:auto;display:block}.promo-card__frame:hover{border-color:var(--surface-border-strong)}.promise{background:var(--bg);max-width:var(--max);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:clamp(6rem,10vw,9rem) clamp(1.5rem,5vw,3.5rem);display:grid}.promise__heading{font-family:var(--ff-serif);color:var(--dark);letter-spacing:-.01em;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,3.1rem);line-height:1.15}.promise__lead{color:var(--muted);max-width:440px;margin-bottom:2.4rem;font-size:1rem;line-height:1.8}.promise__points{flex-direction:column;gap:1.6rem;margin-bottom:2.4rem;display:flex}.promise__point{align-items:flex-start;gap:14px;display:flex}.promise__point-icon{background:var(--surface);border:1px solid var(--surface-border);width:38px;height:38px;color:var(--orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.promise__point-title{color:var(--dark);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.promise__point-desc{color:var(--muted);font-size:.85rem;line-height:1.6}.orbit{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:380px;margin:0 auto;display:flex;position:relative}.orbit__glow{filter:blur(30px);background:radial-gradient(circle,#2e8eff47 0%,#0000 70%);border-radius:50%;position:absolute;inset:8%}.orbit__ring{border:1px solid var(--surface-border);border-radius:50%;position:absolute}.orbit__ring--1{inset:0}.orbit__ring--2{border-style:dashed;border-color:var(--surface-border-strong);inset:16%}.orbit__core{z-index:2;background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--surface-border-strong);width:84px;height:84px;color:var(--cyan);box-shadow:var(--glow-cyan);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.orbit__orbiter{position:absolute;inset:0}.orbit__chip{background:var(--void);border:1px solid var(--surface-border-strong);width:42px;height:42px;color:var(--orange-h);border-radius:50%;justify-content:center;align-items:center;animation:18s linear infinite chipCounter;display:flex;position:absolute;translate:-50% -50%;box-shadow:0 6px 20px #0006}@keyframes chipCounter{to{rotate:-360deg}}@media (width<=1024px){.promise{grid-template-columns:1fr;gap:3rem}.orbit{max-width:300px}}.services-section{background:var(--off-white)}.section-head{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin:0 auto 3.5rem;display:flex}.section-head__title{font-family:var(--ff-serif);letter-spacing:-.01em;color:var(--dark);max-width:15ch;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.section-head__sub{color:var(--muted);align-self:flex-end;max-width:320px;font-size:.92rem;line-height:1.7}.services-grid-main{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:1.6rem;margin:0 auto;display:grid}.svc-card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);transform-style:preserve-3d;will-change:transform;border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000059}.svc-card:hover{border-color:var(--surface-border-strong);box-shadow:var(--glow-orange)}.svc-card__photo{aspect-ratio:16/10;flex-shrink:0;position:relative;overflow:hidden}.svc-card__photo:after{content:"";background:linear-gradient(#0000 40%,#07070c80);position:absolute;inset:0}.svc-card__photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--slow);filter:saturate(1.05)brightness(.94)}.svc-card:hover .svc-card__photo img{transform:scale(1.08)}.svc-card__body{flex-direction:column;flex:1;padding:1.8rem;display:flex}.svc-card__cat{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.55rem;font-size:.68rem;font-weight:700}.svc-card__title{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.7rem;font-size:1.15rem;line-height:1.3}.svc-card__desc{color:var(--muted);flex:1;font-size:.88rem;line-height:1.7}.svc-card__link{color:var(--orange);align-items:center;gap:5px;margin-top:1.3rem;font-size:.8rem;font-weight:600;transition:gap .2s;display:inline-flex}.svc-card:hover .svc-card__link{gap:9px}.feature-banner{min-height:75vh;color:var(--white);background:var(--void);align-items:center;padding:clamp(5rem,8vw,9rem) clamp(1.5rem,5vw,3.5rem);display:flex;position:relative;overflow:hidden}.feature-banner__bg{filter:saturate(1.05);background-position:50%;background-size:cover;position:absolute;inset:0}.feature-banner__overlay{background:radial-gradient(50% 60% at 90% 90%,#2e8eff24 0%,#0000 60%),linear-gradient(90deg,#030305f0 0%,#050508b8 55%,#07070c38 100%);position:absolute;inset:0}.feature-banner__content{z-index:2;max-width:600px;position:relative}.feature-banner__title{font-family:var(--ff-serif);letter-spacing:-.01em;color:var(--white);margin-bottom:1.4rem;font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:1.1}.feature-banner__title em{background:linear-gradient(100deg, var(--orange), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.feature-banner__body{color:#ffffffa6;max-width:440px;margin-bottom:2rem;font-size:1rem;line-height:1.8}.split{background:var(--bg);grid-template-columns:1fr 1fr;align-items:stretch;min-height:65vh;display:grid}.split--rev{direction:rtl}.split--rev>*{direction:ltr}.split__photo{border-right:1px solid var(--border);position:relative;overflow:hidden}.split__photo:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 60%,#07070c66);position:absolute;inset:0}.split__photo img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--slow);filter:saturate(1.05);display:block}.split:hover .split__photo img{transform:scale(1.04)}.split__text{flex-direction:column;justify-content:center;padding:clamp(3.5rem,6vw,7rem) clamp(2.5rem,5vw,5.5rem);display:flex}.split__title{font-family:var(--ff-serif);letter-spacing:-.01em;color:var(--dark);margin-bottom:1.3rem;font-size:clamp(2rem,3.5vw,3rem);line-height:1.12}.split__title em{background:linear-gradient(100deg, var(--orange), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.split__body{color:var(--muted);max-width:400px;margin-bottom:2rem;font-size:.97rem;line-height:1.8}.checklist{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.checklist li{color:var(--mid);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.checklist li:before{content:"";background:linear-gradient(135deg, var(--orange), var(--orange-h));border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;box-shadow:0 0 10px #2e8eff66;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9l3.5 3.5L14 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9l3.5 3.5L14 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat}.clients-section{background:var(--off-white)}.clients-grid{max-width:var(--max);grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0 auto;display:grid}.client-card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:16px;padding:2.5rem;transition:box-shadow .3s,transform .3s,border-color .3s}.client-card:hover{box-shadow:var(--glow-cyan);border-color:var(--surface-border-strong);transform:translateY(-3px)}.client-card__sector{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);margin-bottom:.65rem;font-size:.66rem;font-weight:700}.client-card__name{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.8rem;font-size:1.1rem;line-height:1.3}.client-card__text{color:var(--muted);font-size:.88rem;line-height:1.75}.cta-hero{text-align:center;min-height:55vh;color:var(--white);background:var(--void);justify-content:center;align-items:center;padding:clamp(5rem,9vw,10rem) clamp(1.5rem,5vw,3.5rem);display:flex;position:relative;overflow:hidden}.cta-hero__bg{filter:saturate(1.05);background-image:url(https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;position:absolute;inset:0}.cta-hero__overlay{background:radial-gradient(60% 60% at 50% 10%,#2e8eff29 0%,#0000 60%),#040407db;position:absolute;inset:0}.cta-hero__content{z-index:2;max-width:680px;position:relative}.cta-hero__title{font-family:var(--ff-serif);letter-spacing:-.01em;color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.1}.cta-hero__title em{background:linear-gradient(100deg, var(--orange), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.cta-hero__desc{color:#fff9;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.cta-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-hero{border-bottom:1px solid var(--border);background:var(--bg);padding:clamp(5rem,8vw,9rem) clamp(1.5rem,5vw,3.5rem) clamp(4rem,6vw,6rem);position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(#2e8eff1a 0%,#0000 65%);width:60%;height:160%;position:absolute;top:-30%;right:-10%}.page-hero__inner{max-width:var(--max);z-index:1;margin:0 auto;position:relative}.breadcrumb{font-family:var(--ff-mono);color:var(--muted);letter-spacing:.02em;align-items:center;gap:8px;margin-bottom:1.8rem;font-size:.74rem;font-weight:500;display:flex}.breadcrumb a{color:var(--muted);transition:color .2s}.breadcrumb a:hover{color:var(--dark)}.breadcrumb .cur{color:var(--orange)}.page-hero__title{font-family:var(--ff-serif);letter-spacing:-.02em;color:var(--dark);margin-bottom:1.2rem;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1.05}.page-hero__title em{background:linear-gradient(100deg, var(--orange), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.page-hero__desc{color:var(--muted);max-width:520px;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.8}.svc-detail-grid{max-width:var(--max);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem;margin:0 auto;display:grid}.svc-detail-card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:20px;transition:box-shadow .3s,transform .3s,border-color .3s;overflow:hidden}.svc-detail-card:hover{box-shadow:var(--glow-orange);border-color:var(--surface-border-strong);transform:translateY(-4px)}.svc-detail-card__photo{aspect-ratio:16/9;position:relative;overflow:hidden}.svc-detail-card__photo:after{content:"";background:linear-gradient(#0000 40%,#07070c80);position:absolute;inset:0}.svc-detail-card__photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--slow);filter:saturate(1.05)brightness(.94)}.svc-detail-card:hover .svc-detail-card__photo img{transform:scale(1.06)}.svc-detail-card__body{padding:2rem 2.2rem}.svc-detail-card__num{font-family:var(--ff-mono);letter-spacing:.1em;color:var(--cyan);margin-bottom:.9rem;font-size:.68rem;font-weight:700}.svc-detail-card__title{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.8rem;font-size:1.2rem}.svc-detail-card__desc{color:var(--muted);margin-bottom:1.2rem;font-size:.88rem;line-height:1.75}.svc-detail-card__points{flex-direction:column;gap:.5rem;display:flex}.svc-detail-card__points li{color:var(--mid);align-items:center;gap:8px;font-size:.82rem;display:flex}.svc-detail-card__points li:before{content:"—";color:var(--orange);flex-shrink:0;font-weight:700}.steps-section{background:var(--light)}.steps-grid{max-width:var(--max);grid-template-columns:repeat(5,1fr);gap:1.5rem;margin:0 auto;display:grid;position:relative}.steps-grid:before{content:"";background:linear-gradient(90deg, transparent, var(--border) 15%, var(--border) 85%, transparent);height:1px;position:absolute;top:30px;left:60px;right:60px}.step-box{text-align:center;position:relative}.step-circle{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid var(--orange);width:60px;height:60px;font-family:var(--ff-mono);color:var(--orange);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.3rem;font-size:1.1rem;font-weight:600;display:flex;box-shadow:0 4px 24px #2e8eff38}.step-title{color:var(--dark);margin-bottom:.4rem;font-size:.88rem;font-weight:600}.step-desc{color:var(--muted);font-size:.78rem;line-height:1.6}.product-card__photo--white{background:#fff}.product-card__photo--white:after{display:none}.product-card__photo--white .rgb-photo{object-fit:contain;filter:none;width:100%;height:100%;padding:6%;animation:10s linear infinite rgbVideoHue}.product-card:hover .product-card__photo--white .rgb-photo{transform:none}.product-card__photo--contain{background:var(--void)}.product-card__photo--contain:after{display:none}.product-card__photo--contain .contain-photo{object-fit:contain;filter:none;width:100%;height:100%;padding:5%}.product-card:hover .product-card__photo--contain .contain-photo{transform:none}@keyframes rgbVideoHue{0%{filter:hue-rotate()saturate(1.15)}to{filter:hue-rotate(360deg)saturate(1.15)}}.filter-bar{max-width:var(--max);flex-wrap:wrap;gap:.6rem;margin:0 auto 2.5rem;display:flex}.filter-btn{background:var(--surface);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:980px;padding:8px 20px;font-size:.8rem;font-weight:500;transition:all .2s}.filter-btn:hover,.filter-btn.active{border-color:var(--orange);color:var(--orange);background:var(--orange-dim)}.products-grid{max-width:var(--max);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem;margin:0 auto;display:grid}.product-card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:18px;transition:box-shadow .3s,transform .3s,border-color .3s;overflow:hidden}.product-card:hover{box-shadow:var(--glow-orange);border-color:var(--surface-border-strong);transform:translateY(-5px)}.product-card__photo{aspect-ratio:16/10;position:relative;overflow:hidden}.product-card__photo:after{content:"";background:linear-gradient(#0000 40%,#07070c80);position:absolute;inset:0}.product-card__photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--slow);filter:saturate(1.05)brightness(.94)}.product-card:hover .product-card__photo img{transform:scale(1.06)}.product-card__body{padding:1.5rem}.product-card__type{font-family:var(--ff-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:.4rem;font-size:.66rem;font-weight:700}.product-card__name{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.55rem;font-size:1rem}.product-card__desc{color:var(--muted);margin-bottom:1rem;font-size:.83rem;line-height:1.65}.badge{font-family:var(--ff-mono);letter-spacing:.04em;border-radius:980px;padding:3px 10px;font-size:.66rem;font-weight:600;display:inline-block}.badge--new{background:var(--orange-dim);color:var(--orange);border:1px solid var(--orange-mid)}.badge--refurb{background:var(--surface);color:var(--muted);border:1px solid var(--surface-border)}.badge--pro{background:var(--cyan-dim);color:var(--cyan);border:1px solid var(--cyan-mid)}.contact-layout{max-width:var(--max);grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:0;display:flex}.contact-info-item{border-bottom:1px solid var(--border);padding:1.6rem 0}.contact-info-item:first-child{border-top:1px solid var(--border)}.cii-label{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem;font-size:.66rem;font-weight:700}.cii-value{color:var(--dark);font-size:.95rem;line-height:1.6}.cii-value a{color:var(--orange)}.cii-value a:hover{text-decoration:underline}.hours-rows{flex-direction:column;gap:0;margin-top:.3rem;display:flex}.hours-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:7px 0;font-size:.85rem;display:flex}.hours-row:last-child{border-bottom:none}.hours-row__day{color:var(--muted)}.hours-row__time{color:var(--dark);font-weight:500;font-family:var(--ff-mono);font-size:.82rem}.hours-row--closed .hours-row__time{color:var(--muted);font-weight:400}.contact-form{background:var(--surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--surface-border);border-radius:24px;padding:3rem;box-shadow:0 8px 50px #0006}.cf-title{font-family:var(--ff-serif);color:var(--dark);margin-bottom:.4rem;font-size:1.6rem}.cf-sub{color:var(--muted);margin-bottom:2.2rem;font-size:.88rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.3rem}.form-label{font-family:var(--ff-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--mid);margin-bottom:8px;font-size:.7rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border);width:100%;font-family:var(--ff-sans);color:var(--dark);background:#ffffff08;border-radius:10px;outline:none;padding:12px 16px;font-size:.93rem;transition:border-color .2s,box-shadow .2s,background .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-dim);background:#2e8eff0a}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted)}.form-select{cursor:pointer}.form-select option{color:var(--dark);background:#101018}.form-textarea{resize:vertical;min-height:120px}.map-block{max-width:var(--max);background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--surface-border);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;height:320px;margin:0 auto;display:flex}.map-block__pin{filter:drop-shadow(0 0 12px #2e8eff99);font-size:2.8rem}.map-block__name{font-family:var(--ff-serif);color:var(--dark);font-size:1.1rem}.map-block__addr{color:var(--muted);font-size:.85rem}footer{background:var(--dark2);color:var(--white);padding:clamp(4rem,6vw,6rem) clamp(1.5rem,5vw,3.5rem) 2.5rem;position:relative}.footer-top{max-width:var(--max);border-bottom:1px solid var(--border-d);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin:0 auto;padding-bottom:3.5rem;display:grid}.footer-brand{width:auto;height:46px;margin-bottom:1.4rem;display:block}.footer-tagline{color:#fff6;max-width:220px;margin-bottom:1.8rem;font-size:.88rem;line-height:1.75}.footer-socials{gap:.6rem;display:flex}.footer-social{color:#ffffff80;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.72rem;font-weight:700;transition:all .2s;display:flex}.footer-social:hover{border-color:var(--orange);color:var(--orange);background:#2e8eff1f;box-shadow:0 0 16px #2e8eff4d}.footer-col-title{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:#ffffff52;margin-bottom:1.4rem;font-size:.66rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:#ffffff85;font-size:.88rem;transition:color .2s}a.footer-link:hover{color:var(--orange)}.footer-bottom{max-width:var(--max);color:#ffffff47;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin:0 auto;padding-top:2.5rem;font-size:.78rem;display:flex}.footer-bottom a{color:#ffffff47;transition:color .2s}.footer-bottom a:hover{color:#ffffffb3}@media (width<=1024px){.about{grid-template-columns:1fr}.about__photo{border-left:none;border-top:1px solid var(--border);min-height:380px}.split{grid-template-columns:1fr;min-height:auto}.split--rev{direction:ltr}.split__photo{border-right:none;border-bottom:1px solid var(--border);min-height:320px}.services-grid-main,.stats-strip{grid-template-columns:repeat(2,1fr)}.stats-strip .stat-item:nth-child(2){border-right:none}.footer-top{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.services-grid-main,.clients-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.steps-grid:before{display:none}.products-grid{grid-template-columns:1fr}.cta-hero__actions{flex-direction:column;align-items:center}}@media (width<=500px){.stats-strip{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}}
