﻿:root{--bg:#070814;--bg2:#101033;--card:rgba(255,255,255,.075);--card2:rgba(255,255,255,.115);--line:rgba(255,255,255,.14);--line2:rgba(255,255,255,.22);--text:#f7f8ff;--muted:rgba(247,248,255,.72);--muted2:rgba(247,248,255,.52);--accent:#7c6cff;--accent2:#b14cff;--accent3:#13c6e5;--warm:#ff8a3d;--good:#66f5b8;--shadow:0 28px 90px rgba(0,0,0,.42);--radius:28px;--max:1180px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:radial-gradient(circle at 12% 8%,rgba(124,108,255,.28),transparent 30%),radial-gradient(circle at 88% 4%,rgba(177,76,255,.22),transparent 28%),radial-gradient(circle at 30% 72%,rgba(19,198,229,.12),transparent 36%),linear-gradient(180deg,#070814 0%,#11113a 42%,#070814 100%);overflow-x:hidden}body::before{content:"";position:fixed;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 82%);pointer-events:none}body::after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at center,transparent 0,rgba(0,0,0,.34) 83%);pointer-events:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(124,108,255,.16),transparent 34%),#000;transition:opacity .55s ease,visibility .55s ease}.site-loader img{width:min(260px,54vw);height:auto;max-height:42vh;object-fit:contain;animation:loaderPulse 1.7s ease-in-out infinite;filter:none;transform-origin:center}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}body.is-loading{overflow:hidden}@keyframes loaderPulse{0%,100%{transform:scale(.96);opacity:.82}50%{transform:scale(1.04);opacity:1}}.container{width:min(var(--max),calc(100% - 36px));margin:0 auto}.nav{position:sticky;top:0;z-index:50;background:rgba(7,8,20,.76);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(18px)}.nav-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand-mark{width:46px;height:46px;flex:0 0 auto;object-fit:contain;filter:none}.brand-title{display:block;font-weight:950;letter-spacing:-.045em;line-height:1}.brand-title small{display:block;margin-top:5px;color:var(--muted2);font-size:12px;letter-spacing:0;font-weight:800}.nav-links{display:flex;gap:20px;align-items:center;color:var(--muted);font-size:14px}.nav-links a{transition:.2s ease}.nav-links a:hover{color:#fff}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff;font-weight:950;cursor:pointer;white-space:nowrap;transition:.22s ease}.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.12)}.btn-primary{border:0;background:linear-gradient(135deg,var(--accent),var(--accent2) 55%,var(--accent3));box-shadow:0 18px 55px rgba(124,108,255,.32)}.btn-ghost{background:rgba(255,255,255,.055)}.btn-small{min-height:40px;padding:0 14px;font-size:13px}.pill{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--muted);border-radius:999px;font-size:13px;backdrop-filter:blur(12px)}.dot{width:8px;height:8px;border-radius:50%;background:var(--good);box-shadow:0 0 18px var(--good)}.hero{padding:82px 0 68px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}h1{margin:22px 0 20px;font-size:clamp(42px,7vw,80px);line-height:.94;letter-spacing:-.075em}h2{margin:0;font-size:clamp(31px,4vw,54px);line-height:1;letter-spacing:-.06em}h3{margin:0 0 10px;font-size:22px;letter-spacing:-.035em}p{line-height:1.65}.gradient-text{background:linear-gradient(135deg,#fff 6%,#dce4ff 28%,#91f0ff 54%,#d7b3ff 76%,#ffb06d 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{max-width:760px;margin:0 0 28px;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:640px}.proof{padding:16px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:22px}.proof b{display:block;font-size:20px;letter-spacing:-.04em}.proof span{display:block;margin-top:5px;color:var(--muted2);font-size:13px;line-height:1.35}.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;color:var(--muted);font-size:14px}.trust-strip span{padding:10px 12px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:999px}.system-card{position:relative;overflow:hidden;border:1px solid var(--line2);border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.135),rgba(255,255,255,.055));box-shadow:var(--shadow)}.system-card::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--accent2);filter:blur(56px);opacity:.36;right:-96px;top:-46px}.system-card::after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:var(--accent3);filter:blur(58px);opacity:.24;left:-100px;bottom:80px}.system-card{animation:floatPanel 7s ease-in-out infinite}.flow-step{position:relative;overflow:hidden;animation:flowPulse 5.2s ease-in-out infinite}.flow-step:nth-child(2){animation-delay:.45s}.flow-step:nth-child(3){animation-delay:.9s}.flow-step::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translateX(-120%);animation:sheen 5.5s ease-in-out infinite}.flow-step:nth-child(2)::after{animation-delay:.8s}.flow-step:nth-child(3)::after{animation-delay:1.6s}.flow-num{animation:numPulse 2.7s ease-in-out infinite}@keyframes floatPanel{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes flowPulse{0%,100%{border-color:rgba(255,255,255,.11);background:rgba(0,0,0,.16)}50%{border-color:rgba(124,108,255,.42);background:rgba(124,108,255,.13)}}@keyframes sheen{0%,42%{transform:translateX(-125%)}60%,100%{transform:translateX(125%)}}@keyframes numPulse{0%,100%{transform:scale(1);box-shadow:0 14px 35px rgba(124,108,255,.24)}50%{transform:scale(1.06);box-shadow:0 18px 45px rgba(177,76,255,.42)}}.system-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border-bottom:1px solid rgba(255,255,255,.10)}.lights{display:flex;gap:8px}.lights i{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.28)}.system-title{font-weight:950;letter-spacing:-.035em;font-size:20px}.system-body{position:relative;z-index:1;padding:22px;display:grid;gap:16px}.profile-mini{display:flex;gap:16px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.08)}.profile-mini img{width:74px;height:74px;object-fit:cover;border-radius:22px;border:1px solid rgba(255,255,255,.22)}.profile-mini b{display:block;font-size:24px;letter-spacing:-.04em}.profile-mini span{display:block;margin-top:4px;color:var(--muted);line-height:1.45}.client-flow{display:grid;gap:10px}.flow-step{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:rgba(0,0,0,.16)}.flow-num{width:42px;height:42px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent2));font-weight:950;box-shadow:0 14px 35px rgba(124,108,255,.24)}.flow-step b{display:block;font-size:17px;letter-spacing:-.02em}.flow-step span{display:block;color:var(--muted);margin-top:4px;line-height:1.45}.system-note{color:var(--muted2);font-size:13px;line-height:1.5;text-align:center;padding:2px 10px 0}section{scroll-margin-top:96px;padding:76px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head p{margin:0;max-width:560px;color:var(--muted)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}.card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));box-shadow:0 18px 60px rgba(0,0,0,.20)}.card-inner{padding:24px}.card p,.card li{color:var(--muted)}.card ul{margin:16px 0 0;padding-left:20px}.card li{margin:8px 0;line-height:1.55}.icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:16px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12);font-size:22px}.tag{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:var(--muted);font-size:12px;font-weight:850}.value-card.primary{background:linear-gradient(135deg,rgba(124,108,255,.20),rgba(19,198,229,.08));border-color:rgba(124,108,255,.32)}.about-photo{min-height:520px}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.photo-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:18px;border-radius:22px;background:rgba(7,8,20,.72);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px)}.photo-caption b{display:block;font-size:22px;letter-spacing:-.04em}.photo-caption span{display:block;margin-top:5px;color:var(--muted);line-height:1.45}.problem-card{border-color:rgba(255,138,61,.20)}.solution-card{border-color:rgba(102,245,184,.20)}.big-service{grid-column:span 2;background:linear-gradient(135deg,rgba(124,108,255,.18),rgba(255,255,255,.05))}.case-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:0}.case-visual{min-height:340px;border-right:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;overflow:hidden}.case-visual img{width:100%;height:100%;object-fit:cover;opacity:.92}.browser-preview{width:88%;min-height:230px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));overflow:hidden;box-shadow:var(--shadow)}.browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.12)}.browser-bar i{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.32)}.preview-content{padding:22px}.preview-hero{height:70px;border-radius:18px;background:linear-gradient(135deg,rgba(124,108,255,.55),rgba(19,198,229,.38));margin-bottom:14px}.preview-lines{display:grid;gap:9px}.preview-lines span{height:12px;border-radius:999px;background:rgba(255,255,255,.18)}.case-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.price-card{min-height:100%}.price-top{display:flex;justify-content:space-between;align-items:start;gap:16px;padding:24px 24px 0}.price{font-size:42px;font-weight:950;letter-spacing:-.06em}.price small{color:var(--muted2);font-size:14px;letter-spacing:0}.popular{border-color:rgba(19,198,229,.35);background:linear-gradient(180deg,rgba(19,198,229,.12),rgba(255,255,255,.045))}.steps{counter-reset:step}.step-number{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;color:#101320;font-weight:950;margin-bottom:14px}.step-number::before{counter-increment:step;content:counter(step)}.testimonial p{font-size:19px;color:#fff;margin-top:0}.contact-wrap{display:grid;grid-template-columns:.88fr 1.12fr;gap:20px;align-items:stretch}.contact-list{display:grid;gap:12px;margin-top:20px}.contact-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055)}.contact-item span{color:var(--muted2);font-size:13px;display:block;margin-top:4px}.form{display:grid;gap:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:7px}label{color:var(--muted);font-weight:850;font-size:13px}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.18);color:#fff;border-radius:18px;padding:14px 15px;outline:none;transition:.2s ease}input:focus,select:focus,textarea:focus{border-color:rgba(124,108,255,.75);box-shadow:0 0 0 4px rgba(124,108,255,.14)}select option{background:#101033;color:#fff}textarea{min-height:120px;resize:vertical}.form-note{color:var(--muted2);font-size:13px;line-height:1.45}details{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.055);overflow:hidden}summary{padding:18px 20px;cursor:pointer;font-weight:950}details p{margin:0;padding:0 20px 20px;color:var(--muted)}.faq{display:grid;gap:12px}.footer{padding:34px 0 46px;color:var(--muted2);border-top:1px solid rgba(255,255,255,.09)}.footer-inner{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(18px);transition:.62s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto !important}.reveal{opacity:1;transform:none}}@media (max-width:980px){.nav-links{display:none}.hero-grid,.split,.case-card,.contact-wrap{grid-template-columns:1fr}.proof-row,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.case-visual{min-height:300px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.section-head{flex-direction:column;align-items:flex-start}.big-service{grid-column:span 1}}@media (max-width:680px){.container{width:min(var(--max),calc(100% - 24px))}.nav-inner{min-height:70px}.brand{min-width:0}.brand-title{font-size:17px}.brand-title small{display:none}.brand-mark{width:44px;height:44px}.nav-actions .btn-ghost{display:none}.btn-small{min-height:38px;padding:0 13px}.hero{padding:52px 0 42px}section{padding:54px 0}h1{font-size:clamp(40px,12.5vw,58px);letter-spacing:-.067em}h2{font-size:34px}.lead{font-size:17px}.hero-actions .btn{width:100%}.proof-row,.grid-4,.grid-3,.grid-2,.form-row{grid-template-columns:1fr}.system-top{padding:18px}.system-title{font-size:18px}.system-body{padding:16px}.profile-mini{align-items:flex-start}.profile-mini img{width:62px;height:62px;border-radius:18px}.profile-mini b{font-size:21px}.flow-step{grid-template-columns:44px 1fr;gap:12px;padding:13px}.flow-num{width:38px;height:38px;border-radius:14px}.about-photo{min-height:390px}.price{font-size:36px}.reveal{opacity:1;transform:none}}#cases .case-grid-final{align-items:stretch;gap:18px}#cases .case-card-final{display:flex;flex-direction:column;min-height:100%;overflow:hidden}#cases .case-visual-final{position:relative;padding:18px;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}#cases .case-frame-final{width:100%;aspect-ratio:16 / 9;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.28);background:#0B0E20}#cases .case-frame-final img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}#cases .crm-card-final .case-frame-final img{object-fit:cover;object-position:center}#cases .wing-card-final .case-frame-final img{object-fit:cover;object-position:center 48%;transform:scale(1.035)}#cases .case-content-final{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}#cases .case-content-final h3{margin:0;font-size:clamp(24px,2.2vw,34px);line-height:1.05;letter-spacing:-.045em}#cases .case-summary-final{color:var(--muted);font-size:16px;line-height:1.58;margin:0}#cases .case-result-final{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto}#cases .case-mini-final{padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055)}#cases .case-mini-final b{display:block;margin-bottom:6px;font-size:14px}#cases .case-mini-final span{display:block;color:var(--muted2);font-size:12.5px;line-height:1.45}#cases .case-link-final{margin-top:2px}#cases .case-demo-access-final{margin:-4px 0 0;padding:12px 14px;border:1px solid rgba(124,108,255,.28);border-radius:16px;background:rgba(124,108,255,.10);color:rgba(247,248,255,.78);font-size:13px;line-height:1.45}#cases .case-demo-access-final b{color:var(--text);font-weight:850}#cases .case-card,#cases .case-visual{min-height:auto}@media (max-width:980px){#cases .case-result-final{grid-template-columns:1fr}#cases .case-visual-final{padding:14px}#cases .case-content-final{padding:20px}}@media (max-width:680px){#cases .case-grid-final{gap:14px}#cases .case-frame-final{border-radius:20px}#cases .case-content-final h3{font-size:25px}}@media (min-width:981px){.hero{overflow:visible !important}.hero-grid{align-items:start !important}.system-card{position:sticky !important;top:104px !important;align-self:start !important;max-height:calc(100svh - 124px) !important;overflow:auto !important;scrollbar-width:none}.system-card::-webkit-scrollbar{display:none}}@media (min-width:981px) and (max-width:1180px){.system-card{top:92px !important;max-height:calc(100svh - 108px) !important}.system-body{padding-bottom:20px}.flow-step{padding:13px}.system-note{margin-top:2px}}@media (max-width:980px){.system-card{position:relative !important;top:auto !important;max-height:none !important;overflow:hidden !important}}#cases .case-grid-final{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}#cases .case-card-final{min-width:0}#cases .case-result-final{grid-template-columns:1fr}#cases .case-actions-final{display:flex;flex-wrap:wrap;gap:10px}#cases .case-actions-final .btn{flex:1 1 160px;justify-content:center}#cases .casa-card-final .case-frame-final img{object-fit:cover;object-position:center}@media (max-width:1180px){#cases .case-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){#cases .case-grid-final{grid-template-columns:1fr}}#cases .daria-card-final .case-frame-final img,#cases .novadent-card-final .case-frame-final img{object-fit:cover;object-position:center}@media (prefers-reduced-motion:reduce){.site-loader img{animation:none}}.reviews-section{padding-top:38px}.mini-pill{width:fit-content;margin-bottom:12px}.reviews-shell{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 18% 0%,rgba(124,108,255,.20),transparent 32%),radial-gradient(circle at 86% 8%,rgba(19,198,229,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));box-shadow:0 24px 70px rgba(0,0,0,.22);padding:24px}.reviews-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.reviews-top h3{margin:0;font-size:clamp(26px,3vw,44px);line-height:1.02;letter-spacing:-.055em}.reviews-controls{display:flex;gap:10px;flex:0 0 auto}.review-control{width:46px;height:46px;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;background:rgba(255,255,255,.08);cursor:pointer;font-size:22px;line-height:1;transition:transform .2s ease,background .2s ease,border-color .2s ease}.review-control:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(19,198,229,.35)}.reviews-window{overflow:hidden;border-radius:24px}.reviews-track{display:flex;transition:transform .55s cubic-bezier(.2,.8,.2,1);will-change:transform}.review-card{min-width:100%;padding:clamp(22px,3vw,34px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(0,0,0,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.review-stars{color:#ffd27a;letter-spacing:.16em;font-size:15px;margin-bottom:16px}.review-card p{margin:0;color:#fff;font-size:clamp(20px,2.4vw,31px);line-height:1.3;letter-spacing:-.035em;max-width:920px}.review-author{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}.review-author b{font-size:18px}.review-author span{color:var(--muted2);font-size:13px;font-weight:750}.reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.review-dot{width:9px;height:9px;border:0;padding:0;border-radius:99px;background:rgba(255,255,255,.28);cursor:pointer;transition:width .25s ease,background .25s ease}.review-dot.is-active{width:28px;background:linear-gradient(90deg,var(--accent2),var(--accent3))}@media (max-width:680px){.reviews-shell{padding:16px}.reviews-top{align-items:stretch;flex-direction:column}.reviews-controls{justify-content:flex-end}.review-control{width:44px;height:44px}.review-card{border-radius:20px}.review-author{align-items:flex-start;flex-direction:column}}.hero-actions .btn{min-height:58px;padding:0 28px;font-size:18px;line-height:1}.nav-discuss-btn{appearance:none}#briefForm .btn[type="submit"]{font-size:16px}.site-loader img,.brand-mark{filter:none !important}@media (max-width:680px){.hero-actions .btn{min-height:56px;font-size:18px}.nav-discuss-btn{font-size:12px;padding:0 11px}}@media (max-width:380px){.brand-title{font-size:15px}.brand-mark{width:40px;height:40px}.nav-discuss-btn{font-size:11px;padding:0 9px}}.site-loader{overflow:hidden;isolation:isolate;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(124,108,255,.18),transparent 32%),radial-gradient(circle at 62% 53%,rgba(19,198,229,.14),transparent 28%),#02020a;transition:opacity .72s ease 1.18s,visibility 0s linear 1.95s}.site-loader::before,.site-loader::after{content:"";position:absolute;inset:0;pointer-events:none}.site-loader::before{z-index:0;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.08) 44%,transparent 56%),linear-gradient(90deg,rgba(124,108,255,.14),transparent 34%,transparent 66%,rgba(19,198,229,.12));transform:translateX(-120%);animation:loaderSweep 1.95s cubic-bezier(.76,0,.24,1) .22s forwards}.site-loader::after{z-index:1;background:linear-gradient(180deg,rgba(2,2,10,.08),rgba(2,2,10,.74))}.loader-noise{position:absolute;inset:0;z-index:1;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:clamp(44px,5vw,58px) clamp(44px,5vw,58px);mask-image:radial-gradient(circle at center,#000 0 58%,transparent 84%)}.loader-inner{position:relative;z-index:3;display:grid;justify-items:center;gap:clamp(14px,2.4vw,18px);padding:24px}.loader-mark{position:relative;width:clamp(150px,28vw,290px);aspect-ratio:1 / 1;opacity:0;transform:translateY(18px) scale(.92);animation:loaderMarkIn .9s cubic-bezier(.16,1,.3,1) .14s forwards}.loader-half{position:absolute;inset:0;display:block;overflow:hidden;will-change:transform,opacity}.loader-half img{display:block;width:100%;height:100%;object-fit:contain;filter:none !important;animation:loaderBreath 1.6s ease-in-out .72s infinite}.loader-half-left{clip-path:polygon(0 0,54% 0,48% 100%,0 100%)}.loader-half-right{clip-path:polygon(52% 0,100% 0,100% 100%,46% 100%)}.loader-half-right img{transform:translateX(0)}.loader-meta{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.5vw,13px);color:rgba(247,248,255,.72);font-size:clamp(10px,1.5vw,14px);font-weight:900;letter-spacing:.18em;text-transform:uppercase;transform:translateY(10px);opacity:0;animation:loaderTextIn .7s ease .75s forwards}.loader-meta i{width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,var(--accent2),var(--accent3));box-shadow:0 0 18px rgba(19,198,229,.7)}.loader-line{position:relative;width:min(280px,58vw);height:2px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.10);opacity:0;animation:loaderTextIn .7s ease .9s forwards}.loader-line span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent2),var(--accent3));transform:translateX(-100%);animation:loaderLine 1.75s cubic-bezier(.76,0,.24,1) .95s forwards}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.site-loader.is-hidden .loader-meta,.site-loader.is-hidden .loader-line{animation:loaderMetaOut .28s ease forwards}.site-loader.is-hidden .loader-half-left{animation:logoSplitLeft 1.38s cubic-bezier(.76,0,.24,1) forwards}.site-loader.is-hidden .loader-half-right{animation:logoSplitRight 1.38s cubic-bezier(.76,0,.24,1) forwards}body:not(.site-loaded) .nav,body:not(.site-loaded) .hero .pill,body:not(.site-loaded) .hero h1,body:not(.site-loaded) .hero .lead,body:not(.site-loaded) .hero-actions,body:not(.site-loaded) .proof-row,body:not(.site-loaded) .hero .trust-strip,body:not(.site-loaded) .system-card{opacity:0}body.site-loaded .nav{animation:navDrop .7s cubic-bezier(.16,1,.3,1) .08s both}body.site-loaded .hero .pill{animation:heroRise .72s cubic-bezier(.16,1,.3,1) .16s both}body.site-loaded .hero h1{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .24s both}body.site-loaded .hero .lead:nth-of-type(1){animation:heroRise .82s cubic-bezier(.16,1,.3,1) .34s both}body.site-loaded .hero .lead:nth-of-type(2){animation:heroRise .82s cubic-bezier(.16,1,.3,1) .44s both}body.site-loaded .hero-actions{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .54s both}body.site-loaded .proof-row{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .64s both}body.site-loaded .hero .trust-strip{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .74s both}body.site-loaded .system-card{animation:heroPanelIn .95s cubic-bezier(.16,1,.3,1) .34s both,floatPanel 7s ease-in-out 1.4s infinite}@keyframes loaderSweep{to{transform:translateX(120%)}}@keyframes loaderMarkIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loaderTextIn{to{opacity:1;transform:translateY(0)}}@keyframes loaderLine{to{transform:translateX(0)}}@keyframes loaderBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.024)}}@keyframes loaderMetaOut{to{opacity:0;transform:translateY(12px)}}@keyframes logoSplitLeft{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(-46vw) rotate(-10deg) scale(1.02);opacity:0}}@keyframes logoSplitRight{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(46vw) rotate(10deg) scale(1.02);opacity:0}}@keyframes navDrop{from{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroRise{from{opacity:0;transform:translateY(32px);filter:blur(12px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroPanelIn{from{opacity:0;transform:translateY(34px) scale(.96);filter:blur(14px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width:900px){.loader-mark{width:clamp(150px,38vw,240px)}@keyframes logoSplitLeft{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(-52vw) rotate(-8deg) scale(1.02);opacity:0}}@keyframes logoSplitRight{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(52vw) rotate(8deg) scale(1.02);opacity:0}}}@media (max-width:560px){.site-loader{min-height:100svh;min-height:100dvh}.loader-inner{transform:translateZ(0)}.loader-mark{width:clamp(170px,54vw,230px)}.loader-meta{letter-spacing:.14em}.loader-line{width:min(220px,62vw)}@keyframes logoSplitLeft{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(-58vw) rotate(-6deg) scale(1.01);opacity:0}}@keyframes logoSplitRight{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(58vw) rotate(6deg) scale(1.01);opacity:0}}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto !important}.reveal{opacity:1;transform:none}}@media (max-width:980px){.nav-links{display:none}.hero-grid,.split,.case-card,.contact-wrap{grid-template-columns:1fr}.proof-row,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.case-visual{min-height:300px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.section-head{flex-direction:column;align-items:flex-start}.big-service{grid-column:span 1}}@media (max-width:680px){.container{width:min(var(--max),calc(100% - 24px))}.nav-inner{min-height:70px}.brand{min-width:0}.brand-title{font-size:17px}.brand-title small{display:none}.brand-mark{width:44px;height:44px}.nav-actions .btn-ghost{display:none}.btn-small{min-height:38px;padding:0 13px}.hero{padding:52px 0 42px}section{padding:54px 0}h1{font-size:clamp(40px,12.5vw,58px);letter-spacing:-.067em}h2{font-size:34px}.lead{font-size:17px}.hero-actions .btn{width:100%}.proof-row,.grid-4,.grid-3,.grid-2,.form-row{grid-template-columns:1fr}.system-top{padding:18px}.system-title{font-size:18px}.system-body{padding:16px}.profile-mini{align-items:flex-start}.profile-mini img{width:62px;height:62px;border-radius:18px}.profile-mini b{font-size:21px}.flow-step{grid-template-columns:44px 1fr;gap:12px;padding:13px}.flow-num{width:38px;height:38px;border-radius:14px}.about-photo{min-height:390px}.price{font-size:36px}.reveal{opacity:1;transform:none}}#cases .case-grid-final{align-items:stretch;gap:18px}#cases .case-card-final{display:flex;flex-direction:column;min-height:100%;overflow:hidden}#cases .case-visual-final{position:relative;padding:18px;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}#cases .case-frame-final{width:100%;aspect-ratio:16 / 9;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.28);background:#0B0E20}#cases .case-frame-final img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}#cases .crm-card-final .case-frame-final img{object-fit:cover;object-position:center}#cases .wing-card-final .case-frame-final img{object-fit:cover;object-position:center 48%;transform:scale(1.035)}#cases .case-content-final{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}#cases .case-content-final h3{margin:0;font-size:clamp(24px,2.2vw,34px);line-height:1.05;letter-spacing:-.045em}#cases .case-summary-final{color:var(--muted);font-size:16px;line-height:1.58;margin:0}#cases .case-result-final{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto}#cases .case-mini-final{padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055)}#cases .case-mini-final b{display:block;margin-bottom:6px;font-size:14px}#cases .case-mini-final span{display:block;color:var(--muted2);font-size:12.5px;line-height:1.45}#cases .case-link-final{margin-top:2px}#cases .case-demo-access-final{margin:-4px 0 0;padding:12px 14px;border:1px solid rgba(124,108,255,.28);border-radius:16px;background:rgba(124,108,255,.10);color:rgba(247,248,255,.78);font-size:13px;line-height:1.45}#cases .case-demo-access-final b{color:var(--text);font-weight:850}#cases .case-card,#cases .case-visual{min-height:auto}@media (max-width:980px){#cases .case-result-final{grid-template-columns:1fr}#cases .case-visual-final{padding:14px}#cases .case-content-final{padding:20px}}@media (max-width:680px){#cases .case-grid-final{gap:14px}#cases .case-frame-final{border-radius:20px}#cases .case-content-final h3{font-size:25px}}@media (min-width:981px){.hero{overflow:visible !important}.hero-grid{align-items:start !important}.system-card{position:sticky !important;top:104px !important;align-self:start !important;max-height:calc(100svh - 124px) !important;overflow:auto !important;scrollbar-width:none}.system-card::-webkit-scrollbar{display:none}}@media (min-width:981px) and (max-width:1180px){.system-card{top:92px !important;max-height:calc(100svh - 108px) !important}.system-body{padding-bottom:20px}.flow-step{padding:13px}.system-note{margin-top:2px}}@media (max-width:980px){.system-card{position:relative !important;top:auto !important;max-height:none !important;overflow:hidden !important}}#cases .case-grid-final{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}#cases .case-card-final{min-width:0}#cases .case-result-final{grid-template-columns:1fr}#cases .case-actions-final{display:flex;flex-wrap:wrap;gap:10px}#cases .case-actions-final .btn{flex:1 1 160px;justify-content:center}#cases .casa-card-final .case-frame-final img{object-fit:cover;object-position:center}@media (max-width:1180px){#cases .case-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){#cases .case-grid-final{grid-template-columns:1fr}}#cases .daria-card-final .case-frame-final img,#cases .novadent-card-final .case-frame-final img{object-fit:cover;object-position:center}@media (prefers-reduced-motion:reduce){.site-loader img{animation:none}}.reviews-section{padding-top:38px}.mini-pill{width:fit-content;margin-bottom:12px}.reviews-shell{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 18% 0%,rgba(124,108,255,.20),transparent 32%),radial-gradient(circle at 86% 8%,rgba(19,198,229,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));box-shadow:0 24px 70px rgba(0,0,0,.22);padding:24px}.reviews-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.reviews-top h3{margin:0;font-size:clamp(26px,3vw,44px);line-height:1.02;letter-spacing:-.055em}.reviews-controls{display:flex;gap:10px;flex:0 0 auto}.review-control{width:46px;height:46px;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;background:rgba(255,255,255,.08);cursor:pointer;font-size:22px;line-height:1;transition:transform .2s ease,background .2s ease,border-color .2s ease}.review-control:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(19,198,229,.35)}.reviews-window{overflow:hidden;border-radius:24px}.reviews-track{display:flex;transition:transform .55s cubic-bezier(.2,.8,.2,1);will-change:transform}.review-card{min-width:100%;padding:clamp(22px,3vw,34px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(0,0,0,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.review-stars{color:#ffd27a;letter-spacing:.16em;font-size:15px;margin-bottom:16px}.review-card p{margin:0;color:#fff;font-size:clamp(20px,2.4vw,31px);line-height:1.3;letter-spacing:-.035em;max-width:920px}.review-author{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}.review-author b{font-size:18px}.review-author span{color:var(--muted2);font-size:13px;font-weight:750}.reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.review-dot{width:9px;height:9px;border:0;padding:0;border-radius:99px;background:rgba(255,255,255,.28);cursor:pointer;transition:width .25s ease,background .25s ease}.review-dot.is-active{width:28px;background:linear-gradient(90deg,var(--accent2),var(--accent3))}@media (max-width:680px){.reviews-shell{padding:16px}.reviews-top{align-items:stretch;flex-direction:column}.reviews-controls{justify-content:flex-end}.review-control{width:44px;height:44px}.review-card{border-radius:20px}.review-author{align-items:flex-start;flex-direction:column}}.hero-actions .btn{min-height:58px;padding:0 28px;font-size:18px;line-height:1}.nav-discuss-btn{appearance:none}#briefForm .btn[type="submit"]{font-size:16px}.site-loader img,.brand-mark{filter:none !important}@media (max-width:680px){.hero-actions .btn{min-height:56px;font-size:18px}.nav-discuss-btn{font-size:12px;padding:0 11px}}@media (max-width:380px){.brand-title{font-size:15px}.brand-mark{width:40px;height:40px}.nav-discuss-btn{font-size:11px;padding:0 9px}}.site-loader{overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 42%,rgba(124,108,255,.22),transparent 30%),radial-gradient(circle at 62% 53%,rgba(19,198,229,.16),transparent 26%),#02020a;transition:transform .95s cubic-bezier(.76,0,.24,1),opacity .95s ease,visibility .95s ease}.site-loader::before,.site-loader::after{content:"";position:absolute;inset:0;pointer-events:none}.site-loader::before{z-index:0;background:linear-gradient(115deg,transparent 0 36%,rgba(255,255,255,.09) 45%,transparent 56%),linear-gradient(90deg,rgba(124,108,255,.18),transparent 30%,transparent 70%,rgba(19,198,229,.16));transform:translateX(-120%);animation:loaderSweep 1.65s cubic-bezier(.76,0,.24,1) .25s forwards}.site-loader::after{z-index:2;background:linear-gradient(180deg,transparent 0 62%,rgba(2,2,10,.92) 100%);opacity:.75}.loader-noise{position:absolute;inset:0;z-index:1;opacity:.11;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:58px 58px;mask-image:radial-gradient(circle at center,#000 0 54%,transparent 82%)}.loader-inner{position:relative;z-index:3;display:grid;justify-items:center;gap:18px;transform:translateY(26px) scale(.92);opacity:0;animation:loaderLogoIn .95s cubic-bezier(.16,1,.3,1) .15s forwards}.site-loader .loader-logo{width:min(300px,58vw);height:auto;max-height:42vh;object-fit:contain;animation:loaderBreath 1.5s ease-in-out .6s infinite;filter:none !important}.loader-meta{display:flex;align-items:center;justify-content:center;gap:13px;color:rgba(247,248,255,.72);font-size:clamp(11px,2.4vw,14px);font-weight:900;letter-spacing:.18em;text-transform:uppercase;transform:translateY(10px);opacity:0;animation:loaderTextIn .7s ease .75s forwards}.loader-meta i{width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,var(--accent2),var(--accent3));box-shadow:0 0 18px rgba(19,198,229,.7)}.loader-line{position:relative;width:min(280px,58vw);height:2px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.10);opacity:0;animation:loaderTextIn .7s ease .9s forwards}.loader-line span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent2),var(--accent3));transform:translateX(-100%);animation:loaderLine 1.75s cubic-bezier(.76,0,.24,1) .95s forwards}.site-loader.is-hidden{transform:translateY(-102%);opacity:1;visibility:visible;pointer-events:none}.site-loader.is-hidden .loader-inner{animation:loaderLogoOut .6s cubic-bezier(.76,0,.24,1) forwards}body:not(.site-loaded) .nav,body:not(.site-loaded) .hero .pill,body:not(.site-loaded) .hero h1,body:not(.site-loaded) .hero .lead,body:not(.site-loaded) .hero-actions,body:not(.site-loaded) .proof-row,body:not(.site-loaded) .hero .trust-strip,body:not(.site-loaded) .system-card{opacity:0}body.site-loaded .nav{animation:navDrop .7s cubic-bezier(.16,1,.3,1) .08s both}body.site-loaded .hero .pill{animation:heroRise .72s cubic-bezier(.16,1,.3,1) .16s both}body.site-loaded .hero h1{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .24s both}body.site-loaded .hero .lead:nth-of-type(1){animation:heroRise .82s cubic-bezier(.16,1,.3,1) .34s both}body.site-loaded .hero .lead:nth-of-type(2){animation:heroRise .82s cubic-bezier(.16,1,.3,1) .44s both}body.site-loaded .hero-actions{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .54s both}body.site-loaded .proof-row{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .64s both}body.site-loaded .hero .trust-strip{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .74s both}body.site-loaded .system-card{animation:heroPanelIn .95s cubic-bezier(.16,1,.3,1) .34s both,floatPanel 7s ease-in-out 1.4s infinite}@keyframes loaderSweep{to{transform:translateX(120%)}}@keyframes loaderLogoIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loaderTextIn{to{opacity:1;transform:translateY(0)}}@keyframes loaderLine{to{transform:translateX(0)}}@keyframes loaderBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes loaderLogoOut{to{opacity:0;transform:translateY(-34px) scale(1.12);filter:blur(8px)}}@keyframes navDrop{from{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroRise{from{opacity:0;transform:translateY(32px);filter:blur(12px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroPanelIn{from{opacity:0;transform:translateY(34px) scale(.96);filter:blur(14px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (prefers-reduced-motion:reduce){.site-loader,.site-loader *,body.site-loaded .nav,body.site-loaded .hero .pill,body.site-loaded .hero h1,body.site-loaded .hero .lead,body.site-loaded .hero-actions,body.site-loaded .proof-row,body.site-loaded .hero .trust-strip,body.site-loaded .system-card{animation:none !important;transition:none !important;filter:none !important}.site-loader{display:none !important}body:not(.site-loaded) .nav,body:not(.site-loaded) .hero .pill,body:not(.site-loaded) .hero h1,body:not(.site-loaded) .hero .lead,body:not(.site-loaded) .hero-actions,body:not(.site-loaded) .proof-row,body:not(.site-loaded) .hero .trust-strip,body:not(.site-loaded) .system-card{opacity:1 !important}}#cases .case-actions-final .btn:only-child{flex:1 1 100%;width:100%}@media (max-width:760px){.site-loader{position:fixed;inset:0;width:100vw;min-height:100vh;min-height:100svh;min-height:100dvh;display:grid !important;place-items:center;overflow:hidden;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.site-loader.is-hidden{transform:translate3d(0,-102%,0);opacity:1;visibility:visible;pointer-events:none}.loader-inner{width:min(100%,360px);max-width:calc(100vw - 28px);padding:20px 14px;gap:14px;transform:translate3d(0,26px,0) scale(.92);will-change:transform,opacity}.loader-mark{width:clamp(158px,56vw,224px);aspect-ratio:1 / 1;display:block;flex:0 0 auto;transform:translate3d(0,18px,0) scale(.92);will-change:transform,opacity}.loader-half{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.loader-half-left{-webkit-clip-path:polygon(0 0,54% 0,48% 100%,0 100%);clip-path:polygon(0 0,54% 0,48% 100%,0 100%)}.loader-half-right{-webkit-clip-path:polygon(52% 0,100% 0,100% 100%,46% 100%);clip-path:polygon(52% 0,100% 0,100% 100%,46% 100%)}.loader-half img,.site-loader .loader-logo{width:100% !important;height:100% !important;max-height:none;object-fit:contain}.loader-meta{max-width:calc(100vw - 28px);gap:8px;font-size:clamp(9px,2.8vw,12px);letter-spacing:.12em;white-space:nowrap}.loader-line{width:min(220px,62vw)}.loader-noise{background-size:44px 44px}@keyframes logoSplitLeft{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(-62vw) rotate(-6deg) scale(1.01);opacity:0}}@keyframes logoSplitRight{0%{transform:translateX(0) rotate(0deg) scale(1);opacity:1}100%{transform:translateX(62vw) rotate(6deg) scale(1.01);opacity:0}}}@media (max-width:420px){.loader-mark{width:clamp(154px,60vw,210px)}.loader-meta{font-size:clamp(8px,2.65vw,11px);gap:7px;letter-spacing:.10em}.loader-meta i{width:4px;height:4px}}@media (prefers-reduced-motion:reduce){.site-loader{display:grid !important;transition:transform .95s cubic-bezier(.76,0,.24,1),opacity .95s ease,visibility .95s ease !important}.site-loader::before{animation:loaderSweep 1.65s cubic-bezier(.76,0,.24,1) .25s forwards !important}.loader-inner{animation:loaderLogoIn .95s cubic-bezier(.16,1,.3,1) .15s forwards !important}.loader-mark{animation:loaderMarkIn .9s cubic-bezier(.16,1,.3,1) .14s forwards !important}.loader-half img{animation:loaderBreath 1.5s ease-in-out .6s infinite !important}.loader-meta{animation:loaderTextIn .7s ease .75s forwards !important}.loader-line{animation:loaderTextIn .7s ease .9s forwards !important}.loader-line span{animation:loaderLine 1.75s cubic-bezier(.76,0,.24,1) .95s forwards !important}.site-loader.is-hidden .loader-inner{animation:loaderLogoOut .6s cubic-bezier(.76,0,.24,1) forwards !important}.site-loader.is-hidden .loader-half-left{animation:logoSplitLeft 1.38s cubic-bezier(.76,0,.24,1) forwards !important}.site-loader.is-hidden .loader-half-right{animation:logoSplitRight 1.38s cubic-bezier(.76,0,.24,1) forwards !important}}.request-card .card-inner{position:relative;overflow:hidden}.request-card .card-inner::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 18% 0%,rgba(19,198,229,.16),transparent 34%),radial-gradient(circle at 90% 12%,rgba(124,108,255,.18),transparent 36%);pointer-events:none}.request-card .card-inner>*{position:relative;z-index:1}.form-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.form-topline-status{color:var(--muted2);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.form-intro{margin:-4px 0 18px;color:var(--muted);line-height:1.55}.field label span{color:var(--accent3)}.form-website-field{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important}.submit-brief-btn{width:100%;min-height:58px;font-size:17px;position:relative}.submit-brief-btn:disabled{cursor:wait;opacity:.82}.submit-loader{width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.34);border-top-color:#fff;display:none;animation:briefSpin .75s linear infinite}.form.is-sending .submit-loader{display:inline-block}.form.is-sending .submit-label::after{content:"..."}.form-status{display:none;padding:13px 15px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--muted);font-size:14px;line-height:1.45}.form-status.is-loading,.form-status.is-success,.form-status.is-error{display:block}.form-status.is-loading{border-color:rgba(19,198,229,.30);background:rgba(19,198,229,.08);color:#dffaff}.form-status.is-success{border-color:rgba(102,245,184,.34);background:rgba(102,245,184,.09);color:#dcfff0}.form-status.is-error{border-color:rgba(255,138,61,.38);background:rgba(255,138,61,.10);color:#ffe7d8}@keyframes briefSpin{to{transform:rotate(360deg)}}@media (max-width:560px){.form-topline{align-items:flex-start;flex-direction:column}.submit-brief-btn{min-height:56px}}.hero{position:relative;overflow:hidden;min-height:calc(100svh - 78px);display:flex;align-items:center}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(19,198,229,.22),transparent 34%),radial-gradient(circle at 88% 72%,rgba(124,108,255,.19),transparent 38%),linear-gradient(115deg,rgba(0,0,0,.35),transparent 54%);pointer-events:none}.hero .container{position:relative;z-index:1}.hero .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(430px,.9fr);gap:clamp(28px,4.4vw,74px);align-items:center}.hero-main-copy{position:relative;z-index:3}.hero-main-copy h1{max-width:780px;text-wrap:balance}.hero-main-copy .lead{max-width:690px}.hero-actions{margin-top:30px;margin-bottom:30px}.hero-actions .btn-primary{min-height:58px;padding-inline:28px;box-shadow:0 18px 60px rgba(19,198,229,.20),0 10px 34px rgba(124,108,255,.24)}.hero-photo-showcase{position:relative;min-height:clamp(560px,62vh,720px);isolation:isolate;display:flex;align-items:flex-end;justify-content:center}.hero-photo-aura{position:absolute;inset:7% -8% 2% -10%;z-index:-2;border-radius:42px;background:radial-gradient(circle at 54% 32%,rgba(19,198,229,.36),transparent 38%),radial-gradient(circle at 62% 72%,rgba(124,108,255,.24),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));filter:blur(4px);opacity:.95}.hero-photo-card{position:relative;width:min(100%,510px);height:clamp(560px,67vh,735px);overflow:hidden;border-radius:38px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 34px 110px rgba(0,0,0,.42),0 0 0 1px rgba(19,198,229,.12) inset;transform:perspective(900px) rotateY(-5deg) rotateX(2deg)}.hero-photo-card::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(0,0,0,.14),transparent 36%,rgba(19,198,229,.10)),linear-gradient(180deg,transparent 46%,rgba(7,8,20,.78));pointer-events:none}.hero-photo-card img{width:100%;height:100%;object-fit:cover;object-position:center 18%;transform:scale(1.045);filter:saturate(1.02) contrast(1.03)}.hero-photo-shade{position:absolute;inset:auto 0 0;height:42%;z-index:3;background:linear-gradient(180deg,transparent,rgba(7,8,20,.92))}.hero-name-badge,.hero-small-badge{position:absolute;z-index:5;border:1px solid rgba(255,255,255,.15);background:rgba(7,8,20,.64);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.26)}.hero-name-badge{left:0;right:0;bottom:28px;width:min(86%,390px);margin:0 auto;padding:16px 18px;border-radius:24px}.hero-name-badge span{display:block;color:var(--accent3);font-size:12px;font-weight:950;letter-spacing:.16em}.hero-name-badge b{display:block;margin-top:6px;font-size:18px;letter-spacing:-.035em}.hero-small-badge{padding:11px 13px;border-radius:999px;color:rgba(247,248,255,.86);font-size:13px;font-weight:900}.hero-small-badge-top{right:-8px;top:12%}.hero-small-badge-bottom{left:-16px;bottom:19%}body:not(.site-loaded) .hero-photo-showcase{opacity:0}body.site-loaded .hero-photo-showcase{animation:heroPanelIn .95s cubic-bezier(.16,1,.3,1) .34s both}body.site-loaded .hero-small-badge-top{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .78s both}body.site-loaded .hero-small-badge-bottom{animation:heroRise .82s cubic-bezier(.16,1,.3,1) .9s both}.nav-discuss-btn{text-decoration:none}@media (max-width:980px){.hero{min-height:auto;align-items:stretch}.hero .hero-grid{grid-template-columns:1fr}.hero-photo-showcase{min-height:500px;max-width:520px;width:100%;margin:0 auto;order:-1}.hero-photo-card{height:500px;transform:none}.hero-small-badge-top{right:8px;top:10%}.hero-small-badge-bottom{left:8px;bottom:18%}}@media (max-width:760px){.hero{min-height:calc(100svh - 64px);padding:46px 0 46px;align-items:center}.hero .hero-grid{display:grid;grid-template-columns:1fr;min-height:calc(100svh - 138px);align-items:end}.hero-photo-showcase{position:absolute;inset:0 -18px auto -18px;height:min(72svh,650px);min-height:520px;max-width:none;width:auto;margin:0;opacity:.56;pointer-events:none;z-index:0;align-items:stretch}body:not(.site-loaded) .hero-photo-showcase{opacity:0}body.site-loaded .hero-photo-showcase{opacity:.56}.hero-photo-aura{inset:4% -16% 0 -16%;opacity:.9}.hero-photo-card{width:100%;height:100%;border-radius:0 0 34px 34px;border-left:0;border-right:0;transform:none;box-shadow:none}.hero-photo-card img{object-position:center 15%;transform:scale(1.08)}.hero-photo-card::before{background:linear-gradient(180deg,rgba(7,8,20,.14),rgba(7,8,20,.66) 55%,rgba(7,8,20,.98)),linear-gradient(90deg,rgba(7,8,20,.72),rgba(7,8,20,.12) 48%,rgba(7,8,20,.62))}.hero-name-badge,.hero-small-badge{display:none}.hero-main-copy{z-index:2;padding-top:min(32svh,250px);text-shadow:0 12px 40px rgba(0,0,0,.48)}.hero-main-copy .pill{background:rgba(7,8,20,.62);backdrop-filter:blur(16px)}.hero-main-copy h1{font-size:clamp(42px,11vw,64px);line-height:.91}.hero-main-copy .lead:nth-of-type(2){display:none}.hero-actions{margin:24px 0 18px}.hero-actions .btn{width:100%}.proof-row{grid-template-columns:1fr}.proof:nth-child(2),.proof:nth-child(3),.hero .trust-strip{display:none}}@media (max-width:420px){.hero-main-copy h1{font-size:clamp(38px,12vw,54px)}.hero-photo-showcase{min-height:500px;opacity:.50}body.site-loaded .hero-photo-showcase{opacity:.50}}@media (max-width:760px){body.site-loaded .hero-photo-showcase{animation:heroPanelInMobile .95s cubic-bezier(.16,1,.3,1) .34s both}}@media (max-width:420px){body.site-loaded .hero-photo-showcase{animation:heroPanelInMobileSmall .95s cubic-bezier(.16,1,.3,1) .34s both}}@keyframes heroPanelInMobile{from{opacity:0;transform:translateY(28px) scale(.985);filter:blur(14px)}to{opacity:.56;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes heroPanelInMobileSmall{from{opacity:0;transform:translateY(28px) scale(.985);filter:blur(14px)}to{opacity:.50;transform:translateY(0) scale(1);filter:blur(0)}}.hero-actions .btn{text-decoration:none}@media (min-width:981px){.hero{overflow:visible !important;min-height:min(1180px,128svh) !important;align-items:flex-start !important;padding-top:clamp(76px,9vh,116px) !important;padding-bottom:clamp(94px,11vh,132px) !important}.hero .hero-grid{align-items:start !important}.hero-main-copy{padding-top:clamp(8px,1.5vh,18px)}.hero-photo-showcase{position:sticky !important;top:96px !important;align-self:start !important;min-height:min(720px,calc(100svh - 116px)) !important;height:min(720px,calc(100svh - 116px)) !important}.hero-photo-card{height:100% !important;max-height:calc(100svh - 124px) !important}}@media (min-width:981px) and (max-height:760px){.hero-photo-showcase{top:86px !important;min-height:calc(100svh - 106px) !important;height:calc(100svh - 106px) !important}.hero-photo-card{height:100% !important}}@media (max-width:760px){.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn-ghost{background:rgba(7,8,20,.54);backdrop-filter:blur(14px)}}.hero-actions .btn{text-decoration:none}.about-photo img[src*="egor-about-peace"]{object-position:center 21%;filter:saturate(.98) contrast(1.02) brightness(.92)}.contact-person-photo{position:relative;overflow:hidden;aspect-ratio:4 / 5;min-height:0;margin:18px 0 18px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:0 24px 60px rgba(0,0,0,.24)}.contact-person-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 18%;filter:saturate(.96) contrast(1.04) brightness(.86)}.contact-person-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,8,20,.04),rgba(7,8,20,.70) 62%,rgba(7,8,20,.94)),radial-gradient(circle at 15% 10%,rgba(19,198,229,.22),transparent 34%);pointer-events:none}.contact-person-photo>div{position:absolute;left:16px;right:16px;bottom:16px;z-index:1;padding:15px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(7,8,20,.64);backdrop-filter:blur(14px)}.contact-person-photo b{display:block;font-size:18px;letter-spacing:-.035em}.contact-person-photo span{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.45}@media (max-width:760px){.about-photo{min-height:460px}.about-photo img[src*="egor-about-peace"]{object-position:center 18%}.contact-person-photo{aspect-ratio:4 / 5;min-height:0;border-radius:24px}.contact-person-photo img{height:100%;object-position:center 16%}}.about-photo{overflow:hidden}.about-photo-slider{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.about-photo-slider .about-slide{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center 20%;filter:saturate(.98) contrast(1.02) brightness(.92);opacity:0;transform:scale(1.015);animation:egorAboutSlider 8s infinite}.about-photo-slider .about-slide-two{animation-delay:4s;object-position:center 8%}@keyframes egorAboutSlider{0%{opacity:0;transform:scale(1.025)}8%{opacity:1;transform:scale(1.01)}46%{opacity:1;transform:scale(1)}54%{opacity:0;transform:scale(1.012)}100%{opacity:0;transform:scale(1.025)}}.contact-person-photo{display:none !important}@media (max-width:760px){.about-photo-slider .about-slide{object-position:center 18%}.about-photo-slider .about-slide-two{object-position:center 7%}}@media (prefers-reduced-motion:reduce){.about-photo-slider .about-slide{animation:none}.about-photo-slider .about-slide-one{opacity:1}.about-photo-slider .about-slide-two{opacity:0}}.about-photo-slider{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;isolation:isolate}.about-photo-slider .about-slide{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .85s ease,transform 1.2s ease;animation:none !important;will-change:opacity,transform}.about-photo-slider .about-slide-one{object-position:center 20%}.about-photo-slider .about-slide-two{object-position:center 8%}.about-photo-slider:not(.is-second) .about-slide-one,.about-photo-slider.is-second .about-slide-two{opacity:1 !important;transform:scale(1);z-index:2}.about-photo-slider:not(.is-second) .about-slide-two,.about-photo-slider.is-second .about-slide-one{opacity:0 !important;transform:scale(1.025);z-index:1}@media (max-width:760px){.about-photo-slider .about-slide-one{object-position:center 18%}.about-photo-slider .about-slide-two{object-position:center 7%}}.about-photo>img[src*="egor-about-peace"]{width:100%;height:100%;display:block;object-fit:cover;object-position:center 20%;filter:saturate(.98) contrast(1.02) brightness(.92)}@media (max-width:760px){.about-photo>img[src*="egor-about-peace"]{object-position:center 18%}}@media (max-width:760px){.hero .proof-row{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;max-width:100% !important;margin-top:16px !important}.hero .proof,.hero .proof:nth-child(2),.hero .proof:nth-child(3){display:block !important}.hero .proof{padding:13px 14px !important;border-radius:18px !important;background:rgba(7,8,20,.54) !important;backdrop-filter:blur(14px)}.hero .proof b{font-size:18px !important}.hero .proof span{font-size:12.5px !important;line-height:1.35 !important}}.mobile-proof-row{display:none}@media (max-width:760px){.hero .proof-row{display:none !important}.mobile-proof-row{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important;margin:18px 0 0 !important;position:relative !important;z-index:5 !important}.mobile-proof{display:block !important;padding:17px 18px !important;border:1px solid rgba(255,255,255,.16) !important;border-radius:22px !important;background:rgba(255,255,255,.055) !important;box-shadow:0 16px 40px rgba(0,0,0,.14) !important;backdrop-filter:blur(14px)}.mobile-proof b{display:block !important;font-size:24px !important;line-height:1.05 !important;letter-spacing:-.04em !important;color:#fff !important}.mobile-proof span{display:block !important;margin-top:8px !important;color:rgba(235,239,255,.70) !important;font-size:15px !important;line-height:1.36 !important}}@media (min-width:761px){.mobile-proof-row{display:none !important}}html,body{min-height:100%;background:#070815 !important}body{overflow-x:hidden !important}.site,main{background:radial-gradient(circle at 50% 0%,rgba(124,108,255,.18),transparent 38%),linear-gradient(180deg,#110d25 0%,#20134a 28%,#070815 100%) !important;overflow-x:hidden !important}.mobile-proof-row{display:none}@media (max-width:760px){html,body{background:#070815 !important}.hero{position:relative;overflow:hidden}.hero .hero-grid{position:relative !important;display:grid !important;grid-template-columns:1fr !important;min-height:auto !important;align-items:start !important;z-index:2 !important}.hero-photo-showcase{position:absolute !important;inset:0 !important;width:100% !important;height:min(86svh,760px) !important;min-height:620px !important;max-width:none !important;margin:0 !important;order:initial !important;z-index:0 !important;opacity:.42 !important;pointer-events:none !important;transform:none !important;display:block !important;overflow:hidden !important}body.site-loaded .hero-photo-showcase{opacity:.42 !important;animation:none !important}.hero-photo-aura,.hero-small-badge,.hero-name-badge,.hero-photo-shade{display:none !important}.hero-photo-card{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;transform:none !important;overflow:hidden !important}.hero-photo-card img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center top !important;transform:scale(1.02) !important;filter:saturate(1.02) contrast(1.02) brightness(.82) !important}.hero::after{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;pointer-events:none !important;background:linear-gradient(180deg,rgba(7,8,21,.70) 0%,rgba(21,13,52,.42) 22%,rgba(31,18,70,.78) 58%,rgba(31,18,70,1) 100%),radial-gradient(circle at 78% 20%,rgba(19,198,229,.22),transparent 36%),radial-gradient(circle at 12% 62%,rgba(124,108,255,.18),transparent 36%) !important}.hero-main-copy{position:relative !important;z-index:3 !important;padding-top:18px !important;text-shadow:0 12px 34px rgba(0,0,0,.32) !important}.hero-main-copy .pill{background:rgba(7,8,20,.56) !important;border-color:rgba(255,255,255,.16) !important;backdrop-filter:blur(16px) !important}.hero-main-copy h1,.hero-main-copy .lead,.hero-actions,.mobile-proof-row{position:relative !important;z-index:4 !important}.hero-main-copy h1{font-size:clamp(44px,12vw,68px) !important;line-height:.92 !important}.hero-main-copy .lead{color:rgba(245,247,255,.96) !important}.hero-main-copy .lead:nth-of-type(2){display:none !important}.hero-actions{margin:24px 0 18px !important}.hero-actions .btn{width:100% !important}.hero .proof-row{display:none !important}.mobile-proof-row{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important;margin:18px 0 0 !important}.mobile-proof{display:block !important;padding:16px 18px !important;border:1px solid rgba(255,255,255,.16) !important;border-radius:22px !important;background:rgba(7,8,20,.46) !important;box-shadow:0 16px 40px rgba(0,0,0,.16) !important;backdrop-filter:blur(14px) !important}.mobile-proof b{display:block !important;font-size:24px !important;line-height:1.05 !important;color:#fff !important}.mobile-proof span{display:block !important;margin-top:8px !important;color:rgba(235,239,255,.72) !important;font-size:15px !important;line-height:1.36 !important}.system-card{position:relative !important;top:auto !important;max-height:none !important;overflow:visible !important}section:last-of-type{padding-bottom:56px !important}}@media (min-width:761px){.mobile-proof-row{display:none !important}}.hero-offer-badge{position:relative;z-index:4;width:fit-content;max-width:640px;margin:-8px 0 22px;padding:14px 16px;border:1px solid rgba(42,255,232,.26);border-radius:22px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.18),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.045));box-shadow:0 18px 60px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.hero-offer-badge span{display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.hero-offer-badge span::before{content:"";width:8px;height:8px;border-radius:999px;background:#61ffe6;box-shadow:0 0 18px rgba(97,255,230,.8)}.hero-offer-badge b{display:block;color:#fff;font-size:clamp(20px,2.4vw,30px);line-height:1.05;letter-spacing:-.045em}.hero-offer-badge small{display:block;max-width:520px;margin-top:7px;color:rgba(238,242,255,.74);font-size:14px;line-height:1.45}.best-launch-badge{display:inline-flex;width:fit-content;align-items:center;gap:8px;margin:10px 0 14px;padding:9px 12px;border:1px solid rgba(42,255,232,.30);border-radius:999px;background:rgba(42,255,232,.10);color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.10em;text-transform:uppercase}.best-launch-badge::before{content:"";width:8px;height:8px;border-radius:999px;background:#61ffe6;box-shadow:0 0 18px rgba(97,255,230,.75)}.launch-offer-panel{margin:0 0 22px;padding:18px;border:1px solid rgba(42,255,232,.24);border-radius:26px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.04));box-shadow:0 20px 70px rgba(0,0,0,.22)}.launch-offer-panel span{display:inline-flex;margin-bottom:8px;color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.launch-offer-panel b{display:block;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.06em}.launch-offer-panel small{display:block;max-width:680px;margin-top:10px;color:rgba(238,242,255,.76);font-size:16px;line-height:1.5}@media (max-width:760px){.hero-offer-badge{width:100%;margin:-4px 0 20px;padding:14px;border-radius:20px}.hero-offer-badge b{font-size:23px}.hero-offer-badge small{font-size:13px}.launch-offer-panel{border-radius:22px;padding:16px}.launch-offer-panel b{font-size:32px}}.hero-offer-badge{position:relative;z-index:5;width:fit-content;max-width:640px;margin:-6px 0 22px;padding:14px 16px;border:1px solid rgba(42,255,232,.26);border-radius:22px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.18),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.045));box-shadow:0 18px 60px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.hero-offer-badge span{display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.hero-offer-badge span::before{content:"";width:8px;height:8px;border-radius:999px;background:#61ffe6;box-shadow:0 0 18px rgba(97,255,230,.85)}.hero-offer-badge b{display:block;color:#fff;font-size:clamp(20px,2.4vw,30px);line-height:1.05;letter-spacing:-.045em}.hero-offer-badge small{display:block;max-width:520px;margin-top:7px;color:rgba(238,242,255,.76);font-size:14px;line-height:1.45}.best-launch-badge{display:inline-flex;width:fit-content;align-items:center;gap:8px;margin:10px 0 14px;padding:9px 12px;border:1px solid rgba(42,255,232,.30);border-radius:999px;background:rgba(42,255,232,.10);color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.10em;text-transform:uppercase}.best-launch-badge::before{content:"";width:8px;height:8px;border-radius:999px;background:#61ffe6;box-shadow:0 0 18px rgba(97,255,230,.75)}.btn,.contact-item,.price-card,.case-card-final{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease,filter .35s ease}.btn{position:relative;overflow:hidden;transform:translateZ(0)}.btn::after{content:"";position:absolute;inset:-2px;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.30) 45%,transparent 62%);transform:translateX(-130%) skewX(-18deg);transition:transform .75s cubic-bezier(.16,1,.3,1);pointer-events:none}.btn:hover::after,.btn.is-pressed::after{transform:translateX(130%) skewX(-18deg)}.btn:hover{transform:translateY(-2px) scale(1.012);filter:saturate(1.08)}.btn:active,.btn.is-pressed{transform:translateY(1px) scale(.985)}.btn-primary:hover{box-shadow:0 20px 70px rgba(124,108,255,.34),0 10px 34px rgba(19,198,229,.20)}.btn-ghost:hover,.contact-item:hover{border-color:rgba(97,255,230,.28);background:rgba(255,255,255,.075)}.price-card:hover,.case-card-final:hover{transform:translateY(-4px);border-color:rgba(97,255,230,.22);box-shadow:0 28px 90px rgba(0,0,0,.30)}.scroll-target-pulse{animation:targetPulsePremium 1.25s cubic-bezier(.16,1,.3,1)}@keyframes targetPulsePremium{0%{filter:brightness(1)}28%{filter:brightness(1.18) saturate(1.12)}100%{filter:brightness(1)}}@media (max-width:760px){.hero-offer-badge{width:100%;margin:-4px 0 20px;padding:14px;border-radius:20px}.hero-offer-badge b{font-size:23px}.hero-offer-badge small{font-size:13px}.best-launch-badge{font-size:11px;padding:8px 10px}.btn:hover,.price-card:hover,.case-card-final:hover{transform:none}}.price-card .price,.price{display:inline-flex !important;align-items:baseline !important;gap:10px !important;white-space:nowrap !important;line-height:.95 !important}.price-card .price small,.price small{display:inline-block !important;margin:0 !important;white-space:nowrap !important;line-height:1 !important;transform:translateY(-2px)}@media (max-width:760px){.price-card .price,.price{display:inline-flex !important;align-items:baseline !important;gap:8px !important;white-space:nowrap !important;font-size:clamp(58px,18vw,76px) !important}.price-card .price small,.price small{font-size:20px !important;transform:translateY(-3px)}.price-top{align-items:flex-start !important}}.price-card .price,.price{display:inline-flex !important;align-items:baseline !important;gap:7px !important;white-space:nowrap !important;line-height:.95 !important;font-size:42px !important;font-weight:950 !important;letter-spacing:-.06em !important}.price-card .price small,.price small{display:inline-block !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;line-height:1 !important;font-size:14px !important;letter-spacing:0 !important;transform:none !important;opacity:.72}@media (max-width:680px){.price-card .price,.price{font-size:36px !important;gap:6px !important}.price-card .price small,.price small{font-size:14px !important;transform:none !important}}.price-card{position:relative}.price-select-wrap{padding:0 24px 24px}.price-card .select-plan-btn{width:100%;margin-top:8px}.plan-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .34s cubic-bezier(.16,1,.3,1),visibility .34s cubic-bezier(.16,1,.3,1)}.plan-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.plan-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 12%,rgba(124,108,255,.28),transparent 36%),rgba(4,5,14,.76);backdrop-filter:blur(18px)}.plan-modal-dialog{position:relative;width:min(760px,100%);max-height:min(86svh,820px);overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:34px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.14),transparent 34%),radial-gradient(circle at 100% 0%,rgba(124,108,255,.22),transparent 36%),linear-gradient(180deg,rgba(22,24,42,.96),rgba(8,9,22,.98));box-shadow:0 38px 120px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.10);padding:clamp(22px,4vw,34px);transform:translateY(18px) scale(.97);transition:transform .38s cubic-bezier(.16,1,.3,1)}.plan-modal.is-open .plan-modal-dialog{transform:translateY(0) scale(1)}.plan-modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:transform .25s ease,background .25s ease}.plan-modal-close:hover{transform:rotate(6deg) scale(1.04);background:rgba(255,255,255,.11)}.plan-modal-head{padding-right:48px}.plan-modal-head h2{margin:14px 0 10px;font-size:clamp(34px,5vw,58px);line-height:.95;letter-spacing:-.06em}.plan-modal-head p{max-width:620px;margin:0;color:rgba(238,242,255,.74);font-size:17px;line-height:1.55}.selected-plan-card{margin:22px 0;padding:18px;border:1px solid rgba(42,255,232,.26);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.16),transparent 36%),rgba(255,255,255,.055)}.selected-plan-card span{display:block;color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.selected-plan-card b{display:block;margin-top:8px;color:#fff;font-size:clamp(24px,4vw,38px);line-height:1;letter-spacing:-.045em}.selected-plan-card small{display:block;margin-top:8px;color:rgba(238,242,255,.70);font-size:15px}.plan-modal-form{margin-top:0}body.plan-modal-open{overflow:hidden}@media (max-width:760px){.price-select-wrap{padding:0 18px 22px}.plan-modal{padding:12px;align-items:end}.plan-modal-dialog{width:100%;max-height:88svh;border-radius:28px 28px 20px 20px;padding:22px}.plan-modal-close{right:14px;top:14px}.plan-modal-head{padding-right:42px}.plan-modal-head p{font-size:15px}}.price-card{position:relative}.price-select-wrap{padding:0 24px 24px !important;display:block !important}.price-card .select-plan-btn{width:100% !important;display:inline-flex !important;margin-top:8px !important;justify-content:center !important;align-items:center !important}.plan-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .34s cubic-bezier(.16,1,.3,1),visibility .34s cubic-bezier(.16,1,.3,1)}.plan-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.plan-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 12%,rgba(124,108,255,.28),transparent 36%),rgba(4,5,14,.76);backdrop-filter:blur(18px)}.plan-modal-dialog{position:relative;width:min(760px,100%);max-height:min(86svh,820px);overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:34px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.14),transparent 34%),radial-gradient(circle at 100% 0%,rgba(124,108,255,.22),transparent 36%),linear-gradient(180deg,rgba(22,24,42,.96),rgba(8,9,22,.98));box-shadow:0 38px 120px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.10);padding:clamp(22px,4vw,34px);transform:translateY(18px) scale(.97);transition:transform .38s cubic-bezier(.16,1,.3,1)}.plan-modal.is-open .plan-modal-dialog{transform:translateY(0) scale(1)}.plan-modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-size:28px;line-height:1;cursor:pointer}.plan-modal-head{padding-right:48px}.plan-modal-head h2{margin:14px 0 10px;font-size:clamp(34px,5vw,58px);line-height:.95;letter-spacing:-.06em}.plan-modal-head p{max-width:620px;margin:0;color:rgba(238,242,255,.74);font-size:17px;line-height:1.55}.selected-plan-card{margin:22px 0;padding:18px;border:1px solid rgba(42,255,232,.26);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.16),transparent 36%),rgba(255,255,255,.055)}.selected-plan-card span{display:block;color:#61ffe6;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.selected-plan-card b{display:block;margin-top:8px;color:#fff;font-size:clamp(24px,4vw,38px);line-height:1;letter-spacing:-.045em}.selected-plan-card small{display:block;margin-top:8px;color:rgba(238,242,255,.70);font-size:15px}body.plan-modal-open{overflow:hidden}@media (max-width:760px){.price-select-wrap{padding:0 18px 22px !important}.plan-modal{padding:12px;align-items:end}.plan-modal-dialog{width:100%;max-height:88svh;border-radius:28px 28px 20px 20px;padding:22px}.plan-modal-close{right:14px;top:14px}}.price-card{position:relative}.price-select-wrap{display:block !important;padding:0 24px 24px !important}.select-plan-btn{display:inline-flex !important;width:100% !important;justify-content:center !important;align-items:center !important;cursor:pointer !important;pointer-events:auto !important;position:relative !important;z-index:5 !important}.plan-modal{position:fixed !important;inset:0 !important;z-index:999999 !important;display:grid !important;place-items:center !important;padding:22px !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transition:opacity .28s ease,visibility .28s ease !important}.plan-modal.is-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.plan-modal-backdrop{position:absolute !important;inset:0 !important;background:rgba(4,5,14,.78) !important;backdrop-filter:blur(18px) !important}.plan-modal-dialog{position:relative !important;width:min(760px,100%) !important;max-height:min(86svh,820px) !important;overflow:auto !important;border:1px solid rgba(255,255,255,.14) !important;border-radius:34px !important;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.14),transparent 34%),radial-gradient(circle at 100% 0%,rgba(124,108,255,.22),transparent 36%),linear-gradient(180deg,rgba(22,24,42,.98),rgba(8,9,22,.99)) !important;box-shadow:0 38px 120px rgba(0,0,0,.52) !important;padding:clamp(22px,4vw,34px) !important;transform:translateY(18px) scale(.97) !important;transition:transform .34s cubic-bezier(.16,1,.3,1) !important}.plan-modal.is-open .plan-modal-dialog{transform:translateY(0) scale(1) !important}.plan-modal-close{position:absolute !important;right:18px !important;top:18px !important;width:44px !important;height:44px !important;border:1px solid rgba(255,255,255,.14) !important;border-radius:999px !important;background:rgba(255,255,255,.07) !important;color:#fff !important;font-size:28px !important;line-height:1 !important;cursor:pointer !important}.plan-modal-head{padding-right:48px !important}.plan-modal-head h2{margin:14px 0 10px !important;font-size:clamp(34px,5vw,58px) !important;line-height:.95 !important;letter-spacing:-.06em !important}.plan-modal-head p{max-width:620px !important;margin:0 !important;color:rgba(238,242,255,.74) !important;font-size:17px !important;line-height:1.55 !important}.selected-plan-card{margin:22px 0 !important;padding:18px !important;border:1px solid rgba(42,255,232,.26) !important;border-radius:24px !important;background:radial-gradient(circle at 0% 0%,rgba(42,255,232,.16),transparent 36%),rgba(255,255,255,.055) !important}.selected-plan-card span{display:block !important;color:#61ffe6 !important;font-size:12px !important;font-weight:950 !important;letter-spacing:.12em !important;text-transform:uppercase !important}.selected-plan-card b{display:block !important;margin-top:8px !important;color:#fff !important;font-size:clamp(24px,4vw,38px) !important;line-height:1 !important;letter-spacing:-.045em !important}.selected-plan-card small{display:block !important;margin-top:8px !important;color:rgba(238,242,255,.70) !important;font-size:15px !important}body.plan-modal-open{overflow:hidden !important}@media (max-width:760px){.price-select-wrap{padding:0 18px 22px !important}.plan-modal{padding:12px !important;align-items:end !important}.plan-modal-dialog{width:100% !important;max-height:88svh !important;border-radius:28px 28px 20px 20px !important;padding:22px !important}.plan-modal-close{right:14px !important;top:14px !important}}html,body{margin:0 !important;min-height:100% !important;background:#070815 !important;overflow-x:hidden !important}body{position:relative !important;background:radial-gradient(circle at 50% 0%,rgba(124,108,255,.12),transparent 36%),linear-gradient(180deg,#110d25 0%,#20134a 28%,#070815 100%) !important}main{position:relative !important;z-index:1 !important;background:transparent !important}.footer{position:relative !important;z-index:5 !important;margin-bottom:0 !important;background:#070815 !important}.plan-modal:not(.is-open),#planModal:not(.is-open){display:none !important;position:fixed !important;inset:0 !important;width:100vw !important;height:100dvh !important;max-height:100dvh !important;min-height:0 !important;overflow:hidden !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.plan-modal.is-open,#planModal.is-open{display:grid !important;position:fixed !important;inset:0 !important;width:100vw !important;height:100dvh !important;max-height:100dvh !important;overflow:hidden !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.plan-modal-dialog{max-height:calc(100dvh - 32px) !important;overflow:auto !important}.site-loader.is-hidden{display:none !important}@media (max-width:760px){html,body{background:#070815 !important;overscroll-behavior-y:none}.footer{padding-bottom:max(22px,env(safe-area-inset-bottom)) !important}}@media (min-width:601px) and (max-width:1024px){html,body{overflow-x:hidden !important;overflow-y:auto !important;height:auto !important;min-height:100% !important;touch-action:pan-y !important;overscroll-behavior-y:auto !important}body.plan-modal-open{overflow:hidden !important}main,.site{overflow:visible !important;height:auto !important;min-height:auto !important}}html{scroll-behavior:smooth}section,#pricing,#cases,#contacts,#process,#faq{scroll-margin-top:92px}.reveal{opacity:0;transform:translate3d(0,14px,0) !important;transition:opacity .36s ease,transform .44s cubic-bezier(.16,1,.3,1) !important;backface-visibility:hidden}.reveal.visible{opacity:1;transform:translate3d(0,0,0) !important}.scroll-target-pulse{animation:targetPulsePolished .72s ease-out}@keyframes targetPulsePolished{0%{box-shadow:0 0 0 0 rgba(97,255,230,0)}38%{box-shadow:0 0 0 8px rgba(97,255,230,.10)}100%{box-shadow:0 0 0 0 rgba(97,255,230,0)}}.btn{transform:translateZ(0);backface-visibility:hidden;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,background .22s ease,border-color .22s ease !important}.btn.is-pressed{transform:translateY(1px) scale(.985) translateZ(0) !important}@media (hover:hover) and (pointer:fine){.btn:hover{transform:translateY(-2px) translateZ(0)}.price-card:hover,.case-card-final:hover,.contact-item:hover{transform:translateY(-3px) translateZ(0)}}@media (hover:none){.btn:hover,.price-card:hover,.case-card-final:hover,.contact-item:hover{transform:none !important}}@media (max-width:1024px){.nav,.pill,.hero-offer-badge,.mobile-proof,.selected-plan-card,.plan-modal-backdrop,.hero-actions .btn-ghost{backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important}.system-card,.flow-num,.flow-step::after{animation:none !important}.about-photo img,.contact-person-photo img{filter:none !important}}@media (max-width:600px){.reveal{opacity:1 !important;transform:none !important;transition:none !important}.scroll-target-pulse{animation:none !important}section,#pricing,#cases,#contacts,#process,#faq{scroll-margin-top:78px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto !important}*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}.reveal{opacity:1 !important;transform:none !important}}@media (min-width:981px){.hero{overflow:visible !important;align-items:flex-start !important;min-height:max(1080px,calc(100svh+360px)) !important;padding-top:clamp(76px,9vh,116px) !important;padding-bottom:clamp(96px,11vh,140px) !important}.hero .container,.hero .hero-grid{overflow:visible !important}.hero .hero-grid{align-items:start !important}.hero-photo-showcase{position:sticky !important;top:96px !important;align-self:start !important;height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important;max-height:calc(100svh - 116px) !important;z-index:2 !important}.hero-photo-card{height:100% !important;max-height:100% !important}}#cases .case-actions-final{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;align-items:stretch !important}#cases .case-actions-final .btn{width:100% !important;min-width:0 !important;justify-content:center !important;text-align:center !important;white-space:normal !important;line-height:1.15 !important;padding:0 18px !important}#cases .case-actions-final .btn-primary{order:2}#cases .case-actions-final .btn-ghost{order:1}@media (max-width:760px){#cases .case-actions-final .btn{min-height:54px !important}}@media (min-width:981px){.hero,.hero .container,.hero .hero-grid,.hero-copy{overflow:visible !important}.hero .hero-grid{align-items:start !important}.hero-photo-showcase{position:sticky !important;top:96px !important;align-self:start !important;z-index:4 !important}}@media (min-width:981px){.hero{position:relative !important;overflow:visible !important;min-height:max(1300px,190svh) !important}.hero .container,.hero .hero-grid{overflow:visible !important}.hero .hero-grid{align-items:start !important}.hero-sticky-placeholder{display:none;width:100%;min-height:clamp(560px,72svh,700px);grid-column:2;grid-row:1;pointer-events:none;visibility:hidden}.hero-photo-showcase{height:clamp(560px,72svh,700px) !important;min-height:0 !important;max-height:calc(100svh - 120px) !important}.hero-photo-card{height:100% !important;max-height:100% !important}.hero.egor-js-sticky-active .hero-sticky-placeholder{display:block !important}.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-center{position:fixed !important;left:var(--egor-sticky-left) !important;top:var(--egor-sticky-top) !important;width:var(--egor-sticky-width) !important;height:var(--egor-sticky-height) !important;min-height:0 !important;max-height:none !important;z-index:8 !important;margin:0 !important}.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-bottom{position:absolute !important;left:var(--egor-sticky-left-abs) !important;top:var(--egor-sticky-top-abs) !important;width:var(--egor-sticky-width) !important;height:var(--egor-sticky-height) !important;min-height:0 !important;max-height:none !important;z-index:8 !important;margin:0 !important}}@media (min-width:981px){.hero-photo-showcase{height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important;max-height:calc(100svh - 116px) !important}.hero-sticky-placeholder{height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important}.hero-photo-card{width:min(100%,510px) !important;height:100% !important;max-height:100% !important}.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-center{position:fixed !important;left:var(--egor-sticky-left) !important;top:var(--egor-sticky-top) !important;width:var(--egor-sticky-width) !important;height:var(--egor-sticky-height) !important;min-height:0 !important;max-height:none !important;z-index:8 !important;margin:0 !important}}@media (min-width:981px){.hero{min-height:auto !important;height:auto !important;overflow:visible !important;align-items:flex-start !important;padding-top:clamp(76px,9vh,116px) !important;padding-bottom:clamp(38px,5vh,68px) !important}.hero .container,.hero .hero-grid{position:relative !important;overflow:visible !important}.hero .hero-grid{align-items:start !important}.hero-sticky-placeholder{display:none;width:100%;height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important;grid-column:2;grid-row:1;pointer-events:none;visibility:hidden}.hero-photo-showcase{height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important;max-height:calc(100svh - 116px) !important;z-index:4 !important}.hero-photo-card{width:min(100%,510px) !important;height:100% !important;max-height:100% !important}.hero.egor-js-sticky-active .hero-sticky-placeholder{display:block !important}.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-center{position:fixed !important;left:var(--egor-sticky-left) !important;top:var(--egor-sticky-top) !important;width:var(--egor-sticky-width) !important;height:var(--egor-sticky-height) !important;min-height:0 !important;max-height:none !important;z-index:8 !important;margin:0 !important}.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-bottom{position:absolute !important;left:var(--egor-sticky-left-abs) !important;top:var(--egor-sticky-top-abs) !important;width:var(--egor-sticky-width) !important;height:var(--egor-sticky-height) !important;min-height:0 !important;max-height:none !important;z-index:8 !important;margin:0 !important}}@media (min-width:981px){.hero{position:relative !important;min-height:auto !important;height:auto !important;overflow:visible !important;align-items:flex-start !important;padding-top:clamp(76px,9vh,116px) !important;padding-bottom:clamp(26px,4vh,48px) !important}.hero::before{pointer-events:none !important}.hero .container,.hero .hero-grid{position:relative !important;overflow:visible !important}.hero .hero-grid{display:grid !important;grid-template-columns:minmax(0,1.05fr) minmax(430px,.9fr) !important;gap:clamp(28px,4.4vw,74px) !important;align-items:start !important}.hero-main-copy{grid-column:1 !important;grid-row:1 !important;position:relative !important;z-index:3 !important}.hero-sticky-placeholder{display:none !important}.hero-photo-showcase,.hero-photo-showcase.egor-fixed-center,.hero-photo-showcase.egor-fixed-bottom,.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-center,.hero.egor-js-sticky-active .hero-photo-showcase.egor-fixed-bottom{--egor-clean-photo-height:min(720px,calc(100svh - 116px));--egor-clean-photo-top:max(92px,calc(84px+((100svh - 84px - var(--egor-clean-photo-height)) / 2)));grid-column:2 !important;grid-row:1 !important;position:sticky !important;left:auto !important;right:auto !important;top:var(--egor-clean-photo-top) !important;width:auto !important;height:var(--egor-clean-photo-height) !important;min-height:min(620px,calc(100svh - 116px)) !important;max-height:calc(100svh - 116px) !important;margin:0 !important;transform:none !important;align-self:start !important;justify-self:stretch !important;z-index:4 !important;opacity:1 !important;animation:none !important;will-change:auto !important}.hero-photo-card{width:min(100%,510px) !important;height:100% !important;max-height:100% !important;margin:0 auto !important;transform:perspective(900px) rotateY(-5deg) rotateX(2deg) !important}.hero-photo-card img{height:100% !important}body:not(.site-loaded) .hero-photo-showcase,body.site-loaded .hero-photo-showcase,body.site-loaded .hero-photo-showcase.egor-fixed-center,body.site-loaded .hero-photo-showcase.egor-fixed-bottom{opacity:1 !important;animation:none !important;filter:none !important}body.site-loaded .hero-small-badge-top,body.site-loaded .hero-small-badge-bottom{animation:none !important}}@media (min-width:981px){.hero{position:relative !important;overflow:visible !important;min-height:auto !important;height:auto !important}.hero .container,.hero .hero-grid{position:relative !important;overflow:visible !important}.hero.egor-sticky-v2 .hero-photo-showcase,.hero.egor-sticky-v2 .hero-photo-showcase.egor-fixed-center,.hero.egor-sticky-v2 .hero-photo-showcase.egor-fixed-bottom{position:relative !important;left:auto !important;right:auto !important;top:auto !important;width:auto !important;height:min(720px,calc(100svh - 116px)) !important;min-height:min(620px,calc(100svh - 116px)) !important;max-height:calc(100svh - 116px) !important;margin:0 !important;transform:none !important;animation:none !important;transition:none !important;will-change:auto !important;z-index:4 !important}.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-fixed{position:fixed !important;left:var(--egor-v2-left) !important;top:var(--egor-v2-top) !important;width:var(--egor-v2-width) !important;height:var(--egor-v2-height) !important;min-height:0 !important;max-height:none !important;margin:0 !important;transform:none !important;animation:none !important;transition:none !important;will-change:transform !important;z-index:18 !important}.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-bottom{position:absolute !important;left:var(--egor-v2-abs-left) !important;top:var(--egor-v2-abs-top) !important;width:var(--egor-v2-width) !important;height:var(--egor-v2-height) !important;min-height:0 !important;max-height:none !important;margin:0 !important;transform:none !important;animation:none !important;transition:none !important;will-change:auto !important;z-index:18 !important}.hero.egor-sticky-v2 .hero-photo-placeholder-v2{display:none;grid-column:2 !important;grid-row:1 !important;width:var(--egor-v2-width,100%) !important;height:var(--egor-v2-height,min(720px,calc(100svh - 116px))) !important;min-height:0 !important;visibility:hidden !important;pointer-events:none !important}.hero.egor-sticky-v2 .hero-photo-placeholder-v2.is-visible{display:block !important}.hero.egor-sticky-v2 .hero-photo-card{width:min(100%,510px) !important;height:100% !important;max-height:100% !important;margin:0 auto !important}}@media (max-width:980px){.hero-photo-placeholder-v2{display:none !important}}@media (min-width:981px){.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-bottom{grid-column:2 !important;grid-row:1 !important;position:absolute !important;left:0 !important;right:auto !important;top:var(--egor-v2-abs-top) !important;width:var(--egor-v2-width) !important;height:var(--egor-v2-height) !important;min-height:0 !important;max-height:none !important;margin:0 !important;transform:none !important;animation:none !important;transition:none !important;will-change:auto !important;z-index:18 !important}.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-fixed{grid-column:auto !important;grid-row:auto !important;position:fixed !important;left:var(--egor-v2-left) !important;right:auto !important;top:var(--egor-v2-top) !important;width:var(--egor-v2-width) !important;height:var(--egor-v2-height) !important;min-height:0 !important;max-height:none !important;margin:0 !important;transform:none !important;animation:none !important;transition:none !important;will-change:transform !important;z-index:18 !important}.hero.egor-sticky-v2 .hero-photo-placeholder-v2.is-visible{display:block !important;grid-column:2 !important;grid-row:1 !important}}.form-status-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.form-status-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;font-weight:900;text-decoration:none}.form-status small{display:block;margin-top:10px;color:rgba(255,255,255,.62);font-size:12px}#cases .case-actions-final{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:10px !important;width:100% !important}#cases .case-actions-final .btn,#cases .case-actions-final .btn:only-child{order:0 !important;flex:0 0 auto !important;width:288px !important;min-width:0 !important;max-width:100% !important;min-height:46px !important;height:46px !important;padding:0 18px !important;border-radius:999px !important;white-space:nowrap !important;overflow-wrap:normal !important;text-align:center !important;line-height:1.15 !important;font-size:15px !important}@media (min-width:981px){.hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,0.92fr) !important;column-gap:clamp(34px,5vw,72px) !important}.hero-photo-showcase,.hero.egor-sticky-v2 .hero-photo-showcase,.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-fixed,.hero.egor-sticky-v2 .hero-photo-showcase.egor-v2-bottom{display:flex !important;justify-content:center !important;align-items:center !important}.hero-photo-card,.hero.egor-sticky-v2 .hero-photo-card{width:min(100%,560px) !important;margin-inline:auto !important}}@media (max-width:760px){#cases .case-actions-final{align-items:flex-start !important}#cases .case-actions-final .btn,#cases .case-actions-final .btn:only-child{width:288px !important;max-width:100% !important;min-height:46px !important;height:46px !important;padding:0 14px !important}.nav-inner{gap:8px !important}.brand{min-width:0 !important;flex:1 1 auto !important;gap:8px !important}.brand-mark{width:38px !important;height:38px !important}.brand-title{font-size:13px !important}.brand-title small{display:none !important}.nav-actions{display:flex !important;flex:0 0 auto !important;gap:6px !important}.nav-actions .btn,.nav-actions .btn-ghost,.nav-actions .nav-discuss-btn{display:inline-flex !important;min-height:36px !important;padding:0 10px !important;font-size:12px !important;line-height:1 !important}.nav-actions .btn-ghost{max-width:92px !important}.nav-actions .nav-discuss-btn{max-width:118px !important}}@media (max-width:380px){.brand-title{display:none !important}.nav-actions .btn,.nav-actions .btn-ghost,.nav-actions .nav-discuss-btn{padding:0 8px !important;font-size:11px !important}}section{padding-top:clamp(62px,7vw,82px);padding-bottom:clamp(62px,7vw,82px)}.hero+section{padding-top:clamp(56px,6vw,76px)}.lead-flow-embed-section+section{padding-top:clamp(54px,6vw,74px)}@media (max-width:720px){section{padding-top:48px;padding-bottom:48px}.hero+section{padding-top:44px}.lead-flow-embed-section+section{padding-top:42px}.section-head{margin-bottom:24px}.grid-3,.grid-2,.cases-grid,.pricing-grid{gap:16px}}@media (max-width:420px){section{padding-top:44px;padding-bottom:44px}}#pricing .price-badge,#pricing .price-badge-start,#pricing .price-badge-crm{display:inline-flex !important;width:fit-content !important;align-items:center !important;gap:8px !important;margin:10px 0 14px !important;padding:9px 12px !important;border:1px solid rgba(42,255,232,.30) !important;border-radius:999px !important;background:rgba(42,255,232,.10) !important;color:#61ffe6 !important;font-size:12px !important;font-weight:950 !important;line-height:1.15 !important;letter-spacing:.10em !important;text-transform:uppercase !important;white-space:normal !important}#pricing .price-badge::before,#pricing .price-badge-start::before,#pricing .price-badge-crm::before{content:"" !important;width:8px !important;height:8px !important;flex:0 0 8px !important;border-radius:999px !important;background:#61ffe6 !important;box-shadow:0 0 18px rgba(97,255,230,.75) !important}@media (max-width:760px){#pricing .price-badge,#pricing .price-badge-start,#pricing .price-badge-crm,#pricing .best-launch-badge{font-size:11px !important;padding:8px 10px !important;margin:8px 0 12px !important;letter-spacing:.08em !important}}@media (max-width:760px){#cases .case-grid-final{display:grid !important;grid-template-columns:1fr !important;gap:16px !important;align-items:start !important}#cases .case-card-final{display:flex !important;flex-direction:column !important;min-height:0 !important;height:auto !important;overflow:hidden !important}#cases .case-visual-final{padding:10px !important;min-height:0 !important}#cases .case-frame-final{width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;min-height:0 !important;max-height:none !important;border-radius:18px !important}#cases .case-frame-final img{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important;object-position:center !important;transform:none !important}#cases .wing-card-final .case-frame-final img{object-position:center 48% !important;transform:scale(1.02) !important}#cases .case-content-final{padding:16px !important;gap:12px !important;flex:0 0 auto !important}#cases .case-content-final h3{font-size:clamp(22px,7vw,28px) !important;line-height:1.08 !important;margin:0 !important}#cases .case-summary-final{font-size:14.5px !important;line-height:1.48 !important;margin:0 !important}#cases .case-result-final{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;margin-top:0 !important}#cases .case-mini-final{padding:10px 12px !important;border-radius:14px !important}#cases .case-mini-final b{margin-bottom:4px !important;font-size:13px !important}#cases .case-mini-final span{font-size:12px !important;line-height:1.38 !important}#cases .case-actions-final{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:10px !important;width:100% !important;margin-top:0 !important}#cases .case-actions-final .btn,#cases .case-actions-final .btn:only-child{width:100% !important;max-width:100% !important;height:44px !important;min-height:44px !important;padding:0 14px !important;padding-top:0 !important;padding-bottom:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1.1 !important}}@media (max-width:420px){#cases .case-content-final{padding:14px !important}#cases .case-frame-final{border-radius:16px !important}}@media (max-width:760px){#cases .case-actions-final{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:10px !important;width:100% !important}#cases .case-actions-final .btn,#cases .case-actions-final a.btn,#cases .case-actions-final button.btn{width:min(100%,360px) !important;max-width:360px !important;margin-left:auto !important;margin-right:auto !important;align-self:center !important;text-align:center !important;justify-content:center !important}}@media (max-width:420px){#cases .case-actions-final .btn,#cases .case-actions-final a.btn,#cases .case-actions-final button.btn{width:min(100%,340px) !important;max-width:340px !important}}#pricing .pricing-card:nth-child(1) .price-badge,#pricing .pricing-card:nth-child(1) .price-badge-start,#pricing .pricing-card:nth-child(1) .best-launch-badge{border-color:rgba(163,119,255,.38) !important;background:linear-gradient(135deg,rgba(128,90,255,.18),rgba(186,98,255,.10)) !important;color:#cbbcff !important}#pricing .pricing-card:nth-child(1) .price-badge::before,#pricing .pricing-card:nth-child(1) .price-badge-start::before,#pricing .pricing-card:nth-child(1) .best-launch-badge::before{background:#b99cff !important;box-shadow:0 0 18px rgba(185,156,255,.75) !important}#pricing .pricing-card:nth-child(2) .price-badge,#pricing .pricing-card:nth-child(2) .price-badge-start,#pricing .pricing-card:nth-child(2) .best-launch-badge{border-color:rgba(42,255,232,.34) !important;background:linear-gradient(135deg,rgba(42,255,232,.16),rgba(28,183,255,.10)) !important;color:#61ffe6 !important}#pricing .pricing-card:nth-child(2) .price-badge::before,#pricing .pricing-card:nth-child(2) .price-badge-start::before,#pricing .pricing-card:nth-child(2) .best-launch-badge::before{background:#61ffe6 !important;box-shadow:0 0 18px rgba(97,255,230,.75) !important}#pricing .pricing-card:nth-child(3) .price-badge,#pricing .pricing-card:nth-child(3) .price-badge-crm,#pricing .pricing-card:nth-child(3) .best-launch-badge{border-color:rgba(255,187,92,.38) !important;background:linear-gradient(135deg,rgba(255,187,92,.17),rgba(255,123,92,.09)) !important;color:#ffd18a !important}#pricing .pricing-card:nth-child(3) .price-badge::before,#pricing .pricing-card:nth-child(3) .price-badge-crm::before,#pricing .pricing-card:nth-child(3) .best-launch-badge::before{background:#ffd18a !important;box-shadow:0 0 18px rgba(255,209,138,.70) !important}#pricing .plan-card:nth-child(1) .price-badge,#pricing .plan-card:nth-child(1) .price-badge-start{border-color:rgba(163,119,255,.38) !important;background:linear-gradient(135deg,rgba(128,90,255,.18),rgba(186,98,255,.10)) !important;color:#cbbcff !important}#pricing .plan-card:nth-child(3) .price-badge,#pricing .plan-card:nth-child(3) .price-badge-crm{border-color:rgba(255,187,92,.38) !important;background:linear-gradient(135deg,rgba(255,187,92,.17),rgba(255,123,92,.09)) !important;color:#ffd18a !important}@media (max-width:760px){#cases .case-actions-final,#cases [class*="case-actions"]{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;gap:10px !important}#cases .case-actions-final .btn,#cases [class*="case-actions"] .btn,#cases .case-actions-final a,#cases [class*="case-actions"] a{width:min(100%,360px) !important;max-width:360px !important;margin-left:auto !important;margin-right:auto !important;align-self:center !important;justify-content:center !important;text-align:center !important}}#pricing .egor-price-card-start .price-badge,#pricing .egor-price-card-start .price-badge-start,#pricing .egor-price-card-start .best-launch-badge,#pricing .egor-price-card-start [class*="badge"],#pricing .egor-price-card-main .price-badge,#pricing .egor-price-card-main .price-badge-start,#pricing .egor-price-card-main .best-launch-badge,#pricing .egor-price-card-main [class*="badge"],#pricing .egor-price-card-crm .price-badge,#pricing .egor-price-card-crm .price-badge-crm,#pricing .egor-price-card-crm .best-launch-badge,#pricing .egor-price-card-crm [class*="badge"]{display:inline-flex !important;width:fit-content !important;max-width:310px !important;align-items:center !important;gap:8px !important;padding:9px 14px !important;border-radius:999px !important;font-size:12px !important;font-weight:950 !important;line-height:1.12 !important;letter-spacing:.10em !important;text-transform:uppercase !important;white-space:normal !important}#pricing .egor-price-card-start .price-badge,#pricing .egor-price-card-start .price-badge-start,#pricing .egor-price-card-start .best-launch-badge,#pricing .egor-price-card-start [class*="badge"]{border:1px solid rgba(174,126,255,.48) !important;background:linear-gradient(135deg,rgba(124,92,255,.24),rgba(196,102,255,.12)) !important;color:#d8c8ff !important;box-shadow:0 16px 36px rgba(124,92,255,.12) !important}#pricing .egor-price-card-main .price-badge,#pricing .egor-price-card-main .price-badge-start,#pricing .egor-price-card-main .best-launch-badge,#pricing .egor-price-card-main [class*="badge"]{border:1px solid rgba(42,255,232,.42) !important;background:linear-gradient(135deg,rgba(42,255,232,.18),rgba(28,183,255,.10)) !important;color:#61ffe6 !important;box-shadow:0 16px 36px rgba(42,255,232,.10) !important}#pricing .egor-price-card-crm .price-badge,#pricing .egor-price-card-crm .price-badge-crm,#pricing .egor-price-card-crm .best-launch-badge,#pricing .egor-price-card-crm [class*="badge"]{border:1px solid rgba(255,190,92,.50) !important;background:linear-gradient(135deg,rgba(255,190,92,.22),rgba(255,126,92,.10)) !important;color:#ffd18a !important;box-shadow:0 16px 36px rgba(255,190,92,.10) !important}#pricing .egor-price-card-start .price-badge::before,#pricing .egor-price-card-start .price-badge-start::before,#pricing .egor-price-card-start .best-launch-badge::before,#pricing .egor-price-card-start [class*="badge"]::before{background:#cdb8ff !important;box-shadow:0 0 18px rgba(205,184,255,.8) !important}#pricing .egor-price-card-main .price-badge::before,#pricing .egor-price-card-main .price-badge-start::before,#pricing .egor-price-card-main .best-launch-badge::before,#pricing .egor-price-card-main [class*="badge"]::before{background:#61ffe6 !important;box-shadow:0 0 18px rgba(97,255,230,.8) !important}#pricing .egor-price-card-crm .price-badge::before,#pricing .egor-price-card-crm .price-badge-crm::before,#pricing .egor-price-card-crm .best-launch-badge::before,#pricing .egor-price-card-crm [class*="badge"]::before{background:#ffd18a !important;box-shadow:0 0 18px rgba(255,209,138,.8) !important}#pricing .egor-price-card-start [class*="tag"],#pricing .egor-price-card-main [class*="tag"],#pricing .egor-price-card-crm [class*="tag"]{border-color:rgba(255,255,255,.14) !important;background:rgba(255,255,255,.10) !important;color:rgba(255,255,255,.68) !important;box-shadow:none !important}@media (max-width:760px){#pricing .egor-price-card-start [class*="badge"],#pricing .egor-price-card-main [class*="badge"],#pricing .egor-price-card-crm [class*="badge"]{font-size:11px !important;padding:8px 11px !important;letter-spacing:.08em !important}}.form-status-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.form-status-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-weight:900;font-size:13px}.site-loader::before{animation-duration:.9s !important;animation-delay:.12s !important}.loader-inner,.loader-mark{animation-duration:.55s !important;animation-delay:.08s !important}.site-loader .loader-logo,.loader-half img{animation-duration:1.05s !important;animation-delay:.35s !important}.loader-meta{animation-duration:.36s !important;animation-delay:.32s !important}.loader-line{animation-duration:.36s !important;animation-delay:.42s !important}.loader-line span{animation-duration:.72s !important;animation-delay:.58s !important}.site-loader.is-hidden .loader-inner,.site-loader.is-hidden .loader-half-left,.site-loader.is-hidden .loader-half-right{animation-duration:.45s !important}@media (max-width:760px){.site-loader::before{animation-duration:.62s !important;animation-delay:.08s !important}.loader-inner,.loader-mark{animation-duration:.42s !important;animation-delay:.06s !important}.loader-meta{animation-duration:.28s !important;animation-delay:.24s !important}.loader-line{animation-duration:.28s !important;animation-delay:.30s !important}.loader-line span{animation-duration:.48s !important;animation-delay:.42s !important}}.package-explain-section{position:relative}.package-explain-hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:stretch;margin-bottom:16px;border-color:rgba(124,108,255,.28);background:radial-gradient(circle at 12% 10%,rgba(124,108,255,.24),transparent 34%),radial-gradient(circle at 86% 84%,rgba(19,198,229,.12),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045))}.package-explain-price,.package-explain-note{padding:28px}.package-explain-price{border-right:1px solid rgba(255,255,255,.11)}.package-kicker{display:inline-flex;align-items:center;width:fit-content;margin-bottom:12px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:var(--muted);font-size:12px;font-weight:900}.package-explain-price strong{display:block;margin-bottom:12px;font-size:clamp(46px,6vw,74px);line-height:.92;letter-spacing:-.075em;background:linear-gradient(135deg,#fff 8%,#91f0ff 44%,#d7b3ff 74%,#ffb06d 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.package-explain-price p,.package-explain-note span,.small-start-card p,.timeline-strip span{color:var(--muted)}.package-explain-note{display:flex;flex-direction:column;justify-content:center}.package-explain-note b{display:block;margin-bottom:10px;font-size:clamp(22px,2.4vw,32px);line-height:1.08;letter-spacing:-.045em}.package-explain-note span{display:block;max-width:720px;line-height:1.65}.package-explain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.package-explain-card{min-height:100%}.package-explain-card .card-inner{height:100%}.clean-list{list-style:none;padding-left:0 !important;margin-top:16px !important}.clean-list li{position:relative;margin:10px 0 !important;padding-left:24px}.clean-list li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--accent3),var(--accent2));box-shadow:0 0 18px rgba(19,198,229,.28)}.small-start-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:16px;padding:26px;border-color:rgba(255,138,61,.30);background:radial-gradient(circle at 5% 20%,rgba(255,138,61,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045))}.small-start-card h3{margin-bottom:8px;font-size:clamp(25px,3vw,38px);line-height:1}.small-start-card p{max-width:760px;margin:0}.timeline-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.timeline-strip div{min-height:92px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.055)}.timeline-strip b,.timeline-strip span{display:block}.timeline-strip b{margin-bottom:5px;font-size:20px;letter-spacing:-.035em}.timeline-strip span{font-size:13px;line-height:1.4}@media (max-width:980px){.package-explain-hero,.package-explain-grid,.timeline-strip{grid-template-columns:1fr}.package-explain-price{border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.small-start-card{align-items:flex-start;flex-direction:column}.small-start-card .btn{width:100%}}@media (max-width:680px){.package-explain-price,.package-explain-note,.small-start-card{padding:22px}.package-explain-price strong{font-size:48px}.timeline-strip div{min-height:0}}.nav-links a.is-active{color:#fff}.nav-links a.is-active::after{content:"";display:block;width:100%;height:2px;margin-top:6px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent3))}.site-map-section .card-inner{min-height:260px;display:flex;flex-direction:column;align-items:flex-start}.site-map-section .card-inner p{flex:1}.site-map-section .btn{margin-top:10px}@media (max-width:760px){.site-map-section .card-inner{min-height:0}}.mobile-menu-toggle{display:none;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.075);color:#fff;cursor:pointer;transition:.22s ease}.mobile-menu-toggle span{width:19px;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .22s ease}.mobile-menu-toggle:hover{border-color:rgba(255,255,255,.30);background:rgba(255,255,255,.12)}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-site-menu{display:none}@media (max-width:980px){.mobile-menu-toggle{display:inline-flex !important}.mobile-site-menu{position:fixed;top:78px;left:0;right:0;z-index:49;display:block;padding:12px 0 18px;background:rgba(7,8,20,.94);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(22px);box-shadow:0 28px 70px rgba(0,0,0,.34)}.mobile-site-menu[hidden]{display:none !important}.mobile-site-menu__inner{display:grid;gap:14px}.mobile-site-menu__links{display:grid;gap:8px}.mobile-site-menu__links a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.055);color:rgba(247,248,255,.86);font-weight:900}.mobile-site-menu__links a::after{content:">";color:rgba(247,248,255,.44);font-weight:900}.mobile-site-menu__links a:hover{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.09)}.mobile-site-menu__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-site-menu__actions .btn{width:100%;min-height:46px}body.is-menu-open{overflow:hidden}}@media (max-width:680px){.mobile-site-menu{top:70px;max-height:calc(100svh - 70px);overflow:auto}.nav-actions{gap:6px !important}}@media (max-width:420px){.mobile-site-menu__actions{grid-template-columns:1fr}.mobile-menu-toggle{width:40px;height:40px;flex-basis:40px;border-radius:14px}}.hero.page-intro{position:relative;isolation:isolate;min-height:auto;overflow:hidden;padding:clamp(50px,7vw,88px) 0 clamp(42px,6vw,64px);background:radial-gradient(circle at 78% 18%,rgba(127,216,255,.22),transparent 32%),radial-gradient(circle at 20% 78%,rgba(255,176,109,.13),transparent 30%),linear-gradient(135deg,#090b18 0%,#111535 46%,#0a1022 100%)}.hero.page-intro::after{content:none!important;display:none!important}.hero.page-intro::before{z-index:0}.hero.page-intro .container{position:relative!important;z-index:3!important}.hero.page-intro::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 88%);pointer-events:none}.hero.page-intro .container{position:relative;z-index:1}.hero.page-intro .hero-main-copy,.page-intro-copy{max-width:760px;padding-top:0!important;color:#fff!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:none!important}.hero.page-intro h1{max-width:760px!important;margin:0 0 18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:950!important;font-size:clamp(48px,5.15vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-wrap:balance;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.9),0 12px 26px rgba(0,0,0,.18)!important}.hero.page-intro .gradient-text{display:inline;background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}.hero.page-intro .lead{max-width:690px;margin:0 0 18px;padding:16px 18px;border:1px solid rgba(154,242,255,.22);border-radius:22px;background:linear-gradient(135deg,rgba(154,242,255,.15),rgba(255,255,255,.07));box-shadow:0 16px 55px rgba(0,0,0,.14);color:#f3f6ff!important;-webkit-text-fill-color:#f3f6ff!important;font-size:clamp(17px,1.45vw,20px);line-height:1.56;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.28)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero.page-intro .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0}.hero.page-intro .hero-actions .btn{min-height:52px!important;padding:0 22px!important;font-size:15px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;filter:none!important;text-shadow:none!important}.hero.page-intro .btn-primary{background:linear-gradient(135deg,#8065ff 0%,#b44dff 52%,#26c5ed 100%)!important;box-shadow:0 18px 60px rgba(19,198,229,.28),0 10px 34px rgba(124,108,255,.32)!important}.hero.page-intro .btn-ghost{background:rgba(255,255,255,.055)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}@media (max-width:760px){.hero.page-intro{padding:38px 0 44px}.hero.page-intro h1{max-width:760px!important;margin:0 0 18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:950!important;font-size:clamp(48px,5.15vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-wrap:balance;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.9),0 12px 26px rgba(0,0,0,.18)!important}.hero.page-intro .lead{max-width:690px;margin:0 0 18px;padding:16px 18px;border:1px solid rgba(154,242,255,.22);border-radius:22px;background:linear-gradient(135deg,rgba(154,242,255,.15),rgba(255,255,255,.07));box-shadow:0 16px 55px rgba(0,0,0,.14);color:#f3f6ff!important;-webkit-text-fill-color:#f3f6ff!important;font-size:clamp(17px,1.45vw,20px);line-height:1.56;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.28)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero.page-intro .hero-actions{display:grid;grid-template-columns:1fr;gap:12px}.hero.page-intro .hero-actions .btn{width:100%!important;min-height:58px!important;padding:0 16px!important;white-space:normal!important;line-height:1.15!important;font-weight:950!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;filter:none!important;text-shadow:0 0 1px rgba(255,255,255,.55)!important}}@media (max-width:520px){.hero.page-intro h1{max-width:760px!important;margin:0 0 18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:950!important;font-size:clamp(48px,5.15vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-wrap:balance;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.9),0 12px 26px rgba(0,0,0,.18)!important}.hero.page-intro .hero-actions .btn{min-height:56px!important;font-size:15px!important}}@media (max-width:430px){.hero.page-intro{padding-top:28px}.hero.page-intro h1{max-width:760px!important;margin:0 0 18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:950!important;font-size:clamp(48px,5.15vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-wrap:balance;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.9),0 12px 26px rgba(0,0,0,.18)!important}}@media (max-width:370px){.hero.page-intro h1{max-width:760px!important;margin:0 0 18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:950!important;font-size:clamp(48px,5.15vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-wrap:balance;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 0 1px rgba(255,255,255,.9),0 12px 26px rgba(0,0,0,.18)!important}}.home-hero-v4{position:relative;min-height:calc(100svh - 78px);display:flex;align-items:center;overflow:hidden;padding:clamp(48px,6vh,82px) 0 clamp(42px,5vh,70px);background:radial-gradient(circle at 78% 18%,rgba(127,216,255,.16),transparent 30%),radial-gradient(circle at 20% 78%,rgba(255,176,109,.10),transparent 28%),linear-gradient(135deg,#090b18 0%,#111535 46%,#0a1022 100%)}.home-hero-v4::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 88%);pointer-events:none}.home-hero-v4__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.76fr);align-items:center;gap:clamp(34px,5vw,78px)}.home-hero-v4__copy{max-width:760px}.home-hero-v4__eyebrow{display:inline-flex;align-items:center;gap:9px;max-width:100%;padding:9px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.065);color:rgba(247,248,255,.78);font-size:14px;font-weight:850;line-height:1.2;backdrop-filter:blur(14px)}.home-hero-v4__eyebrow span{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:#66f5b8;box-shadow:0 0 18px rgba(102,245,184,.82)}.home-hero-v4 h1{max-width:760px !important;margin:clamp(20px,3vh,30px) 0 18px !important;color:#fff !important;font-size:clamp(48px,5.15vw,76px) !important;line-height:.98 !important;letter-spacing:-0.055em !important;text-wrap:balance}.home-hero-v4 h1 span{display:inline-block;color:transparent;background:linear-gradient(135deg,#9af2ff 0%,#d8c3ff 48%,#ffb06d 100%);-webkit-background-clip:text;background-clip:text}.home-hero-v4__lead{max-width:680px;margin:0 0 24px;color:rgba(247,248,255,.78);font-size:clamp(18px,1.55vw,22px);line-height:1.58}.home-hero-v4__actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 24px}.home-hero-v4__actions .btn{min-height:52px !important;padding:0 22px !important;font-size:15px !important}.home-hero-v4__points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px;margin:0;padding:0;list-style:none}.home-hero-v4__points li{min-height:92px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055)}.home-hero-v4__points b{display:block;margin-bottom:5px;color:#fff;font-size:15px;line-height:1.2}.home-hero-v4__points span{display:block;color:rgba(247,248,255,.58);font-size:13px;line-height:1.35}.home-hero-v4__media{position:relative;justify-self:end;width:min(100%,500px);min-width:0}.home-hero-v4__photo{position:relative;width:100%;aspect-ratio:4 / 5;max-height:min(620px,calc(100svh - 170px));min-height:430px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:34px;background:rgba(255,255,255,.07);box-shadow:0 34px 90px rgba(0,0,0,.34)}.home-hero-v4__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(8,9,20,.54) 100%);pointer-events:none}.home-hero-v4__photo img{width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center 34% !important;transform:none !important;filter:none !important}.home-hero-v4__card{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(15,17,31,.78);color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.25);backdrop-filter:blur(16px)}.home-hero-v4__card--top{top:34px;right:-18px;padding:15px 18px;font-weight:950}.home-hero-v4__card--bottom{left:26px;right:26px;bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:22px}.home-hero-v4__card--bottom b{font-size:16px}.home-hero-v4__card--bottom span{color:rgba(247,248,255,.68);font-size:13px;font-weight:850}@media (max-width:1180px){.home-hero-v4__grid{grid-template-columns:minmax(0,1fr) minmax(330px,.68fr);gap:34px}.home-hero-v4 h1{font-size:clamp(46px,5.4vw,66px) !important}.home-hero-v4__photo{min-height:390px}.home-hero-v4__points{grid-template-columns:1fr;max-width:620px}.home-hero-v4__points li{min-height:0}}@media (max-width:900px){.home-hero-v4{padding:44px 0 54px}.home-hero-v4__grid{grid-template-columns:1fr}.home-hero-v4__media{justify-self:stretch;width:min(100%,460px);margin:0 auto}.home-hero-v4__photo{min-height:420px;max-height:none}}@media (max-width:680px){.home-hero-v4{min-height:auto;padding:38px 0 44px}.home-hero-v4 h1{font-size:clamp(42px,12vw,58px) !important;line-height:1.02 !important}.home-hero-v4__lead{font-size:17px}.home-hero-v4__actions .btn{width:100%}.home-hero-v4__photo{min-height:390px;border-radius:26px}.home-hero-v4__card--top{right:12px;top:16px;font-size:13px;padding:12px 14px}.home-hero-v4__card--bottom{left:14px;right:14px;bottom:14px;flex-direction:column;align-items:flex-start;gap:3px}}@media (max-width:420px){.home-hero-v4__eyebrow{font-size:12px}.home-hero-v4__photo{min-height:340px}}.home-hero-v4__journey{max-width:690px;margin:0 0 18px;padding:16px 18px;border:1px solid rgba(154,242,255,.18);border-radius:22px;background:linear-gradient(135deg,rgba(154,242,255,.105),rgba(255,255,255,.045));box-shadow:0 16px 55px rgba(0,0,0,.16)}.home-hero-v4__journey b{display:block;margin-bottom:7px;color:#fff;font-size:15px;line-height:1.3}.home-hero-v4__journey span{display:block;color:rgba(247,248,255,.76);font-size:15px;line-height:1.55}@media (max-width:680px){.home-hero-v4__journey{padding:14px}.home-hero-v4__journey span{font-size:14px}}.reviews-section{padding-top:42px !important}.reviews-shell{padding:22px !important;border-radius:26px !important}.reviews-top{margin-bottom:16px !important}.reviews-top h3{font-size:clamp(24px,2.4vw,34px) !important}.reviews-window{overflow:hidden !important;border-radius:22px !important}.reviews-track{display:flex !important;gap:14px !important;transition:transform .45s cubic-bezier(.2,.8,.2,1) !important;will-change:transform !important}.review-card{flex:0 0 calc((100% - 28px) / 3) !important;min-width:0 !important;min-height:245px !important;display:flex !important;flex-direction:column !important;padding:20px !important;border-radius:20px !important}.review-stars{margin-bottom:12px !important;font-size:13px !important;letter-spacing:.12em !important}.review-card p{max-width:none !important;color:#fff !important;font-size:16px !important;line-height:1.55 !important;letter-spacing:0 !important}.review-author{margin-top:auto !important;padding-top:14px !important}.reviews-dots{margin-top:14px !important}@media (max-width:1080px){.review-card{flex-basis:calc((100% - 14px) / 2) !important}}@media (max-width:720px){.reviews-shell{padding:16px !important}.review-card{flex-basis:100% !important;min-height:220px !important}.review-card p{font-size:15px !important}}.home-hero-v4__journey{margin-bottom:18px !important}.home-hero-v4__actions{margin-bottom:20px !important}.home-hero-v4__points--three li:first-child{border-color:rgba(102,245,184,.28) !important;background:linear-gradient(135deg,rgba(102,245,184,.13),rgba(255,255,255,.055)) !important}.home-hero-v4__points--three li:first-child b{color:#fff !important}@media (max-width:1180px){.home-hero-v4__points--three{grid-template-columns:repeat(3,minmax(0,1fr)) !important}}@media (max-width:760px){.home-hero-v4__points--three{grid-template-columns:1fr !important}}.home-hero-v4__card--top{display:none !important}.home-hero-v4__card--bottom{left:24px !important;right:auto !important;bottom:24px !important;width:min(360px,calc(100% - 48px)) !important;display:grid !important;gap:4px !important;padding:15px 17px !important;border-radius:20px !important;background:rgba(12,14,27,.76) !important}.home-hero-v4__card--bottom b{font-size:18px !important;line-height:1.15 !important}.home-hero-v4__card--bottom span{color:rgba(247,248,255,.72) !important;font-size:13px !important;line-height:1.25 !important}@media (max-width:680px){.home-hero-v4__card--bottom{left:14px !important;right:14px !important;bottom:14px !important;width:auto !important}}.home-hero-v4__media{width:min(100%,470px) !important}.home-hero-v4__photo{aspect-ratio:3 / 4 !important;max-height:min(680px,calc(100svh - 120px)) !important}.home-hero-v4__photo img{object-fit:cover !important;object-position:center top !important}@media (max-width:900px){.home-hero-v4__media{width:min(100%,430px) !important}}@media (max-width:680px){.home-hero-v4__photo{min-height:420px !important}}.home-hero-v4__journey-steps{display:flex !important;flex-wrap:wrap;align-items:center;gap:8px 10px;color:rgba(247,248,255,.72);font-size:15px;line-height:1.45}.home-hero-v4__journey-step,.home-hero-v4__journey-arrow{display:inline-flex !important;align-items:center}.home-hero-v4__journey-step{min-height:30px;padding:4px 9px;border-radius:999px;color:rgba(247,248,255,.7);animation:egorJourneyStep 7.5s ease-in-out infinite;animation-delay:calc(var(--i) * 1.2s)}.home-hero-v4__journey-arrow{color:rgba(154,242,255,.5);font-weight:900}@keyframes egorJourneyStep{0%,13%,100%{color:rgba(247,248,255,.7);background:transparent;box-shadow:none;transform:translateY(0)}5%,9%{color:#07131e;background:linear-gradient(135deg,#66f5b8,#9af2ff);box-shadow:0 10px 28px rgba(102,245,184,.22);transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.home-hero-v4__journey-step{animation:none}}@media (max-width:680px){.home-hero-v4__journey-steps{gap:7px;font-size:14px}.home-hero-v4__journey-step{min-height:28px;padding:4px 8px}}.home-hero-v4__journey-steps{display:inline !important;color:rgba(247,248,255,.72)}.home-hero-v4__journey-step,.home-hero-v4__journey-arrow{display:inline !important}.home-hero-v4__journey-step{min-height:0 !important;padding:0 !important;border-radius:0 !important;background:none !important;box-shadow:none !important;color:rgba(247,248,255,.72);font-weight:760;animation-name:egorJourneyTextHighlight !important;animation-duration:6.5s !important;animation-timing-function:ease-in-out !important;animation-iteration-count:infinite !important;animation-delay:calc(var(--i) * 1s) !important}.home-hero-v4__journey-arrow{margin:0 7px;color:rgba(154,242,255,.42) !important}@keyframes egorJourneyTextHighlight{0%,16%,100%{color:rgba(247,248,255,.72);text-shadow:none;filter:none}6%,12%{color:#66f5b8;text-shadow:0 0 16px rgba(102,245,184,.42),0 0 28px rgba(154,242,255,.2);filter:brightness(1.18)}}@media (prefers-reduced-motion:reduce){.home-hero-v4__journey-step{animation:none !important}}@media (max-width:680px){.home-hero-v4__journey-arrow{margin:0 5px}}.home-hero-v4__journey-step{animation:none !important;transition:color .32s ease,text-shadow .32s ease,filter .32s ease}.home-hero-v4__journey-step.is-active{color:#66f5b8 !important;text-shadow:0 0 16px rgba(102,245,184,.46),0 0 28px rgba(154,242,255,.22) !important;filter:brightness(1.14)}.home-hero-v4__journey-step:not(.is-active){color:rgba(247,248,255,.72) !important;text-shadow:none !important;filter:none !important}.home-hero-v4__journey-break{display:block}.home-hero-v4__journey-step{white-space:nowrap}.site-map-card{display:block;color:inherit;text-decoration:none;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.site-map-card:hover,.site-map-card:focus-visible{transform:translateY(-3px);border-color:rgba(154,242,255,.34);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));box-shadow:0 22px 70px rgba(0,0,0,.26),0 0 0 1px rgba(154,242,255,.08)}.site-map-card:focus-visible{outline:2px solid rgba(102,245,184,.75);outline-offset:4px}.site-map-card .btn{pointer-events:none}.site-map-icon{position:relative;isolation:isolate;color:#66f5b8;background:radial-gradient(circle at 72% 22%,rgba(102,245,184,.24),transparent 34%),linear-gradient(145deg,rgba(154,242,255,.11),rgba(255,255,255,.045));border-color:rgba(154,242,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.16)}.site-map-icon::before,.site-map-icon::after,.site-map-icon span{content:"";position:absolute;display:block;box-sizing:border-box}.site-map-icon--services span{width:18px;height:14px;left:13px;top:15px;border:2px solid currentColor;border-radius:5px}.site-map-icon--services::before,.site-map-icon--services::after{width:14px;height:10px;border:2px solid rgba(154,242,255,.72);border-radius:4px}.site-map-icon--services::before{left:10px;top:12px;opacity:.7}.site-map-icon--services::after{right:10px;bottom:11px;opacity:.85}.site-map-icon--cases span{inset:12px;border:2px solid currentColor;border-radius:6px;background:linear-gradient(currentColor,currentColor) center / 2px 100% no-repeat,linear-gradient(currentColor,currentColor) center / 100% 2px no-repeat}.site-map-icon--cases::after{width:6px;height:6px;right:9px;top:9px;border-radius:999px;background:#9af2ff;box-shadow:0 0 14px rgba(154,242,255,.72)}.site-map-icon--pricing span{inset:11px;border:2px solid currentColor;border-radius:999px}.site-map-icon--pricing::before{content:"$";inset:0;display:flex;align-items:center;justify-content:center;color:#9af2ff;font-size:21px;font-weight:950;line-height:1}.site-map-icon--process span{left:13px;right:13px;top:21px;height:2px;background:linear-gradient(90deg,currentColor,#9af2ff)}.site-map-icon--process::before,.site-map-icon--process::after{width:8px;height:8px;top:18px;border-radius:999px;background:currentColor;box-shadow:13px 0 0 #9af2ff}.site-map-icon--process::before{left:10px}.site-map-icon--process::after{right:10px;background:#66f5b8;box-shadow:none}.site-map-icon--about span{width:13px;height:13px;left:15px;top:10px;border:2px solid currentColor;border-radius:999px}.site-map-icon--about::after{width:23px;height:14px;left:10px;bottom:10px;border:2px solid #9af2ff;border-bottom:0;border-radius:18px 18px 4px 4px}.site-map-icon--contacts span{width:22px;height:16px;left:11px;top:13px;border:2px solid currentColor;border-radius:7px}.site-map-icon--contacts::after{width:8px;height:8px;left:17px;bottom:10px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-18deg)}.site-map-card:hover .site-map-icon,.site-map-card:focus-visible .site-map-icon{color:#9af2ff;border-color:rgba(102,245,184,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 16px 42px rgba(102,245,184,.12)}.services-hero .lead{max-width:820px}.services-directions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.services-direction-card--main{grid-column:span 2;grid-row:span 2;background:linear-gradient(135deg,rgba(124,108,255,.18),rgba(102,245,184,.075))}.services-direction-card .card-inner,.popular-service-card .card-inner{min-height:100%;display:flex;flex-direction:column;align-items:flex-start}.service-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;margin-bottom:14px;border:1px solid rgba(154,242,255,.2);border-radius:999px;background:rgba(154,242,255,.075);color:#9af2ff;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.services-direction-card h3,.popular-service-card h3{margin-top:0}.popular-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.popular-service-card b{margin-top:auto;color:#66f5b8;font-size:15px}.service-catalog-section{padding-top:clamp(54px,6vw,78px)}.service-catalog{display:grid;gap:14px}.service-catalog details{border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04))}.service-catalog summary{display:flex;align-items:center;gap:14px;padding:20px 22px;cursor:pointer;color:#fff;font-size:clamp(19px,2vw,26px);font-weight:950;letter-spacing:0;list-style:none}.service-catalog summary::-webkit-details-marker{display:none}.service-catalog summary::after{content:"+";margin-left:auto;color:#66f5b8;font-size:28px;line-height:1}.service-catalog details[open] summary::after{content:"−"}.service-catalog summary span{flex:0 0 auto;color:#9af2ff;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.service-table{display:grid;padding:0 14px 14px;gap:8px}.service-row{display:grid;grid-template-columns:minmax(190px,.9fr) minmax(260px,1.4fr) minmax(92px,auto);gap:18px;align-items:start;padding:14px 16px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:rgba(5,7,18,.32)}.service-row b{color:#fff;line-height:1.25}.service-row span{color:rgba(247,248,255,.68);line-height:1.42}.service-row em{justify-self:end;color:#66f5b8;font-style:normal;font-weight:850;white-space:nowrap}.services-cta-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;background:linear-gradient(135deg,rgba(124,108,255,.16),rgba(102,245,184,.08))}.services-cta-card h2{margin:0 0 10px}.services-cta-card p{max-width:720px;margin:0;color:rgba(247,248,255,.72)}@media (max-width:1180px){.services-directions-grid,.popular-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-direction-card--main{grid-row:auto}}@media (max-width:760px){.services-directions-grid,.popular-services-grid{grid-template-columns:1fr}.services-direction-card--main{grid-column:span 1}.service-catalog summary{align-items:flex-start;flex-direction:column;gap:8px;padding:18px}.service-catalog summary::after{position:absolute;right:20px}.service-row{grid-template-columns:1fr;gap:7px}.service-row em{justify-self:start}.services-cta-card{align-items:flex-start;flex-direction:column;padding:22px}.services-cta-card .btn{width:100%}}.service-catalog summary{gap:18px}.service-catalog summary span{display:none !important}html{scroll-padding-top:98px}body{padding-top:78px}.nav{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:9998 !important;background:rgba(7,8,20,.88) !important;box-shadow:0 14px 45px rgba(0,0,0,.22)}.mobile-site-menu{z-index:9997 !important}.services-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:18px;padding:22px;border-radius:24px;background:linear-gradient(135deg,rgba(102,245,184,.1),rgba(154,242,255,.065))}.services-inline-cta b{display:block;margin-bottom:5px;color:#fff;font-size:clamp(20px,2vw,26px);line-height:1.15}.services-inline-cta span{display:block;max-width:760px;color:rgba(247,248,255,.68);line-height:1.5}.services-inline-cta .btn{flex:0 0 auto}.services-inline-cta--compact{background:linear-gradient(135deg,rgba(124,108,255,.14),rgba(255,255,255,.045))}@media (max-width:980px){.mobile-site-menu{top:78px !important}}@media (max-width:680px){html{scroll-padding-top:88px}body{padding-top:70px}.mobile-site-menu{top:70px !important}.services-inline-cta{align-items:flex-start;flex-direction:column;padding:18px}.services-inline-cta .btn{width:100%}}.case-reading-guide{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 18px;padding:20px 22px;border-radius:24px;background:linear-gradient(135deg,rgba(154,242,255,.09),rgba(255,255,255,.04))}.case-reading-guide b{display:block;margin-bottom:5px;color:#fff;font-size:20px}.case-reading-guide span{display:block;max-width:820px;color:rgba(247,248,255,.68);line-height:1.5}.case-filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.case-filter{min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(247,248,255,.76);font:inherit;font-size:14px;font-weight:850;cursor:pointer;transition:.22s ease}.case-filter:hover,.case-filter.is-active{border-color:rgba(102,245,184,.38);background:linear-gradient(135deg,rgba(102,245,184,.16),rgba(154,242,255,.08));color:#fff}#cases .case-card-final.is-hidden{display:none !important}.cases-empty{margin-top:16px;padding:18px 20px;border:1px solid rgba(154,242,255,.18);border-radius:20px;background:rgba(154,242,255,.065);color:rgba(247,248,255,.74);font-weight:800}.cases-cta-section{padding-top:36px}.cases-cta-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;background:linear-gradient(135deg,rgba(124,108,255,.16),rgba(102,245,184,.08))}.cases-cta-card h2{max-width:760px;margin:0 0 10px;font-size:clamp(30px,3.4vw,52px);line-height:.98}.cases-cta-card p{max-width:760px;margin:0;color:rgba(247,248,255,.7);line-height:1.55}.cases-cta-card .btn,.case-reading-guide .btn{flex:0 0 auto}@media (max-width:760px){.case-reading-guide,.cases-cta-card{align-items:flex-start;flex-direction:column;padding:20px}.case-reading-guide .btn,.cases-cta-card .btn{width:100%}}.pricing-hero .lead{max-width:820px}.pricing-choice-grid,.pricing-clarity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pricing-choice-card{display:flex;flex-direction:column}.pricing-choice-card .card-inner{flex:1}.pricing-subscription-card{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:16px;padding:28px;background:linear-gradient(135deg,rgba(102,245,184,.12),rgba(154,242,255,.06))}.pricing-subscription-card h3{margin:0 0 10px;font-size:clamp(28px,3vw,44px)}.pricing-subscription-card p{max-width:820px;margin:0;color:rgba(247,248,255,.7);line-height:1.55}.pricing-subscription-price{flex:0 0 auto;min-width:170px;text-align:right}.pricing-subscription-price strong{display:block;color:#66f5b8;font-size:clamp(40px,4vw,58px);line-height:.95;letter-spacing:0}.pricing-subscription-price span{color:rgba(247,248,255,.68);font-weight:850}.pricing-info-card .card-inner{min-height:100%}.pricing-info-card h3{margin-top:0}.pricing-process-section{padding-top:34px}.pricing-final-cta{padding-top:36px}@media (max-width:1080px){.pricing-choice-grid,.pricing-clarity-grid{grid-template-columns:1fr}.pricing-subscription-card{align-items:flex-start;flex-direction:column}.pricing-subscription-price{text-align:left}}@media (max-width:680px){.pricing-subscription-card{padding:22px}}.process-hero .lead{max-width:840px}.process-roadmap{display:grid;gap:14px}.process-step-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:stretch;overflow:hidden}.process-step-num{display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(102,245,184,.12),rgba(154,242,255,.055));color:#66f5b8;font-size:24px;font-weight:950}.process-step-card .card-inner{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr) minmax(260px,1.1fr);gap:18px;align-items:start}.process-step-card h3{margin:0;font-size:clamp(26px,3vw,42px);line-height:1}.process-step-card p{margin:0;color:rgba(247,248,255,.72);line-height:1.5}.process-step-card dl{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;margin:0}.process-step-card dt{color:#9af2ff;font-size:12px;font-weight:950;text-transform:uppercase}.process-step-card dd{margin:0;color:rgba(247,248,255,.68);line-height:1.42}.process-details-section{padding-top:48px}.process-info-grid{align-items:stretch}.process-info-card .card-inner{min-height:100%}.process-info-card h3{margin-top:0}.process-info-card p{margin:0;color:rgba(247,248,255,.7);line-height:1.58}.process-final-cta{padding-top:38px}@media (max-width:1080px){.process-step-card .card-inner{grid-template-columns:1fr}}@media (max-width:720px){.process-step-card{grid-template-columns:1fr}.process-step-num{justify-content:flex-start;min-height:54px;padding:0 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.process-step-card dl{grid-template-columns:1fr;gap:4px}}.process-roadmap{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important}.process-step-card{position:relative;display:block !important;min-height:100%;overflow:hidden;border-radius:26px !important;background:linear-gradient(155deg,rgba(255,255,255,.085),rgba(255,255,255,.04)) !important}.process-step-card:nth-child(5){grid-column:1 / -1}.process-step-num{position:absolute;top:20px;left:22px;width:48px;height:34px;min-height:0 !important;padding:0 !important;border:1px solid rgba(102,245,184,.28) !important;border-radius:999px;background:rgba(102,245,184,.09) !important;color:#66f5b8;font-size:14px;line-height:1;box-shadow:0 12px 30px rgba(102,245,184,.08)}.process-step-card .card-inner{display:flex !important;min-height:100%;flex-direction:column;gap:16px !important;padding:72px 24px 24px !important}.process-step-card h3{font-size:clamp(28px,3.2vw,46px) !important;letter-spacing:0 !important}.process-step-card p{max-width:760px;font-size:17px}.process-step-card dl{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;margin-top:auto !important}.process-step-card dt{margin-bottom:7px;color:#9af2ff}.process-step-card dd{min-height:82px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(5,7,18,.22)}.process-step-card dt:nth-of-type(1),.process-step-card dd:nth-of-type(1){grid-column:1}.process-step-card dt:nth-of-type(2),.process-step-card dd:nth-of-type(2){grid-column:2}.process-step-card dt:nth-of-type(1){grid-row:1}.process-step-card dd:nth-of-type(1){grid-row:2}.process-step-card dt:nth-of-type(2){grid-row:1}.process-step-card dd:nth-of-type(2){grid-row:2}@media (max-width:980px){.process-roadmap{grid-template-columns:1fr !important}.process-step-card:nth-child(5){grid-column:auto}}@media (max-width:640px){.process-step-card .card-inner{padding:68px 18px 18px !important}.process-step-card dl{grid-template-columns:1fr !important}.process-step-card dt,.process-step-card dd{grid-column:1 !important;grid-row:auto !important}.process-step-card dd{min-height:0}}.process-step-card dl{align-items:start !important}.process-step-card dt{justify-self:center !important;text-align:center !important}.process-step-card dd{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:390px;margin-inline:auto !important;text-align:center !important}@media (max-width:640px){.process-step-card dt,.process-step-card dd{justify-self:stretch !important;max-width:none;text-align:left !important}.process-step-card dd{justify-content:flex-start !important}}.lead-modal{padding:12px !important;place-items:center !important}.lead-modal .plan-modal-dialog{width:min(420px,calc(100vw - 24px)) !important;max-height:calc(100dvh - 24px) !important;padding:18px !important;border-radius:20px !important;overflow:visible !important;background:radial-gradient(circle at 0 0,rgba(102,245,184,.12),transparent 34%),linear-gradient(160deg,rgba(31,34,61,.98),rgba(8,10,25,.98)) !important;box-shadow:0 24px 80px rgba(0,0,0,.48) !important}.lead-modal .plan-modal-close{top:12px !important;right:12px !important;width:34px !important;height:34px !important;font-size:22px !important}.lead-modal .plan-modal-head{margin:0 42px 12px 0 !important;padding:0 !important}.lead-modal .plan-modal-head h2{margin:0 !important;font-size:30px !important;line-height:1 !important;letter-spacing:0 !important}.lead-modal .plan-modal-head p,.lead-modal .selected-plan-card{display:none !important}.lead-modal .selected-plan-card[hidden]{display:none !important}.lead-modal .plan-modal-form{display:grid !important;gap:9px !important}.lead-modal .field{gap:5px !important}.lead-modal .field label{font-size:12px !important;line-height:1.2 !important}.lead-modal .field label small{color:rgba(247,248,255,.5);font-size:12px;font-weight:800}.lead-modal .field input,.lead-modal .field select,.lead-modal .field textarea{min-height:44px !important;padding:0 14px !important;border-radius:14px !important;font-size:14px !important}.lead-modal #planMessage{width:calc(100%+15px) !important;max-width:calc(100%+15px) !important;min-height:86px !important;box-sizing:border-box !important;padding-top:12px !important;line-height:1.35 !important}.lead-modal .field:has(#planMessage){margin-bottom:6px !important}.lead-modal .plan-modal-submit{min-height:46px !important;margin-top:0 !important;border-radius:999px !important}.lead-modal .form-status{min-height:16px !important;font-size:12px !important;line-height:1.25 !important}.simple-contact-wrap{align-items:stretch}.simple-contact-card .card-inner{min-height:100%}.simple-contact-card h2{margin-top:0;font-size:clamp(34px,4vw,58px);line-height:.98}.simple-contact-card p{max-width:720px;color:rgba(247,248,255,.72);font-size:18px;line-height:1.58}.simple-contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.simple-contact-card--channels h3{margin-top:0}@media (max-height:620px){.lead-modal .plan-modal-dialog{padding:14px !important}.lead-modal #planMessage{min-height:72px !important}.lead-modal .plan-modal-head h2{font-size:26px !important}}@media (max-width:720px){.simple-contact-actions .btn{width:100%}}@media (max-width:560px){.lead-modal{align-items:center !important;padding:10px !important}.lead-modal .plan-modal-dialog{width:min(420px,calc(100vw - 20px)) !important;max-height:calc(100dvh - 20px) !important;padding:16px !important}}@media (max-width:520px){.lead-modal #planMessage{width:100% !important;max-width:100% !important}}html,body{width:100%;max-width:100%;overflow-x:clip}body,.site,main,section,.container,.nav,.mobile-site-menu,.home-hero-v4,.home-hero-v4__grid,.home-hero-v4__copy,.home-hero-v4__journey,.home-hero-v4__actions,.home-hero-v4__points,.card,.card-inner{min-width:0}.container{max-width:var(--max)}.btn{max-width:100%;min-width:0;text-align:center}@media (max-width:980px){.container{width:min(var(--max),calc(100% - 28px)) !important}.nav-inner{gap:10px !important}.brand{flex:1 1 auto !important;min-width:0 !important}.brand-title{min-width:0;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-actions{flex:0 0 auto}.grid-4,.grid-3,.grid-2,.split,.contact-wrap,.case-card,.package-explain-hero,.pricing-grid,.services-grid,.process-roadmap{min-width:0}}@media (max-width:760px){:root{--radius:22px}.container{width:calc(100% - 24px) !important}.nav{overflow:clip}.nav-inner{min-height:72px !important;gap:8px !important}.brand{gap:8px !important}.brand-mark{width:38px !important;height:38px !important;flex-basis:38px !important}.brand-title{max-width:180px !important;font-size:15px !important;letter-spacing:-0.035em !important}.nav-actions{gap:7px !important}.nav-actions .btn-small{min-height:42px !important;padding:0 12px !important;font-size:13px !important}.mobile-menu-toggle{width:42px !important;height:42px !important;flex-basis:42px !important}.mobile-site-menu{top:72px !important;max-height:calc(100dvh - 72px) !important}.home-hero-v4{width:100% !important;min-height:auto !important;padding:34px 0 38px !important;overflow:hidden !important}.home-hero-v4__grid{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:26px !important;width:100% !important}.home-hero-v4__copy{width:100% !important;max-width:none !important}.home-hero-v4 h1{max-width:100% !important;margin:0 0 18px !important;font-size:clamp(42px,9.5vw,64px) !important;line-height:1.03 !important;letter-spacing:-0.035em !important;text-wrap:balance;overflow-wrap:normal}.home-hero-v4 h1 span{display:inline !important}.home-hero-v4__journey{width:100% !important;max-width:100% !important;margin:0 0 18px !important;padding:16px !important;border-radius:22px !important;overflow:hidden !important}.home-hero-v4__journey b{margin-bottom:10px !important;font-size:16px !important;line-height:1.3 !important}.home-hero-v4__journey-steps{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:6px 7px !important;width:100% !important;max-width:100% !important;font-size:15px !important;line-height:1.45 !important}.home-hero-v4__journey-step{display:inline !important;min-width:0 !important;max-width:100% !important;white-space:normal !important;overflow-wrap:anywhere !important}.home-hero-v4__journey-arrow{display:inline !important;margin:0 2px !important;flex:0 0 auto}.home-hero-v4__journey-break{display:none !important}.home-hero-v4__actions{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;width:100% !important;margin:0 0 18px !important}.home-hero-v4__actions .btn{width:100% !important;min-height:58px !important;padding:0 16px !important;white-space:normal !important;line-height:1.15 !important}.home-hero-v4__points,.home-hero-v4__points--three{grid-template-columns:1fr !important;width:100% !important;max-width:100% !important}.home-hero-v4__points li{min-height:0 !important;padding:16px !important}.home-hero-v4__media{width:min(100%,430px) !important;justify-self:center !important}.home-hero-v4__photo{min-height:0 !important;height:auto !important;aspect-ratio:4 / 5 !important;max-height:none !important;border-radius:24px !important}.home-hero-v4__card--bottom{left:12px !important;right:12px !important;bottom:12px !important;width:auto !important}.section-head{display:grid !important;gap:12px !important;align-items:start !important}.section-head h2,.page-intro h1,h2{max-width:100% !important;font-size:clamp(32px,9vw,46px) !important;line-height:1.02 !important;letter-spacing:-0.035em !important}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr !important}.card-inner{padding:18px !important}.site-map-section .card-inner{min-height:0 !important}}@media (max-width:640px){.nav-actions>.btn-ghost{display:none !important}.brand-title{max-width:190px !important}}@media (max-width:520px){.container{width:calc(100% - 20px) !important}.home-hero-v4 h1{font-size:clamp(38px,11vw,52px) !important;line-height:1.04 !important}.home-hero-v4__journey{padding:14px !important}.home-hero-v4__journey-steps{display:grid !important;grid-template-columns:1fr !important;gap:5px !important;font-size:14px !important}.home-hero-v4__journey-step{display:block !important;line-height:1.35 !important}.home-hero-v4__journey-arrow{display:none !important}.home-hero-v4__actions .btn{min-height:56px !important;font-size:15px !important}.lead-modal #planMessage{width:100% !important;max-width:100% !important}}@media (max-width:430px){.nav-inner{min-height:66px !important}.brand-title{max-width:132px !important;font-size:13px !important}.nav-actions .nav-discuss-btn{min-height:40px !important;max-width:132px !important;padding:0 10px !important;font-size:12px !important;line-height:1.05 !important;white-space:normal !important}.mobile-menu-toggle{width:40px !important;height:40px !important;flex-basis:40px !important}.mobile-site-menu{top:66px !important;max-height:calc(100dvh - 66px) !important}.home-hero-v4{padding-top:28px !important}.home-hero-v4 h1{font-size:clamp(36px,11vw,48px) !important}}@media (max-width:370px){.brand-title{display:none !important}.nav-actions .nav-discuss-btn{max-width:126px !important;font-size:11px !important}.home-hero-v4 h1{font-size:34px !important}}iframe,video,canvas,svg,table{max-width:100%}.lead-flow-embed-section,.lead-flow-embed-container,.lead-flow-embed-wrap,.lead-flow-embed{max-width:100% !important;overflow-x:clip !important}.lead-flow-embed-wrap{overflow:hidden !important}@media (max-width:760px){.lead-flow-embed-section{padding-left:0 !important;padding-right:0 !important}.lead-flow-embed{width:100% !important}.page-intro,section{overflow-x:clip !important}}html body #cases .case-actions-final{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:10px !important;width:100% !important}html body #cases .case-actions-final .btn,html body #cases .case-actions-final .btn-primary,html body #cases .case-actions-final .btn-ghost,html body #cases .case-actions-final .btn:only-child{order:0 !important;flex:0 0 auto !important;width:288px !important;min-width:0 !important;max-width:100% !important;height:46px !important;min-height:46px !important;padding:0 18px !important;border-radius:999px !important;white-space:nowrap !important;overflow-wrap:normal !important;text-align:center !important;line-height:1.15 !important;font-size:15px !important}@media (max-width:380px){html body #cases .case-actions-final .btn,html body #cases .case-actions-final .btn-primary,html body #cases .case-actions-final .btn-ghost,html body #cases .case-actions-final .btn:only-child{width:100% !important;white-space:normal !important}}.lead-flow-embed-section{position:relative;padding:clamp(58px,6.5vw,78px) 0 clamp(58px,6.5vw,78px)}.lead-flow-embed-container{position:relative}.lead-flow-site-head{margin-bottom:clamp(22px,3vw,32px)}.lead-flow-site-head h2{max-width:760px}.lead-flow-site-head p{max-width:530px}.lead-flow-embed-wrap{width:100%;margin:0 auto;overflow:visible;border-radius:30px;background:transparent}.lead-flow-embed{display:block;width:100%;height:454px;min-height:0;border:0;background:transparent;overflow:hidden;vertical-align:top;transition:height .22s ease-out}@media (max-width:960px){.lead-flow-embed-section{padding-top:50px;padding-bottom:48px}.lead-flow-embed-wrap{border-radius:26px}.lead-flow-embed{height:584px}}@media (max-width:720px){.lead-flow-embed-section{padding-top:38px;padding-bottom:38px}.lead-flow-site-head{margin-bottom:18px}.lead-flow-site-head h2{max-width:340px}.lead-flow-site-head p{max-width:340px;font-size:15px;line-height:1.55}.lead-flow-embed-wrap{border-radius:24px}.lead-flow-embed{height:682px}}@media (max-width:420px){.lead-flow-embed-section{padding-top:34px;padding-bottom:34px}.lead-flow-embed{height:654px}}











/* Final polish: nav text, hero journey highlight, lead-flow inactive analytics */
.brand-title{line-height:1.18!important;padding:3px 0 4px!important;overflow:visible!important;text-overflow:clip!important}
@media (max-width:760px){.brand-title{line-height:1.18!important;padding-block:3px!important}}
.home-hero-v4__journey-step{transition:color .28s ease,text-shadow .28s ease,filter .28s ease!important}
.home-hero-v4__journey-step.is-active{color:#66f5b8!important;text-shadow:0 0 16px rgba(102,245,184,.48),0 0 30px rgba(154,242,255,.24)!important;filter:brightness(1.16)!important}
.home-hero-v4__journey-step:not(.is-active){color:rgba(247,248,255,.72)!important;text-shadow:none!important;filter:none!important}

/* Final polish: centered process step numbers */
.process-step-num{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0!important;line-height:1!important}
@media (max-width:720px){.process-step-num{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0!important}}

/* Final polish: keep nav CTA readable in adaptive header */
.nav-actions .nav-discuss-btn{min-width:178px!important;max-width:none!important;padding:0 24px!important;white-space:nowrap!important;text-align:center!important}
@media (max-width:760px){.nav-actions .nav-discuss-btn{min-width:180px!important;max-width:180px!important;padding:0 22px!important;font-size:13px!important}}
@media (max-width:560px){.nav-actions .nav-discuss-btn{min-width:174px!important;max-width:174px!important;padding:0 18px!important;font-size:12px!important}}
@media (max-width:430px){.nav-actions .nav-discuss-btn{min-width:154px!important;max-width:154px!important;padding:0 14px!important;font-size:12px!important;line-height:1.05!important}}
@media (max-width:370px){.nav-actions .nav-discuss-btn{min-width:138px!important;max-width:138px!important;padding:0 10px!important;font-size:11px!important}}

/* Final polish: hide brand text before it collides with the nav CTA */
@media (max-width:640px){.nav .brand-title{display:none!important}.nav .brand{flex:0 0 auto!important;min-width:0!important}.nav-inner{justify-content:space-between!important}}
