:root{--bg:#09090B;--surface:#18181B;--glass:rgba(24,24,27,.65);--text:#FFFFFF;--muted:#A1A1AA;--subtle:#71717A;--line:rgba(255,255,255,.1);--line-soft:rgba(255,255,255,.05);--accent:#6366F1;--accent-soft:rgba(99,102,241,.15);--green:#10B981;--radius-xl:32px;--radius-lg:24px;--radius-md:20px;--app-max:430px;--header-h:88px;--shadow:inset 0 1px 0 rgba(255,255,255,.05),0 20px 80px rgba(0,0,0,.36);--scroll-progress:0;--hero-shift:0;--hero-dim:0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,textarea{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}.app{position:relative;width:100%;max-width:var(--app-max);margin:0 auto;min-height:100vh;background:var(--bg);overflow:hidden;padding-bottom:120px}.scroll-progress{display:none}.smart-header{position:fixed;z-index:50;top:0;left:50%;transform:translate(-50%);width:min(100%,var(--app-max));height:calc(var(--header-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;display:flex;align-items:center;justify-content:space-between;background:var(--glass);border-bottom:1px solid var(--line-soft);border-radius:0 0 24px 24px;backdrop-filter:blur(24px) saturate(135%);-webkit-backdrop-filter:blur(24px) saturate(135%);box-shadow:inset 0 -1px #ffffff06}.brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;letter-spacing:-.04em}.location{font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--subtle)}.hero{position:relative;min-height:650px;padding:calc(var(--header-h) + env(safe-area-inset-top) + 70px) 16px 42px;display:flex;align-items:flex-end;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(to bottom,#09090b94,#09090b29 26%,#09090b8f 58%,#09090b 90% 100%),linear-gradient(90deg,rgba(9,9,11,.46),transparent 72%)}.hero:after{content:"";position:absolute;right:-40px;top:150px;width:220px;height:220px;z-index:-1;border-radius:50%;background:#6366f126;filter:blur(80px)}.hero h1{margin:16px 0;max-width:360px;font-size:clamp(42px,11vw,48px);line-height:1.02;letter-spacing:-.055em;font-weight:900}.hero p{margin:0;max-width:310px;color:var(--muted);font-size:16px;line-height:1.45}section{position:relative}.section{padding:0 16px;margin-top:48px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-head h2{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.04em;font-weight:700}.section-head p{margin:0;max-width:140px;color:var(--subtle);font-size:10px;line-height:1.35;text-align:right}.about-card,.service-card,.process-card,.price-card,.contact-card{position:relative;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:var(--surface);box-shadow:var(--shadow)}.reveal-card{transition:transform .7s cubic-bezier(.2,.75,.2,1),opacity .7s ease,border-color .35s ease}.about-card{padding:24px}.about-card:before,.price-card:before,.contact-card:before{content:"";position:absolute;width:150px;height:150px;right:-35px;top:-50px;border-radius:50%;background:#6366f138;filter:blur(72px);pointer-events:none}.about-card h3{position:relative;margin:0 0 12px;font-size:22px;line-height:1.16;letter-spacing:-.04em}.about-card p{position:relative;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.service-card{min-height:180px;padding:18px;border-radius:24px}.service-card h3{margin:0 0 7px;font-size:17px;letter-spacing:-.035em}.service-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.case-card{position:relative;height:360px;border-radius:24px;overflow:hidden;scroll-snap-align:start;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);isolation:isolate}.case-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#000000f0 4%,#0000002e 58%,#0000000a)}.case-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.process-card{padding:18px;border-radius:22px;background:#ffffff09;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.process-card h3{margin:2px 0 6px;font-size:15px;letter-spacing:-.03em}.process-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.48}.team-card{overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#111;box-shadow:var(--shadow)}.price-card{padding:24px}.quote{padding:20px;border-radius:24px;border:1px solid var(--line-soft);background:#ffffff08}.quote p{margin:0 0 16px;color:#e4e4e7;font-size:13px;line-height:1.55}.faq{display:grid;gap:8px}.faq-item{overflow:hidden;border-radius:20px;border:1px solid var(--line-soft);background:#ffffff08}.faq-question{width:100%;min-height:62px;padding:0 18px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;font-size:12px;font-weight:650}.contact-card{padding:24px}.contact-card h2{position:relative;margin:0 0 10px;font-size:24px;letter-spacing:-.04em}.contact-card>p{position:relative;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.contact-item{display:flex;align-items:center;gap:12px;padding:13px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff0a}.contact-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#ffffff0e}.contact-icon svg{width:18px}.contact-item small{display:block;color:var(--subtle);font-size:8px;margin-bottom:3px}.contact-item strong{font-size:11px}footer{padding:40px 16px 8px;color:var(--subtle);font-size:9px;line-height:1.55}footer strong{display:block;color:#d4d4d8;font-size:12px;margin-bottom:7px}.sheet-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;visibility:hidden;transition:.3s}.sheet-overlay.open{opacity:1;visibility:visible}.bottom-sheet{position:absolute;left:50%;bottom:0;width:min(100%,var(--app-max));max-height:90vh;overflow-y:auto;transform:translate(-50%,105%);transition:transform .42s cubic-bezier(.22,.85,.31,1);padding:12px 20px max(24px,env(safe-area-inset-bottom));border-radius:32px 32px 0 0;background:#09090b;border:1px solid rgba(255,255,255,.08);box-shadow:0 -30px 100px #0009,inset 0 1px #ffffff0d}.sheet-overlay.open .bottom-sheet{transform:translate(-50%)}.drag{width:40px;height:4px;margin:0 auto 22px;border-radius:4px;background:#fff3}.sheet-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.sheet-head h2{margin:0;font-size:25px;letter-spacing:-.045em}.sheet-head p{margin:6px 0 0;color:var(--muted);font-size:12px}.close-sheet{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#ffffff0d;color:#fff;display:grid;place-items:center}.type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.type-btn{min-height:82px;padding:13px;border-radius:18px;border:1px solid var(--line);background:#ffffff0a;color:#fff;text-align:left}.type-btn strong{display:block;font-size:12px;margin-bottom:5px}.type-btn span{color:var(--subtle);font-size:9px;line-height:1.35}.type-btn.active{border-color:var(--accent);background:var(--accent-soft)}.form-grid{display:grid;gap:10px;margin-top:18px}.field{width:100%;min-height:52px;padding:0 15px;border-radius:16px;border:1px solid var(--line);background:#ffffff0b;color:#fff;outline:none}textarea.field{min-height:100px;padding-top:15px;resize:vertical}.field::placeholder{color:#68686f}.submit{width:100%;height:56px;margin-top:14px;border:0;border-radius:18px;background:#fff;color:#000;font-weight:800}.success{display:none;margin-top:14px;padding:14px;border-radius:16px;border:1px solid rgba(16,185,129,.22);background:#10b98114;color:#d1fae5;font-size:11px;line-height:1.45}.success.show{display:block}@media(min-width:700px){body{padding:24px 0}.app{min-height:calc(100vh - 48px);border-radius:36px}.smart-header{top:24px;border-radius:36px 36px 24px 24px}.bottom-sheet{bottom:24px;border-radius:32px}}@media(min-width:1000px){:root{--app-max:min(1540px, calc(100vw - 72px) );--header-h:104px}body{padding:32px 0}.app{min-height:calc(100vh - 64px);border-radius:44px;padding-bottom:164px;overflow:clip}.scroll-progress{position:fixed;z-index:70;right:max(28px,calc((100vw - var(--app-max)) / 2 + 28px));top:164px;width:3px;height:calc(100vh - 340px);min-height:260px;display:block;border-radius:999px;background:#ffffff14;overflow:hidden;box-shadow:0 0 0 1px #ffffff0a}.scroll-progress span{display:block;width:100%;height:100%;border-radius:inherit;transform-origin:top;transform:scaleY(var(--scroll-progress));background:linear-gradient(to bottom,#fff,#a5b4fc,#6366f1);box-shadow:0 0 22px #6366f1b8}.smart-header{top:32px;padding-left:42px;padding-right:42px;border-radius:44px 44px 28px 28px}.brand{gap:12px;font-size:26px}.location{font-size:13px}.hero{min-height:900px;padding:calc(var(--header-h) + env(safe-area-inset-top) + 108px) 72px 100px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:end;gap:48px}.hero:before{background:linear-gradient(to bottom,#09090b94,#09090b1f 28%,#09090b8a 62%,#09090b 88% 100%),linear-gradient(90deg,rgba(9,9,11,.72),rgba(9,9,11,.18) 58%,transparent 88%)}.hero:after{right:9%;top:230px;width:340px;height:340px;filter:blur(110px)}.hero h1{max-width:980px;margin:24px 0 22px;font-size:clamp(76px,5.45vw,106px);line-height:1.08;letter-spacing:-.045em}.hero p{max-width:760px;font-size:30px;line-height:1.48}.section{padding:0 72px;margin-top:96px}.section-head{margin-bottom:28px;position:sticky;top:142px;z-index:2;align-self:start}.section-head h2{font-size:44px}.section-head p{max-width:360px;font-size:16px;line-height:1.45}.about-card,.price-card,.contact-card{padding:44px;border-radius:36px}.about-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:42px;align-items:end}.about-card h3{max-width:920px;font-size:44px;line-height:1.12}.about-card p{max-width:980px;font-size:22px;line-height:1.7}.service-card{min-height:260px;padding:30px;border-radius:32px}.service-card:hover,.case-card:hover,.team-card:hover,.process-card:hover{border-color:#ffffff2e;transform:translateY(-8px)}.service-card h3{font-size:28px}.service-card p{font-size:17px;line-height:1.55}.case-card{height:520px;border-radius:34px}.process-card{grid-template-columns:58px 1fr;gap:18px;padding:28px;border-radius:28px}.process-card h3{font-size:24px}.process-card p{font-size:16px;line-height:1.55}.team-card{border-radius:32px}.quote{padding:32px;border-radius:32px}.quote p{font-size:20px}.faq{gap:12px}.faq-question{min-height:82px;padding:0 28px;font-size:19px}.contact-card h2{font-size:44px}.contact-card>p{max-width:780px;font-size:20px;line-height:1.6}.contact-item{padding:20px;border-radius:24px}.contact-icon{width:56px;height:56px;border-radius:18px}.contact-icon svg{width:26px}.contact-item small{font-size:12px}.contact-item strong{font-size:17px}footer{padding:70px 72px 24px;font-size:13px}footer strong{font-size:17px}.reveal-card{opacity:.22;transform:translate3d(0,46px,0) scale(.985)}.reveal-card.in-view{opacity:1;transform:translateZ(0) scale(1)}}@media(min-width:1320px){.hero{grid-template-columns:minmax(0,1fr) 460px}.hero h1{max-width:1060px}}.reveal-card{opacity:.35;transform:translate3d(0,34px,0) scale(.985);transition:transform .7s cubic-bezier(.2,.75,.2,1),opacity .7s ease,border-color .35s ease,box-shadow .35s ease}.reveal-card.in-view{opacity:1;transform:translateZ(0) scale(1)}@media(max-width:999px){.scroll-progress{position:fixed;z-index:80;left:16px;right:16px;bottom:max(104px,calc(env(safe-area-inset-bottom) + 104px));display:block;height:2px;border-radius:999px;background:#ffffff14;overflow:hidden;pointer-events:none}.scroll-progress span{display:block;width:100%;height:100%;transform-origin:left;transform:scaleX(var(--scroll-progress));border-radius:inherit;background:linear-gradient(90deg,#fff,#a5b4fc,#6366f1);box-shadow:0 0 18px #6366f1bf}}@media(min-width:1000px){:root{--app-max:100vw;--header-h:96px}html,body{height:100%;overflow:hidden}body{padding:0;background:radial-gradient(circle at 10% 18%,rgba(99,102,241,.14),transparent 28%),radial-gradient(circle at 88% 12%,rgba(16,185,129,.08),transparent 24%),#09090b}body::selection{background:#fff;color:#09090b}.app{display:grid;grid-template-columns:minmax(420px,40vw) minmax(0,1fr);grid-auto-rows:min-content;gap:0;width:100vw;max-width:none;height:100vh;min-height:100vh;margin:0;padding:0 0 72px;border-radius:0;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) rgba(255,255,255,.04);background:linear-gradient(90deg,#09090b 0% 39.9%,#09090bd6 40%,#09090beb)}.app::-webkit-scrollbar{width:12px}.app::-webkit-scrollbar-track{background:#ffffff0a}.app::-webkit-scrollbar-thumb{border:4px solid rgba(9,9,11,.86);border-radius:999px;background:linear-gradient(#fff,#818cf8)}.app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:40vw;z-index:0;pointer-events:none;background:linear-gradient(#09090bd1,#09090be0),url(https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1600&q=82) center/cover no-repeat;filter:saturate(.75)}.app:after{content:"";position:fixed;top:0;right:0;bottom:0;left:40vw;z-index:0;pointer-events:none;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.09),transparent 0 12%,transparent 13%),radial-gradient(circle at 78% 40%,rgba(99,102,241,.16),transparent 0 20%,transparent 21%),linear-gradient(135deg,rgba(255,255,255,.05),transparent 42%);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);opacity:.92}.scroll-progress{position:fixed;z-index:90;right:28px;top:48px;bottom:48px;display:block;width:4px;height:auto;min-height:0;border-radius:999px;background:#ffffff17;overflow:hidden}.scroll-progress span{display:block;width:100%;height:100%;transform-origin:top;transform:scaleY(var(--scroll-progress));border-radius:inherit;background:linear-gradient(to bottom,#fff,#c7d2fe,#6366f1);box-shadow:0 0 24px #6366f1c7}.smart-header{position:sticky;top:0;left:auto;grid-column:1;grid-row:1;transform:none;width:100%;height:112px;padding:0 48px;border-radius:0;background:linear-gradient(to bottom,#09090bf5,#09090bad);border:0;box-shadow:none}.brand{font-size:22px}.location{font-size:12px}.hero{position:sticky;top:0;grid-column:1;grid-row:1 / span 40;height:100vh;min-height:100vh;display:flex;align-items:center;padding:140px 48px 160px;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.hero:before{background:linear-gradient(to bottom,#09090b94,#09090bf0),linear-gradient(90deg,#09090b,#09090beb 72%,#09090bb8)}.hero:after{right:18%;top:18%;width:360px;height:360px;opacity:.8}.hero h1{max-width:620px;margin:26px 0 22px;font-size:clamp(56px,4.7vw,78px);line-height:1.02;letter-spacing:-.055em}.hero p{max-width:560px;font-size:19px;line-height:1.65}.section{position:relative;z-index:2;grid-column:2;width:min(100%,980px);justify-self:center;padding:0;margin:0}.section:first-of-type{padding-top:48px}.section+.section{margin-top:24px}.section-head{position:relative;top:auto;z-index:1;margin:0 0 18px;padding:0 6px}.section-head h2{font-size:28px}.section-head p{max-width:280px;font-size:13px}.about-card,.price-card,.contact-card,.service-card,.process-card,.quote,.faq-item,.team-card,.case-card{background:#18181ba8;border-color:#ffffff1a;backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%)}.about-card{display:grid;grid-template-columns:1.22fr .78fr;gap:24px;min-height:360px;padding:34px;border-radius:32px}.about-card h3{font-size:34px;line-height:1.08}.about-card p{font-size:17px;line-height:1.62}.service-card{grid-column:span 3;min-height:260px;padding:28px;border-radius:30px}.service-card h3{font-size:24px}.service-card p{font-size:15px;line-height:1.55}.case-card{grid-column:span 3;height:300px;border-radius:32px}.case-card:first-child{grid-column:span 6;height:430px}.case-card img{transition:transform .8s ease,filter .8s ease}.case-card:hover img{transform:scale(1.06);filter:saturate(1.08) contrast(1.06)}.case-card:hover:after{background:linear-gradient(to top,#000000f5 6%,#00000057 62%,#00000014)}.process-card{display:block;min-height:230px;padding:26px;border-radius:28px}.process-card h3{font-size:21px}.process-card p{font-size:14px}.price-card{padding:34px;border-radius:32px}.quote{padding:28px;border-radius:28px}.quote p{font-size:17px}.faq{gap:10px}.faq-question{min-height:72px;font-size:16px}.contact-card{padding:34px;border-radius:32px}.contact-card h2{font-size:36px}.contact-card>p{font-size:17px}.contact-item{padding:18px;border-radius:22px}.contact-icon{width:50px;height:50px}.contact-item small{font-size:10px}.contact-item strong{font-size:14px}footer{position:relative;z-index:2;grid-column:2;width:min(100%,980px);justify-self:center;padding:42px 0 64px;font-size:12px}.service-card:hover,.case-card:hover,.team-card:hover,.process-card:hover,.price-card:hover,.quote:hover,.faq-item:hover,.contact-card:hover{border-color:#818cf857;box-shadow:inset 0 1px #ffffff14,0 24px 90px #00000061,0 0 0 1px #6366f114;transform:translateY(-6px) scale(1.01)}.bottom-sheet{right:0;left:auto;bottom:0;width:min(440px,100vw);height:100vh;max-height:none;border-radius:34px 0 0 34px;transform:translate(104%);border-left:1px solid rgba(255,255,255,.12)}.sheet-overlay.open .bottom-sheet{transform:translate(0)}.sheet-overlay.open{opacity:1;pointer-events:auto}}@keyframes spatialDrift{0%,to{transform:translate3d(-1.5%,-1%,0) scale(1.04) rotate(.001deg)}50%{transform:translate3d(1.5%,1%,0) scale(1.07) rotate(.001deg)}}.spatial-hint{display:none}@media(min-width:1000px){:root{--mouse-x:0;--mouse-y:0;--stage-progress:0}html,body{width:100%;height:100%;overflow:hidden;overscroll-behavior:none}body{padding:0;cursor:none;background:#09090b}body:before{content:"";position:fixed;top:-7%;right:-7%;bottom:-7%;left:-7%;z-index:-3;background:linear-gradient(#09090bc7,#09090be6),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=82) center/cover no-repeat;filter:blur(18px) saturate(.82) contrast(1.08);transform:translate3d(calc(var(--mouse-x) * -18px),calc(var(--mouse-y) * -18px),0) scale(1.08);animation:spatialDrift 18s ease-in-out infinite}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(circle at calc(50% + var(--mouse-x) * 12%) calc(46% + var(--mouse-y) * 10%),rgba(99,102,241,.2),transparent 34%),radial-gradient(circle at 18% 78%,rgba(16,185,129,.1),transparent 26%),linear-gradient(115deg,#09090bf5,#09090bb3 52%,#09090bf5);pointer-events:none}.app{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100vh;min-height:100vh;margin:0;padding:0;overflow:hidden;border-radius:0;background:transparent;perspective:1400px;transform-style:preserve-3d}.app::-webkit-scrollbar{display:none}.app{scrollbar-width:none}.app:before,.app:after{display:none}.smart-header{position:fixed;z-index:90;top:32px;left:40px;right:40px;width:auto;height:60px;transform:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;pointer-events:none}.brand,.location{min-height:48px;padding:0 18px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#18181b57;backdrop-filter:blur(30px) saturate(150%);-webkit-backdrop-filter:blur(30px) saturate(150%);box-shadow:inset 0 1px #ffffff14;pointer-events:auto}.brand{font-size:18px;letter-spacing:-.035em}.location{display:flex;align-items:center;font-size:12px;color:#d4d4d8}.scroll-progress{position:fixed;z-index:92;left:50%;bottom:28px;display:block;width:min(520px,42vw);height:4px;transform:translate(-50%);border-radius:999px;background:#ffffff17;overflow:hidden}.scroll-progress span{display:block;width:100%;height:100%;transform-origin:left;transform:scaleX(var(--stage-progress));border-radius:inherit;background:linear-gradient(90deg,#fff,#a5b4fc,#6366f1);box-shadow:0 0 30px #6366f1db}.spatial-hint{position:fixed;z-index:91;left:50%;top:32px;transform:translate(-50%);display:flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#18181b57;color:#d4d4d8;font-size:12px;font-weight:650;letter-spacing:.02em;-webkit-backdrop-filter:blur(30px) saturate(150%);backdrop-filter:blur(30px) saturate(150%)}.spatial-hint:before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 18px #fffc}.spatial-scene{position:fixed!important;top:0;right:0;bottom:0;left:0;z-index:10;width:100vw!important;height:100vh!important;min-height:100vh!important;margin:0!important;padding:118px max(48px,7vw) 118px!important;display:grid!important;place-items:center;justify-items:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(-420px) scale(.72);filter:blur(16px) saturate(.72);transition:opacity .82s ease,visibility .82s ease,transform .92s cubic-bezier(.16,1,.3,1),filter .82s ease;transform-style:preserve-3d}.spatial-scene.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(calc(var(--mouse-x) * -10px),calc(var(--mouse-y) * -10px),0) scale(1);filter:blur(0) saturate(1)}.spatial-scene.is-prev{transform:translate3d(calc(var(--mouse-x) * -16px),-8vh,380px) scale(1.18);opacity:0}.spatial-scene.is-next{transform:translate3d(calc(var(--mouse-x) * 10px),8vh,-520px) scale(.66);opacity:0}.hero.spatial-scene{overflow:visible}.hero:before{background:radial-gradient(circle at 50% 45%,#ffffff14,#09090b47 34%,#09090be6 78%)}.hero:after{right:18vw;top:18vh;width:380px;height:380px;background:#6366f133;filter:blur(120px)}.section>article,.section>.faq,.section>div:not(.section-head){position:relative;width:min(860px,70vw);min-height:420px;padding:46px;border-radius:42px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,#ffffff24,#ffffff09);backdrop-filter:blur(42px) saturate(145%);-webkit-backdrop-filter:blur(42px) saturate(145%);box-shadow:inset 0 1px #ffffff1f,0 40px 140px #0000007a,0 0 120px #6366f11a;transform-style:preserve-3d;transition:transform .22s ease,box-shadow .35s ease,border-color .35s ease}.section>article:hover,.section>.faq:hover,.section>div:not(.section-head):hover{border-color:#c7d2fe47;box-shadow:inset 0 1px #ffffff29,0 46px 150px #0000008a,0 0 140px #6366f138}.hero h1{max-width:760px;margin:26px 0 22px;font-size:clamp(58px,5vw,88px);line-height:1.01;letter-spacing:-.058em}.hero p{max-width:620px;font-size:20px;line-height:1.6}.section-head{position:absolute;top:104px;left:50%;z-index:3;display:block;width:min(420px,70vw);margin:0;opacity:.72;transform:translate(-50%);text-align:center}.section-head h2{font-size:18px;text-transform:uppercase;letter-spacing:.18em;color:#e4e4e7}.section-head p{max-width:320px;margin:8px auto 0;text-align:center;font-size:12px}.about-card{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:end}.about-card h3{font-size:42px;line-height:1.08}.about-card p{font-size:18px;line-height:1.65}.faq{display:grid!important;gap:16px}.service-card{grid-column:auto;min-height:210px;padding:24px;border-radius:28px;background:#09090b52}.service-card h3{font-size:23px}.service-card p{font-size:15px}.case-card{height:240px;border-radius:28px}.case-card:first-child{grid-row:span 2;height:auto;min-height:496px}.case-card img{transition:transform .8s ease,filter .8s ease}.case-card:hover img{transform:scale(1.07);filter:saturate(1.08) contrast(1.06)}.process-card{display:block;min-height:260px;padding:24px;border-radius:28px;background:#09090b52}.price-card,.contact-card{width:min(760px,64vw)}.contact-card h2{font-size:38px}.quote{width:min(760px,64vw);padding:34px;border-radius:34px}.quote p{font-size:22px;line-height:1.55}.faq{width:min(760px,64vw);padding:28px}.faq-question{min-height:74px;font-size:17px}.contact-item{padding:18px;border-radius:22px;background:#09090b47}footer{display:none}.bottom-sheet{right:0;left:auto;bottom:0;width:min(460px,100vw);height:100vh;max-height:none;border-radius:34px 0 0 34px;transform:translate(104%);border-left:1px solid rgba(255,255,255,.12)}.sheet-overlay.open .bottom-sheet{transform:translate(0)}.reveal-card{opacity:1;transform:none}}@media(min-width:1000px){:root{--stage-progress:0;--scroll-progress:0;--mouse-x:0;--mouse-y:0}html,body{width:100%;height:100%;overflow:hidden;overscroll-behavior:none}body{padding:0;cursor:auto!important;background:#07070a}body:before{content:"";position:fixed;top:-5%;right:-5%;bottom:-5%;left:-5%;z-index:-3;background:linear-gradient(115deg,#07070af0,#07070abd 48%,#07070af5),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=82) center/cover no-repeat;filter:blur(18px) saturate(.86) contrast(1.08);transform:scale(1.08)!important;animation:spatialDrift 24s ease-in-out infinite;pointer-events:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(circle at 50% 42%,rgba(99,102,241,.18),transparent 34%),radial-gradient(circle at 16% 78%,rgba(16,185,129,.1),transparent 28%),linear-gradient(180deg,#0003,#00000075);pointer-events:none}.spatial-hint{display:none!important}.app{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100vh;min-height:100vh;margin:0;padding:0;overflow:hidden;border-radius:0;background:transparent;perspective:1300px;transform-style:preserve-3d}.app:before,.app:after{display:none!important}.smart-header{position:fixed;z-index:90;top:clamp(22px,3vh,34px);left:clamp(28px,4vw,58px);right:clamp(28px,4vw,58px);width:auto;height:54px;padding:0;transform:none;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none}.brand,.location{min-height:48px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:#18181b61;box-shadow:inset 0 1px #ffffff14,0 18px 70px #00000047;backdrop-filter:blur(28px) saturate(145%);-webkit-backdrop-filter:blur(28px) saturate(145%);pointer-events:auto}.brand{font-size:18px;letter-spacing:-.03em}.location{display:flex;align-items:center;font-size:12px;color:#d4d4d8}.scroll-progress{display:block;position:fixed;z-index:92;left:50%;bottom:22px;width:min(460px,34vw);height:3px;transform:translate(-50%);border-radius:999px;background:#ffffff1a;overflow:hidden}.scroll-progress span{display:block;width:100%;height:100%;transform-origin:left;transform:scaleX(var(--stage-progress));border-radius:inherit;background:linear-gradient(90deg,#fff,#b8c1ff,#6366f1);box-shadow:0 0 28px #6366f1cc}.spatial-scene{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10;width:100vw!important;height:100vh!important;min-height:100vh!important;margin:0!important;padding:clamp(96px,11vh,128px) clamp(42px,6vw,96px) clamp(118px,13vh,148px)!important;display:grid!important;place-items:center!important;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,6vh,-360px) scale(.82)!important;filter:blur(14px) saturate(.76);transition:opacity .7s ease,visibility .7s ease,transform .82s cubic-bezier(.16,1,.3,1),filter .7s ease;transform-style:preserve-3d}.spatial-scene.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1)!important;filter:blur(0) saturate(1)}.spatial-scene.is-prev{transform:translate3d(0,-5vh,300px) scale(1.08)!important;opacity:0;filter:blur(18px) saturate(.72)}.spatial-scene.is-next{transform:translate3d(0,7vh,-420px) scale(.74)!important;opacity:0;filter:blur(16px) saturate(.76)}.hero.spatial-scene{overflow:hidden!important}.hero:before{background:radial-gradient(circle at 50% 44%,#ffffff13,#09090b3d 34%,#09090be0 78%)}.hero:after{display:none!important}.section>article,.section>.faq,.section>div:not(.section-head){position:relative;justify-self:center;align-self:center;width:min(920px,calc(100vw - 128px));max-height:calc(100vh - 248px);min-height:auto;margin:0!important;padding:clamp(28px,3.8vw,48px);border-radius:36px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#ffffff26,#ffffff0b);box-shadow:inset 0 1px #ffffff21,0 36px 120px #0000007a,0 0 120px #6366f117;backdrop-filter:blur(40px) saturate(145%);-webkit-backdrop-filter:blur(40px) saturate(145%);overflow:auto;transform:none!important;transition:border-color .28s ease,box-shadow .28s ease,background .28s ease}.section>article:hover,.section>.faq:hover,.section>div:not(.section-head):hover{border-color:#c7d2fe42;box-shadow:inset 0 1px #ffffff29,0 42px 130px #0000008a,0 0 120px #6366f12e}.hero h1{max-width:680px;margin:24px 0 20px;padding-bottom:.08em;overflow:visible;font-size:clamp(54px,5.25vw,84px);line-height:1.06;letter-spacing:-.052em}.hero p{max-width:590px;font-size:clamp(17px,1.35vw,21px);line-height:1.58}.section-head{position:absolute;top:clamp(74px,8vh,98px);left:50%;z-index:4;width:min(520px,72vw);margin:0;transform:translate(-50%)!important;text-align:center;opacity:.82;pointer-events:none}.section-head h2{font-size:18px;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:#f4f4f5}.section-head p{max-width:360px;margin:8px auto 0;text-align:center;font-size:12px;line-height:1.5}.about-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:32px;align-items:end}.about-card h3{font-size:clamp(34px,3.3vw,46px);line-height:1.08}.about-card p{font-size:clamp(16px,1.35vw,19px);line-height:1.62}.faq{display:grid!important;gap:16px}.service-card{grid-column:auto;min-height:190px;padding:24px;border-radius:26px;background:#09090b52;transform:none!important}.service-card h3{font-size:22px}.service-card p{font-size:15px;line-height:1.55}.case-card{height:220px;border-radius:26px;transform:none!important}.case-card:first-child{grid-row:span 2;height:auto;min-height:456px}.process-card{min-height:190px;padding:24px;border-radius:26px;background:#09090b52;transform:none!important}.price-card,.contact-card,.quote,.faq{width:min(820px,calc(100vw - 132px))}.contact-card h2{font-size:clamp(34px,3vw,44px);line-height:1.08}.quote p{font-size:clamp(20px,1.7vw,25px);line-height:1.55}.faq{padding:26px}.faq-question{min-height:70px;font-size:16px}.contact-item{min-width:0;padding:16px;border-radius:22px;background:#09090b47}.contact-item strong{font-size:clamp(10px,.9vw,12px);overflow-wrap:anywhere}footer{display:none}button,a{cursor:pointer}.bottom-sheet{right:0;left:auto;bottom:0;width:min(460px,100vw);height:100vh;max-height:none;border-radius:34px 0 0 34px;transform:translate(104%);border-left:1px solid rgba(255,255,255,.12)}.sheet-overlay.open .bottom-sheet{transform:translate(0)}.reveal-card{opacity:1;transform:none!important}}@media(min-width:1000px)and (max-width:1180px){.about-card{grid-template-columns:1fr}.case-card:first-child{min-height:260px}}@media(min-width:1000px)and (max-height:780px){.spatial-scene{padding-top:84px!important;padding-bottom:104px!important}.section-head{top:58px}.hero h1{font-size:clamp(46px,4.7vw,70px);margin:18px 0 14px}.hero p{font-size:17px;line-height:1.5}}@media(min-width:1000px){.section>article,.section>.faq,.section>div:not(.section-head){box-sizing:border-box;max-width:none!important}.hero h1{max-width:660px!important;font-size:clamp(52px,5.15vw,82px);line-height:1.06}}@media(min-width:1000px){.app{display:block!important;grid-template-columns:none!important;grid-auto-rows:auto!important;gap:0!important;overflow:hidden!important;scroll-behavior:auto!important;background:transparent!important}.smart-header{position:fixed!important;grid-column:auto!important;grid-row:auto!important}.hero.spatial-scene{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;grid-column:auto!important;grid-row:auto!important;border-right:0!important;display:grid!important;align-items:center!important;justify-items:center!important;justify-content:center!important;align-content:center!important}}@media(min-width:1000px){.hero h1{max-width:650px!important;font-size:clamp(48px,4.65vw,74px)!important;letter-spacing:-.045em}}@media(min-width:1000px){.section-head{top:66px!important}.section-head p{margin-top:5px!important}.case-card{width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;transform:none!important}.case-card:first-child{grid-column:1!important;grid-row:1 / span 2!important}.case-card:nth-child(2),.case-card:nth-child(3){grid-column:2!important;grid-row:auto!important}}@media(min-width:1000px){.case-card,.case-card:first-child{height:100%!important;min-height:0!important}}:root{--scroll-progress-angle:0deg}@media(min-width:1000px){body:before{animation:none!important}.spatial-scene{filter:none!important;will-change:transform,opacity;backface-visibility:hidden;transform:translate3d(0,5vh,-280px) scale(.86)!important;transition:opacity .5s ease,visibility .5s ease,transform .78s cubic-bezier(.2,.86,.18,1)!important}.spatial-scene.is-active{transform:translateZ(0) scale(1)!important}.spatial-scene.is-prev{transform:translate3d(0,-3vh,190px) scale(1.045)!important}.spatial-scene.is-next{transform:translate3d(0,4vh,-280px) scale(.86)!important}.section>article,.section>.faq,.section>div:not(.section-head){will-change:transform;backface-visibility:hidden}.scroll-progress span{transition:transform .5s cubic-bezier(.2,.86,.18,1)}}@media(max-width:999px){html,body{width:100%;min-height:100%;scrollbar-width:none;-ms-overflow-style:none}html{background:#151518}body{min-height:100svh;min-height:100dvh;padding:0!important;background:#09090b}.app{width:100%;max-width:none;min-height:100svh;min-height:100dvh;margin:0;border-radius:0!important}.smart-header{top:0!important;width:100%!important;max-width:none;border-radius:0 0 24px 24px!important;background:#151518c2}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}.scroll-progress,.scroll-progress span{display:none!important;opacity:0!important;visibility:hidden!important}}@media(min-width:1000px){.scroll-progress span{transition:none!important}}@media(max-width:999px)and (prefers-reduced-motion:no-preference){.mobile-reveal{opacity:.45;transform:translate3d(0,14px,0);transition:opacity .55s ease,transform .68s cubic-bezier(.2,.78,.2,1);will-change:transform,opacity}.mobile-reveal.in-view{opacity:1;transform:translateZ(0)}.reveal-card{opacity:.35!important;transform:translate3d(0,22px,0) scale(.985)!important;transition:opacity .6s ease,transform .72s cubic-bezier(.2,.78,.2,1),border-color .35s ease,box-shadow .35s ease!important;will-change:transform,opacity}.reveal-card.in-view{opacity:1!important;transform:translateZ(0) scale(1)!important}.case-card img{transform:scale(1.055);transition:transform 1s cubic-bezier(.2,.75,.2,1),filter .6s ease}.case-card.in-view img{transform:scale(1)}}@media(max-width:999px)and (prefers-reduced-motion:reduce){.mobile-reveal,.reveal-card{opacity:1!important;transform:none!important}}@media(min-width:1000px){html,body{width:100%;height:100%;overflow:hidden!important;overscroll-behavior:none}body:before{top:0!important;right:0!important;bottom:0!important;left:0!important;filter:none!important;transform:none!important;animation:none!important;background:linear-gradient(115deg,#07070af9,#07070aeb 48%,#07070afa),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=82) center/cover no-repeat!important}.app{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:none!important;height:100vh!important;height:100dvh!important;min-height:0!important;margin:0!important;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;scroll-snap-type:y mandatory;scroll-behavior:smooth!important;scroll-padding:0;overscroll-behavior-y:contain!important;scrollbar-width:none;perspective:none!important;transform-style:flat!important}.app::-webkit-scrollbar{display:none;width:0}body.sheet-open .app{overflow-y:hidden!important}.brand,.location{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.brand,.location{background:#18181bf0!important}.spatial-scene,.spatial-scene.is-active,.spatial-scene.is-prev,.spatial-scene.is-next{position:relative!important;inset:auto!important;width:100%!important;height:100vh!important;height:100dvh!important;min-height:100vh!important;min-height:100dvh!important;margin:0!important;scroll-snap-align:start;scroll-snap-stop:always;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;filter:none!important;transition:none!important;transform-style:flat!important;contain:layout paint style;isolation:isolate}.hero.spatial-scene{overflow:hidden!important;grid-template-columns:1fr!important;grid-template-rows:1fr!important}.about-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"title copy" "stats stats";align-items:start!important}.about-card h3{grid-area:title}.about-card>p{grid-area:copy}.spatial-scene>article,.spatial-scene>.faq,.spatial-scene>div:not(.section-head):not(.hero-media):not(.hero-orbit):not(.portfolio-flow):not(.hero-shell):not(.section-shell):not(.site-types-panel):not(.quick-contact-card):not(.footer-shell){opacity:1!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(145deg,#202024f7,#111114f2)!important;box-shadow:inset 0 1px #ffffff1a,0 28px 84px #0000006b,0 0 70px #6366f10f!important;transition:border-color .28s ease,box-shadow .28s ease,background .28s ease!important}.spatial-scene .section-head{opacity:.82!important;transform:translate(-50%)!important;transition:none!important}}@media(min-width:1000px)and (prefers-reduced-motion:reduce){.app{scroll-behavior:auto!important}.spatial-scene>article,.spatial-scene>.faq,.spatial-scene>div:not(.section-head):not(.hero-media):not(.hero-orbit):not(.portfolio-flow):not(.hero-shell):not(.section-shell):not(.site-types-panel):not(.quick-contact-card):not(.footer-shell){opacity:1!important;transform:none!important;transition:none!important}}@keyframes portfolio-flow-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes portfolio-flow-down{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}.portfolio-flow{position:absolute;top:-22%;right:-34%;bottom:-10%;left:-34%;z-index:-3;display:grid;grid-template-columns:repeat(4,minmax(112px,1fr));gap:10px;overflow:hidden;opacity:.66!important;transform:rotate(9deg) scale(1.06)!important;transform-origin:center;pointer-events:none;background:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:none!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 56%,rgba(0,0,0,.88) 68%,rgba(0,0,0,.38) 84%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 56%,rgba(0,0,0,.88) 68%,rgba(0,0,0,.38) 84%,transparent 100%)}.portfolio-lane{min-width:0;height:140%;overflow:hidden}.portfolio-track{display:flex;flex-direction:column;width:100%;will-change:transform;animation:portfolio-flow-up 76s linear infinite;animation-delay:calc(var(--lane-index) * -3.5s)}.portfolio-lane.is-reverse .portfolio-track{animation-name:portfolio-flow-down}.portfolio-set{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.portfolio-shot{display:block;width:100%;height:auto;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:#141417;box-shadow:0 16px 42px #00000057;opacity:.82}.hero:before{background:linear-gradient(to bottom,#09090b85,#09090b2e 30%,#09090b7a 62%,#09090bdb 84%,#09090b),linear-gradient(90deg,#09090b94,#09090b1f 74%,#09090b57)!important}@media(min-width:1000px){.portfolio-flow{top:-48%;right:-14%;bottom:-28%;left:-14%;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;opacity:.48!important;transform:rotate(10deg) scale(1.08)!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 54%,rgba(0,0,0,.9) 66%,rgba(0,0,0,.36) 84%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 54%,rgba(0,0,0,.9) 66%,rgba(0,0,0,.36) 84%,transparent 100%)}.portfolio-set{gap:18px;padding-bottom:18px}.portfolio-shot{border-radius:14px;box-shadow:0 22px 60px #00000061}.hero.spatial-scene:not(.is-active) .portfolio-track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.portfolio-track{animation-play-state:paused!important}}@media(min-width:1000px){.hero.spatial-scene{padding:88px max(32px,5vw) 118px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#050505!important}.hero.spatial-scene:before{background:linear-gradient(to bottom,#05050557,#05050594 72%,#050505),linear-gradient(90deg,#0505057a,#0505051a 62%,#0505056b)!important}.hero.spatial-scene:after{display:none!important}.hero.spatial-scene h1{width:100%;max-width:610px!important;margin:0 0 24px;color:#fafafa;font-size:clamp(43px,3.7vw,54px)!important;font-weight:700;line-height:1.08;letter-spacing:0!important}.hero.spatial-scene p{width:100%;max-width:490px;margin:0;color:#a1a1aa;font-size:clamp(16px,1.35vw,18px);line-height:1.55}}@media(min-width:1000px)and (max-width:1180px){.hero.spatial-scene{padding-right:40px!important;padding-left:40px!important}.hero.spatial-scene h1{font-size:clamp(40px,4vw,46px)!important}}.brand{flex-shrink:0;min-height:48px;padding:7px 13px;text-decoration:none;letter-spacing:0!important}.brand img{display:block;width:168px;height:auto}.location{width:196px;min-width:196px;min-height:48px;padding:7px 14px;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center;gap:3px;overflow:hidden;text-align:left;letter-spacing:0!important}.location-prefix{color:#71717a;font-size:7px;font-weight:700;line-height:1;letter-spacing:0}.location strong{display:block;width:100%;overflow:hidden;color:#f4f4f5;font-size:9px;font-weight:800;line-height:1.15;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;opacity:1;transform:translateZ(0);transition:opacity .16s ease,transform .16s ease}.location strong.is-changing{opacity:0;transform:translate3d(0,3px,0)}@media(max-width:999px){.smart-header{top:max(6px,env(safe-area-inset-top))!important;width:calc(100% - 20px)!important;height:60px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:20px!important;background:#111114db!important}.brand{min-height:0;padding:0}.brand img{width:138px}.location{width:126px;min-width:126px;min-height:40px;padding:5px 7px;align-items:flex-end!important;text-align:right}.location-prefix{font-size:6px}.location strong{font-size:8px}}@media(prefers-reduced-motion:reduce){.location strong{transition:none}}@media(max-width:999px){.portfolio-flow:not(.is-ready) .portfolio-track{animation-play-state:paused}.portfolio-flow.is-ready .portfolio-track{animation-play-state:running}.portfolio-flow.is-restarting .portfolio-track{animation:none!important}.portfolio-track{animation-duration:72s;animation-fill-mode:both;backface-visibility:hidden;-webkit-backface-visibility:hidden}.portfolio-lane{contain:layout paint}}@media(min-width:1000px){.content-section.spatial-scene{padding:88px max(32px,5vw) 118px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#050505}.content-section.spatial-scene>.section-shell{position:relative!important;inset:auto!important;z-index:1;display:grid!important;grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:clamp(26px,3vw,36px);width:min(1240px,100%)!important;height:100%;min-height:500px;max-height:680px;padding:clamp(40px,4.4vw,64px)!important;overflow:hidden;border:1px solid rgba(255,255,255,.07)!important;border-radius:32px;background:#121214!important;box-shadow:0 32px 90px #00000061!important;opacity:1!important;transform:none!important;transition:border-color .28s ease,background .28s ease!important}.content-section .section-shell>.section-head{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;width:100%!important;margin:0;text-align:left;opacity:1!important;transform:none!important}.content-section .section-head h2{margin:0;color:#fafafa;font-size:clamp(36px,3.2vw,44px);font-weight:700;line-height:1.1;letter-spacing:0;text-transform:none}.content-section .section-head p{max-width:330px;margin:0 0 3px;color:#71717a;font-size:14px;line-height:1.45;text-align:right}.content-section .price-card,.content-section .quote,.content-section .faq,.content-section .contact-card{position:relative;inset:auto;width:100%!important;max-width:none!important;min-width:0;min-height:0;margin:0;padding:0;overflow:hidden;border:0!important;border-radius:0;background:none!important;box-shadow:none!important;opacity:1!important;transform:none!important;transition:none!important}.cases-section .case-card,.cases-section .case-card:first-child{grid-column:auto!important;grid-row:auto!important;min-width:0;min-height:0!important;height:100%!important;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:16px;box-shadow:none;transform:none!important}.cases-section .case-card:nth-child(2),.cases-section .case-card:nth-child(3){grid-column:auto!important;grid-row:auto!important}.cases-section .case-card:after{background:linear-gradient(to top,#050505f5 5%,#05050533 68%,#05050508)}.pricing-section .price-card{display:grid;grid-template-rows:auto 1fr;gap:clamp(36px,4vw,52px);align-content:center}.pricing-section .price-card:before{display:none}.testimonial-section .quote{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(18px,2vw,28px) 0 0}.testimonial-section .quote>p{max-width:1000px;margin:0;color:#f4f4f5;font-size:clamp(28px,2.7vw,38px);font-weight:500;line-height:1.35;letter-spacing:0}.contact-section .contact-shell{grid-template-rows:1fr!important}.contact-section .contact-card{display:flex;flex-direction:column;justify-content:center}.contact-section .contact-card:before{display:none}.contact-section .contact-card h2{max-width:760px;margin:0 0 18px;color:#fafafa;font-size:clamp(40px,3.8vw,54px);line-height:1.1;letter-spacing:0}.contact-section .contact-card>p{max-width:720px;color:#8f8f98;font-size:17px;line-height:1.6}.contact-section .contact-item{min-width:0;padding:20px;border-color:#ffffff0f;border-radius:14px;background:#ffffff06}.contact-section .contact-icon{flex:0 0 44px;width:44px;height:44px;border-radius:11px}.contact-section .contact-item small{margin-bottom:5px;font-size:9px;letter-spacing:0}.contact-section .contact-item strong{font-size:13px;overflow-wrap:anywhere}}@media(min-width:1000px)and (max-width:1180px){.content-section.spatial-scene{padding-right:40px!important;padding-left:40px!important}.content-section.spatial-scene>.section-shell{gap:28px;padding:42px!important}.content-section .section-head h2{font-size:36px}}.case-counter{min-width:54px;color:#a1a1aa;font-size:10px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.case-pagination{display:flex;align-items:center;gap:7px}.case-dot{width:22px;height:3px;overflow:hidden;border-radius:999px;background:#ffffff1a;transition:width .28s ease,background .28s ease}.case-dot.is-current{width:46px;background:#7c8cff}@media(min-width:1000px){.content-section.spatial-scene{padding:clamp(68px,8vh,86px) max(32px,5vw) clamp(82px,10vh,104px)!important}.content-section.spatial-scene>.section-shell{height:auto!important;min-height:0!important;max-height:calc(100dvh - 154px);padding:clamp(32px,3.5vw,48px)!important}.content-section.spatial-scene>.section-shell{grid-template-rows:auto auto;gap:clamp(20px,2.5vw,30px)}.cases-section .section-shell{overflow:hidden}.cases-section .section-head{align-items:center;pointer-events:auto!important}.cases-section .section-head p{max-width:250px;margin:0}.cases-section .case-card,.cases-section .case-card:first-child,.cases-section .case-card:nth-child(2),.cases-section .case-card:nth-child(3){position:relative;flex:0 0 clamp(500px,50vw,680px);width:clamp(500px,50vw,680px)!important;height:clamp(310px,44vh,410px)!important;scroll-snap-align:start;scroll-snap-stop:always;color:#fff;text-decoration:none;opacity:.42;filter:saturate(.58) brightness(.72);transition:opacity .38s ease,filter .38s ease,border-color .38s ease}.cases-section .case-card.is-current{border-color:#7c8cff61;opacity:1;filter:none}.cases-section .case-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .8s cubic-bezier(.2,.78,.2,1),object-position 7s ease}.cases-section .case-card.is-current:hover img{object-position:center center;transform:scale(1.015)}.cases-section .case-card:after{background:linear-gradient(to top,#050507fa 3%,#050507c2 35%,#0505070f 78%)!important}.pricing-section .price-card{gap:clamp(26px,3vw,40px)}}@media(min-width:1000px)and (max-height:820px){.content-section.spatial-scene{padding-top:62px!important;padding-bottom:76px!important}.content-section.spatial-scene>.section-shell{max-height:calc(100dvh - 130px);padding:30px!important}.content-section.spatial-scene>.section-shell{gap:20px}.content-section .section-head h2{font-size:34px}.cases-section .case-card,.cases-section .case-card:first-child,.cases-section .case-card:nth-child(2),.cases-section .case-card:nth-child(3){height:clamp(290px,43vh,350px)!important}.testimonial-section .quote>p{font-size:clamp(25px,2.5vw,32px)}}@media(min-width:1000px)and (max-height:700px){.content-section.spatial-scene{padding-top:54px!important;padding-bottom:66px!important}.content-section.spatial-scene>.section-shell{padding:24px!important}.content-section.spatial-scene>.section-shell{gap:16px}.cases-section .case-card,.cases-section .case-card:first-child,.cases-section .case-card:nth-child(2),.cases-section .case-card:nth-child(3){height:286px!important}}@media(max-width:999px){.cases-section .case-card{position:relative;flex:0 0 min(82vw,350px);width:min(82vw,350px);height:410px;color:#fff;text-decoration:none;scroll-snap-align:start;scroll-snap-stop:always}.cases-section .case-card img{object-position:top center}.cases-section .case-pagination{margin-top:15px}}@media(prefers-reduced-motion:reduce){.case-card,.case-card img,.case-dot{transition:none!important}}.review-pagination{display:flex;align-items:center;gap:6px}.review-dot{width:14px;height:3px;border-radius:999px;background:#ffffff1a;transition:width .28s ease,background .28s ease}.review-dot.is-current{width:36px;background:#7c8cff}@media(min-width:1000px){.testimonial-section .section-shell{overflow:hidden}.testimonial-section .section-head{align-items:center;pointer-events:auto!important}.testimonial-section .section-head p{max-width:250px;margin:0}.testimonial-section .quote{flex:0 0 clamp(620px,59vw,800px);width:clamp(620px,59vw,800px)!important;min-height:300px!important;padding:clamp(28px,3vw,38px)!important;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;border:1px solid rgba(255,255,255,.07)!important;border-radius:16px;background:linear-gradient(135deg,#ffffff0b,#ffffff05)!important;box-shadow:none!important;opacity:.35!important;transform:none!important;transition:opacity .38s ease,border-color .38s ease,background .38s ease!important}.testimonial-section .quote:before{content:"\201c";position:absolute;top:-22px;right:24px;color:#7c8cff1a;font-size:150px;font-weight:800;line-height:1;pointer-events:none}.testimonial-section .quote.is-current{border-color:#7c8cff4d!important;background:linear-gradient(135deg,#7c8cff14,#ffffff05 52%)!important;opacity:1!important}.testimonial-section .quote>p{position:relative;z-index:1;max-width:740px;margin:24px 0 30px;color:#f4f4f5;font-size:clamp(22px,2vw,28px);font-weight:500;line-height:1.42;letter-spacing:0}}@media(min-width:1000px)and (max-height:820px){.testimonial-section .quote{min-height:265px!important;padding:24px!important}.testimonial-section .quote>p{margin:18px 0 22px;font-size:clamp(19px,1.8vw,24px);line-height:1.38}}@media(max-width:999px){.testimonial-section .quote{position:relative;flex:0 0 min(86vw,350px);width:min(86vw,350px)!important;min-height:350px;padding:24px!important;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start;scroll-snap-stop:always;border:1px solid rgba(255,255,255,.07)!important;border-radius:16px;background:linear-gradient(145deg,#ffffff0b,#ffffff05)!important;opacity:.48!important;transform:none!important}.testimonial-section .quote.is-current{border-color:#7c8cff4d!important;opacity:1!important}.testimonial-section .quote>p{margin:22px 0 26px;color:#f4f4f5;font-size:19px;font-weight:500;line-height:1.48;letter-spacing:0}.testimonial-section .review-pagination{margin-top:15px}.review-dot{width:10px}.review-dot.is-current{width:28px}}@media(prefers-reduced-motion:reduce){.testimonial-section .quote,.review-dot{transition:none!important}}.pricing-pagination{display:flex;align-items:center;gap:7px}.pricing-dot{width:22px;height:3px;border-radius:999px;background:#ffffff1a;transition:width .28s ease,background .28s ease}.pricing-dot.is-current{width:46px;background:#7c8cff}@media(min-width:1000px){.pricing-section .section-shell{overflow:hidden}.pricing-section .section-head{align-items:center;pointer-events:auto!important}.pricing-section .section-head p{max-width:250px;margin:0}.pricing-section .price-card{flex:0 0 clamp(760px,68vw,920px);width:clamp(760px,68vw,920px)!important;min-height:310px!important;padding:clamp(26px,2.8vw,36px)!important;gap:clamp(24px,2.8vw,34px);scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;border:1px solid rgba(255,255,255,.07)!important;border-radius:16px;background:linear-gradient(135deg,#ffffff0b,#ffffff05)!important;box-shadow:none!important;opacity:.36!important;transform:none!important;transition:opacity .38s ease,border-color .38s ease,background .38s ease!important}.pricing-section .price-card.is-current{border-color:#7c8cff4d!important;background:linear-gradient(135deg,#7c8cff13,#ffffff05 48%)!important;opacity:1!important}}@media(min-width:1000px)and (max-height:820px){.pricing-section .price-card{min-height:278px!important;padding:24px!important;gap:20px}}@media(max-width:999px){.pricing-section .price-card{flex:0 0 min(88vw,360px);width:min(88vw,360px)!important;min-height:0;padding:24px!important;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;border:1px solid rgba(255,255,255,.07)!important;border-radius:16px;background:linear-gradient(145deg,#ffffff0b,#ffffff05)!important;opacity:.48!important;transform:none!important}.pricing-section .price-card.is-current{border-color:#7c8cff4d!important;opacity:1!important}.pricing-section .pricing-pagination{margin-top:15px}}@media(max-width:380px){.pricing-section .price-card{padding:20px!important}}@media(prefers-reduced-motion:reduce){.pricing-section .price-card,.pricing-dot{transition:none!important}}.contact-eyebrow{display:block;margin-bottom:16px;color:#8e9be0;font-size:8px;font-weight:800;line-height:1}.contact-note{display:flex;align-items:flex-start;gap:9px;margin-top:26px;color:#71717a;font-size:11px;line-height:1.5}.contact-note i{width:7px;height:7px;flex:0 0 7px;margin-top:5px;border-radius:50%;background:#7c8cff;box-shadow:0 0 14px #7c8cff7a}.contact-channels{min-width:0}.telegram-contact{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:210px;padding:26px;overflow:hidden;border:1px solid rgba(124,140,255,.32);border-radius:16px;background:linear-gradient(135deg,#7c8cff1f,#ffffff06 58%);color:#f4f4f5;text-decoration:none;transition:border-color .28s ease,background .28s ease,transform .28s ease}.telegram-contact:before{content:"";position:absolute;right:-50px;bottom:-72px;width:190px;height:190px;border:1px solid rgba(124,140,255,.12);border-radius:50%;box-shadow:0 0 0 28px #7c8cff06,0 0 0 58px #7c8cff05;pointer-events:none}.telegram-contact:hover{border-color:#7c8cff8f;background:linear-gradient(135deg,#7c8cff2b,#ffffff09 58%)}.telegram-contact-head{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#aeb8f2;font-size:8px;font-weight:800}.telegram-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#7c8cff;color:#0b0b0d}.telegram-icon svg{width:17px;height:17px}.telegram-contact-body{position:static;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:28px 0 24px}.telegram-contact-body h3{margin:0 0 7px;padding-bottom:2px;color:#fff;font-size:34px;line-height:1.08;letter-spacing:0}.telegram-contact-body p{max-width:420px;margin:0;color:#a1a1aa;font-size:13px;line-height:1.5}.telegram-arrow{position:absolute;right:26px;bottom:26px;z-index:2;flex:0 0 auto;color:#aeb8f2;font-size:26px;line-height:1}.telegram-contact>strong{position:relative;z-index:1;color:#fff;font-size:15px;letter-spacing:0}.contact-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.contact-secondary .contact-item{min-width:0;min-height:74px;padding:14px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff06;color:#f4f4f5;text-decoration:none;transition:border-color .24s ease,background .24s ease}.contact-secondary a.contact-item:hover{border-color:#ffffff21;background:#ffffff0b}.contact-secondary .contact-icon{width:40px;height:40px;border-radius:10px}.contact-secondary .contact-icon svg{width:17px}.contact-secondary .contact-item small{display:block;margin-bottom:4px;color:#71717a;font-size:7px;font-weight:700}.contact-secondary .contact-item strong{display:block;overflow-wrap:anywhere;color:#d4d4d8;font-size:11px;font-weight:600}.contact-item-arrow{color:#71717a;font-size:14px}@media(min-width:1000px){.contact-section .contact-card{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);align-items:center;gap:clamp(48px,6vw,84px);padding:0}.contact-section .contact-card h2{max-width:520px;margin:0 0 18px;padding-bottom:2px;font-size:clamp(40px,3.8vw,54px)}.contact-section .contact-card>p{display:none}.contact-section .contact-intro>p{max-width:500px;margin:0;color:#8f8f98;font-size:16px;line-height:1.6}}@media(min-width:1000px)and (max-height:820px){.contact-section .contact-card{gap:42px}.contact-section .contact-card h2{margin-bottom:13px;font-size:38px}.contact-section .contact-intro>p{font-size:14px}.contact-note{margin-top:18px}.telegram-contact{min-height:180px;padding:21px}.telegram-contact-body{margin:20px 0 18px}.telegram-contact-body h3{font-size:30px}.contact-secondary .contact-item{min-height:64px;padding:11px}}@media(max-width:999px){.contact-section .contact-card{display:block;padding:24px!important}.contact-section .contact-card h2{margin:0 0 14px}.contact-section .contact-intro>p{margin:0;color:#8f8f98;font-size:14px;line-height:1.6}.contact-note{margin-top:18px;font-size:10px}.contact-channels{margin-top:28px}.telegram-contact{min-height:218px;padding:22px}.telegram-contact-body{margin:25px 0 22px}.telegram-contact-body h3{font-size:30px}.telegram-contact-body p{font-size:12px}.telegram-arrow{right:22px;bottom:22px;font-size:22px}.contact-secondary{grid-template-columns:1fr}.contact-secondary .contact-item{min-height:68px}}@media(prefers-reduced-motion:reduce){.telegram-contact,.telegram-arrow,.contact-secondary .contact-item{transition:none!important}}.form-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.form-content[hidden]{display:none!important}.form-field{display:grid;gap:6px}.form-field>span{padding-left:3px;color:#8f8f98;font-size:8px;font-weight:700;line-height:1}.form-field .field{transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.form-field .field:focus{border-color:#7c8cff94;background:#7c8cff0e;box-shadow:0 0 0 3px #7c8cff1a}.form-consent{margin-top:13px;display:flex;align-items:flex-start;gap:9px;color:#71717a;font-size:9px;line-height:1.45;cursor:pointer}.form-consent input{width:15px;height:15px;flex:0 0 15px;margin:0;accent-color:#7C8CFF}.submit{position:relative;display:grid;place-items:center;cursor:pointer;transition:opacity .2s ease,background .2s ease,transform .2s ease}.submit:active{transform:scale(.99)}.submit:disabled{opacity:.68;cursor:wait;transform:none}@keyframes submit-dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.submit.is-loading span:after{content:"";display:inline-block;width:18px;text-align:left;animation:submit-dots 1.2s steps(1,end) infinite}.form-error{display:none;margin-top:12px;padding:12px 14px;border:1px solid rgba(248,113,113,.22);border-radius:13px;background:#f8717112;color:#fecaca;font-size:10px;line-height:1.5}.form-error.show{display:block}.form-error a{color:#fff;font-weight:700}.sheet-overlay.has-success .type-grid{display:none}.success{display:none;margin:28px 0 0;padding:0;border:0;background:transparent;color:#f4f4f5;outline:none}.success.show{display:flex;flex-direction:column;align-items:flex-start}.success-mark{width:58px;height:58px;display:grid;place-items:center;margin-bottom:22px;border:1px solid rgba(124,140,255,.34);border-radius:16px;background:#7c8cff1f;color:#f5f5f5;box-shadow:0 0 38px #7c8cff21}.success-mark svg{width:27px;height:27px}.success-eyebrow{margin-bottom:10px;color:#aeb8f2;font-size:8px;font-weight:800}.success h3{margin:0;color:#fff;font-size:28px;line-height:1.15;letter-spacing:0}.success>p{max-width:370px;margin:14px 0 24px;color:#8f8f98;font-size:13px;line-height:1.6}.success-telegram{width:100%;min-height:74px;padding:13px 15px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgba(124,140,255,.34);border-radius:16px;background:linear-gradient(135deg,#7c8cff24,#ffffff08);color:#fff;text-decoration:none;transition:border-color .22s ease,background .22s ease}.success-telegram:hover{border-color:#7c8cff94;background:linear-gradient(135deg,#7c8cff33,#ffffff0a)}.success-telegram-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#7c8cff;color:#0b0b0d}.success-telegram-icon svg{width:20px;height:20px}.success-telegram small,.success-telegram strong{display:block}.success-telegram small{margin-bottom:5px;color:#aeb8f2;font-size:7px;font-weight:800}.success-telegram strong{color:#fff;font-size:13px}.success-telegram b{color:#aeb8f2;font-size:18px;font-weight:500}.success-again{margin:18px auto 0;padding:7px 2px;border:0;background:transparent;color:#71717a;font-size:10px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}@media(max-width:999px){.success{margin-top:24px}.success h3{font-size:25px}}@media(prefers-reduced-motion:reduce){.submit,.form-field .field,.success-telegram{transition:none!important}.submit.is-loading span:after{animation:none;content:"..."}}@media(max-width:999px){.content-section .section-head h2{display:inline-block;width:max-content;max-width:100%;color:#fff;font-size:30px;font-weight:900;line-height:1.05;letter-spacing:0;filter:drop-shadow(0 2px 8px rgba(255,255,255,.08))}}@supports ((-webkit-background-clip: text) or (background-clip: text)){@media(max-width:999px){.content-section .section-head h2{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2 L30 16 L16 30 L2 16 Z' fill='none' stroke='white' stroke-opacity='0.35' stroke-width='2'/%3E%3Cpath d='M16 6 L26 16 L16 26 L6 16 Z' fill='none' stroke='white' stroke-opacity='0.35' stroke-width='1.5'/%3E%3Ccircle cx='16' cy='16' r='3' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E"),linear-gradient(270deg,#f05,#00dbde,#fc00ff,#00ff87);background-position:0 0,0% 50%;background-size:20px 20px,400% 400%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:mobile-luminous-carpet 8s ease infinite}}}@keyframes mobile-luminous-carpet{0%{background-position:0 0,0% 50%}50%{background-position:10px 10px,100% 50%}to{background-position:20px 20px,0% 50%}}@media(max-width:999px)and (prefers-reduced-motion:reduce){.content-section .section-head h2{animation:none;background-position:0 0,45% 50%}}.location-prefix{color:#00dbde;text-shadow:0 0 10px rgba(0,219,222,.2)}.case-dot.is-current,.review-dot.is-current,.pricing-dot.is-current{background:linear-gradient(90deg,#fc00ff,#00dbde);box-shadow:0 0 10px #00dbde24}.price-card[data-package]{cursor:pointer}.price-card[data-package]:focus-visible{outline:2px solid #f5f5f5;outline-offset:4px}.pricing-section .price-card[data-package=premium]{border-color:#dab45494!important;background:linear-gradient(145deg,#dab45412,#ffffff05 52%)!important;box-shadow:inset 0 1px #ffe8a924,0 0 34px #b88b2b14!important}@media(min-width:1000px){.pricing-section .price-card{grid-template-rows:auto 1fr auto}.pricing-section .price-card[data-package=premium].is-current{border-color:#e5c165c2!important;background:linear-gradient(135deg,#dab45418,#ffffff05 52%)!important}}@media(max-width:999px){.pricing-section .price-card{grid-template-rows:auto 1fr auto}}.site-nav,.header-actions,.brand-logo-green{display:none}.brand-logo-default{display:block}.home-page .brand-logo-default,.home-page .location{display:none!important}.home-page .brand-logo-green{display:block!important}.home-page .hero{--hero-dark: #0C561D;--hero-dark-ink: #082F12;--hero-light: #CAF389;--hero-paper: #F6F9EE}.home-page .hero h1{color:var(--hero-dark-ink)!important;background:none!important;-webkit-text-fill-color:currentColor!important;filter:none!important}.home-page .hero p{color:#082f12b8}.home-page .site-nav a:focus-visible,.home-page .header-telegram:focus-visible,.home-page .header-project:focus-visible{outline:2px solid var(--hero-dark);outline-offset:3px}@media(min-width:1000px){.home-page .hero.spatial-scene{padding:clamp(28px,4vh,42px) max(30px,4vw) clamp(64px,8vh,82px)!important;background:#050505!important}.home-page .hero.spatial-scene:before{background:linear-gradient(to bottom,#05050533,#05050585 74%,#050505),linear-gradient(90deg,#05050570,#05050514 58%,#05050570)!important}.home-page .site-nav{min-width:0;margin-left:auto;display:flex;align-items:center;gap:clamp(22px,2vw,34px)}.home-page .site-nav a{position:relative;color:#082f12c7;font-size:clamp(15px,1.16vw,18px);font-weight:700;letter-spacing:0;text-decoration:none;white-space:nowrap;transition:color .2s ease}.home-page .site-nav a:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:2px;background:var(--hero-dark);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.home-page .site-nav a:hover,.home-page .site-nav a:focus-visible{color:var(--hero-dark)}.home-page .site-nav a:hover:after,.home-page .site-nav a:focus-visible:after{transform:scaleX(1)}.home-page .header-actions{display:flex;align-items:center;gap:10px}.home-page .header-telegram,.home-page .header-project{min-height:50px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(12,86,29,.36);border-radius:9px;font-size:14px;font-weight:750;letter-spacing:0;text-decoration:none;white-space:nowrap}.home-page .header-telegram{color:var(--hero-dark);background:#fff3}.home-page .header-project{color:#fff;background:var(--hero-dark);border-color:var(--hero-dark)}.home-page .hero.spatial-scene h1{max-width:650px!important;margin:0 0 22px;color:var(--hero-dark-ink)!important;font-size:clamp(45px,4vw,62px)!important;font-weight:800;line-height:1.03;letter-spacing:0!important}.home-page .hero.spatial-scene p{max-width:590px;color:#082f12b8;font-size:clamp(15px,1.25vw,17px);line-height:1.55}}@media(min-width:1000px)and (max-width:1180px){.home-page .hero.spatial-scene{padding-right:28px!important;padding-left:28px!important}.home-page .site-nav{display:none}.home-page .hero.spatial-scene h1{font-size:clamp(40px,4.25vw,49px)!important}}@media(max-width:999px){.home-page .hero{min-height:100svh;padding:10px 10px 34px!important;align-items:flex-start;overflow:hidden}.home-page .hero:before{background:linear-gradient(to bottom,#05050538,#05050580 78%,#050505)!important}.home-page .hero:after{display:none}.home-page .header-actions{display:flex;align-items:center}.home-page .header-telegram,.home-page .site-nav{display:none}.home-page .header-project{min-height:38px;padding:0 12px;border:0;border-radius:8px;background:var(--hero-dark);color:#fff;font-size:10px;font-weight:750;letter-spacing:0}.home-page .hero h1{max-width:350px;margin:0 0 17px;color:var(--hero-dark-ink)!important;font-size:clamp(38px,10.7vw,47px);font-weight:850;line-height:1.01;letter-spacing:0!important}.home-page .hero p{max-width:350px;color:#082f12b3;font-size:14px;line-height:1.5}}@media(max-width:390px){.home-page .header-project{padding:0 10px;font-size:9px}.home-page .hero h1{font-size:36px}}@media(prefers-reduced-motion:reduce){.home-page .site-nav a,.home-page .site-nav a:after{transition:none}}.home-page .about-card:before{display:none!important}@media(max-width:999px){.home-page .about-card{position:relative;z-index:1;width:100%;padding:0!important;display:block!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}}html,body,.app{background:#000!important}body:before,body:after{background:#000!important}.home-page .portfolio-flow{display:none!important}.home-page .hero,.home-page .hero.spatial-scene,.home-page .hero:before,.home-page .section,.home-page .section.spatial-scene,.home-page .content-section,.home-page .content-section.spatial-scene{background:#000!important}.home-page .offer-card{position:relative;overflow:hidden;color:#0a3513;border:1px solid rgba(12,86,29,.12);background:#caf389;box-shadow:inset 0 1px #ffffff80}.home-page .offer-card h3,.home-page .project-estimator h3{margin:0;letter-spacing:0}.home-page .offer-card h3{color:#0c561d;font-weight:800;line-height:1.05}.home-page .offer-card p{margin:0;max-width:570px;color:#06250de6;line-height:1.45;letter-spacing:0}.home-page .project-estimator{display:flex;flex-direction:column;justify-content:center;color:#f8faf7;border:2px solid #CAF389;background:#0b0e0b;box-shadow:inset 0 1px #ffffff09}.home-page .project-estimator h3{color:#fff;font-weight:800;line-height:1.14;text-align:center}@media(min-width:1000px){.home-page .offer-card,.home-page .project-estimator{border-radius:30px}.home-page .offer-card{padding:clamp(28px,2.7vw,40px)}.home-page .offer-card h3{max-width:70%;font-size:clamp(30px,2.8vw,44px)}.home-page .project-estimator{padding:clamp(34px,3.6vw,56px)}.home-page .project-estimator h3{margin-bottom:clamp(32px,3.5vh,42px);font-size:clamp(34px,3vw,48px)}}@media(min-width:1000px)and (max-height:760px){.home-page .offer-card{padding:25px}.home-page .offer-card h3{font-size:30px}.home-page .project-estimator{padding:28px}.home-page .project-estimator h3{margin-bottom:24px;font-size:34px}}@media(max-width:999px){.home-page .offer-card,.home-page .project-estimator{border-radius:24px}.home-page .offer-card{min-height:270px;padding:26px 22px}.home-page .offer-card h3{max-width:calc(100% - 78px);font-size:clamp(29px,8.5vw,38px)}.home-page .project-estimator{margin-top:10px;padding:34px 20px 28px}.home-page .project-estimator h3{margin-bottom:32px;font-size:clamp(30px,9vw,40px)}}.home-page .benefit-card{position:relative;overflow:hidden;color:#082d10;border:1px solid rgba(12,86,29,.12);background:#caf389;box-shadow:inset 0 1px #ffffff80}.home-page .benefit-card h3{margin:0;padding-right:62px;color:#061f0c;font-weight:800;line-height:1.12;letter-spacing:0}.home-page .benefit-card p{margin:0;color:#061f0cd6;line-height:1.48;letter-spacing:0}.home-page .benefits-visual{position:relative;min-width:0;overflow:hidden;isolation:isolate}@media(min-width:1000px){.home-page .benefit-card{padding:clamp(26px,2.3vw,36px);border-radius:28px}.home-page .benefit-card h3{font-size:clamp(22px,2vw,31px)}.home-page .benefit-card p{max-width:94%;margin-top:clamp(20px,2.5vh,30px);font-size:clamp(12px,1vw,16px)}}@media(min-width:1000px)and (max-height:760px){.home-page .benefit-card{padding:24px}.home-page .benefit-card h3{font-size:23px}.home-page .benefit-card p{margin-top:18px;font-size:12px}}@media(max-width:999px){.home-page .benefit-card{min-height:220px;padding:26px 22px;border-radius:24px}.home-page .benefit-card h3{font-size:27px}.home-page .benefit-card p{max-width:calc(100% - 22px);margin-top:28px;font-size:14px}.home-page .benefits-visual{min-height:430px}}@media(max-width:370px){.home-page .benefit-card{min-height:228px}.home-page .benefit-card h3{font-size:24px}}.home-page .testimonial-section,.home-page .testimonial-section.spatial-scene{background:#000!important}.home-page .review-counter{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.home-page .testimonial-section .quote,.home-page .testimonial-section .quote.is-current{position:relative;display:flex!important;flex-direction:column;justify-content:flex-start!important;overflow:visible!important;color:#fff;border:2px solid #CAF389!important;background:#0b0e0b!important;box-shadow:inset 0 1px #ffffff06!important;opacity:1!important;filter:none!important;transform:none!important;scroll-snap-align:start;scroll-snap-stop:always}.home-page .testimonial-section .quote:before{content:none!important}.home-page .testimonial-section .quote>p{margin:0;color:#ffffffc7;font-weight:450;line-height:1.5;letter-spacing:0}.home-page .testimonial-section .review-pagination{display:flex;align-items:center;justify-content:center;gap:7px}.home-page .testimonial-section .review-dot,.home-page .testimonial-section .review-dot.is-current{width:8px;height:8px;border-radius:50%;background:#caf38957;transition:width .22s ease,background-color .22s ease}.home-page .testimonial-section .review-dot.is-current{width:26px;border-radius:999px;background:#caf389}@media(min-width:1000px){.home-page .testimonial-section.spatial-scene{padding:clamp(48px,6vh,72px) 0 clamp(76px,9vh,100px)!important;display:flex!important;align-items:center!important;justify-content:center!important}.home-page .testimonial-section .quote,.home-page .testimonial-section .quote.is-current{flex:0 0 clamp(245px,21.5vw,330px)!important;width:clamp(245px,21.5vw,330px)!important;height:clamp(245px,29vh,300px)!important;min-height:0!important;padding:clamp(28px,2.2vw,34px)!important;border-radius:24px!important}.home-page .testimonial-section .quote>p{margin-top:clamp(20px,2.5vh,28px);font-size:clamp(13px,1.08vw,16px)}.home-page .testimonial-section .review-pagination{margin-top:clamp(24px,3vh,34px)}}@media(min-width:1000px)and (max-height:760px){.home-page .testimonial-section .quote,.home-page .testimonial-section .quote.is-current{height:245px!important;padding:26px!important}.home-page .testimonial-section .quote>p{margin-top:18px;font-size:13px}.home-page .testimonial-section .review-pagination{margin-top:20px}}@media(max-width:999px){.home-page .testimonial-section{padding:82px 14px 132px!important}.home-page .testimonial-section .quote,.home-page .testimonial-section .quote.is-current{flex:0 0 min(82vw,328px)!important;width:min(82vw,328px)!important;height:270px!important;min-height:0!important;padding:28px 22px 24px!important;border-radius:22px!important}.home-page .testimonial-section .quote>p{margin-top:24px;font-size:15px}.home-page .testimonial-section .review-pagination{margin-top:22px}}@media(prefers-reduced-motion:reduce){.home-page .testimonial-section .quote,.home-page .testimonial-section .review-dot{transition:none!important}}.home-page .cases-section,.home-page .cases-section.spatial-scene{background:#000!important}.home-page .cases-section .case-counter{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.home-page .cases-section .case-card,.home-page .cases-section .case-card:first-child,.home-page .cases-section .case-card:nth-child(2),.home-page .cases-section .case-card:nth-child(3),.home-page .cases-section .case-card:nth-child(4),.home-page .cases-section .case-card.is-current{position:relative!important;display:block;overflow:hidden!important;color:#fff;border:1px solid rgba(202,243,137,.24)!important;background:#0b0e0b!important;box-shadow:none!important;opacity:1!important;filter:none!important;transform:none!important;text-decoration:none;scroll-snap-align:start;scroll-snap-stop:always}.home-page .cases-section .case-card.is-current{border-color:#caf38994!important}.home-page .cases-section .case-card img{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;display:block;object-fit:cover;object-position:top center;transition:transform .65s ease,object-position 4.5s ease}.home-page .cases-section .case-card:hover img{object-position:center center;transform:scale(1.025)}.home-page .cases-section .case-card:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";background:linear-gradient(to top,#000000f5 2%,#000000b3 46%,#00000014 82%)!important;pointer-events:none}.home-page .cases-section .case-pagination{grid-column:2;display:flex;align-items:center;justify-content:center;gap:7px}.home-page .cases-section .case-dot,.home-page .cases-section .case-dot.is-current{width:8px;height:8px;border-radius:50%;background:#caf38957;transition:width .22s ease,background-color .22s ease}.home-page .cases-section .case-dot.is-current{width:26px;border-radius:999px;background:#caf389}@media(min-width:1000px){.home-page .cases-section.spatial-scene{padding:clamp(48px,6vh,72px) 0 clamp(76px,9vh,100px)!important;display:flex!important;align-items:center!important;justify-content:center!important}.home-page .cases-section .case-card,.home-page .cases-section .case-card:first-child,.home-page .cases-section .case-card:nth-child(2),.home-page .cases-section .case-card:nth-child(3),.home-page .cases-section .case-card:nth-child(4){flex:0 0 clamp(300px,28vw,430px)!important;width:clamp(300px,28vw,430px)!important;height:clamp(260px,34vh,350px)!important;min-height:0!important;border-radius:22px!important}}@media(min-width:1000px)and (max-height:760px){.home-page .cases-section .case-card,.home-page .cases-section .case-card:first-child,.home-page .cases-section .case-card:nth-child(2),.home-page .cases-section .case-card:nth-child(3),.home-page .cases-section .case-card:nth-child(4){height:250px!important}}@media(max-width:999px){.home-page .cases-section{padding:82px 14px 132px!important}.home-page .cases-section .case-card,.home-page .cases-section .case-card:first-child,.home-page .cases-section .case-card:nth-child(2),.home-page .cases-section .case-card:nth-child(3),.home-page .cases-section .case-card:nth-child(4){flex:0 0 min(86vw,356px)!important;width:min(86vw,356px)!important;height:390px!important;min-height:0!important;border-radius:22px!important}.home-page .cases-section .case-pagination{grid-column:1;grid-row:1}}@media(prefers-reduced-motion:reduce){.home-page .cases-section .case-card,.home-page .cases-section .case-card img,.home-page .cases-section .case-dot{transition:none!important}}.site-footer .footer-brand img{filter:none!important}@media(max-width:390px){.home-page .header-actions{gap:6px}}.home-page .quick-submit:focus-visible{outline:3px solid #FFFFFF;outline-offset:3px}.home-page .quick-submit{min-height:54px;justify-self:start;padding:0 34px;color:#fff;border:1px solid #0C561D;border-radius:11px;background:#0c561d;font:inherit;font-weight:800;letter-spacing:0;cursor:pointer;transition:background-color .22s ease,transform .22s ease}.home-page .quick-submit:hover{background:#083f16}.home-page .quick-submit:active{transform:translateY(1px)}.home-page .quick-submit:disabled{opacity:.65;cursor:wait}.home-page .quick-submit.is-loading span:after{content:"...";display:inline-block;width:18px;overflow:hidden;vertical-align:bottom;animation:quick-submit-dots 1s steps(3,end) infinite}@keyframes quick-submit-dots{0%{width:0}to{width:18px}}@media(min-width:1000px){.home-page .quick-submit{margin-top:2px}}@media(min-width:1000px)and (max-height:760px){.home-page .quick-submit{min-height:48px;font-size:13px}}@media(max-width:999px){.home-page .quick-submit{width:100%;justify-self:stretch}}@media(prefers-reduced-motion:reduce){.home-page .quick-submit.is-loading span:after{animation:none}.home-page .quick-submit{transition:none}}.site-footer{position:relative;display:block!important;box-sizing:border-box;width:100%;margin:0;padding:72px 0 40px;overflow:hidden;background:#000!important;color:#f5f5f2;font-size:16px;line-height:1.5}.site-footer *{box-sizing:border-box}.site-footer .footer-shell{position:relative;width:min(1320px,92vw);margin:0 auto}.site-footer h2{margin:0;color:#f7f7f2;font-size:clamp(44px,4vw,64px);font-weight:800;line-height:1;letter-spacing:0;text-align:center}.site-footer .footer-main{margin-top:48px;padding-top:48px;display:grid;grid-template-columns:minmax(200px,1.05fr) minmax(110px,.52fr) minmax(230px,1.05fr) minmax(270px,1.18fr);gap:clamp(28px,3.5vw,64px);align-items:start;border-top:1px solid rgba(255,255,255,.42)}.site-footer .footer-brand>a{display:inline-flex;width:min(210px,100%)}.site-footer .footer-brand img{width:100%;height:auto;display:block}.site-footer .footer-brand p{max-width:300px;margin:34px 0 0;color:#a7a7a2;font-size:14px;line-height:1.65;letter-spacing:0}.site-footer .footer-nav h3,.site-footer .footer-contacts h3{margin:0 0 24px;color:#f5f5f2;font-size:15px;font-weight:800;line-height:1;letter-spacing:0}.site-footer .footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.site-footer .footer-nav h3{margin-bottom:11px}.site-footer .footer-nav a{color:#b7b7b2;font-size:14px;text-decoration:none;transition:color .18s ease}.site-footer .footer-nav a:hover,.site-footer .footer-nav a:focus-visible{color:#caf389}.site-footer .footer-contacts{min-width:0}.site-footer .footer-contacts>a,.site-footer .footer-contact-static{min-width:0;display:flex;align-items:center;gap:13px;color:#f5f5f2;text-decoration:none}.site-footer .footer-contacts>a+a,.site-footer .footer-contacts>a+.footer-contact-static{margin-top:18px}.site-footer .footer-contact-mark{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(202,243,137,.38);border-radius:50%;background:#caf38914;color:#caf389;font-size:10px;font-weight:900;line-height:1}.site-footer .footer-contacts small,.site-footer .footer-contacts strong{display:block;margin:0;letter-spacing:0}.site-footer .footer-contacts small{margin-bottom:3px;color:#777772;font-size:9px;font-weight:700}.site-footer .footer-contacts strong{color:#dadad6;font-size:13px;font-weight:600;overflow-wrap:anywhere}.site-footer .footer-telegram-cta{min-width:0;padding:2px 0 0 clamp(22px,2.4vw,38px);border-left:1px solid rgba(255,255,255,.12)}.site-footer .footer-cta-kicker{display:block;color:#caf389;font-size:10px;font-weight:900;line-height:1;letter-spacing:0}.site-footer .footer-telegram-cta h3{margin:20px 0 0;color:#f7f7f2;font-size:clamp(27px,2.3vw,38px);font-weight:800;line-height:1.08;letter-spacing:0}.site-footer .footer-telegram-cta p{max-width:360px;margin:20px 0 0;color:#989893;font-size:13px;line-height:1.55;letter-spacing:0}.site-footer .footer-telegram-cta>a{width:100%;min-height:56px;margin-top:24px;padding:0 18px 0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:10px;background:#caf389;color:#07160a;font-size:14px;font-weight:900;line-height:1;text-decoration:none;transition:background-color .18s ease,color .18s ease}.site-footer .footer-telegram-cta>a b{font-size:20px;font-weight:500}.site-footer .footer-telegram-cta>a:hover,.site-footer .footer-telegram-cta>a:focus-visible{background:#fff;color:#0c561d}.case-page .site-footer .footer-shell{width:min(1320px,92vw)}@media(min-width:1000px){.home-page .site-footer.spatial-scene{width:100%!important;min-height:100dvh!important;margin:0!important;padding:clamp(48px,6vh,72px) 0 clamp(82px,10vh,112px)!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#000!important}.home-page .site-footer.spatial-scene>.footer-shell{position:relative!important;inset:auto!important;width:min(1320px,92vw)!important;margin:0 auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;transform:none!important}}@media(min-width:1000px)and (max-height:760px){.site-footer h2{font-size:44px}.site-footer .footer-main{margin-top:30px;padding-top:30px}.site-footer .footer-brand>a{width:170px}.site-footer .footer-brand p{margin-top:22px;font-size:12px}.site-footer .footer-nav{gap:9px}.site-footer .footer-nav h3,.site-footer .footer-contacts h3{margin-bottom:16px}.site-footer .footer-nav h3{margin-bottom:7px}.site-footer .footer-contacts>a+a,.site-footer .footer-contacts>a+.footer-contact-static{margin-top:12px}.site-footer .footer-contact-mark{flex-basis:32px;width:32px;height:32px}.site-footer .footer-telegram-cta h3{margin-top:14px;font-size:27px}.site-footer .footer-telegram-cta p{margin-top:13px;font-size:11px}.site-footer .footer-telegram-cta>a{min-height:48px;margin-top:16px;font-size:12px}}@media(max-width:999px){.site-footer{width:100%!important;margin:0!important;padding:84px 18px calc(132px + env(safe-area-inset-bottom))!important}.site-footer .footer-shell,.case-page .site-footer .footer-shell{width:100%}.site-footer h2{font-size:clamp(40px,12vw,54px);text-align:left}.site-footer .footer-main{margin-top:34px;padding-top:34px;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:42px 24px}.site-footer .footer-brand,.site-footer .footer-telegram-cta{grid-column:1 / -1}.site-footer .footer-brand>a{width:180px}.site-footer .footer-brand p{max-width:480px;margin-top:24px;font-size:13px}.site-footer .footer-telegram-cta{padding:30px 0 0;border-top:1px solid rgba(255,255,255,.12);border-left:0}.site-footer .footer-telegram-cta h3{font-size:clamp(32px,9vw,42px)}.site-footer .footer-telegram-cta p{max-width:520px;font-size:13px}}@media(max-width:430px){.site-footer .footer-main{grid-template-columns:minmax(0,1fr)}.site-footer .footer-brand,.site-footer .footer-telegram-cta{grid-column:auto}}@media(prefers-reduced-motion:reduce){.site-footer a{transition:none!important}}.site-footer .footer-brand img{filter:brightness(0) invert(1);opacity:.96}.site-footer .footer-contact-mark svg{width:19px;height:19px;display:block;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer .footer-telegram-handle{width:100%;min-height:52px;margin-top:24px;padding:0 18px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.5);border-radius:9px;color:#d8d8d4;font-size:13px;font-weight:600;line-height:1}.site-footer .footer-telegram-handle+a{margin-top:12px}@media(min-width:1000px){.site-footer .footer-telegram-cta{border-left:0}.home-page .site-footer.spatial-scene{padding:clamp(56px,8.4vh,82px) 0 clamp(86px,10vh,110px)!important;align-items:flex-start!important}.home-page .site-footer.spatial-scene>.footer-shell{width:min(1320px,92vw)!important}.home-page .site-footer .footer-main{margin-top:clamp(36px,5.1vh,50px);padding-top:clamp(38px,5.2vh,52px)}}@media(min-width:1000px)and (max-height:760px){.home-page .site-footer .footer-main{margin-top:34px;padding-top:38px}.home-page .site-footer .footer-brand>a{width:210px}.home-page .site-footer .footer-brand p{margin-top:42px}.home-page .site-footer .footer-telegram-handle{min-height:48px;margin-top:18px;font-size:12px}.home-page .site-footer .footer-telegram-handle+a{margin-top:10px}}@media(max-width:999px){.site-footer .footer-brand img{filter:brightness(0) invert(1)}.site-footer .footer-telegram-handle{min-height:50px}}@media(min-width:1000px){.home-page .site-footer.spatial-scene>.footer-shell{width:min(1320px,92vw)!important}.home-page .site-footer .footer-main{grid-template-columns:minmax(240px,1.05fr) minmax(130px,.56fr) minmax(260px,1.05fr) minmax(300px,1.2fr);gap:clamp(34px,4vw,70px);margin-top:clamp(42px,5.5vh,58px);padding-top:clamp(42px,5.8vh,58px)}.home-page .site-footer .footer-brand>a{width:230px}.home-page .site-footer .footer-brand p{max-width:340px;font-size:15px}.home-page .site-footer .footer-nav h3,.home-page .site-footer .footer-contacts h3{font-size:17px}.home-page .site-footer .footer-nav a{font-size:15px}.home-page .site-footer .footer-contacts strong{font-size:14px}.home-page .site-footer .footer-telegram-cta h3{font-size:clamp(31px,2.5vw,42px)}.home-page .site-footer .footer-telegram-cta p{font-size:14px}.home-page .site-footer .footer-telegram-handle,.home-page .site-footer .footer-telegram-cta>a{min-height:58px;font-size:14px}.home-page .scroll-progress{background:#caf38924!important;box-shadow:0 0 0 1px #caf38914!important}.home-page .scroll-progress span{background:#caf389!important;box-shadow:0 0 18px #caf38980!important}}@media(min-width:1000px)and (max-height:760px){.home-page .site-footer h2{font-size:48px}.home-page .site-footer .footer-main{margin-top:38px;padding-top:42px}.home-page .site-footer .footer-brand>a{width:225px}.home-page .site-footer .footer-brand p{margin-top:40px;font-size:13px;line-height:1.6}.home-page .site-footer .footer-nav{gap:12px}.home-page .site-footer .footer-nav h3,.home-page .site-footer .footer-contacts h3{margin-bottom:20px;font-size:16px}.home-page .site-footer .footer-nav a{font-size:14px}.home-page .site-footer .footer-contact-mark{width:38px;height:38px;flex-basis:38px}.home-page .site-footer .footer-contacts strong{font-size:13px}.home-page .site-footer .footer-telegram-cta h3{margin-top:16px;font-size:31px}.home-page .site-footer .footer-telegram-cta p{margin-top:16px;font-size:12px}.home-page .site-footer .footer-telegram-handle,.home-page .site-footer .footer-telegram-cta>a{min-height:52px;font-size:13px}}@media(min-width:1000px){.home-page .site-footer.spatial-scene{padding-block:clamp(34px,5.4vh,58px)!important;align-items:center!important}}.language-picker{position:relative;z-index:95;flex:0 0 auto;color:#0c561d}.language-picker summary{min-width:68px;min-height:42px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(12,86,29,.3);border-radius:10px;background:#fff3;font-size:12px;font-weight:850;line-height:1;list-style:none;cursor:pointer}.language-picker summary::-webkit-details-marker{display:none}.language-picker summary:focus-visible,.language-options a:focus-visible,.mobile-menu-toggle:focus-visible,.mobile-menu a:focus-visible,.mobile-menu button:focus-visible{outline:2px solid #0C561D;outline-offset:3px}.language-chevron{transition:transform .18s ease}.language-picker[open] .language-chevron{transform:rotate(180deg)}.language-options{position:absolute;top:calc(100% + 9px);right:0;width:180px;padding:7px;display:grid;gap:3px;border:1px solid rgba(12,86,29,.18);border-radius:13px;background:#f7fbef;box-shadow:0 18px 46px #061f0c33}.language-options a{min-height:45px;padding:0 10px;display:grid;grid-template-columns:34px 1fr;align-items:center;border-radius:8px;color:#17351e;text-decoration:none}.language-options a:hover,.language-options a:focus-visible{background:#0c561d14}.language-options a.is-active{color:#fff;background:#0c561d}.language-options span{font-size:10px;font-weight:900}.language-options strong{font-size:13px;font-weight:750}.mobile-menu-toggle,.mobile-menu,.mobile-menu-backdrop{display:none}@media(min-width:1000px){.review-pagination,.case-pagination,.pricing-pagination{display:none!important}}@media(max-width:999px){body.mobile-nav-open{overflow:hidden!important}.smart-header .brand,.smart-header .language-picker,.smart-header .mobile-menu-toggle{position:relative;z-index:95}.smart-header .header-actions{display:none!important}.language-picker{margin-left:auto}.language-picker summary{min-width:61px;min-height:38px;padding-inline:8px;gap:5px;border-radius:9px;font-size:10px}.language-picker summary>svg:first-child{display:none}.language-options{width:164px}.mobile-menu-toggle{width:42px;height:42px;flex:0 0 42px;padding:0;display:grid;place-items:center;border:0;border-radius:10px;color:#fff;background:#0c561d;cursor:pointer}.menu-icon-close,.smart-header.menu-open .menu-icon-open{display:none}.smart-header.menu-open .menu-icon-close{display:block}.mobile-menu-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#000000b8;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.mobile-menu{position:fixed;z-index:90;top:82px;right:10px;left:10px;max-height:calc(100dvh - 94px);padding:16px;display:grid;gap:16px;overflow-y:auto;border:1px solid rgba(12,86,29,.18);border-radius:22px;color:#082f12;background:linear-gradient(160deg,#caf389,#e7f9c7 48%,#fff);box-shadow:0 26px 72px #00000061;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .18s ease,transform .22s ease,visibility .18s ease}.smart-header.menu-open .mobile-menu-backdrop,.smart-header.menu-open .mobile-menu{opacity:1;visibility:visible}.smart-header.menu-open .mobile-menu{transform:translateY(0)}.mobile-menu nav{display:grid}.mobile-menu nav a{min-height:58px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(12,86,29,.16);color:#082f12;font-size:clamp(20px,6vw,25px);font-weight:800;line-height:1;text-decoration:none}.mobile-menu nav a span{color:#0c561d8a;font-size:9px;font-weight:900}.mobile-menu-actions{display:grid;grid-template-columns:1fr;gap:8px}.mobile-menu-actions a,.mobile-menu-actions button{min-height:54px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid #0C561D;border-radius:11px;font:inherit;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}.mobile-menu-actions button{color:#0c561d;background:transparent}.mobile-menu-actions a{color:#fff;background:#0c561d}.mobile-menu-actions span{font-size:17px}.reveal-card,.mobile-reveal{opacity:1!important}.reveal-card{transform:translate3d(0,10px,0)!important}.reveal-card.in-view{transform:translateZ(0)!important}.mobile-reveal{transform:translate3d(0,8px,0)}}@media(prefers-reduced-motion:reduce){.language-chevron,.mobile-menu,.mobile-menu-backdrop{transition:none!important}}@media(min-width:1000px){html,body,.bottom-sheet{scrollbar-width:thin;scrollbar-color:#0C561D #050505}html::-webkit-scrollbar,body::-webkit-scrollbar,.bottom-sheet::-webkit-scrollbar{width:12px;height:12px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,.bottom-sheet::-webkit-scrollbar-track{background:#050505}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.bottom-sheet::-webkit-scrollbar-thumb{min-height:48px;border:3px solid #050505;border-radius:999px;background:#0c561d}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,.bottom-sheet::-webkit-scrollbar-thumb:hover{background:#caf389}}:root{--article-max: 1240px;--article-copy: 760px;--article-line: rgba(255,255,255,.09);--article-muted: #92929b}html.case-document,html.case-document body{width:100%;height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;scroll-behavior:smooth}body.case-page{position:relative!important;height:auto!important;min-height:100vh!important;overflow-x:hidden!important;overflow-y:auto!important;background:#050505!important}body.case-page.sheet-open{overflow:hidden!important}.case-page .article-app{position:relative!important;inset:auto!important;width:100%;max-width:none!important;min-height:100vh!important;height:auto!important;margin:0!important;padding:0 0 118px!important;overflow:visible!important;scroll-snap-type:none!important;scroll-behavior:auto!important;background:#050505!important}.case-article{display:block}.case-page .article-layout,.case-page .full-preview,.case-page .article-end-cta,.case-page .site-footer{content-visibility:auto;contain-intrinsic-size:auto 1200px}.case-page .browser-crop picture{display:contents}.case-hero{width:min(calc(100% - 64px),var(--article-max));min-height:0;margin:0 auto;padding:122px 0 72px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);align-items:center;gap:clamp(44px,5vw,76px)}.case-hero-copy{min-width:0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;color:#62626c;font-size:10px;font-weight:700}.breadcrumbs a{color:#9b9ba4;text-decoration:none}.breadcrumbs a:hover{color:#f5f5f5}.case-label,.section-index,.full-preview-head>span,.article-end-cta>span{color:#00cbd0;font-size:9px;font-weight:850;line-height:1}.case-hero h1{max-width:690px;margin:17px 0 24px;color:#fafafa;font-size:clamp(46px,4.7vw,66px);font-weight:900;line-height:1.02;letter-spacing:0}.case-hero h1 span{background:linear-gradient(100deg,#fc00ff 5%,#00dbde 90%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.case-lead{max-width:650px;margin:0;color:#a4a4ad;font-size:clamp(16px,1.25vw,19px);line-height:1.62}.case-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:38px 0 0;border-top:1px solid var(--article-line)}.case-facts div{min-width:0;padding:18px 18px 18px 0;border-bottom:1px solid var(--article-line)}.case-facts div:nth-child(odd){border-right:1px solid var(--article-line)}.case-facts div:nth-child(2n){padding-left:18px}.case-facts dt{margin-bottom:7px;color:#606069;font-size:9px;font-weight:750}.case-facts dd{margin:0;color:#dedee2;font-size:12px;font-weight:650}.case-browser{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#101013;box-shadow:0 42px 100px #0000006b}.case-browser-hero{width:100%;transform:rotate(1.2deg)}.browser-bar{position:relative;height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.07);background:#17171b}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#3f3f46}.browser-bar i:nth-child(2){background:#7a6578}.browser-bar i:nth-child(3){background:#587d7c}.browser-bar span{position:absolute;left:50%;color:#6f6f78;font-size:8px;transform:translate(-50%)}.browser-crop,.media-crop{position:relative;overflow:hidden;background:#101013}.browser-crop img,.media-crop img{position:absolute;left:0;width:100%;height:auto;max-width:none}.crop-top{aspect-ratio:4 / 4.65}.crop-top img{top:0}.article-layout{width:min(calc(100% - 64px),var(--article-max));margin:0 auto;padding:78px 0 0;display:grid;grid-template-columns:210px minmax(0,var(--article-copy));justify-content:center;gap:clamp(62px,8vw,120px)}.article-nav{position:sticky;top:122px;align-self:start;display:grid;gap:14px;padding-left:18px;border-left:1px solid var(--article-line)}.article-nav span{margin-bottom:9px;color:#55555e;font-size:8px;font-weight:800}.article-nav a{color:#83838c;font-size:11px;font-weight:650;text-decoration:none}.article-nav a:hover{color:#f5f5f5}.article-body{min-width:0}.article-section{padding:0 0 82px;scroll-margin-top:120px}.article-section h2,.full-preview h2,.article-end-cta h2{margin:18px 0 25px;color:#f5f5f5;font-size:clamp(30px,3vw,42px);font-weight:800;line-height:1.08;letter-spacing:0}.article-section p{margin:0 0 24px;color:var(--article-muted);font-size:16px;line-height:1.72}.article-section .article-opening{color:#c9c9ce;font-size:19px;line-height:1.65}.article-media{margin:0 0 82px}.article-media figcaption{margin-top:13px;color:#5f5f68;font-size:10px;line-height:1.5}.media-landscape .media-crop{aspect-ratio:16 / 10;border:1px solid rgba(255,255,255,.08);border-radius:8px}.crop-services img{top:-88%}.challenge-list{margin-top:42px;border-top:1px solid var(--article-line)}.challenge-list>div{display:grid;grid-template-columns:54px minmax(0,1fr);gap:24px;padding:25px 0;border-bottom:1px solid var(--article-line)}.challenge-list b{color:#00cbd0;font-size:10px}.challenge-list p{margin:0;font-size:15px;line-height:1.65}.challenge-list strong{color:#efeff1}blockquote{margin:0 0 82px;padding:38px 0 38px 34px;border-left:3px solid #7c8cff}blockquote p{max-width:700px;margin:0 0 18px;color:#f5f5f5;font-size:clamp(25px,2.5vw,34px);font-weight:700;line-height:1.25}blockquote cite{color:#696972;font-size:9px;font-style:normal;font-weight:750}.solution-steps{margin-top:44px;border-top:1px solid var(--article-line)}.solution-steps article{display:grid;grid-template-columns:110px 220px minmax(0,1fr);gap:24px;padding:28px 0;border-bottom:1px solid var(--article-line)}.solution-steps span{color:#6f6f78;font-size:8px;font-weight:800}.solution-steps h3{margin:0;color:#eeeef0;font-size:16px;line-height:1.35}.solution-steps p{margin:0;font-size:13px;line-height:1.65}.media-portrait-pair{display:grid;grid-template-columns:minmax(0,.95fr) minmax(240px,.65fr);align-items:end;gap:34px}.media-portrait-pair .media-crop{aspect-ratio:4 / 5;border:1px solid rgba(255,255,255,.08);border-radius:8px}.crop-middle img{top:-205%}.media-note{padding-bottom:6px}.media-note>span{color:#fc50f4;font-size:8px;font-weight:800}.media-note h2{margin:16px 0 18px;color:#f5f5f5;font-size:27px;line-height:1.2;letter-spacing:0}.media-note p{margin:0;color:#888891;font-size:13px;line-height:1.7}.result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:46px;border-top:1px solid var(--article-line);border-bottom:1px solid var(--article-line)}.result-metrics div{padding:25px 18px 25px 0}.result-metrics div+div{padding-left:18px;border-left:1px solid var(--article-line)}.result-metrics strong,.result-metrics span{display:block}.result-metrics strong{margin-bottom:10px;color:#f5f5f5;font-size:26px}.result-metrics span{color:#6e6e77;font-size:9px;line-height:1.45}.full-preview{padding-bottom:112px}.full-preview-head{margin-bottom:30px}.full-preview-head h2{margin-bottom:0}.case-browser-full img{display:block;width:100%;height:auto}.case-browser-full{position:relative;max-height:1280px}.case-browser-full:after{content:"";position:absolute;right:0;bottom:0;left:0;height:180px;background:linear-gradient(to bottom,transparent,#101013);pointer-events:none}.article-end-cta{margin-bottom:120px;padding:54px 0 0;border-top:1px solid var(--article-line)}.article-end-cta h2{max-width:680px}.article-end-cta button{min-height:54px;display:inline-flex;align-items:center;gap:34px;padding:0 22px;border:0;border-radius:8px;background:#f5f5f5;color:#09090b;font-size:12px;font-weight:800}.article-end-cta button b{font-size:18px;font-weight:500}@media(min-width:1000px){.case-page .contact-section{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;margin:0!important;padding:clamp(68px,8vh,86px) max(32px,5vw) clamp(82px,10vh,104px)!important;background:#050505}.case-page .contact-section>.section-shell{position:relative!important;inset:auto!important;z-index:1;display:grid!important;grid-template-rows:1fr!important;width:min(1240px,100%)!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 154px);padding:clamp(32px,3.5vw,48px)!important;overflow:hidden;border:1px solid rgba(255,255,255,.07)!important;border-radius:32px;background:#121214!important;box-shadow:0 32px 90px #00000061!important}}@media(min-width:1000px)and (max-height:820px){.case-page .contact-section{padding-top:62px!important;padding-bottom:76px!important}.case-page .contact-section>.section-shell{max-height:calc(100dvh - 130px);padding:30px!important}}@media(min-width:1000px)and (max-height:700px){.case-page .contact-section{padding-top:54px!important;padding-bottom:66px!important}.case-page .contact-section>.section-shell{padding:24px!important}}.case-page footer{display:block!important;width:min(calc(100% - 64px),var(--article-max));margin:0 auto;padding:32px 0 0;border-top:1px solid rgba(255,255,255,.07)}@media(max-width:999px){.case-page .article-app{padding-bottom:112px}.case-hero{width:calc(100% - 32px);min-height:0;padding:calc(104px + env(safe-area-inset-top)) 0 72px;display:block}.breadcrumbs{margin-bottom:28px}.case-hero h1{margin:16px 0 24px;font-size:45px;line-height:1.01}.case-lead{font-size:16px;line-height:1.62}.case-facts{margin-top:38px}.case-facts dd{font-size:11px}.case-browser-hero{margin-top:48px;transform:none}.article-layout{width:calc(100% - 32px);padding-top:72px;display:block}.article-nav{position:static;display:flex;gap:18px;margin:0 -16px 82px;padding:0 16px 12px;overflow-x:auto;border:0;scrollbar-width:none}.article-nav::-webkit-scrollbar{display:none}.article-nav span{display:none}.article-nav a{flex:0 0 auto}.article-section,.article-media,blockquote,.full-preview{padding-bottom:82px;margin-bottom:0}.article-section h2,.full-preview h2,.article-end-cta h2{margin:17px 0 25px;font-size:34px;line-height:1.12}.article-section p{font-size:15px;line-height:1.75}.article-section .article-opening{font-size:18px;line-height:1.65}.crop-services img{top:-82%}.challenge-list>div{grid-template-columns:38px minmax(0,1fr);gap:14px}blockquote{padding:30px 0 30px 22px}blockquote p{font-size:27px}.solution-steps article{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px 14px}.solution-steps p{grid-column:2}.media-portrait-pair{display:block}.media-note{padding:28px 0 0}.media-note h2{font-size:27px}.result-metrics{grid-template-columns:1fr}.result-metrics div,.result-metrics div+div{padding:18px 0;border-left:0;border-top:1px solid var(--article-line)}.result-metrics div:first-child{border-top:0}.case-browser-full .browser-bar{position:sticky;top:0}.article-end-cta{margin-bottom:82px;padding-top:42px}.case-page footer{width:auto;margin:0 16px;padding-bottom:28px}}@media(max-width:380px){.case-hero h1{font-size:40px}.case-facts{grid-template-columns:1fr}.case-facts div,.case-facts div:nth-child(odd),.case-facts div:nth-child(2n){padding:15px 0;border-right:0}}@media(prefers-reduced-motion:reduce){html.case-document,html.case-document body{scroll-behavior:auto}}.case-page{--case-green: #0c561d;--case-green-deep: #082f12;--case-lime: #caf389;--case-lime-soft: #e3f9bd;--case-paper: #f6f9ee;--case-surface: #111411;--case-surface-soft: #171b17;--case-line: rgba(202, 243, 137, .2);--case-muted: #a7ada7;background:#000!important}.case-page .article-app{padding-bottom:96px!important;background:#000!important}.case-page .article-app>.smart-header{position:relative!important;inset:auto!important;z-index:50;transform:none!important;width:min(1320px,92vw)!important;height:82px!important;margin:28px auto 0!important;padding:0 24px!important;display:flex!important;align-items:center;gap:clamp(20px,2.4vw,34px);border:1px solid rgba(12,86,29,.2)!important;border-radius:22px!important;color:var(--case-green-deep);background:linear-gradient(180deg,var(--case-lime) 0%,var(--case-paper) 100%)!important;box-shadow:0 22px 64px #00000057!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:auto!important}.case-page .article-app>.smart-header .brand{min-height:0;padding:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.case-page .article-app>.smart-header .brand-logo-default,.case-page .article-app>.smart-header .location{display:none!important}.case-page .article-app>.smart-header .brand-logo-green{display:block!important;width:188px;height:auto}.case-page .article-app>.smart-header .site-nav{min-width:0;margin-left:auto;display:flex;align-items:center;gap:clamp(18px,1.8vw,30px)}.case-page .article-app>.smart-header .site-nav a{position:relative;color:#082f12c7;font-size:clamp(13px,1vw,16px);font-weight:750;letter-spacing:0;text-decoration:none;white-space:nowrap}.case-page .article-app>.smart-header .site-nav a:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:2px;background:var(--case-green);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.case-page .article-app>.smart-header .site-nav a:hover:after,.case-page .article-app>.smart-header .site-nav a:focus-visible:after{transform:scaleX(1)}.case-page .article-app>.smart-header .header-actions{display:flex;align-items:center;gap:8px}.case-page .article-app>.smart-header .header-telegram,.case-page .article-app>.smart-header .header-project{min-height:44px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(12,86,29,.32);border-radius:9px;font-size:12px;font-weight:800;letter-spacing:0;text-decoration:none;white-space:nowrap}.case-page .article-app>.smart-header .header-telegram{color:var(--case-green);background:#ffffff3d}.case-page .article-app>.smart-header .header-project{color:#fff;border-color:var(--case-green);background:var(--case-green)}.case-page .article-app>.smart-header a:focus-visible,.case-page .article-app>.smart-header button:focus-visible{outline:2px solid var(--case-green);outline-offset:3px}.case-hero{width:min(1320px,92vw);margin:18px auto 0;padding:clamp(54px,5vw,76px);grid-template-columns:minmax(0,.95fr) minmax(390px,.82fr);gap:clamp(44px,5vw,78px);overflow:hidden;border:1px solid rgba(12,86,29,.18);border-radius:36px;color:var(--case-green-deep);background:linear-gradient(155deg,var(--case-lime) 0%,#e2f7bd 42%,#fff 100%);box-shadow:0 30px 90px #0000005c}.breadcrumbs{margin-bottom:28px;color:#082f1275;font-size:10px}.breadcrumbs a{color:#082f12b3}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:var(--case-green)}.case-label,.section-index,.full-preview-head>span,.article-end-cta>span{color:var(--case-lime);letter-spacing:0}.case-label{width:fit-content;min-height:30px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid rgba(12,86,29,.16);border-radius:8px;color:var(--case-green);background:#0c561d12}.case-hero h1{max-width:700px;margin:18px 0 24px;color:var(--case-green-deep);font-size:clamp(44px,4.4vw,64px);font-weight:850;line-height:1.01}.case-hero h1 span{color:var(--case-green);background:none;-webkit-text-fill-color:currentColor}.case-lead{color:#082f12ad;font-size:clamp(15px,1.2vw,18px)}.case-facts{margin-top:34px;border-color:#0c561d2e}.case-facts div,.case-facts div:nth-child(odd){border-color:#0c561d2e}.case-facts dt{color:#082f127a}.case-facts dd{color:var(--case-green-deep)}.case-browser{border-color:#caf38947;background:var(--case-green-deep);box-shadow:0 30px 70px #082f1242}.browser-bar{border-color:#caf38924;background:var(--case-green)}.browser-bar i{background:#caf38959}.browser-bar i:nth-child(2){background:#ffffff80}.browser-bar i:nth-child(3){background:var(--case-lime)}.browser-bar span{color:#f6f9ee9e}.article-layout{width:min(calc(100% - 64px),1180px);padding-top:110px;grid-template-columns:210px minmax(0,800px);justify-content:space-between;gap:clamp(58px,7vw,112px)}.article-nav{top:28px;gap:0;padding:10px;overflow:hidden;border:1px solid var(--case-line);border-radius:16px;background:var(--case-green-deep);box-shadow:0 18px 48px #00000047}.article-nav span{margin:0;padding:13px 13px 15px;color:var(--case-lime)}.article-nav a{min-height:42px;padding:0 13px;display:flex;align-items:center;border-top:1px solid rgba(202,243,137,.1);color:#f6f9eead;font-size:11px}.article-nav a:hover,.article-nav a:focus-visible{color:var(--case-green-deep);border-radius:8px;background:var(--case-lime)}.article-section{padding-bottom:92px;scroll-margin-top:28px}.section-index,.full-preview-head>span{width:fit-content;min-height:28px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid rgba(202,243,137,.22);border-radius:7px;background:#caf38914}.article-section h2,.full-preview h2,.article-end-cta h2{color:#f6f9ee;font-size:clamp(34px,3.3vw,48px);font-weight:820;line-height:1.08}.article-section p{color:var(--case-muted);font-size:16px;line-height:1.78}.article-section .article-opening{color:#d8ddd6;font-size:20px;line-height:1.65}.media-landscape .media-crop,.media-portrait-pair .media-crop{border-color:var(--case-line);border-radius:14px}.article-media figcaption{color:#767d76;font-size:11px}.challenge-list{border-color:var(--case-line)}.challenge-list>div{border-color:var(--case-line)}.challenge-list b{color:var(--case-lime)}.challenge-list strong{color:#f6f9ee}blockquote{position:relative;margin-bottom:92px;padding:42px 44px;overflow:hidden;border:0;border-radius:18px;background:var(--case-lime)}blockquote:after{content:"</>";position:absolute;right:22px;bottom:-18px;color:#0c561d17;font-size:96px;font-weight:900}blockquote p{position:relative;z-index:1;color:var(--case-green-deep)}blockquote cite{position:relative;z-index:1;color:#082f1294}.case-page .browser-bar span{color:#dcefd2}.case-page blockquote cite{color:#16451f}.solution-steps{border-color:var(--case-line)}.solution-steps article{border-color:var(--case-line)}.solution-steps span,.media-note>span{color:var(--case-lime)}.solution-steps h3,.media-note h2{color:#f6f9ee}.media-note p{color:var(--case-muted)}.result-metrics{gap:10px;border:0}.result-metrics div,.result-metrics div+div{min-height:132px;padding:22px;border:1px solid rgba(12,86,29,.2);border-radius:14px;background:var(--case-lime)}.result-metrics strong{color:var(--case-green-deep)}.result-metrics span{color:#082f12ad}.case-browser-full{border-color:var(--case-line);border-radius:16px}.case-browser-full:after{background:linear-gradient(to bottom,transparent,var(--case-green-deep))}.article-end-cta{margin-bottom:100px;padding:clamp(36px,5vw,54px);border:1px solid rgba(12,86,29,.18);border-radius:22px;background:linear-gradient(145deg,var(--case-lime),var(--case-paper))}.article-end-cta>span{color:var(--case-green)}.article-end-cta h2{color:var(--case-green-deep)}.article-end-cta button{border-radius:9px;color:#fff;background:var(--case-green)}.article-end-cta button:hover,.article-end-cta button:focus-visible{background:var(--case-green-deep)}.case-page .contact-section{width:min(1320px,92vw)!important;min-height:0!important;margin:0 auto 96px!important;padding:0!important;display:block!important;background:transparent!important}.case-page .contact-section>.contact-shell{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.case-page .contact-section .contact-card{width:100%!important;min-height:480px;padding:clamp(38px,5vw,68px)!important;display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(390px,1.12fr);align-items:center;gap:clamp(38px,6vw,82px);overflow:hidden;border:1px solid rgba(12,86,29,.18)!important;border-radius:30px!important;color:var(--case-green-deep);background:linear-gradient(155deg,var(--case-lime),#e4f8c1 48%,#fff)!important;box-shadow:0 30px 84px #00000057!important}.case-page .contact-section .contact-card:before{display:none!important}.case-page .contact-eyebrow{color:var(--case-green)}.case-page .contact-section .contact-card h2{max-width:520px;margin:14px 0 20px;color:var(--case-green-deep);font-size:clamp(40px,4.3vw,60px);line-height:1.01}.case-page .contact-section .contact-intro>p{max-width:520px;color:#082f12ad;font-size:16px;line-height:1.65}.case-page .contact-note{color:#082f12a8;border-color:#0c561d29}.case-page .contact-note i{background:var(--case-green);box-shadow:0 0 0 5px #0c561d1a}.case-page .contact-channels{margin:0}.case-page .telegram-contact{min-height:244px;padding:24px;border:1px solid rgba(202,243,137,.22);border-radius:18px;color:#fff;background:var(--case-green);box-shadow:0 22px 48px #0c561d33;transform:none!important}.case-page .telegram-contact:before{background:linear-gradient(120deg,transparent,rgba(202,243,137,.12),transparent)}.case-page .telegram-contact:hover,.case-page .telegram-contact:focus-visible{transform:none!important;border-color:#caf3898c;background:var(--case-green-deep)}.case-page .telegram-icon,.case-page .telegram-arrow{color:var(--case-green-deep);background:var(--case-lime)}.case-page .telegram-contact-head,.case-page .telegram-contact-body p,.case-page .telegram-contact>strong{color:#f6f9eead}.case-page .telegram-contact-body h3{color:#fff}.case-page .contact-secondary .contact-item{min-height:72px;border:1px solid rgba(12,86,29,.16);border-radius:13px;color:var(--case-green-deep);background:#ffffff80}.case-page .contact-secondary a.contact-item:hover,.case-page .contact-secondary a.contact-item:focus-visible{background:#fff}.case-page .contact-secondary .contact-icon{color:#fff;background:var(--case-green)}.case-page .contact-secondary .contact-item small{color:#082f1280}.case-page .contact-secondary .contact-item strong,.case-page .contact-item-arrow{color:var(--case-green-deep)}.case-page footer{width:100%;border-color:var(--case-line)}.case-navigation{width:min(1320px,92vw);min-height:128px;margin:0 auto 96px;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--case-line);border-bottom:1px solid var(--case-line)}.case-navigation a{color:#f5f5f2;text-decoration:none}.case-navigation-all{display:inline-flex;align-items:center;gap:12px;color:var(--case-muted)!important;font-size:13px;font-weight:700}.case-navigation-next{min-width:min(100%,330px);display:flex;align-items:center;justify-content:flex-end;gap:22px;text-align:right}.case-navigation-next span,.case-navigation-next small,.case-navigation-next strong{display:block}.case-navigation-next small{margin-bottom:4px;color:var(--case-lime);font-size:9px;font-weight:850;text-transform:uppercase}.case-navigation-next strong{font-size:22px;line-height:1.1}.case-navigation-next b{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:50%;color:var(--case-green-deep);background:var(--case-lime);font-size:19px;transition:transform .18s ease,background-color .18s ease}.case-navigation-next:hover b,.case-navigation-next:focus-visible b{transform:translate(4px);background:#fff}.case-page .scroll-progress span{background:var(--case-lime)!important}@media(max-width:1180px)and (min-width:1000px){.case-page .article-app>.smart-header .site-nav{display:none}.case-page .article-app>.smart-header .brand-logo-green{width:174px}}@media(max-width:999px){.case-page .article-app{padding-bottom:104px!important}.case-page .article-app>.smart-header{width:calc(100% - 20px)!important;height:68px!important;margin-top:10px!important;padding:0 12px!important;gap:8px;border-radius:18px!important}.case-page .article-app>.smart-header .brand-logo-green{width:126px}.case-page .article-app>.smart-header .site-nav,.case-page .article-app>.smart-header .header-telegram{display:none}.case-page .article-app>.smart-header .header-project{min-height:38px;padding:0 11px;font-size:10px}.case-hero{width:calc(100% - 20px);margin-top:10px;padding:42px 18px 22px;border-radius:24px}.case-hero h1{font-size:clamp(39px,11.5vw,48px)}.case-browser-hero{margin-top:38px}.article-layout{width:calc(100% - 32px);padding-top:78px}.article-nav{position:static;margin:0 -16px 70px;padding:7px 16px;display:flex;gap:7px;overflow-x:auto;border-right:0;border-left:0;border-radius:0;background:#082f12b8}.article-nav a{min-height:36px;padding:0 12px;border:1px solid rgba(202,243,137,.16);border-radius:8px}.article-section,.article-media,blockquote,.full-preview{padding-bottom:76px}.article-section h2,.full-preview h2,.article-end-cta h2{font-size:clamp(32px,9vw,40px)}blockquote{padding:30px 24px;border-radius:14px}blockquote p{font-size:25px}.result-metrics{gap:8px}.result-metrics div,.result-metrics div+div{min-height:0;padding:18px}.article-end-cta{margin-bottom:76px;padding:30px 22px;border-radius:18px}.case-page .contact-section{width:calc(100% - 20px)!important;margin-bottom:72px!important}.case-page .contact-section .contact-card{min-height:0;padding:34px 20px 20px!important;display:block!important;border-radius:22px!important}.case-page .contact-section .contact-card h2{font-size:clamp(36px,10vw,46px)}.case-page .contact-channels{margin-top:30px}.case-page .telegram-contact{min-height:220px}.case-page footer{width:100%;margin-right:0;margin-left:0}.case-navigation{width:calc(100% - 32px);min-height:0;margin-bottom:72px;padding:24px 0}.case-navigation-next{min-width:0}.case-navigation-next strong{font-size:18px}.case-navigation-next b{width:40px;height:40px;flex-basis:40px}}@media(max-width:390px){.case-page .article-app>.smart-header .brand-logo-green{width:112px}.case-page .article-app>.smart-header .header-project{padding:0 9px;font-size:9px}}@media(prefers-reduced-motion:reduce){.case-page .article-app>.smart-header *,.case-page .telegram-contact:before{transition:none!important}}:root{--lux-bg: #050606;--lux-surface: #0a0b0b;--lux-surface-raised: #111211;--lux-pearl: #f3f0e8;--lux-muted: #aaa69d;--lux-champagne: #c8a97b;--lux-champagne-soft: #dfc79f;--lux-moss: #6f8066;--lux-moss-deep: #4f6049;--lux-line: rgba(200, 169, 123, .48);--lux-line-soft: rgba(243, 240, 232, .13);--lux-shadow: 0 34px 90px rgba(0, 0, 0, .42);--lux-width: min(1500px, calc(100vw - 96px) )}html,body,body.home-page,body.case-page{color:var(--lux-pearl);background:var(--lux-bg)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}body::selection,body *::selection{color:#070808;background:var(--lux-champagne-soft)}body.home-page:before,body.case-page:before{display:none!important}.home-page .app,.case-page .article-app{color:var(--lux-pearl);background:var(--lux-bg)!important}.home-page .scroll-progress,.case-page .scroll-progress{height:2px!important;background:#c8a97b1f!important}.home-page .scroll-progress span,.case-page .scroll-progress span{background:var(--lux-champagne)!important}.home-page .section,.home-page .site-footer{color:var(--lux-pearl);background:transparent!important}.home-page .section-shell,.home-page .about-card,.home-page .footer-shell,.case-page .footer-shell{width:var(--lux-width)!important;max-width:none!important}.smart-header{min-height:74px;padding:0 34px;color:var(--lux-pearl);background:transparent!important;border:0!important;box-shadow:none!important}.smart-header .brand{width:clamp(176px,15vw,230px)}.smart-header .brand-logo-default{display:block!important;filter:none!important}.smart-header .brand-logo-green,.smart-header .location{display:none!important}.site-nav{gap:clamp(24px,2.8vw,46px)}.site-nav a{padding:10px 0;color:#f3f0e8c7!important;font-size:14px;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--lux-pearl)!important;border-color:var(--lux-champagne)}.language-picker summary{min-width:72px;min-height:44px;padding:0 13px;color:var(--lux-pearl)!important;background:#ffffff06!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important}.language-picker summary:hover,.language-picker summary:focus-visible,.language-picker[open] summary{border-color:var(--lux-line)!important;background:#c8a97b0f!important}.language-options{top:calc(100% + 10px)!important;min-width:202px!important;padding:6px!important;color:var(--lux-pearl)!important;background:#111212!important;border:1px solid var(--lux-line)!important;border-radius:8px!important;box-shadow:var(--lux-shadow)!important}.language-options a{color:var(--lux-muted)!important;border-radius:5px!important}.language-options a:hover,.language-options a.is-active{color:var(--lux-pearl)!important;background:#c8a97b1a!important}.language-options a>span{color:var(--lux-champagne)!important}.header-actions{gap:10px}.header-telegram,.header-project{min-height:44px;padding:0 18px!important;color:var(--lux-pearl)!important;font-size:13px!important;font-weight:650!important;border-radius:8px!important}.header-telegram{background:transparent!important;border:1px solid var(--lux-line-soft)!important}.header-project{background:#c8a97b14!important;border:1px solid var(--lux-champagne)!important}.header-telegram:hover,.header-project:hover{color:#090a09!important;background:var(--lux-champagne)!important;border-color:var(--lux-champagne)!important;transform:none!important}.home-page .hero{padding:42px 48px 106px!important;color:var(--lux-pearl)!important;background:var(--lux-bg)!important}.home-page .hero h1{max-width:680px!important;margin:0!important;color:var(--lux-pearl)!important;font-size:clamp(48px,4.3vw,70px)!important;font-weight:730!important;line-height:1.02!important}.home-page .hero h1:not(:has(.gradient-word)){color:var(--lux-pearl)!important}.home-page .hero h1:after{content:"";display:block;width:72px;height:1px;margin:30px 0 24px;background:var(--lux-champagne)}.home-page .testimonial-section,.home-page .cases-section,.home-page .site-footer{padding:clamp(92px,10vw,150px) 48px!important}.home-page h2{color:var(--lux-pearl)!important;font-weight:700!important}.home-page h3{color:var(--lux-pearl)}.home-page .about-card{padding:0!important;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr)!important;gap:clamp(70px,8vw,130px)!important;background:transparent!important;border:0!important;border-top:1px solid var(--lux-line)!important;border-bottom:1px solid var(--lux-line-soft)!important;border-radius:0!important;box-shadow:none!important}.home-page .offer-card{min-height:290px!important;padding:34px!important;color:var(--lux-pearl)!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important;box-shadow:none!important}.home-page .offer-card:first-child{color:#111210!important;background:var(--lux-pearl)!important;border-color:var(--lux-pearl)!important}.home-page .offer-card:first-child h3,.home-page .offer-card:first-child p{color:#111210!important}.home-page .offer-card h3{font-size:clamp(27px,2.4vw,38px)!important}.home-page .offer-card p{color:var(--lux-muted)!important}.home-page .project-estimator{padding:38px!important;color:var(--lux-pearl)!important;background:#0d0e0e!important;border:1px solid var(--lux-line)!important;border-radius:8px!important;box-shadow:none!important}.home-page .intake-submit,.home-page .quick-submit{color:#090a09!important;background:var(--lux-champagne)!important;border:1px solid var(--lux-champagne)!important;border-radius:6px!important;box-shadow:none!important}.home-page .intake-submit:hover,.home-page .quick-submit:hover{background:var(--lux-champagne-soft)!important;transform:translateY(-1px)!important}.home-page .benefit-card{min-height:250px!important;padding:30px!important;color:var(--lux-pearl)!important;background:transparent!important;border:0!important;border-right:1px solid var(--lux-line-soft)!important;border-bottom:1px solid var(--lux-line-soft)!important;border-radius:0!important;box-shadow:none!important}.home-page .benefit-card h3{color:var(--lux-pearl)!important}.home-page .benefit-card p{color:var(--lux-muted)!important}.home-page .benefits-visual{min-height:560px!important;color:var(--lux-pearl)!important;background:var(--lux-surface)!important;border:1px solid var(--lux-line)!important;border-radius:8px!important;box-shadow:none!important}.home-page .review-counter,.home-page .case-counter{color:var(--lux-champagne)!important}.home-page .quote{min-height:335px!important;padding:30px!important;color:var(--lux-pearl)!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important;box-shadow:none!important}.home-page .quote.is-current{border-color:var(--lux-line)!important}.home-page .quote p{color:var(--lux-pearl)!important}.home-page .review-dot,.home-page .case-dot{background:#c8a97b4d!important}.home-page .review-dot.is-current,.home-page .case-dot.is-current{background:var(--lux-champagne)!important}.home-page .case-card{min-height:500px!important;color:var(--lux-pearl)!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important;box-shadow:none!important}.home-page .case-card:hover,.home-page .case-card.is-current{border-color:var(--lux-line)!important;transform:none!important}.home-page .case-card:after{background:linear-gradient(to bottom,transparent 26%,rgba(5,6,6,.24) 48%,#080909 100%)!important}.home-page .case-card img{filter:saturate(.72) contrast(.92)!important}.home-page .faq{border-top:1px solid var(--lux-line)!important}.home-page .faq-item{background:transparent!important;border:0!important;border-bottom:1px solid var(--lux-line-soft)!important;border-radius:0!important}.home-page .faq-question{color:var(--lux-pearl)!important;background:transparent!important}.home-page .faq-question:hover{color:var(--lux-champagne-soft)!important}.site-footer{color:var(--lux-pearl)!important;background:#070808!important}.footer-shell{padding:0!important;background:transparent!important;border:0!important;border-top:1px solid var(--lux-line)!important;border-radius:0!important;box-shadow:none!important}.footer-shell>h2{margin:0!important;padding:55px 0 34px!important;color:var(--lux-champagne)!important;font-size:clamp(54px,7vw,104px)!important;line-height:.95!important;border-bottom:1px solid var(--lux-line-soft)!important}.footer-main{padding:48px 0 0!important;color:var(--lux-pearl)!important}.footer-brand p,.footer-nav a,.footer-contacts small,.footer-telegram-cta p,.footer-contact-static small{color:var(--lux-muted)!important}.footer-nav h3,.footer-contacts h3,.footer-contact-static strong,.footer-contacts strong{color:var(--lux-pearl)!important}.footer-nav a:hover,.footer-contacts a:hover strong{color:var(--lux-champagne)!important}.footer-contact-mark{color:var(--lux-champagne)!important;background:#c8a97b12!important;border-color:var(--lux-line-soft)!important}.footer-telegram-cta{color:var(--lux-pearl)!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important}.footer-cta-kicker,.footer-telegram-handle{color:var(--lux-champagne)!important}.footer-telegram-cta>a{color:#090a09!important;background:var(--lux-champagne)!important;border-radius:6px!important}.sheet-overlay{background:#000000bd!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.bottom-sheet{color:var(--lux-pearl)!important;background:#0b0c0c!important;border:1px solid var(--lux-line)!important;border-radius:18px 18px 0 0!important;box-shadow:0 -30px 90px #00000080!important}.drag{background:var(--lux-line)!important}.sheet-head h2,.type-btn strong,.form-field>span,.success h3{color:var(--lux-pearl)!important}.sheet-head p,.type-btn span,.form-consent,.success p{color:var(--lux-muted)!important}.close-sheet,.type-btn{color:var(--lux-pearl)!important;background:#111212!important;border:1px solid var(--lux-line-soft)!important;border-radius:6px!important}.type-btn.active{background:#c8a97b17!important;border-color:var(--lux-champagne)!important}.field{color:var(--lux-pearl)!important;background:#070808!important;border:1px solid var(--lux-line-soft)!important;border-radius:6px!important}.field::placeholder{color:#77746d!important}.field:focus{border-color:var(--lux-champagne)!important;box-shadow:0 0 0 3px #c8a97b1f!important}.submit,.success-telegram{color:#080909!important;background:var(--lux-champagne)!important;border:1px solid var(--lux-champagne)!important;border-radius:6px!important}.success-mark{color:#080909!important;background:var(--lux-champagne)!important}.success-eyebrow,.success-again{color:var(--lux-champagne)!important}.case-page .article-app>.smart-header{width:var(--lux-width)!important;margin:26px auto 0!important;min-height:74px!important;padding:0 34px!important;color:var(--lux-pearl)!important;background:#090a0a!important;border:1px solid var(--lux-line)!important;border-radius:14px!important;box-shadow:var(--lux-shadow)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.case-page .article-app>.smart-header{position:relative!important;inset:auto!important;height:auto!important;transform:none!important}.case-page .article-app>.smart-header .brand-logo-default{display:block!important}.case-page .article-app>.smart-header .brand-logo-green,.case-page .article-app>.smart-header .location{display:none!important}.case-page .article-app>.smart-header .site-nav{display:flex!important}.case-page .article-app>.smart-header .site-nav a{color:#f3f0e8c7!important}.case-page .article-app>.smart-header .site-nav a:hover,.case-page .article-app>.smart-header .site-nav a:focus-visible{color:var(--lux-pearl)!important}.case-page .article-app>.smart-header .header-telegram,.case-page .article-app>.smart-header .header-project{color:var(--lux-pearl)!important;background:transparent!important;border:1px solid var(--lux-line-soft)!important;border-radius:8px!important}.case-page .article-app>.smart-header .header-project{background:#c8a97b14!important;border-color:var(--lux-champagne)!important}.case-page .case-hero{width:var(--lux-width)!important;margin-top:24px!important;padding:clamp(70px,7vw,110px) clamp(34px,5vw,78px)!important;color:var(--lux-pearl)!important;background:#090a0a!important;border:1px solid var(--lux-line)!important;border-radius:18px!important;box-shadow:var(--lux-shadow)!important}.case-page .breadcrumbs,.case-page .breadcrumbs a,.case-page .case-lead,.case-page .case-facts dt,.case-page .article-body>p,.case-page .article-body li,.case-page .article-nav a,.case-page .full-preview-head p,.case-page .article-end-cta p{color:var(--lux-muted)!important}.case-page .breadcrumbs a:hover,.case-page .article-nav a:hover{color:var(--lux-champagne)!important}.case-page .case-label,.case-page .section-index,.case-page .full-preview-head>span,.case-page .article-end-cta>span{color:var(--lux-champagne)!important}.case-page .case-hero h1,.case-page .article-body h2,.case-page .article-body h3,.case-page .full-preview-head h2,.case-page .article-end-cta h2{color:var(--lux-pearl)!important}.case-page .case-hero h1 span{color:var(--lux-champagne)!important;background:none!important;-webkit-text-fill-color:currentColor!important}.case-page .case-facts,.case-page .case-facts div{border-color:var(--lux-line-soft)!important}.case-page .case-facts dd{color:var(--lux-pearl)!important}.case-page .case-browser{color:var(--lux-pearl)!important;background:#111212!important;border:1px solid var(--lux-line)!important;border-radius:8px!important;box-shadow:0 28px 72px #0000006b!important}.case-page .browser-bar{background:#111212!important;border-color:var(--lux-line-soft)!important}.case-page .browser-bar i{background:var(--lux-champagne)!important}.case-page .browser-bar span{color:var(--lux-muted)!important}.case-page .article-layout{width:min(calc(100% - 64px),1180px)!important;color:var(--lux-pearl)!important}.case-page .article-nav{background:#0e110e!important;border:1px solid var(--lux-line-soft)!important;border-color:var(--lux-line-soft)!important}.case-page .article-nav>span{color:var(--lux-champagne)!important}.case-page .article-section,.case-page .solution-steps{border-color:var(--lux-line-soft)!important}.case-page blockquote{color:#10110f!important;background:var(--lux-pearl)!important;border-left:3px solid var(--lux-champagne)!important;border-radius:0 8px 8px 0!important}.case-page blockquote p,.case-page blockquote cite{color:#161714!important}.case-page .solution-steps article{color:var(--lux-pearl)!important;background:var(--lux-surface-raised)!important;border-color:var(--lux-line-soft)!important;border-radius:8px!important}.case-page .solution-steps strong{color:var(--lux-pearl)!important}.case-page .solution-steps span{color:var(--lux-muted)!important}.case-page .solution-steps i{color:var(--lux-champagne)!important}.case-page .full-preview,.case-page .article-end-cta{color:var(--lux-pearl)!important;background:transparent!important}.case-page .article-end-cta{border-color:var(--lux-line)!important}.case-page .article-end-cta a{color:#080909!important;background:var(--lux-champagne)!important;border-color:var(--lux-champagne)!important;border-radius:6px!important}@media(max-width:999px){:root{--lux-width: calc(100vw - 24px) }.smart-header{min-height:62px!important;padding:0 14px!important}.smart-header .brand{width:132px!important}.mobile-menu-toggle{color:var(--lux-pearl)!important;background:#c8a97b14!important;border:1px solid var(--lux-line)!important;border-radius:7px!important}.mobile-menu-backdrop{background:#000000b3!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.mobile-menu{top:70px!important;right:10px!important;left:10px!important;padding:8px 16px 16px!important;color:var(--lux-pearl)!important;background:#0b0c0c!important;border:1px solid var(--lux-line)!important;border-radius:10px!important;box-shadow:var(--lux-shadow)!important}.mobile-menu nav a{color:var(--lux-pearl)!important;border-color:var(--lux-line-soft)!important}.mobile-menu nav a span{color:var(--lux-champagne)!important}.mobile-menu-actions button,.mobile-menu-actions a{color:var(--lux-pearl)!important;background:transparent!important;border:1px solid var(--lux-line)!important;border-radius:6px!important}.mobile-menu-actions a{color:#080909!important;background:var(--lux-champagne)!important}.home-page .hero{padding:12px 12px 86px!important}.home-page .hero h1{font-size:clamp(38px,11vw,54px)!important;line-height:1.02!important}.home-page .hero h1:after{margin:22px 0 18px!important}.home-page .testimonial-section,.home-page .cases-section,.home-page .site-footer{padding:72px 12px!important}.home-page .about-card{grid-template-columns:1fr!important;gap:0!important}.home-page .project-estimator,.home-page .offer-card{padding:24px!important}.home-page .benefits-visual{min-height:440px!important}.home-page .quote{min-height:310px!important}.home-page .case-card{min-height:460px!important}.footer-shell>h2{font-size:clamp(48px,16vw,70px)!important}.case-page .case-hero{width:calc(100vw - 24px)!important;margin-top:12px!important;padding:46px 16px 24px!important;border-radius:14px!important}.case-page .article-layout{width:calc(100vw - 32px)!important}.case-page .site-footer{padding-right:12px!important;padding-left:12px!important}}@media(prefers-reduced-motion:reduce){.home-page *,.case-page *{scroll-behavior:auto!important}}.home-page *,.case-page *{letter-spacing:0!important}@media(min-width:1000px){body.home-page .hero.spatial-scene{min-height:0!important;padding:42px 48px 106px!important;overflow:visible!important;background:var(--lux-bg)!important}body.home-page .hero.spatial-scene:before,body.home-page .hero.spatial-scene:after{display:none!important}body.home-page .testimonial-section .quote{min-height:335px!important;height:auto!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important}body.home-page .testimonial-section.spatial-scene .quote{height:auto!important;min-height:335px!important;border-width:1px!important;border-color:var(--lux-line-soft)!important}body.home-page .testimonial-section .quote.is-current,body.home-page .testimonial-section .quote:hover{border-color:var(--lux-line)!important}body.home-page .cases-section .case-card{height:500px!important;min-height:500px!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important}body.home-page .cases-section.spatial-scene .case-card{height:500px!important;min-height:500px!important;border-width:1px!important;border-color:var(--lux-line-soft)!important}body.home-page .cases-section .case-card:hover,body.home-page .cases-section .case-card.is-current{border-color:var(--lux-line)!important}body.home-page .cases-section .case-card>img{z-index:0!important}body.home-page .cases-section .case-card:after{z-index:1!important;background:linear-gradient(to bottom,#05060608 18%,#0506066b 52%,#070808)!important}}body.home-page .testimonial-section .quote{height:auto!important;min-height:310px!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important}body.home-page .testimonial-section .quote.is-current{border-color:var(--lux-line)!important}body.home-page .cases-section .case-card{min-height:460px!important;background:var(--lux-surface-raised)!important;border:1px solid var(--lux-line-soft)!important}body.home-page .cases-section .case-card>img{z-index:0!important}body.home-page .cases-section .case-card:after{z-index:1!important;background:linear-gradient(to bottom,#05060608 18%,#0506066b 52%,#070808)!important}@media(max-width:999px){body.case-page .article-app>.smart-header{width:calc(100vw - 24px)!important;min-height:62px!important;margin:12px auto 0!important;padding:0 14px!important;border-radius:12px!important}body.case-page .article-app>.smart-header .site-nav,body.case-page .article-app>.smart-header .header-actions{display:none!important}body.case-page .article-app>.smart-header .mobile-menu-toggle{display:grid!important}}
