@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;800&family=JetBrains+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg:#0a0a0b;--bg-soft:#131316;--bg-card:#18181c;--line:#26262b;--line-soft:#1d1d22;--text:#f4f1ea;--text-dim:#8b8a86;--text-mute:#5c5b58;--accent:#ff5a1f;--accent-soft:#ffb89a;--accent-bg:#ff5a1f1f;--warning:#ffcb47;--success:#4cd380;--error:#ff4d6a;--radius:6px;--radius-lg:14px;--font-display:"Unbounded", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.55}a{color:var(--accent);text-decoration:none;transition:opacity .2s}a:hover{opacity:.75}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);line-height:1.05}h1{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:800}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.125rem;font-weight:600}em{color:var(--accent);font-style:italic}code{font-family:var(--font-mono);background:var(--bg-card);border:1px solid var(--line);color:var(--accent-soft);border-radius:4px;padding:.15em .4em;font-size:.9em}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line-soft);background:#0a0a0bc7;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.2rem;padding-bottom:1.2rem;display:flex}.site-header__links,.site-header__cta{align-items:center;display:flex}.site-header__links{gap:2rem}.site-header__links a,.site-header__meta{color:var(--text-dim);font-size:.92rem;font-weight:500}.site-header__links a:hover,.site-header__meta a:hover{color:var(--text);opacity:1}.site-header__cta{gap:.75rem}.site-header__meta{text-align:right}.site-footer{border-top:1px solid var(--line-soft);background:var(--bg-soft)}.site-footer__inner{color:var(--text-dim);justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem;font-size:.92rem;display:flex}.site-footer__links{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.site-footer__links span{color:var(--text-dim)}.site-footer--auth{background:0 0}@media (width<=768px){.site-header__links{display:none}}@media (width<=540px){.site-header__inner{flex-wrap:wrap}.site-header__cta{width:100%}.site-header__cta .btn{flex:1}.site-header__meta{text-align:left;width:100%}.site-footer__inner{flex-direction:column;align-items:flex-start}}.tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--line);color:var(--text-dim);background:0 0;border-radius:100px;padding:.35rem .7rem;font-size:.75rem;display:inline-block}.tag--accent{color:var(--accent);border-color:var(--accent);background:var(--accent-bg)}.btn{font-family:var(--font-body);border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5em;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{opacity:1;background:#ff7440;transform:translateY(-1px)}.btn--ghost{color:var(--text);border-color:var(--line);background:0 0}.btn--ghost:hover{background:var(--bg-card);opacity:1}.btn--lg{padding:1rem 2rem;font-size:1.05rem}.btn--block{width:100%}.logo{font-family:var(--font-display);color:var(--text);letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:800;display:inline-flex}.logo:hover{opacity:1}.logo__dot{background:var(--accent);width:14px;height:14px;box-shadow:0 0 24px var(--accent);border-radius:50%;transform:rotate(45deg)}.logo__text em{color:var(--accent);font-style:normal}.field{flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.field label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);font-size:.78rem;font-weight:600}.field .hint{text-transform:none;letter-spacing:0;color:var(--text-mute);margin-left:.5rem;font-size:.85em;font-weight:400}.field input,.field select,.field textarea{background:var(--bg-soft);width:100%;color:var(--text);border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-body);padding:.85rem 1rem;font-size:1rem;transition:border-color .15s,background .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);background:var(--bg);outline:none}.field__status{font-size:.85rem;font-family:var(--font-mono);min-height:1.2em;margin-top:.2rem}.field__status--ok{color:var(--success)}.field__status--err{color:var(--error)}.field__status--pending{color:var(--text-mute)}.form__error{color:var(--error);border-radius:var(--radius);background:#ff4d6a1a;border:1px solid #ff4d6a4d;margin-bottom:1rem;padding:.8rem 1rem;font-size:.9rem}.muted{color:var(--text-dim)}.tag-mono{font-family:var(--font-mono);font-size:.85rem}hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}.auth-body{background:var(--bg);min-height:100vh}.auth-shell{grid-template-columns:minmax(380px,1fr) 1.2fr;min-height:calc(100vh - 84px);display:grid}.auth-shell--single{grid-template-columns:1fr}.auth-aside{border-right:1px solid var(--line);background:radial-gradient(circle at 30% 20%,#ff5a1f2e,#0000 60%),linear-gradient(135deg,#131316,#0a0a0b);flex-direction:column;justify-content:space-between;padding:3rem;display:flex;position:relative;overflow:hidden}.auth-aside:before{content:"";background-image:linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);opacity:.5;pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 80%,#000,#0000 70%);mask-image:radial-gradient(circle at 70% 80%,#000,#0000 70%)}.auth-aside__content,.auth-aside__foot,.auth-aside .logo{z-index:1;position:relative}.auth-aside h2{margin:1.5rem 0 2rem;font-size:2.2rem;line-height:1.1}.checklist{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.checklist li{color:var(--text-dim);padding-left:1.8rem;font-size:.98rem;position:relative}.checklist li:before{content:"";background:var(--accent);width:12px;height:12px;position:absolute;top:.6em;left:0;transform:rotate(45deg)}.auth-aside__foot{color:var(--text-dim);margin-top:3rem;font-size:.95rem}.auth-main{justify-content:center;align-items:center;min-height:calc(100vh - 84px);padding:3rem 2rem;display:flex}.auth-card{width:100%;max-width:520px}.auth-card--narrow{max-width:440px}.auth-card .logo,.auth-card__head{margin-bottom:2.5rem}.auth-card__head h1{margin-bottom:.5rem;font-size:2.5rem}.auth-card__head p{color:var(--text-dim)}.auth-card__foot{text-align:center;color:var(--text-dim);margin-top:2rem;font-size:.95rem}.form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form__group--title{align-items:center;gap:1rem;margin:2rem 0 1rem;display:flex}.form__group-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-size:.78rem}.form__group--title:after{content:"";background:var(--line);flex:1;height:1px}.form__legal{text-align:center;color:var(--text-mute);margin-top:1rem;font-size:.85rem}.subdomain-input{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft);align-items:stretch;transition:border-color .15s;display:flex;overflow:hidden}.subdomain-input:focus-within{border-color:var(--accent)}.subdomain-input input{background:0 0;border:none;border-radius:0}.subdomain-input input:focus{background:0 0;border:none}.subdomain-suffix{background:var(--bg-card);color:var(--text-dim);font-family:var(--font-mono);border-left:1px solid var(--line);align-items:center;padding:.85rem 1rem;font-size:.9rem;display:flex}@media (width<=900px){.auth-shell{grid-template-columns:1fr}.auth-aside{border-right:none;border-bottom:1px solid var(--line);padding:2rem}.auth-aside__content{margin-top:1.5rem}}@media (width<=540px){.form__row{grid-template-columns:1fr}.auth-main{padding:2rem 1.2rem}.auth-card__head h1{font-size:2rem}}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line-soft);background:#0a0a0bb3;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;padding-top:1.2rem;padding-bottom:1.2rem;display:flex}.nav__links{gap:2rem;display:flex}.nav__links a{color:var(--text-dim);font-size:.92rem;font-weight:500}.nav__links a:hover{color:var(--text);opacity:1}.nav__cta{gap:.75rem;display:flex}@media (width<=768px){.nav__links{display:none}}.hero{padding:6rem 0 8rem;position:relative;overflow:hidden}.hero__grid{background-image:linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);pointer-events:none;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at top,#000 0%,#0000 80%);mask-image:radial-gradient(at top,#000 0%,#0000 80%)}.hero__inner{z-index:1;position:relative}.hero__meta{gap:.75rem;margin-bottom:2rem;display:flex}.hero__title{max-width:14ch;margin-bottom:1.5rem}.hero__accent{color:var(--accent);position:relative}.hero__accent:after{content:"";background:var(--accent);transform-origin:0;height:.08em;animation:1s ease-out .6s both line-grow;position:absolute;bottom:-.1em;left:0;right:0;transform:scaleX(0)}@keyframes line-grow{to{transform:scaleX(1)}}.hero__lead{max-width:50ch;color:var(--text-dim);margin-bottom:2.5rem;font-size:1.2rem}.hero__lead code{color:var(--accent)}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:5rem;display:flex}.hero__stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:2rem;max-width:700px;padding-top:2rem;display:grid}.stat__num{font-family:var(--font-display);color:var(--accent);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1}.stat__label{font-family:var(--font-mono);text-transform:uppercase;color:var(--text-dim);letter-spacing:.05em;margin-top:.5rem;font-size:.8rem}.section-head{border-bottom:1px solid var(--line);align-items:baseline;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.section-head__num{font-family:var(--font-mono);color:var(--accent);letter-spacing:.1em;font-size:.9rem}.features{padding:6rem 0}.steps{border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.step{border-right:1px solid var(--line);background:var(--bg-soft);padding:2.5rem 2rem;transition:background .2s}.step:last-child{border-right:none}.step:hover{background:var(--bg-card)}.step__num{font-family:var(--font-mono);border:1px solid var(--accent);width:32px;height:32px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:.85rem;display:inline-flex}.step h3{margin-bottom:.75rem}.step p{color:var(--text-dim);font-size:.95rem}.step em{color:var(--accent);font-style:normal;font-family:var(--font-mono);font-size:.95em}@media (width<=900px){.steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:none}.step:first-child,.step:nth-child(2){border-bottom:1px solid var(--line)}}@media (width<=540px){.steps{grid-template-columns:1fr}.step{border-right:none;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:none}}.templates{background:radial-gradient(circle at 80% 20%, var(--accent-bg), transparent 50%), var(--bg);padding:6rem 0}.templates__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.tcard{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-soft);aspect-ratio:2;flex-direction:column;justify-content:flex-end;padding:2.5rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.tcard:hover{transform:translateY(-4px)}.tcard:before{content:"";background-image:repeating-linear-gradient(45deg, transparent 0 14px, var(--line-soft) 14px 15px);opacity:.6;pointer-events:none;position:absolute;inset:0}.tcard--01:after{background:var(--accent)}.tcard--02:after{background:#4cd380}.tcard--03:after{background:#ffcb47}.tcard--04:after{background:#5b8cff}.tcard:after{content:"";width:100%;height:6px;position:absolute;top:0;left:0}.tcard__cat{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-mute);margin-bottom:.75rem;font-size:.75rem;position:relative}.tcard h3{margin-bottom:.4rem;position:relative}.tcard p{color:var(--text-dim);position:relative}@media (width<=768px){.templates__grid{grid-template-columns:1fr}}.cta{text-align:center;padding:8rem 0}.cta h2{margin-bottom:2rem}.footer{border-top:1px solid var(--line);color:var(--text-dim);padding:2rem 0;font-size:.9rem}.footer__inner{justify-content:space-between;align-items:center;display:flex}.footer__links{gap:1.5rem;display:flex}.footer__links a{color:var(--text-dim)}.site-shell{--blue:#3d5afe;--purple:#7c3aed;--teal:#14b8a6;--green:#22c55e;--amber:#f59e0b;--grad:linear-gradient(120deg,#3d5afe 0%,#7c3aed 100%);--ink:#0d1b3e;--ink-2:#26324f;--muted:#6b7280;--bg:#fff;--soft:#f5f6fb;--lav:#eceefb;--border:#e8eaf2;--sh-sm:0 4px 16px -8px #0d1b3e29;--sh:0 24px 48px -16px #3d5afe38;--sh-lg:0 50px 90px -28px #3d5afe4d;--r:22px;--r-lg:28px;--r-sm:14px;--maxw:1200px;--font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--display:"Unbounded",var(--font)}.site-shell{scroll-behavior:smooth;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6;overflow-x:hidden}.site-shell h1{font-size:clamp(34px,5vw,56px)}.site-shell h3{font-size:21px}.site-shell .btn{font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:14px 26px;font-size:16px;font-weight:700;transition:all .25s cubic-bezier(.2,.7,.3,1);display:inline-flex}.site-shell .btn-block{width:100%}.site-shell .tag{background:var(--lav);color:var(--blue);border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:800;display:inline-flex}.site-shell .tag.green{color:var(--teal);background:#14b8a61f}.site-shell .tag.amber{color:#b45309;background:#f59e0b24}.site-shell .nav a:hover,.site-shell .nav a.active{color:var(--ink)}.site-shell .hero-band{padding:150px 0 62px;position:relative;overflow:hidden}.site-shell .hero-band:before{content:"";z-index:-1;background:radial-gradient(closest-side at 20% 10%,#14b8a629,#0000 68%),radial-gradient(closest-side at 76% 16%,#7c3aed2e,#0000 70%),radial-gradient(closest-side at 88% 70%,#3d5afe1f,#0000 70%);position:absolute;inset:0}.site-shell .hero-center{text-align:center}.site-shell .hero-center .lead{margin:18px auto 0}.site-shell .breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-size:14px;font-weight:700;display:flex}.site-shell .breadcrumbs a{color:var(--blue)}.site-shell .meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;font-size:14px;font-weight:700;display:flex}.site-shell .author-mini{color:var(--ink-2);align-items:center;gap:9px;display:inline-flex}.site-shell .avatar{background:var(--grad);color:#fff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.site-shell .toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.site-shell .search{flex:1;min-width:260px;position:relative}.site-shell .search svg{width:18px;height:18px;color:var(--muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.site-shell .search input{border:1.5px solid var(--border);width:100%;font-family:var(--font);color:var(--ink);background:#fff;border-radius:999px;padding:14px 16px 14px 46px;font-size:15px;transition:all .2s}.site-shell .search input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #3d5afe1a}.site-shell .chips{flex-wrap:wrap;gap:9px;display:flex}.site-shell .chip{border:1px solid var(--border);color:var(--ink-2);font-weight:800;font-family:var(--font);cursor:pointer;background:#fff;border-radius:999px;padding:10px 16px;transition:all .2s}.site-shell .chip:hover{border-color:var(--blue);color:var(--blue)}.site-shell .chip.on{background:var(--grad);color:#fff;border-color:#0000}.site-shell .featured{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);background:#fff;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;margin-bottom:28px;padding:22px;transition:all .3s;display:grid}.site-shell .featured:hover{box-shadow:var(--sh);transform:translateY(-4px)}.site-shell .featured img,.site-shell .card-img,.site-shell .article-cover,.site-shell .inline-img{object-fit:cover;background:var(--soft);width:100%}.site-shell .featured img{border-radius:20px;height:340px}.site-shell .featured h2{margin:14px 0 12px;font-size:clamp(28px,4vw,42px)}.site-shell .featured p{color:var(--muted);margin-bottom:22px}.site-shell .article-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.site-shell .article-card{border:1px solid var(--border);border-radius:var(--r);background:#fff;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.site-shell .article-card:hover{box-shadow:var(--sh);border-color:#0000;transform:translateY(-6px)}.site-shell .card-img{height:184px}.site-shell .card-body{padding:20px}.site-shell .card-body h3{margin:10px 0 14px;font-size:19px}.site-shell .card-meta{color:var(--muted);flex-wrap:wrap;gap:10px;font-size:13px;font-weight:700;display:flex}.site-shell .empty-state{text-align:center;color:var(--muted);padding:38px;font-weight:700;display:none}.site-shell .subscribe-panel,.site-shell .cta-panel{background:var(--grad);color:#fff;border-radius:var(--r-lg);padding:54px 46px;position:relative;overflow:hidden}.site-shell .subscribe-panel:before,.site-shell .cta-panel:before{content:"";opacity:.42;background:radial-gradient(closest-side at 18% 120%,#ffffff80,#0000 55%),radial-gradient(closest-side at 90% -20%,#ffffff6b,#0000 55%);position:absolute;inset:0}.site-shell .subscribe-panel>*,.site-shell .cta-panel>*{position:relative}.site-shell .subscribe-panel h2,.site-shell .cta-panel h2{color:#fff;margin-bottom:12px}.site-shell .subscribe-panel p,.site-shell .cta-panel p{color:#ffffffd6;max-width:560px;margin-bottom:22px}.site-shell .subscribe-form{gap:12px;max-width:560px;display:flex}.site-shell .subscribe-form input{min-width:0;font:600 15px var(--font);border:none;border-radius:999px;flex:1;padding:15px 18px}.site-shell .subscribe-form input:focus{outline:3px solid #ffffff73}.site-shell .article-head{max-width:920px;margin:0 auto}.site-shell .article-head h1{margin:16px 0 18px}.site-shell .article-cover{border-radius:var(--r-lg);height:min(46vw,520px);box-shadow:var(--sh);margin-top:34px}.site-shell .article-shell{grid-template-columns:220px minmax(0,720px) 96px;align-items:start;gap:36px;display:grid}.site-shell .toc,.site-shell .share-box{position:sticky;top:108px}.site-shell .toc{color:var(--muted);font-size:14px}.site-shell .toc b,.site-shell .share-box b{color:var(--ink);text-transform:uppercase;margin-bottom:12px;font-size:13px;display:block}.site-shell .toc a{color:var(--muted);padding:7px 0;font-weight:700;display:block}.site-shell .toc a:hover{color:var(--blue)}.site-shell .share-box{flex-direction:column;gap:10px;display:flex}.site-shell .share-btn{border:1px solid var(--border);width:42px;height:42px;color:var(--blue);cursor:pointer;background:#fff;border-radius:13px;place-items:center;transition:all .2s;display:grid}.site-shell .share-btn:hover{box-shadow:var(--sh-sm);transform:translateY(-2px)}.site-shell .share-btn svg{width:18px;height:18px}.site-shell .prose{max-width:720px;font-size:18px;line-height:1.75}.site-shell .prose h2{margin:48px 0 16px;font-size:32px}.site-shell .prose h3{margin:30px 0 12px;font-size:23px}.site-shell .prose p{color:#26324f;margin:0 0 20px}.site-shell .prose ul,.site-shell .prose ol{margin:0 0 22px;padding-left:24px}.site-shell .prose li{color:#26324f;margin:8px 0}.site-shell .quote{border-left:4px solid var(--blue);background:var(--soft);color:var(--ink);border-radius:0 16px 16px 0;margin:28px 0;padding:22px 24px;font-weight:800}.site-shell .tip{border-radius:var(--r);background:linear-gradient(120deg,#3d5afe14,#14b8a61a);border:1px solid #3d5afe24;margin:28px 0;padding:22px}.site-shell .tip b{color:var(--ink);margin-bottom:8px;display:block}.site-shell .inline-img{border-radius:var(--r);height:360px;margin:32px 0}.site-shell .author-box{border:1px solid var(--border);border-radius:var(--r);background:#fff;align-items:flex-start;gap:18px;margin-top:54px;padding:24px;display:flex}.site-shell .author-box .avatar{width:58px;height:58px;font-size:16px}.site-shell .author-box p{color:var(--muted);margin-top:6px}.site-shell .related-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.site-shell .legal-layout{grid-template-columns:260px minmax(0,760px);align-items:start;gap:54px;max-width:1080px;margin:0 auto;display:grid}.site-shell .legal-toc{border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm);background:#fff;padding:22px;position:sticky;top:108px}.site-shell .legal-toc b{margin-bottom:12px;display:block}.site-shell .legal-toc a{color:var(--muted);padding:8px 0;font-size:14px;font-weight:700;display:block}.site-shell .legal-toc a:hover{color:var(--blue)}.site-shell .legal-doc{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);background:#fff;padding:42px}.site-shell .updated{color:var(--muted);background:var(--soft);border-radius:999px;margin-bottom:20px;padding:8px 14px;font-size:14px;font-weight:800;display:inline-flex}.site-shell .legal-doc h2{margin:34px 0 14px;font-size:28px}.site-shell .legal-doc h3{margin:22px 0 10px;font-size:20px}.site-shell .legal-doc p,.site-shell .legal-doc li{color:#35405f;font-size:16px;line-height:1.75}.site-shell .legal-doc p{margin-bottom:16px}.site-shell .legal-doc ul,.site-shell .legal-doc ol{margin-bottom:18px;padding-left:22px}@media (width<=1060px){.site-shell .article-shell{grid-template-columns:1fr}.site-shell .toc,.site-shell .share-box{position:static}.site-shell .toc{display:none}.site-shell .share-box{flex-direction:row;align-items:center}.site-shell .footer__top{grid-template-columns:1fr 1fr 1fr;gap:28px}.site-shell .footer__about{grid-column:1/-1}.site-shell .legal-layout{grid-template-columns:1fr;gap:24px}.site-shell .legal-toc{position:static}}@media (width<=820px){.site-shell{font-size:16px}.site-shell .nav,.site-shell .header__cta .btn-ghost,.site-shell .header__cta .btn-primary{display:none}.site-shell .burger{display:flex}.site-shell .header__inner{height:64px;margin-top:10px}.site-shell .hero-band{padding:118px 0 48px}.site-shell .featured{grid-template-columns:1fr;padding:14px}.site-shell .featured img{height:230px}.site-shell .article-grid,.site-shell .related-grid{grid-template-columns:1fr}.site-shell .article-cover{border-radius:18px;height:260px}.site-shell .prose{font-size:16.5px}.site-shell .prose h2{font-size:26px}.site-shell .inline-img{height:240px}.site-shell .subscribe-form{flex-direction:column}.site-shell .subscribe-panel,.site-shell .cta-panel{padding:42px 24px}.site-shell .legal-doc{padding:26px 20px}.site-shell .footer__top{grid-template-columns:1fr 1fr}.site-shell .footer__bottom{flex-direction:column;align-items:flex-start}}@media (width<=560px){.site-shell .wrap{padding:0 18px}.site-shell .toolbar{align-items:stretch}.site-shell .chips{width:100%}.site-shell .chip{flex:1}.site-shell .footer__top{grid-template-columns:1fr}.site-shell .footer__bottom .links{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:reduce){.site-shell *{transition:none!important;animation:none!important}.site-shell .reveal{opacity:1;transform:none}.site-shell{scroll-behavior:auto}}.site-shell{scroll-behavior:smooth;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6;overflow-x:hidden}.site-shell .nav a:hover:after{width:100%}.site-shell .ico-chip{color:#fff;place-items:center;display:grid}.site-shell .contact-grid{grid-template-columns:1.08fr .92fr;align-items:start;gap:32px;display:grid}.site-shell .form-card{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh);background:#fff;padding:34px;position:relative}.site-shell .form-card h3{margin-bottom:6px}.site-shell .form-card .sub{color:var(--muted);margin-bottom:24px;font-size:14.5px}.site-shell .field{margin-bottom:18px}.site-shell .field label{margin-bottom:7px;font-size:13.5px;font-weight:700;display:block}.site-shell .field input,.site-shell .field textarea{border:1.5px solid var(--border);width:100%;font-family:var(--font);color:var(--ink);background:var(--soft);border-radius:12px;padding:14px 16px;font-size:15.5px;transition:all .2s}.site-shell .field input:focus,.site-shell .field textarea:focus{border-color:var(--blue);background:#fff;outline:none;box-shadow:0 0 0 4px #3d5afe1a}.site-shell .field textarea{resize:vertical;min-height:112px}.site-shell .field.err input,.site-shell .field.err textarea{border-color:var(--red);background:#ef44440a}.site-shell .field .err-msg{color:var(--red);margin-top:6px;font-size:12.5px;font-weight:600;display:none}.site-shell .field.err .err-msg{display:block}.site-shell .form-foot{color:var(--muted);text-align:center;margin-top:14px;font-size:12.5px}.site-shell .form-ok{text-align:center;padding:26px 10px;display:none}.site-shell .form-ok.show{display:block}.site-shell .form-ok .ico{background:var(--grad);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 18px;display:grid;box-shadow:0 14px 30px -10px #3d5afe99}.site-shell .form-ok .ico svg{width:32px;height:32px}.site-shell .form-ok h3{margin-bottom:8px}.site-shell .form-ok p{color:var(--muted);font-size:15px}.site-shell .info-card{border:1px solid var(--border);border-radius:var(--r);background:#fff;align-items:flex-start;gap:15px;margin-bottom:16px;padding:22px;transition:all .25s;display:flex}.site-shell .info-card:hover{box-shadow:var(--sh-sm);transform:translateY(-3px)}.site-shell .info-card .ico-chip{background:var(--lav);width:46px;height:46px;color:var(--blue);border-radius:13px;flex:none}.site-shell .info-card .ico-chip svg{width:22px;height:22px}.site-shell .info-card b{margin-bottom:4px;font-size:15px;font-weight:800;display:block}.site-shell .info-card a,.site-shell .info-card .v{color:var(--muted);font-size:14.5px;font-weight:600;display:block}.site-shell .info-card a:hover{color:var(--blue)}.site-shell .msgs{gap:8px;margin-top:8px;display:flex}.site-shell .msg-chip{border:1px solid var(--border);color:var(--ink-2);border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.site-shell .msg-chip:hover{border-color:var(--blue);color:var(--blue)}.site-shell .msg-chip svg{width:15px;height:15px}.site-shell .demo-card{background:var(--ink);color:#fff;border-radius:var(--r);padding:24px;position:relative;overflow:hidden}.site-shell .demo-card:before{content:"";opacity:.5;background:radial-gradient(closest-side at 100% 0,#7c3aed80,#0000 60%);position:absolute;inset:0}.site-shell .demo-card>*{position:relative}.site-shell .demo-card b{margin-bottom:6px;font-size:16px;font-weight:800;display:block}.site-shell .demo-card p{color:#ffffffb8;margin-bottom:16px;font-size:14px}.site-shell .map{border-radius:var(--r-lg);border:1px solid var(--border);background:linear-gradient(#7c3aed0d,#3d5afe0d),repeating-linear-gradient(0deg,#0000,#0000 39px,#e7eaf3 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#e7eaf3 39px 40px),#f7f8fc;height:360px;position:relative;overflow:hidden}.site-shell .map .pin{background:var(--grad);color:#fff;z-index:2;border-radius:50%;place-items:center;width:56px;height:56px;display:grid;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 30px -10px #3d5afe99}.site-shell .map .pin svg{width:28px;height:28px}.site-shell .map .pin:before{content:"";border:2px solid #3d5afe59;border-radius:50%;animation:2.2s ease-out infinite pulse;position:absolute;inset:-12px}@keyframes pulse{0%{opacity:.85;transform:scale(.6)}to{opacity:0;transform:scale(1.7)}}.site-shell .map .addr{border:1px solid var(--border);box-shadow:var(--sh-sm);white-space:nowrap;z-index:2;background:#fff;border-radius:999px;padding:10px 20px;font-size:14px;font-weight:700;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}@media (width<=1024px){.site-shell .contact-grid{grid-template-columns:1fr;gap:24px}.site-shell .footer__top{grid-template-columns:1fr 1fr 1fr;gap:28px}.site-shell .footer__about{grid-column:1/-1}}@media (width<=760px){.site-shell{font-size:16px}.site-shell .nav,.site-shell .header__cta .btn-ghost,.site-shell .header__cta .btn-primary{display:none}.site-shell .burger{display:flex}.site-shell .header__inner{height:64px;margin-top:10px}.site-shell .phero{padding:112px 0 12px}.site-shell .section{padding:48px 0 60px}.site-shell .form-card{padding:26px}.site-shell .cta-panel{padding:48px 24px}.site-shell .footer__top{grid-template-columns:1fr 1fr}.site-shell .footer__bottom{flex-direction:column;align-items:flex-start}.site-shell h2{font-size:28px}}@media (prefers-reduced-motion:reduce){.site-shell *{transition:none!important;animation:none!important}.site-shell .reveal{opacity:1;transform:none}.site-shell{scroll-behavior:auto}}.site-shell{--blue:#3d5afe;--purple:#7c3aed;--grad:linear-gradient(120deg,#3d5afe 0%,#7c3aed 100%);--ink:#0d1b3e;--ink-2:#26324f;--muted:#6b7280;--bg:#fff;--soft:#f5f6fb;--lav:#eceefb;--border:#e8eaf2;--green:#22c55e;--red:#ef4444;--info:#3b82f6;--teal:#14b8a6;--amber:#f59e0b;--sh-sm:0 4px 16px -8px #0d1b3e29;--sh:0 24px 48px -16px #3d5afe38;--sh-lg:0 50px 90px -28px #3d5afe4d;--r:22px;--r-lg:28px;--r-sm:14px;--maxw:1200px;--font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--display:"Unbounded",var(--font)}.site-shell *{box-sizing:border-box;margin:0;padding:0}.site-shell{scroll-behavior:smooth;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6;overflow-x:hidden}.site-shell img{max-width:100%;display:block}.site-shell ul{list-style:none}.site-shell .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-shell section[id]{scroll-margin-top:96px}.site-shell h1,.site-shell h2,.site-shell h3{letter-spacing:-.02em;font-weight:800;line-height:1.12}.site-shell h2{font-size:clamp(28px,4vw,44px)}.site-shell h3{letter-spacing:-.01em;font-size:21px}.site-shell .eyebrow{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px;font-size:12px;font-weight:500;display:inline-block}.site-shell .lead{color:var(--muted);max-width:560px;font-size:clamp(16px,1.7vw,19px)}.site-shell .gradtext{background:var(--grad);color:#0000;-webkit-background-clip:text;background-clip:text}.site-shell .sec-head{text-align:center;max-width:660px;margin:0 auto 48px}.site-shell .sec-head .lead{margin:18px auto 0}.site-shell .btn{font-family:var(--font);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:9px;padding:14px 26px;font-size:16px;font-weight:700;transition:all .25s cubic-bezier(.2,.7,.3,1);display:inline-flex}.site-shell .btn svg{width:18px;height:18px}.site-shell .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 38px -10px #3d5afe99}.site-shell .btn-outline{color:var(--ink);border-color:var(--border);background:#fff}.site-shell .btn-outline:hover{border-color:var(--blue);box-shadow:var(--sh-sm);transform:translateY(-2px)}.site-shell .btn-ghost{color:var(--ink);background:0 0;padding:11px 18px}.site-shell .btn-ghost:hover{color:var(--blue)}.site-shell .btn-lg{padding:17px 32px;font-size:17px}.site-shell .btn-block{justify-content:center;width:100%}.site-shell .btn-white:hover{transform:translateY(-2px);box-shadow:0 18px 40px -14px #0006}.site-shell :focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #3d5afe73}.site-shell .toast{background:var(--ink);color:#fff;box-shadow:var(--sh-lg);z-index:200;opacity:0;pointer-events:none;border-radius:999px;padding:13px 24px;font-size:14.5px;font-weight:600;transition:all .3s;position:fixed;bottom:28px;left:50%;transform:translate(-50%,18px)}.site-shell .toast.show{opacity:1;transform:translate(-50%)}.site-shell .logo{align-items:center;gap:11px;display:inline-flex}.site-shell .logo-img{width:auto;height:34px;display:block}.site-shell .header{z-index:100;transition:all .3s;position:fixed;top:0;left:0;right:0}.site-shell .header__inner{border-radius:18px;align-items:center;gap:32px;max-width:1180px;height:74px;margin:14px auto 0;padding:0 22px;transition:all .3s;display:flex}.site-shell .header.scrolled .header__inner{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #fff9;box-shadow:0 10px 34px -16px #0d1b3e40}.site-shell .nav{gap:30px;margin-left:14px;display:flex}.site-shell .nav a{color:var(--ink-2);padding:4px 0;font-size:15.5px;font-weight:600;position:relative}.site-shell .nav a:after{content:"";background:var(--grad);border-radius:2px;width:0;height:2px;transition:all .25s;position:absolute;bottom:-2px;left:0}.site-shell .nav a:hover:after,.site-shell .nav a.active:after{width:100%}.site-shell .nav a.active{color:var(--ink)}.site-shell .burger{cursor:pointer;width:44px;height:44px;color:var(--ink);background:0 0;border:none;justify-content:center;align-items:center;display:none}.site-shell .burger svg{width:26px;height:26px}.site-shell .mobile-menu{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0d1b3e73;transition:all .3s;position:fixed;inset:0}.site-shell .mobile-menu__panel{background:#fff;flex-direction:column;gap:6px;width:min(86%,360px);height:100%;padding:28px 26px;transition:all .35s cubic-bezier(.2,.7,.3,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.site-shell .mobile-menu__close{background:var(--soft);cursor:pointer;width:42px;height:42px;color:var(--ink);border:none;border-radius:12px;place-items:center;display:grid}.site-shell .mobile-menu__close svg{width:22px;height:22px}.site-shell .mobile-menu .mm-cta{flex-direction:column;gap:10px;margin-top:auto;display:flex}.site-shell .phero{text-align:center;padding:140px 0 30px;position:relative;overflow:hidden}.site-shell .phero__bg{z-index:-1;background:radial-gradient(closest-side at 50% 0,#7c3aed29,#0000 70%),radial-gradient(closest-side at 80% 30%,#3d5afe1f,#0000 70%);position:absolute;inset:0}.site-shell .phero h1{max-width:760px;margin:8px auto 18px;font-size:clamp(34px,5vw,54px)}.site-shell .phero .lead{margin:0 auto}.site-shell .pill-badge{background:var(--lav);color:var(--blue);border-radius:999px;align-items:center;gap:8px;margin-bottom:8px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex}.site-shell .pill-badge svg{width:15px;height:15px}.site-shell .bill{justify-content:center;margin:30px 0 8px;display:flex}.site-shell .bill-toggle{background:var(--soft);border:1px solid var(--border);border-radius:999px;gap:4px;padding:5px;display:inline-flex}.site-shell .bill-toggle button{font-family:var(--font);color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:9px;padding:10px 22px;font-size:14.5px;font-weight:700;transition:all .2s;display:inline-flex}.site-shell .bill-toggle button.on{color:var(--ink);box-shadow:var(--sh-sm);background:#fff}.site-shell .bill-toggle .save{color:#16a34a;background:#22c55e29;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}.site-shell .section{padding:60px 0 84px}.site-shell .section.soft{background:var(--soft)}.site-shell .section.tight{padding:40px 0}.site-shell .ico-chip{background:var(--grad);color:#fff;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.site-shell .ico-chip svg{width:23px;height:23px}.site-shell .modtools{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;display:flex}.site-shell .modsearch{flex:1;min-width:240px;position:relative}.site-shell .modsearch svg{width:18px;height:18px;color:var(--muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.site-shell .modsearch input{border:1.5px solid var(--border);width:100%;font-family:var(--font);color:var(--ink);background:#fff;border-radius:999px;padding:13px 16px 13px 46px;font-size:15px;transition:all .2s}.site-shell .modsearch input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #3d5afe1a}.site-shell .modchips{flex-wrap:wrap;gap:8px;display:flex}.site-shell .modchip{border:1px solid var(--border);color:var(--ink-2);cursor:pointer;font-size:13.5px;font-weight:700;font-family:var(--font);background:#fff;border-radius:999px;padding:9px 15px;transition:all .2s}.site-shell .modchip:hover{border-color:var(--blue);color:var(--blue)}.site-shell .modchip.on{background:var(--grad);color:#fff;border-color:#0000}.site-shell .modtable-wrap{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);background:#fff;overflow:hidden}.site-shell .modtable-scroll{overflow-x:visible}.site-shell table.modtable{border-collapse:collapse;table-layout:auto;width:100%}.site-shell .modtable thead th{background:var(--soft);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:14px 18px;font-size:11.5px;font-weight:700}.site-shell .modtable th.tc-price,.site-shell .modtable td.tc-price{text-align:right;white-space:nowrap}.site-shell .modtable th.tc-pick,.site-shell .modtable td.tc-pick{text-align:center;width:62px}.site-shell .modtable tbody tr{border-top:1px solid var(--border);cursor:pointer;transition:background .15s}.site-shell .modtable tbody tr:hover{background:var(--soft)}.site-shell .modtable tbody tr.selected{background:linear-gradient(90deg,#3d5afe12,#7c3aed0d)}.site-shell .modtable td{vertical-align:middle;padding:13px 18px}.site-shell .mt-fn{align-items:center;gap:13px;display:flex}.site-shell .mt-ico{background:var(--lav);width:40px;height:40px;color:var(--blue);border-radius:11px;flex:none;place-items:center;transition:all .2s;display:grid}.site-shell .modtable tr.selected .mt-ico{background:var(--grad);color:#fff}.site-shell .mt-ico svg{width:20px;height:20px}.site-shell .mt-name{color:var(--ink);font-size:15px;font-weight:800}.site-shell .mt-desc{color:var(--muted);font-size:12.5px}.site-shell .cat-badge{background:var(--lav);color:var(--blue);white-space:nowrap;border-radius:999px;padding:5px 11px;font-size:11.5px;font-weight:700}.site-shell .tc-price b{color:var(--ink);font-size:16px;font-weight:800}.site-shell .tc-price .per{color:var(--muted);margin-left:3px;font-size:12px;font-weight:600}.site-shell .tc-price .mt-free{color:var(--green);font-size:14px;font-weight:800}.site-shell .mt-pick{border:2px solid var(--border);color:#fff;border-radius:7px;place-items:center;width:24px;height:24px;transition:all .2s;display:inline-grid}.site-shell .mt-pick svg{opacity:0;width:14px;height:14px;transition:all .2s}.site-shell .modtable tr.selected .mt-pick{background:var(--grad);border-color:#0000}.site-shell .modtable tr.selected .mt-pick svg{opacity:1}.site-shell .modtable tr.is-base{cursor:default}.site-shell .modtable tr.is-base .mt-pick{background:var(--green);border-color:#0000}.site-shell .modtable tr.is-base .mt-pick svg{opacity:1}.site-shell .modempty{text-align:center;color:var(--muted);padding:34px;font-weight:600}.site-shell .modbar{background:var(--ink);color:#fff;border-radius:var(--r);box-shadow:var(--sh);flex-wrap:wrap;align-items:center;gap:20px;margin-top:22px;padding:20px 26px;display:flex;position:relative;overflow:hidden}.site-shell .modbar:before{content:"";opacity:.5;background:radial-gradient(closest-side at 100% 0,#7c3aed66,#0000 60%);position:absolute;inset:0}.site-shell .modbar>*{position:relative}.site-shell .modbar .info{color:#ffffffbf;font-size:14.5px}.site-shell .modbar .info b{color:#fff}.site-shell .modbar .total{font-family:var(--display);background:linear-gradient(120deg,#8ea2ff,#c79bff);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:700}.site-shell .modbar .total small{font-family:var(--font);-webkit-text-fill-color:#fff9;margin-left:4px;font-size:13px;font-weight:600}.site-shell .modbar .grow{flex:1;min-width:140px}@media (width<=680px){.site-shell .modtable td.tc-cat,.site-shell .modtable th.tc-cat{display:none}.site-shell .modtable td{padding:11px 12px}.site-shell .modtable thead th{padding:12px}.site-shell .modtable th.tc-pick,.site-shell .modtable td.tc-pick{width:40px}.site-shell .mt-ico{border-radius:9px;width:34px;height:34px}.site-shell .mt-ico svg{width:17px;height:17px}.site-shell .mt-fn{gap:10px}.site-shell .mt-name{font-size:13.5px;line-height:1.25}.site-shell .mt-desc{font-size:11px}.site-shell .tc-price b{font-size:14px}.site-shell .tc-price .per{display:none}.site-shell .mt-pick{width:22px;height:22px}}.site-shell .guarantees{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.site-shell .guarantee{border:1px solid var(--border);border-radius:var(--r);background:#fff;align-items:flex-start;gap:14px;padding:22px;display:flex}.site-shell .guarantee .ico-chip{background:var(--lav);width:44px;height:44px;color:var(--blue);border-radius:12px;flex:none}.site-shell .guarantee .ico-chip svg{width:21px;height:21px}.site-shell .guarantee b{margin-bottom:3px;font-size:14.5px;font-weight:800;display:block}.site-shell .guarantee span{color:var(--muted);font-size:13px}.site-shell .faq{max-width:780px;margin:0 auto}.site-shell .faq-item{border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;margin-bottom:14px;transition:all .25s;overflow:hidden}.site-shell .faq-item.open{box-shadow:var(--sh-sm);border-color:#0000}.site-shell .faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--font);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-size:17px;font-weight:700;display:flex}.site-shell .faq-q .pm{background:var(--soft);width:30px;height:30px;color:var(--blue);border-radius:9px;flex:none;place-items:center;transition:all .3s;display:grid}.site-shell .faq-item.open .pm{background:var(--grad);color:#fff;transform:rotate(180deg)}.site-shell .faq-q .pm svg{width:18px;height:18px}.site-shell .faq-a{max-height:0;transition:max-height .35s;overflow:hidden}.site-shell .faq-a p{color:var(--muted);padding:0 24px 22px;font-size:15.5px}.site-shell .cta-panel{background:var(--grad);border-radius:var(--r-lg);text-align:center;color:#fff;padding:60px 48px;position:relative;overflow:hidden}.site-shell .cta-panel:before{content:"";opacity:.4;background:radial-gradient(closest-side at 18% 120%,#ffffff80,#0000 55%),radial-gradient(closest-side at 90% -20%,#fff6,#0000 55%);position:absolute;inset:0}.site-shell .cta-panel h2{color:#fff;margin-bottom:14px;position:relative}.site-shell .cta-panel p{color:#ffffffd9;max-width:520px;margin-bottom:28px;margin-left:auto;margin-right:auto;position:relative}.site-shell .cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}.site-shell .reveal{opacity:0;transition:all .7s cubic-bezier(.2,.7,.3,1);transform:translateY(28px)}.site-shell .reveal.in{opacity:1;transform:none}.site-shell .stagger>*{opacity:0;transition:all .6s cubic-bezier(.2,.7,.3,1);transform:translateY(24px)}.site-shell .stagger.in>*{opacity:1;transform:none}.site-shell .stagger.in>:nth-child(2){transition-delay:60ms}.site-shell .stagger.in>:nth-child(3){transition-delay:.12s}.site-shell .stagger.in>:nth-child(4){transition-delay:.18s}.site-shell .stagger.in>:nth-child(5){transition-delay:.24s}.site-shell .stagger.in>:nth-child(6){transition-delay:.3s}.site-shell .stagger.in>:nth-child(7){transition-delay:.36s}.site-shell .stagger.in>:nth-child(8){transition-delay:.42s}.site-shell .footer .logo-img{height:32px}.site-shell .footer__about p{color:#fff9;max-width:280px;margin:18px 0 20px;font-size:14.5px}.site-shell .socials a{color:#fff;background:#ffffff14;border-radius:11px;place-items:center;width:40px;height:40px;transition:all .25s;display:grid}.site-shell .socials a:hover{background:var(--grad);transform:translateY(-3px)}.site-shell .fcol h4{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:18px;font-size:13px;font-weight:700}.site-shell .fcol a{color:#ffffffbf;padding:6px 0;font-size:14.5px;transition:all .2s;display:block}.site-shell .fcol a:hover{color:#fff;padding-left:4px}.site-shell .footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:26px;display:flex}.site-shell .footer__bottom p{color:#ffffff8c;font-size:13.5px}.site-shell .footer__bottom .links{gap:22px;display:flex}.site-shell .footer__bottom .links a{color:#ffffffb3;font-size:13.5px}.site-shell .footer__bottom .links a:hover{color:#fff}@media (width<=1024px){.site-shell .guarantees{grid-template-columns:repeat(2,1fr)}.site-shell .footer__top{grid-template-columns:1fr 1fr 1fr;gap:28px}.site-shell .footer__about{grid-column:1/-1}}@media (width<=760px){.site-shell{font-size:16px}.site-shell .nav,.site-shell .header__cta .btn-ghost,.site-shell .header__cta .btn-primary{display:none}.site-shell .burger{display:flex}.site-shell .header__inner{height:64px;margin-top:10px}.site-shell .phero{padding:112px 0 20px}.site-shell .guarantees{grid-template-columns:1fr}.site-shell .section{padding:48px 0 64px}.site-shell .cta-panel{padding:48px 24px}.site-shell .footer__top{grid-template-columns:1fr 1fr}.site-shell .footer__bottom{flex-direction:column;align-items:flex-start}.site-shell h2{font-size:28px}}@media (prefers-reduced-motion:reduce){.site-shell *{transition:none!important;animation:none!important}.site-shell .reveal,.site-shell .stagger>*{opacity:1;transform:none}.site-shell{scroll-behavior:auto}}.site-shell{--platform-blue:#3d5afe;--platform-purple:#7c3aed;--platform-gradient:linear-gradient(120deg, var(--platform-blue), var(--platform-purple));--platform-ink:#0d1b3e;--platform-muted:#667085;--platform-soft:#f5f6fb;--platform-border:#e8eaf2;min-height:100vh;color:var(--platform-ink);background:#fff;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.site-shell *,.site-shell :before,.site-shell :after{box-sizing:border-box}.site-shell a{color:inherit;text-decoration:none}.site-shell h1,.site-shell h2,.site-shell h3{color:var(--platform-ink)}.site-shell .wrap{width:min(1200px,100% - 48px);margin:0 auto}.site-shell .btn{min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.site-shell .btn:hover{transform:translateY(-2px)}.site-shell .btn-primary{background:var(--platform-gradient);color:#fff;box-shadow:0 16px 30px -16px #3d5afea6}.site-shell .btn-outline,.site-shell .btn-ghost{border-color:var(--platform-border);color:var(--platform-ink);background:#ffffffc7}.site-shell .btn-white{color:var(--platform-ink);background:#fff}.site-shell .logo,.site-shell .logo-img{display:block}.site-shell .logo-img{width:auto;height:34px}.site-shell .header{z-index:100;position:fixed;inset:0 0 auto}.site-shell .header__inner{border:1px solid #0000;border-radius:18px;align-items:center;gap:30px;width:min(1280px,100% - 32px);height:72px;margin:12px auto 0;padding:0 20px;transition:background .2s,box-shadow .2s;display:flex}.site-shell .header.scrolled .header__inner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-color:#e8eaf2e6;box-shadow:0 18px 44px -24px #0d1b3e59}.site-shell .nav{background:0 0;border:0;flex-wrap:nowrap;gap:26px;margin-left:12px;padding:0;display:flex}.site-shell .nav a{color:#344054;white-space:nowrap;font-size:15px;font-weight:650}.site-shell .nav a:hover{color:var(--platform-blue)}.site-shell .header__cta{align-items:center;gap:8px;margin-left:auto;display:flex}.site-shell .burger{width:44px;height:44px;color:var(--platform-ink);background:0 0;border:0;padding:0;display:none}.site-shell .burger svg,.site-shell .mobile-menu__close svg{width:24px;height:24px}.site-shell .mobile-menu{z-index:110;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1b3e6b;transition:opacity .2s;position:fixed;inset:0}.site-shell .mobile-menu.open{opacity:1;pointer-events:auto}.site-shell .mobile-menu__panel{background:#fff;flex-direction:column;gap:6px;width:min(86%,360px);padding:26px;transition:transform .25s;display:flex;position:absolute;inset:0 0 0 auto;transform:translate(100%)}.site-shell .mobile-menu.open .mobile-menu__panel{transform:none}.site-shell .mobile-menu__head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.site-shell .mobile-menu__close{background:var(--platform-soft);border:0;border-radius:12px;place-items:center;width:42px;height:42px;padding:0;display:grid}.site-shell .mobile-menu a.ml{border-bottom:1px solid var(--platform-border);padding:13px 0;font-size:17px;font-weight:700}.site-shell .mm-cta{gap:10px;margin-top:auto;display:grid}.site-shell .platform-hero{background:radial-gradient(circle at 85% 20%,#7c3aed29,#0000 30%),radial-gradient(circle at 12% 10%,#3d5afe1c,#0000 34%),#fff;padding:164px 0 96px;position:relative}.site-shell .platform-hero__grid{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:64px;display:grid}.site-shell .platform-kicker{color:var(--platform-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:13px;font-weight:800;display:inline-flex}.site-shell .platform-hero h1{letter-spacing:-.045em;max-width:720px;margin:0 0 22px;font-size:clamp(40px,5.2vw,68px);line-height:1.04}.site-shell .platform-hero p{max-width:650px;color:var(--platform-muted);margin:0;font-size:clamp(17px,2vw,20px)}.site-shell .platform-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.site-shell .platform-preview{border:1px solid var(--platform-border);background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 42px 80px -38px #3d5afe8c}.site-shell .platform-preview__top{border-bottom:1px solid var(--platform-border);align-items:center;gap:7px;padding:16px 20px;display:flex}.site-shell .platform-preview__top span{background:#d8dce8;border-radius:50%;width:10px;height:10px}.site-shell .platform-preview__top b{margin-left:auto;font-size:13px}.site-shell .platform-preview__body{background:var(--platform-soft);grid-template-columns:1fr 1fr;gap:14px;padding:24px;display:grid}.site-shell .platform-preview__stat,.site-shell .platform-preview__timeline{border:1px solid var(--platform-border);background:#fff;border-radius:16px}.site-shell .platform-preview__stat{padding:18px;display:grid}.site-shell .platform-preview__stat small{color:var(--platform-muted)}.site-shell .platform-preview__stat strong{font-size:30px}.site-shell .platform-preview__stat em{color:#16a34a;font-size:13px;font-style:normal;font-weight:700}.site-shell .platform-preview__timeline{color:#344054;grid-column:1/-1;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:650;display:flex}.site-shell .platform-preview__timeline i{background:var(--platform-gradient);border-radius:50%;width:10px;height:10px}.site-shell .platform-section{background:var(--platform-soft);padding:92px 0}.site-shell .platform-section__head{text-align:center;max-width:760px;margin:0 auto 44px}.site-shell .platform-section h2,.site-shell .platform-cta h2{letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.12}.site-shell .platform-section__head p{color:var(--platform-muted);margin:16px 0 0;font-size:18px}.site-shell .platform-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.site-shell .platform-features article{border:1px solid var(--platform-border);background:#fff;border-radius:22px;padding:30px;box-shadow:0 18px 48px -34px #0d1b3e6b}.site-shell .platform-features article>b{background:var(--platform-gradient);color:#fff;border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:22px;display:inline-grid}.site-shell .platform-features h3{margin:0 0 10px;font-size:22px}.site-shell .platform-features p{color:var(--platform-muted);margin:0}.site-shell .platform-cta{background:#fff;padding:72px 0}.site-shell .platform-cta__inner{background:var(--platform-gradient);color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:36px;padding:48px;display:flex}.site-shell .platform-cta .platform-kicker{color:#ffffffb8}.site-shell .platform-cta h2{color:#fff}.site-shell .cases-hero{text-align:center;background:radial-gradient(circle at 50% 0,#7c3aed2e,#0000 42%),radial-gradient(circle at 88% 55%,#3d5afe1f,#0000 30%),#fff;padding:164px 0 88px;position:relative;overflow:hidden}.site-shell .cases-hero h1{letter-spacing:-.045em;max-width:820px;margin:0 auto 20px;font-size:clamp(40px,5.2vw,64px);line-height:1.06}.site-shell .cases-hero p{max-width:720px;color:var(--platform-muted);margin:0 auto;font-size:clamp(17px,2vw,20px)}.site-shell .cases-section{background:var(--platform-soft);padding:92px 0}.site-shell .cases-section__head{text-align:center;max-width:760px;margin:0 auto 44px}.site-shell .cases-section__head h2,.site-shell .cases-cta h2{letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.12}.site-shell .cases-section__head p{color:var(--platform-muted);margin:16px 0 0;font-size:18px}.site-shell .case-card{border:1px solid var(--platform-border);background:#fff;border-radius:24px;padding:30px;position:relative;overflow:hidden;box-shadow:0 22px 54px -38px #0d1b3e7a}.site-shell .case-card__number{color:#3d5afe1a;font-size:58px;font-weight:800;line-height:1;position:absolute;top:16px;right:22px}.site-shell .case-card__tag{color:var(--platform-blue);letter-spacing:.04em;text-transform:uppercase;background:#3d5afe1a;border-radius:999px;margin-bottom:20px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex;position:relative}.site-shell .case-card h3{margin:0 0 24px;font-size:24px;line-height:1.2;position:relative}.site-shell .case-card dl,.site-shell .case-card dd{margin:0}.site-shell .case-card dl{gap:18px;display:grid}.site-shell .case-card dl>div{border-top:1px solid var(--platform-border);padding-top:18px}.site-shell .case-card dt{color:var(--platform-ink);text-transform:uppercase;margin-bottom:5px;font-size:13px;font-weight:800}.site-shell .case-card dd{color:var(--platform-muted);font-size:15px}.site-shell .cases-cta{background:#fff;padding:72px 0}.site-shell .cases-cta__inner{background:var(--platform-gradient);color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:36px;padding:48px;display:flex}.site-shell .cases-cta__inner>div:first-child{max-width:680px}.site-shell .cases-cta .platform-kicker,.site-shell .cases-cta h2{color:#fff}.site-shell .cases-cta p{color:#ffffffd1;margin:14px 0 0;font-size:17px}.site-shell .cases-cta .platform-actions{flex:none;margin-top:0}.site-shell .cases-cta .btn-outline{color:#fff;background:0 0;border-color:#ffffff8c}.site-shell .footer{background:var(--platform-ink);color:#fff;padding:64px 0 30px}.site-shell .footer__top{grid-template-columns:1.5fr repeat(4,1fr);gap:32px;margin-bottom:42px;display:grid}.site-shell .footer__about p,.site-shell .footer__bottom p{color:#ffffff9e}.site-shell .footer__about p{max-width:290px;margin:16px 0;font-size:14px}.site-shell .socials{gap:10px;display:flex}.site-shell .socials a{background:#ffffff14;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.site-shell .socials svg{width:19px;height:19px}.site-shell .fcol h4{color:#ffffff8a;text-transform:uppercase;margin:0 0 16px;font-size:13px}.site-shell .fcol a{color:#ffffffc7;padding:5px 0;font-size:14px;display:block}.site-shell .footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:18px;padding-top:24px;display:flex}.site-shell .footer__bottom p{margin:0;font-size:13px}.site-shell .footer__bottom .links{color:#ffffffb8;gap:20px;font-size:13px;display:flex}@media (width<=980px){.site-shell .nav,.site-shell .header__cta .btn{display:none}.site-shell .burger{justify-content:center;align-items:center;display:inline-flex}.site-shell .platform-hero__grid{grid-template-columns:1fr}.site-shell .platform-preview{max-width:620px}.site-shell .platform-features,.site-shell .cases-grid{grid-template-columns:1fr}.site-shell .cases-cta__inner{flex-direction:column;align-items:flex-start}.site-shell .cases-cta .platform-actions{flex:auto}.site-shell .footer__top{grid-template-columns:repeat(2,1fr)}.site-shell .footer__about{grid-column:1/-1}}@media (width<=640px){.site-shell .wrap{width:min(100% - 32px,1200px)}.site-shell .platform-hero,.site-shell .cases-hero{padding:124px 0 68px}.site-shell .platform-hero h1{font-size:40px}.site-shell .platform-preview__body{grid-template-columns:1fr;padding:16px}.site-shell .platform-preview__timeline{grid-column:auto}.site-shell .platform-section,.site-shell .platform-cta,.site-shell .cases-section,.site-shell .cases-cta{padding:64px 0}.site-shell .platform-cta__inner{flex-direction:column;align-items:flex-start;padding:32px 24px}.site-shell .cases-cta__inner{padding:32px 24px}.site-shell .cases-cta .platform-actions,.site-shell .cases-cta .btn{width:100%}.site-shell .footer__top{grid-template-columns:1fr}.site-shell .footer__about{grid-column:auto}.site-shell .footer__bottom,.site-shell .footer__bottom .links{flex-direction:column;align-items:flex-start}}.site-shell .beauty-footer{background:#0f172a;border:0;border-radius:0;width:100%;max-width:none;margin-inline:0;padding:76px 0 24px}.site-shell .footer.beauty-footer>.wrap{width:min(1200px,100% - 48px);max-width:1240px;margin-inline:auto;padding-inline:24px}.site-shell .beauty-footer .footer__top{grid-template-columns:1.5fr repeat(4,1fr);gap:45px;display:grid}.site-shell .beauty-footer .footer__about p{color:#aa9da3;max-width:300px;margin:18px 0 0;font-size:12px;line-height:1.65}.site-shell .beauty-footer__contact{margin-top:19px;font-size:11px;font-weight:800;display:inline-block;color:#93c5fd!important}.site-shell .beauty-footer .fcol h4{color:#fff;margin:0 0 18px;font-size:12px}.site-shell .beauty-footer .fcol a{color:#aa9da3;margin:0 0 11px;font-size:11px;display:block}.site-shell .beauty-footer .fcol a:hover{color:#fff}.site-shell .beauty-footer .footer__bottom{border-top:1px solid #ffffff14;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;display:flex}.site-shell .beauty-footer .footer__bottom p,.site-shell .beauty-footer .footer__bottom a{color:#8e8187;margin:0;font-size:10px}.site-shell .beauty-footer .links{gap:20px;display:flex}@media (width<=980px){.site-shell .beauty-footer .footer__top{grid-template-columns:1.4fr repeat(2,1fr)}}@media (width<=760px){.site-shell .beauty-footer .footer__top{grid-template-columns:repeat(2,1fr)}.site-shell .beauty-footer .footer__about{grid-column:1/-1}}@media (width<=520px){.site-shell .beauty-footer .footer__top{grid-template-columns:1fr 1fr;gap:34px 24px}.site-shell .beauty-footer .footer__bottom{flex-direction:column;align-items:flex-start}.site-shell .beauty-footer .links{flex-direction:column;align-items:flex-start;gap:9px}}@media (width<=640px){.site-shell .footer.beauty-footer>.wrap{width:min(100% - 32px,1200px)}}.site-shell .auth{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.site-shell .auth__brand{background:var(--platform-gradient);color:#fff;flex-direction:column;height:100vh;padding:48px 56px;display:flex;position:sticky;top:0;overflow:hidden}.site-shell .auth__brand:before,.site-shell .auth__brand:after{content:"";border-radius:50%;width:420px;height:420px;position:absolute}.site-shell .auth__brand:before{background:radial-gradient(closest-side,#ffffff59,#0000 70%);top:-120px;right:-120px}.site-shell .auth__brand:after{background:radial-gradient(closest-side,#ffffff38,#0000 70%);width:360px;height:360px;bottom:-120px;left:-100px}.site-shell .auth__brand>*{z-index:1;position:relative}.site-shell .brand-logo img{filter:brightness(0)invert();width:auto;height:34px;display:block}.site-shell .auth__brand h2{color:#fff;letter-spacing:-.02em;margin:auto 0 28px;font-family:Unbounded,Manrope,sans-serif;font-size:clamp(26px,2.7vw,38px);font-weight:700;line-height:1.15}.site-shell .auth-benefits{flex-direction:column;gap:15px;margin:0 0 32px;padding:0;list-style:none;display:flex}.site-shell .auth-benefits li{align-items:flex-start;gap:12px;font-size:16px;font-weight:600;display:flex}.site-shell .auth-benefits .ci{background:#fff3;border-radius:8px;flex:none;place-items:center;width:24px;height:24px;margin-top:1px;display:grid}.site-shell .auth-benefits .ci svg{width:15px;height:15px}.site-shell .auth-quote{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:18px;padding:20px 22px}.site-shell .auth-quote p{color:#fffffff2;margin:0 0 14px;font-size:14.5px;line-height:1.5}.site-shell .auth-quote .who{align-items:center;gap:11px;display:flex}.site-shell .auth-quote .ava{background:#ffffff40;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.site-shell .auth-quote .who>div>b,.site-shell .auth-quote .who>div>span{display:block}.site-shell .auth-quote .who>div>b{font-size:14px;font-weight:800}.site-shell .auth-quote .who>div>span{color:#fffc;font-size:12.5px}.site-shell .auth__form{justify-content:center;align-items:flex-start;min-height:100vh;padding:52px 24px;display:flex;position:relative}.site-shell .back-link{color:var(--platform-muted);align-items:center;gap:7px;font-size:14px;font-weight:700;transition:color .2s;display:inline-flex;position:absolute;top:24px;right:28px}.site-shell .back-link:hover{color:var(--platform-blue)}.site-shell .back-link svg{width:16px;height:16px}.site-shell .auth-card{width:100%;max-width:412px}.site-shell .m-logo{margin-bottom:26px;display:none}.site-shell .m-logo img{width:auto;height:32px;display:block}.site-shell .auth-card h1{color:var(--platform-ink);letter-spacing:-.02em;margin:0 0 8px;font-size:27px}.site-shell .auth-card .sub{color:var(--platform-muted);margin:0 0 26px;font-size:15px}.site-shell .sec-title{letter-spacing:-.01em;margin:4px 0 16px;font-size:18px;font-weight:800}.site-shell .sec-title.next{border-top:1px solid var(--platform-border);margin-top:26px;padding-top:24px}.site-shell .field{margin-bottom:15px;display:block}.site-shell .field label{color:var(--platform-ink);letter-spacing:0;text-transform:none;margin-bottom:7px;font-size:13.5px;font-weight:700;display:block}.site-shell .field label .lh{color:var(--platform-muted);margin-left:7px;font-size:12px;font-weight:600}.site-shell .field .ipt{border:1.5px solid var(--platform-border);width:100%;color:var(--platform-ink);background:#fff;border-radius:12px;padding:13px 15px;font:15px Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s,box-shadow .2s}.site-shell .field .ipt::placeholder{color:#aab1c4}.site-shell .field .ipt:focus{border-color:var(--platform-blue);background:#fff;outline:none;box-shadow:0 0 0 4px #3d5afe1f}.site-shell .field.err .ipt{border-color:#ef4444}.site-shell .field .msg{color:#ef4444;margin-top:6px;font-size:12.5px;display:none}.site-shell .field.err .msg{display:block}.site-shell .field .suffix{color:var(--platform-muted);margin-top:6px;font-size:13px;font-weight:600}.site-shell .pass-wrap{position:relative}.site-shell .pass-wrap .ipt{padding-right:46px}.site-shell .pass-toggle{width:36px;height:36px;color:var(--platform-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:6px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.site-shell .pass-toggle:hover{background:var(--platform-soft);color:var(--platform-ink)}.site-shell .pass-toggle svg{pointer-events:none;width:19px;height:19px}.site-shell .agree{color:#26324f;cursor:pointer;align-items:flex-start;gap:11px;margin:6px 0 20px;font-size:13.5px;display:flex}.site-shell .agree input{width:18px;height:18px;accent-color:var(--platform-blue);cursor:pointer;flex:none;margin-top:2px}.site-shell .agree a,.site-shell .agree-note a,.site-shell .auth-alt a{color:var(--platform-blue);font-weight:700}.site-shell .agree-note{color:var(--platform-muted);text-align:center;margin-top:14px;font-size:13px;line-height:1.5}.site-shell .auth__form .btn{width:100%}.site-shell .btn-line{border:1.5px solid var(--platform-border);color:var(--platform-ink);background:#fff;margin-top:10px}.site-shell .btn-line:hover{border-color:var(--platform-blue);color:var(--platform-blue)}.site-shell .auth-alt{color:var(--platform-muted);text-align:center;margin-top:24px;font-size:14.5px}.site-shell .auth-ok{text-align:center;padding:10px 0;display:none}.site-shell .auth-ok.show{display:block}.site-shell .auth-ok .circle{background:var(--platform-gradient);color:#fff;border-radius:50%;place-items:center;width:74px;height:74px;margin:0 auto 22px;display:grid;box-shadow:0 24px 48px -16px #3d5afe38}.site-shell .auth-ok .circle svg{width:36px;height:36px}.site-shell .auth-ok h2{margin-bottom:10px;font-size:24px}.site-shell .auth-ok p{color:var(--platform-muted);margin-bottom:26px}@media (width<=900px){.site-shell .auth{grid-template-columns:1fr}.site-shell .auth__brand{display:none}.site-shell .m-logo{display:block}.site-shell .back-link{margin-bottom:22px;display:inline-flex;position:static}.site-shell .auth__form{align-items:flex-start;min-height:100vh;padding:34px 22px}.site-shell .auth-card{margin-top:8px}}@media (prefers-reduced-motion:reduce){.site-shell .auth *{transition:none!important}}.site-shell .page-hero{text-align:center;padding:150px 0 62px;position:relative;overflow:hidden}.site-shell .page-hero:before{z-index:-1;content:"";background:radial-gradient(closest-side at 20% 10%,#14b8a629,#0000 68%),radial-gradient(closest-side at 76% 16%,#7c3aed2e,#0000 70%),radial-gradient(closest-side at 88% 70%,#3d5afe1f,#0000 70%);position:absolute;inset:0}.site-shell .page-hero .lead{margin:18px auto 0}.site-shell .mission{text-align:center;max-width:760px;margin:0 auto}.site-shell .mission p{color:var(--ink-2);margin-bottom:18px;font-size:clamp(17px,2vw,21px);font-weight:500;line-height:1.6}.site-shell .mission p:last-child{margin-bottom:0}.site-shell .mission .gradtext{font-weight:800}.site-shell .stats,.site-shell .values,.site-shell .team{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.site-shell .stat{text-align:center}.site-shell .stat b,.site-shell .hstat b{background:var(--grad);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-size:clamp(28px,3.6vw,46px);font-weight:700;line-height:1;display:block}.site-shell .stat span,.site-shell .hstat span{color:var(--muted);margin-top:10px;font-size:14.5px;font-weight:600;display:block}.site-shell .val-card,.site-shell .tm-card{border:1px solid var(--border);border-radius:var(--r);background:#fff;padding:28px 24px;transition:all .3s}.site-shell .val-card:hover,.site-shell .tm-card:hover{box-shadow:var(--sh);border-color:#0000;transform:translateY(-6px)}.site-shell .val-card h3{margin-bottom:8px;font-size:18px}.site-shell .val-card p{color:var(--muted);font-size:15px}.site-shell .values .ico-chip{border-radius:15px;width:52px;height:52px;margin-bottom:18px}.site-shell .values .ico-chip svg{width:25px;height:25px}.site-shell .timeline{max-width:720px;margin:0 auto;position:relative}.site-shell .timeline:before{background:var(--grad);content:"";width:2px;position:absolute;top:8px;bottom:8px;left:9px}.site-shell .tl-item{padding:0 0 32px 44px;position:relative}.site-shell .tl-item:last-child{padding-bottom:0}.site-shell .tl-item:before{border:3px solid var(--blue);content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:3px;left:2px;box-shadow:0 0 0 4px #3d5afe1f}.site-shell .tl-year{color:var(--blue);font-family:var(--display);margin-bottom:5px;font-size:15px;font-weight:700}.site-shell .tl-item h3{margin-bottom:6px;font-size:18px}.site-shell .tl-item p{color:var(--muted);font-size:15px}.site-shell .tm-card{text-align:center}.site-shell .tm-ava{color:#fff;width:84px;height:84px;box-shadow:var(--sh-sm);border-radius:50%;place-items:center;margin:0 auto 16px;font-size:27px;font-weight:800;display:grid}.site-shell .tm-card b,.site-shell .tm-card span{display:block}.site-shell .tm-card b{font-size:16px;font-weight:800}.site-shell .tm-card span{color:var(--muted);font-size:13.5px}.site-shell .hero-stats{grid-template-columns:repeat(3,1fr);gap:24px;max-width:760px;margin:42px auto 0;display:grid}.site-shell .filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:42px;display:flex}.site-shell .filter{border:1px solid var(--border);color:var(--ink-2);cursor:pointer;font-family:var(--font);background:#fff;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .2s}.site-shell .filter:hover{border-color:var(--blue);color:var(--blue)}.site-shell .filter.on{background:var(--grad);color:#fff;border-color:#0000}.site-shell .cases-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.site-shell .case-card{border:1px solid var(--border);border-radius:var(--r);background:#fff;flex-direction:column;padding:0;transition:all .3s;display:flex;overflow:hidden}.site-shell .case-card:hover{box-shadow:var(--sh);transform:translateY(-6px)}.site-shell .case-media{place-items:center;height:138px;display:grid;position:relative}.site-shell .case-media:after{content:"";background:radial-gradient(circle at 72% 22%,#ffffff38,#0000 60%);position:absolute;inset:0}.site-shell .case-media .ic{color:#fff;opacity:.95;width:54px;height:54px}.site-shell .case-media .ic svg{width:100%;height:100%}.site-shell .case-media .metric{z-index:1;color:var(--ink);box-shadow:var(--sh-sm);background:#fffffff5;border-radius:999px;padding:7px 15px;font-size:14px;font-weight:800;position:absolute;bottom:14px;left:16px}.site-shell .cm-1{background:linear-gradient(135deg,#5b6dff,#8a44e6)}.site-shell .cm-2{background:linear-gradient(135deg,#3d5afe,#6d3ff0)}.site-shell .cm-3{background:linear-gradient(135deg,#4f6bff,#9c43d6)}.site-shell .cm-4{background:linear-gradient(135deg,#6a5cff,#8b43f0)}.site-shell .cm-5{background:linear-gradient(135deg,#5466ff,#7c3aed)}.site-shell .cm-6{background:linear-gradient(135deg,#3b5bff,#7a3ff2)}.site-shell .case-body{flex-direction:column;flex:1;gap:12px;padding:22px;display:flex}.site-shell .case-tag{background:var(--lav);color:var(--blue);border-radius:999px;align-self:flex-start;padding:4px 11px;font-size:11px;font-weight:700}.site-shell .case-name{font-size:18px;font-weight:800}.site-shell .case-rows{flex-direction:column;gap:9px;margin-top:2px;display:flex}.site-shell .case-row{align-items:baseline;gap:10px;font-size:13.5px;display:flex}.site-shell .case-row .k{width:78px;color:var(--ink);flex:none;font-weight:800}.site-shell .case-row .v{color:var(--muted);font-weight:600}.site-shell .tgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.site-shell .tcard{border:1px solid var(--border);border-radius:var(--r);background:#fff;flex-direction:column;gap:16px;padding:30px 28px;display:flex}.site-shell .tstars{color:var(--amber);gap:3px;display:flex}.site-shell .tstars svg{width:18px;height:18px}.site-shell .tcard .q{color:var(--ink-2);flex:1;font-size:16px;font-weight:500;line-height:1.55}.site-shell .tauthor{align-items:center;gap:13px;display:flex}.site-shell .tauthor .ava{color:#fff;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:15px;font-weight:800;display:grid}.site-shell .tauthor .info b,.site-shell .tauthor .info span{display:block}.site-shell .tauthor .info b{font-size:15px;font-weight:800}.site-shell .tauthor .info span{color:var(--muted);font-size:13px}.site-shell .clientbar{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.site-shell .client-chip{border:1px solid var(--border);color:var(--ink-2);background:#fff;border-radius:12px;padding:13px 22px;font-size:15px;font-weight:800;transition:all .25s}.site-shell .client-chip:hover{color:var(--ink);box-shadow:var(--sh-sm);transform:translateY(-3px)}@media (width<=1024px){.site-shell .stats,.site-shell .values,.site-shell .team,.site-shell .cases-grid,.site-shell .tgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.site-shell .page-hero{padding:118px 0 48px}}@media (width<=760px){.site-shell .values,.site-shell .team,.site-shell .cases-grid,.site-shell .tgrid,.site-shell .hero-stats{grid-template-columns:1fr}.site-shell .hero-stats{gap:28px}}.beauty-home{--beauty-ink:#172033;--beauty-muted:#64748b;--beauty-cream:#f3f7fc;--beauty-paper:#fafdff;--beauty-berry:#2563eb;--beauty-berry-dark:#1748b8;--beauty-blush:#dbeafe;--beauty-lilac:#e0e7ff;--beauty-blue:#d7e7ff;--beauty-mint:#dcefe9;--beauty-lime:#e4efc8;--beauty-gold:#7da8f7;--beauty-line:#24416e1f;--beauty-shadow:0 30px 80px -40px #1e40af4d;--platform-blue:var(--beauty-berry);--platform-purple:#4f46e5;--platform-gradient:linear-gradient(135deg, #2563eb, #1d4ed8);--platform-ink:var(--beauty-ink);--platform-muted:var(--beauty-muted);--platform-soft:var(--beauty-cream);--platform-border:var(--beauty-line);background:var(--beauty-paper);color:var(--beauty-ink)}.beauty-home h1,.beauty-home h2,.beauty-home h3,.beauty-home h4{color:var(--beauty-ink);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.beauty-home h2{letter-spacing:-.055em;font-size:clamp(34px,4.6vw,60px);line-height:1.04}.beauty-home p{color:var(--beauty-muted)}.beauty-home .beauty-icon{flex:none;width:1em;height:1em;display:block;overflow:visible}.beauty-home .wrap{width:min(1240px,100% - 48px)}.beauty-home .btn{letter-spacing:-.01em;border-radius:15px;min-height:52px;padding:13px 24px}.beauty-home .btn-primary{background:linear-gradient(135deg, var(--beauty-berry), var(--beauty-berry-dark));box-shadow:0 18px 34px -18px #2563ebb8}.beauty-home .btn-primary:hover{box-shadow:0 24px 44px -20px #2563ebad}.beauty-home .btn-outline,.beauty-home .btn-ghost{background:#ffffffc7;border-color:#382b3121}.beauty-home .btn-white{color:var(--beauty-ink);background:#fff;box-shadow:0 20px 40px -22px #0000008c}.beauty-home .btn-block{width:100%}.beauty-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.beauty-btn-arrow span{background:#ffffff2e;border-radius:50%;place-items:center;width:24px;height:24px;margin-left:8px;transition:transform .25s;display:inline-grid}.beauty-btn-arrow:hover span{transform:translate(3px)}.beauty-btn-play i{background:var(--beauty-blush);width:25px;height:25px;color:var(--beauty-berry);border-radius:50%;place-items:center;margin-right:8px;font-size:9px;font-style:normal;display:grid}.beauty-btn-play .beauty-icon{width:13px;height:13px}.beauty-overline{color:var(--beauty-berry);letter-spacing:.14em;text-transform:uppercase;align-items:center;margin-bottom:18px;font-size:12px;font-weight:850;display:inline-flex}.beauty-overline:before{content:"";background:currentColor;width:24px;height:1px;margin-right:10px}.beauty-section{padding:112px 0;position:relative}.beauty-section__head{max-width:850px;margin-bottom:54px}.beauty-section__head h2{margin:0 0 20px}.beauty-section__head p{max-width:700px;margin:0;font-size:18px;line-height:1.65}.beauty-center-action{justify-content:center;margin-top:38px;display:flex}.beauty-home .header .header__inner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdfbbd;border-color:#3c2b3314;height:76px;margin-top:14px;padding:0 18px 0 24px;box-shadow:0 16px 50px -36px #2c1d2499}.beauty-home .header.scrolled .header__inner{background:#fffdfbed;height:66px}.beauty-home .header .nav{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;gap:23px}.beauty-home .header .nav a{color:#51464b;font-size:14px;font-weight:720;position:relative}.beauty-home .header .nav a:after{background:var(--beauty-berry);content:"";opacity:0;border-radius:2px;height:2px;transition:opacity .2s,transform .2s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(.4)}.beauty-home .header .nav a:hover:after,.beauty-home .header .nav a.is-active:after{opacity:1;transform:none}.beauty-burger{align-content:center;gap:4px;display:none}.beauty-burger span{background:currentColor;border-radius:10px;width:22px;height:2px;margin:0 auto;display:block}.beauty-menu-close{color:var(--beauty-ink);font-size:28px;line-height:1}.beauty-section-nav{z-index:45;gap:5px;transition:opacity .22s,transform .22s;display:grid;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.beauty-section-nav.is-hidden{opacity:0;pointer-events:none;transform:translate(12px,-50%)}.beauty-section-nav a{width:27px;height:27px;color:var(--beauty-ink);justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.beauty-section-nav span{background:#ffffffeb;border:1px solid #1e40af59;border-radius:50%;width:7px;height:7px;transition:width .2s,height .2s,border-color .2s,background .2s,box-shadow .2s;display:block;box-shadow:0 2px 9px #0f172a1f}.beauty-section-nav b{opacity:0;pointer-events:none;white-space:nowrap;background:#fffffff0;border:1px solid #24416e1a;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:24px;transform:translate(8px,-50%);box-shadow:0 10px 30px -18px #0f172a73}.beauty-section-nav a:hover b,.beauty-section-nav a:focus-visible b{opacity:1;transform:translateY(-50%)}.beauty-section-nav a:hover span,.beauty-section-nav a:focus-visible span,.beauty-section-nav a.is-active span{border-color:var(--beauty-berry);background:var(--beauty-berry);width:10px;height:10px;box-shadow:0 0 0 5px #2563eb21}.beauty-home section:target .reveal,.beauty-home section:target .stagger>*{opacity:1;transform:none}.beauty-hero{background:linear-gradient(110deg, #ffffff59, transparent 52%), var(--beauty-cream);min-height:820px;padding:170px 0 92px;position:relative;overflow:hidden}.beauty-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#2563eb0e 1px,#0000 1px),linear-gradient(90deg,#2563eb0e 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.beauty-glow{filter:blur(12px);pointer-events:none;border-radius:50%;width:460px;height:460px;position:absolute}.beauty-glow--one{background:radial-gradient(circle,#93c5fd80,#0000 68%);top:2%;left:-180px}.beauty-glow--two{background:radial-gradient(circle,#c2daf594,#0000 68%);bottom:-160px;right:-100px}.beauty-hero__grid{z-index:2;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);align-items:center;gap:52px;display:grid;position:relative}.beauty-eyebrow{color:var(--beauty-berry);letter-spacing:.115em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;font-weight:850;display:inline-flex}.beauty-eyebrow i{background:var(--beauty-berry);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #2563eb1f}.beauty-hero h1{letter-spacing:-.065em;max-width:720px;margin:0 0 26px;font-size:clamp(48px,5.8vw,78px);line-height:.98}.beauty-hero h1 em{color:var(--beauty-berry);font-family:Georgia,Times New Roman,serif;font-weight:400;position:relative}.beauty-hero h1 em:after{background:var(--beauty-gold);content:"";opacity:.7;border-radius:50%;height:5px;position:absolute;bottom:-2px;left:5px;right:2px;transform:rotate(-1.5deg)}.beauty-hero__lead{max-width:660px;margin:0 0 32px;font-size:clamp(17px,1.6vw,20px);line-height:1.65}.beauty-microcopy{color:#72666d;align-items:center;gap:8px;margin:18px 0 0;font-size:13px;display:flex}.beauty-microcopy span{background:var(--beauty-mint);color:#1d735b;border-radius:50%;place-items:center;width:20px;height:20px;font-weight:900;display:grid}.beauty-microcopy b{color:#c5b6bd}.beauty-hero__notes{flex-wrap:wrap;gap:18px;margin-top:30px;display:flex}.beauty-hero__notes span{color:#665a60;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.beauty-hero__notes .beauty-icon{background:var(--beauty-berry);color:#fff;border-radius:5px;width:17px;height:17px;padding:3px}.beauty-hero__visual{min-height:600px;position:relative}.beauty-dashboard{background:#ffffffed;border:1px solid #523a451c;border-radius:24px;width:min(100%,610px);position:absolute;top:35px;right:0;overflow:hidden;transform:perspective(1200px)rotateY(-4deg)rotateX(1deg);box-shadow:0 45px 100px -46px #4125328c}.beauty-dashboard__bar{border-bottom:1px solid var(--beauty-line);align-items:center;gap:6px;height:48px;padding:0 16px;display:flex}.beauty-dashboard__bar>span{background:#decbd2;border-radius:50%;width:8px;height:8px}.beauty-dashboard__bar b{margin-left:10px;font-size:11px;font-weight:800}.beauty-dashboard__bar small{background:var(--beauty-lilac);color:#6d4f95;text-transform:uppercase;border-radius:20px;margin-left:auto;padding:4px 8px;font-size:9px;font-weight:800}.beauty-dashboard__body{grid-template-columns:58px 1fr;height:430px;display:grid}.beauty-dashboard__rail{border-right:1px solid var(--beauty-line);background:#172554;flex-direction:column;align-items:center;gap:14px;padding:16px 9px;display:flex}.beauty-dashboard__rail b{background:var(--beauty-berry);color:#fff;border-radius:10px;place-items:center;width:33px;height:33px;margin-bottom:10px;display:grid}.beauty-dashboard__rail i{color:#9e9096;border-radius:9px;place-items:center;width:32px;height:32px;font-style:normal;display:grid}.beauty-dashboard__rail i.is-active{color:#fff;background:#ffffff1a}.beauty-dashboard__rail .beauty-icon{width:17px;height:17px}.beauty-calendar{padding:20px}.beauty-calendar__head{justify-content:space-between;align-items:center;display:flex}.beauty-calendar__head div{gap:2px;display:grid}.beauty-calendar__head span{color:var(--beauty-muted);font-size:10px}.beauty-calendar__head strong{font-size:17px}.beauty-calendar__head button{background:var(--beauty-berry);color:#fff;border:0;border-radius:9px;padding:8px 12px;font-size:10px;font-weight:800}.beauty-calendar__masters{border-bottom:1px solid var(--beauty-line);grid-template-columns:44px repeat(3,1fr);margin-top:22px;padding-bottom:10px;display:grid}.beauty-calendar__masters b{align-items:center;gap:6px;font-size:10px;display:flex}.beauty-calendar__masters i{background:var(--beauty-blush);width:22px;height:22px;color:var(--beauty-berry);border-radius:50%;place-items:center;font-style:normal;display:grid}.beauty-calendar__grid{background:linear-gradient(to right, transparent 43px, var(--beauty-line) 44px, transparent 45px), repeating-linear-gradient(to bottom, transparent 0 79px, var(--beauty-line) 79px 80px);height:300px;position:relative}.beauty-time{color:#9c9096;font-size:9px;position:absolute;left:0}.beauty-time--one{top:16px}.beauty-time--two{top:96px}.beauty-time--three{top:176px}.beauty-appointment{color:#3c3036;border-radius:11px;width:calc(33.3333% - 26px);min-height:72px;padding:10px;display:grid;position:absolute}.beauty-appointment small{font-size:8px;font-weight:800}.beauty-appointment b{font-size:10px}.beauty-appointment span{font-size:8px}.beauty-appointment--first{background:var(--beauty-blue);top:20px;left:55px}.beauty-appointment--second{background:var(--beauty-blush);animation:5s cubic-bezier(.2,.8,.2,1) infinite beauty-appointment-in;top:136px;left:calc(33.3333% + 37px)}.beauty-appointment--third{background:var(--beauty-mint);top:178px;right:0}.beauty-phone{z-index:4;background:#fffdfb;border:7px solid #0f172a;border-radius:32px;width:202px;min-height:405px;padding:18px 13px 15px;animation:6s ease-in-out infinite beauty-float;position:absolute;bottom:-12px;right:-22px;box-shadow:0 40px 70px -32px #2b1d23a6}.beauty-phone__speaker{background:#0f172a;border-radius:0 0 8px 8px;width:55px;height:12px;margin:-12px auto 16px}.beauty-phone__top{gap:2px;margin-bottom:16px;display:grid}.beauty-phone__top b{color:var(--beauty-berry);letter-spacing:.12em;font-size:10px}.beauty-phone__top span{font-size:15px;font-weight:850}.beauty-phone__service{border:1px solid var(--beauty-line);border-radius:12px;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;margin-bottom:8px;padding:10px;display:grid}.beauty-phone__service i{background:var(--beauty-blush);width:28px;height:28px;color:var(--beauty-berry);border-radius:8px;place-items:center;font-size:11px;font-style:normal;display:grid}.beauty-phone__service .beauty-icon{width:16px;height:16px}.beauty-phone__service div{display:grid}.beauty-phone__service small{color:var(--beauty-muted);font-size:7px}.beauty-phone__service b{font-size:10px}.beauty-phone__times{margin-top:16px}.beauty-phone__times>small{color:var(--beauty-muted);font-size:8px}.beauty-phone__times div{gap:5px;margin-top:7px;display:flex}.beauty-phone__times span{border:1px solid var(--beauty-line);border-radius:7px;padding:7px 6px;font-size:8px}.beauty-phone__times span.is-selected{border-color:var(--beauty-berry);background:var(--beauty-blush);color:var(--beauty-berry);font-weight:800}.beauty-phone>button{background:var(--beauty-berry);color:#fff;border:0;border-radius:10px;width:100%;margin-top:18px;padding:11px;font-size:10px;font-weight:850}.beauty-toast{z-index:6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #49353e17;border-radius:15px;align-items:center;gap:10px;padding:12px 14px;display:flex;position:absolute;box-shadow:0 22px 40px -25px #2d1d258c}.beauty-toast--booking{animation:5s infinite beauty-toast-in;bottom:44px;left:6px}.beauty-toast--booking i{background:var(--beauty-mint);color:#197158;border-radius:50%;place-items:center;width:31px;height:31px;font-style:normal;font-weight:900;display:grid}.beauty-toast--booking .beauty-icon{width:16px;height:16px}.beauty-toast div{display:grid}.beauty-toast small{color:var(--beauty-muted);font-size:8px}.beauty-toast b{font-size:10px}.beauty-toast--load{top:5px;right:28px}.beauty-ring{background:conic-gradient(var(--beauty-berry) 84%, #dbe7f5 0);border-radius:50%;place-items:center;width:38px;height:38px;position:relative;display:grid!important}.beauty-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:4px}.beauty-ring span{z-index:1;font-size:8px;font-weight:850}@keyframes beauty-appointment-in{0%,10%{opacity:0;transform:translateY(10px)scale(.96)}22%,86%{opacity:1;transform:none}96%,to{opacity:0}}@keyframes beauty-toast-in{0%,14%{opacity:0;transform:translateY(10px)}28%,82%{opacity:1;transform:none}94%,to{opacity:0}}@keyframes beauty-float{0%,to{transform:translateY(0)rotate(1deg)}50%{transform:translateY(-8px)rotate(0)}}.beauty-trust{border-top:1px solid var(--beauty-line);border-bottom:1px solid var(--beauty-line);background:#fff;padding:24px 0 28px}.beauty-trust p{color:#85777d;letter-spacing:.1em;text-align:center;text-transform:uppercase;margin:0 0 16px;font-size:11px;font-weight:800}.beauty-trust__list{color:#493f44;white-space:nowrap;justify-content:space-between;gap:20px;font-size:13px;font-weight:750;display:flex;overflow:hidden}.beauty-trust__list span{align-items:center;gap:8px;display:inline-flex}.beauty-trust__list .beauty-icon{width:18px;height:18px;color:var(--beauty-berry)}.beauty-pain{background:radial-gradient(circle at 100% 15%,#dbeafe9e,#0000 26%),#fff}.beauty-pain__grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.beauty-pain-card{border:1px solid var(--beauty-line);background:var(--beauty-cream);border-radius:26px;min-height:410px;padding:30px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.beauty-pain-card:hover{box-shadow:var(--beauty-shadow);transform:translateY(-5px)}.beauty-pain-card__number{color:var(--beauty-berry);letter-spacing:.14em;margin-bottom:22px;font-size:11px;font-weight:900;display:inline-block}.beauty-pain-card h3{letter-spacing:-.035em;max-width:430px;margin:130px 0 11px;font-size:25px}.beauty-pain-card>p{max-width:470px;margin:0;font-size:15px;line-height:1.6}.beauty-pain-card__visual{width:210px;height:145px;position:absolute;top:40px;right:28px}.beauty-pain-card--chat .beauty-pain-card__visual{align-content:center;gap:8px;display:grid}.beauty-pain-card--chat .beauty-pain-card__visual i,.beauty-pain-card--chat .beauty-pain-card__visual b{background:#fff;border-radius:12px 12px 12px 3px;width:fit-content;padding:8px 11px;font-size:10px;font-style:normal;box-shadow:0 12px 28px -20px #301f2780}.beauty-pain-card--chat .beauty-pain-card__visual b{background:var(--beauty-blush);border-radius:12px 12px 3px;justify-self:end}.beauty-pain-card--chat .beauty-pain-card__visual em{color:#a29199;justify-self:end;font-size:8px;font-style:normal}.beauty-pain-card--gap .beauty-pain-card__visual{gap:7px;display:grid}.beauty-pain-card--gap .beauty-pain-card__visual b,.beauty-pain-card--gap .beauty-pain-card__visual span,.beauty-pain-card--gap .beauty-pain-card__visual i{background:#fff;border-radius:10px;padding:9px 11px;font-size:9px;font-style:normal}.beauty-pain-card--gap .beauty-pain-card__visual i{color:var(--beauty-berry);background:#ffffff80;border:1px dashed #7da8f7}.beauty-pain-card--clients .beauty-pain-card__visual{justify-content:center;align-items:center;display:flex}.beauty-pain-card--clients .beauty-pain-card__visual i{border:4px solid var(--beauty-cream);background:var(--beauty-lilac);color:#74578f;border-radius:50%;place-items:center;width:52px;height:52px;margin-left:-10px;font-style:normal;font-weight:850;display:grid}.beauty-pain-card--clients .beauty-pain-card__visual span{color:var(--beauty-muted);background:#fff;border-radius:20px;padding:6px 10px;font-size:8px;position:absolute;bottom:8px}.beauty-pain-card--numbers .beauty-pain-card__visual{border:1px solid var(--beauty-line);background:#fff;border-radius:15px;align-items:end;gap:9px;padding:18px;display:flex}.beauty-pain-card--numbers .beauty-pain-card__visual span{background:var(--beauty-blush);border-radius:6px 6px 0 0;width:34px;height:45%}.beauty-pain-card--numbers .beauty-pain-card__visual span:nth-child(2){background:var(--beauty-blue);height:72%}.beauty-pain-card--numbers .beauty-pain-card__visual span:nth-child(3){background:var(--beauty-lilac);height:58%}.beauty-pain-card--numbers .beauty-pain-card__visual b{color:#94868d;font-size:7px;position:absolute;bottom:8px;right:12px}.beauty-union{color:#fff;background:#172554;border-radius:18px;justify-content:center;align-items:center;gap:13px;margin-top:34px;padding:20px;font-size:13px;font-weight:750;display:flex}.beauty-union i{color:#8f7f86;font-style:normal}.beauty-union b{color:#bfdbfe;margin-left:10px;font-size:15px}.beauty-workflow{background:radial-gradient(circle at 85% 20%,#2563eb47,#0000 27%),radial-gradient(circle at 15% 100%,#4f46e533,#0000 30%),#142246;overflow:hidden}.beauty-workflow:after{content:"";opacity:.22;pointer-events:none;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.beauty-workflow .wrap{z-index:1;position:relative}.beauty-section__head--light h2,.beauty-section__head--light p{color:#fff}.beauty-section__head--light p{color:#cfc3c9}.beauty-workflow .beauty-overline{color:#93c5fd}.beauty-workflow__track{grid-template-columns:repeat(6,1fr);gap:12px;display:grid;position:relative}.beauty-workflow__track article{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:20px;min-height:230px;padding:24px 18px;position:relative}.beauty-workflow__track article>span{color:#a99aa1;font-size:9px;font-weight:850}.beauty-workflow__track article>i{color:#93c5fd;background:#93c5fd24;border-radius:13px;place-items:center;width:42px;height:42px;margin:24px 0 19px;font-size:17px;font-style:normal;display:grid}.beauty-workflow__track article>i .beauty-icon{width:21px;height:21px}.beauty-workflow__track h3{color:#fff;margin:0 0 8px;font-size:16px}.beauty-workflow__track p{color:#bcaeb5;margin:0;font-size:12px;line-height:1.55}.beauty-workflow__line{z-index:1;background:#ffffff14;height:2px;position:absolute;top:66px;left:7%;right:7%;overflow:hidden}.beauty-workflow__line span{background:linear-gradient(90deg,#0000,#60a5fa,#0000);width:32%;height:100%;animation:4.5s ease-in-out infinite beauty-line-run;display:block}@keyframes beauty-line-run{0%{transform:translate(-110%)}to{transform:translate(420%)}}.beauty-features{background:var(--beauty-paper)}.beauty-features__grid{grid-template-columns:repeat(12,1fr);gap:18px;display:grid}.beauty-feature{border:1px solid var(--beauty-line);background:#fff;border-radius:25px;min-height:310px;padding:28px;transition:transform .28s,box-shadow .28s;position:relative;overflow:hidden}.beauty-feature:hover{z-index:2;box-shadow:var(--beauty-shadow);transform:translateY(-6px)}.beauty-feature:first-child,.beauty-feature:nth-child(2),.beauty-feature:nth-child(5),.beauty-feature:nth-child(8){grid-column:span 6}.beauty-feature:nth-child(3),.beauty-feature:nth-child(4),.beauty-feature:nth-child(6),.beauty-feature:nth-child(7){grid-column:span 3}.beauty-feature__top{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.beauty-feature__top>span{color:#9b8d94;font-size:10px;font-weight:850}.beauty-feature__top i{background:#ffffffb8;border-radius:13px;place-items:center;width:43px;height:43px;font-size:17px;font-style:normal;display:grid}.beauty-feature__top .beauty-icon{width:21px;height:21px;color:var(--beauty-berry)}.beauty-feature h3{letter-spacing:-.035em;margin:0 0 10px;font-size:24px}.beauty-feature p{max-width:490px;margin:0 0 18px;font-size:14px;line-height:1.6}.beauty-feature>b{color:#493c42;font-size:12px}.beauty-feature>a{color:var(--beauty-berry);font-size:12px;font-weight:850;position:absolute;bottom:28px;right:28px}.beauty-feature--booking{background:linear-gradient(145deg,#e5efff,#fff 70%)}.beauty-feature--crm{background:linear-gradient(145deg,#e8edff,#fff 70%)}.beauty-feature--team{background:#eef4fc}.beauty-feature--salary{background:#eaf3ff}.beauty-feature--finance{background:linear-gradient(145deg,#e4f1ed,#fff 70%)}.beauty-feature--stock{background:#f0f3e3}.beauty-feature--marketing{background:#e7f0ff}.beauty-feature--site{background:linear-gradient(145deg,#e5eaff,#fff 70%)}.beauty-feature__demo{position:absolute;bottom:24px;right:26px}.beauty-mini-slots{gap:6px;display:flex}.beauty-mini-slots span{color:var(--beauty-berry);background:#fff;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:800}.beauty-mini-client{background:#ffffffd9;border-radius:14px;align-items:center;gap:10px;padding:11px;display:flex}.beauty-mini-client>i{background:var(--beauty-blush);width:34px;height:34px;color:var(--beauty-berry);border-radius:50%;place-items:center;font-size:10px;font-style:normal;font-weight:850;display:grid}.beauty-mini-client div{display:grid}.beauty-mini-client strong{font-size:10px}.beauty-mini-client small{color:var(--beauty-muted);font-size:7px}.beauty-mini-chart{background:#ffffffb8;border-radius:12px;align-items:end;gap:7px;width:180px;height:70px;padding:9px;display:flex}.beauty-mini-chart span{width:18px;height:var(--h);background:linear-gradient(#addbcd,#5aaf95);border-radius:4px 4px 1px 1px}.beauty-booking-demo{background:radial-gradient(circle at 10% 15%, #bfdbfead, transparent 25%), var(--beauty-cream)}.beauty-booking-demo__grid{grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:28px;display:grid}.beauty-demo-phone,.beauty-demo-calendar{border:1px solid var(--beauty-line);box-shadow:var(--beauty-shadow);background:#fff;border-radius:26px}.beauty-demo-phone{padding:24px}.beauty-demo-phone__head{border-bottom:1px solid var(--beauty-line);grid-template-columns:24px 1fr 24px;align-items:center;padding-bottom:20px;display:grid}.beauty-demo-phone__head>span,.beauty-demo-phone__head>i{color:#7d7077;font-size:18px;font-style:normal}.beauty-demo-phone__head>i{text-align:right;font-size:10px}.beauty-demo-phone__head div{text-align:center;display:grid}.beauty-demo-phone__head small{color:var(--beauty-muted);font-size:8px}.beauty-demo-phone__head b{font-size:12px}.beauty-demo-group{margin-top:20px}.beauty-demo-group>small{color:#8d7f86;letter-spacing:.07em;text-transform:uppercase;margin-bottom:9px;font-size:9px;font-weight:800;display:block}.beauty-demo-group>button{border:1px solid var(--beauty-line);width:100%;color:var(--beauty-ink);font:inherit;cursor:pointer;background:#fff;border-radius:11px;justify-content:space-between;align-items:center;margin-bottom:7px;padding:11px 12px;font-size:11px;display:flex}.beauty-demo-group>button b{font-size:9px}.beauty-demo-group button.is-active{color:var(--beauty-berry);background:#f4f8ff;border-color:#2563eb80;box-shadow:0 0 0 3px #2563eb17}.beauty-demo-masters,.beauty-demo-times{gap:8px;display:flex}.beauty-demo-masters button,.beauty-demo-times button{border:1px solid var(--beauty-line);color:var(--beauty-ink);font:inherit;cursor:pointer;background:#fff;border-radius:11px;flex:1;padding:9px 5px;font-size:9px}.beauty-demo-masters button{justify-items:center;gap:5px;display:grid}.beauty-demo-masters i{background:var(--beauty-lilac);border-radius:50%;place-items:center;width:31px;height:31px;font-style:normal;font-weight:800;display:grid}.beauty-demo-masters i .beauty-icon{width:14px;height:14px}.beauty-demo-submit{background:var(--beauty-berry);color:#fff;width:100%;font:inherit;cursor:pointer;border:0;border-radius:12px;margin-top:22px;padding:13px;font-size:12px;font-weight:850;transition:transform .2s,box-shadow .2s}.beauty-demo-submit:hover{transform:translateY(-2px);box-shadow:0 18px 30px -18px #2563ebb8}.beauty-demo-calendar{min-height:550px;padding:30px;position:relative;overflow:hidden}.beauty-demo-calendar__head{justify-content:space-between;align-items:start;display:flex}.beauty-demo-calendar__head div{gap:3px;display:grid}.beauty-demo-calendar__head span{color:var(--beauty-muted);font-size:10px}.beauty-demo-calendar__head h3{margin:0;font-size:23px}.beauty-live{background:var(--beauty-mint);border-radius:20px;align-items:center;gap:6px;padding:7px 10px;font-weight:800;display:flex;color:#2f735f!important}.beauty-live i{background:#2f8b6e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2f8b6e21}.beauty-demo-calendar__days{color:#9d9097;flex-direction:column;justify-content:space-between;width:42px;font-size:9px;display:flex;position:absolute;top:91px;bottom:75px;left:30px}.beauty-demo-calendar__columns{background:repeating-linear-gradient(to bottom, transparent 0 93px, var(--beauty-line) 93px 94px);grid-template-columns:repeat(3,1fr);gap:10px;height:385px;margin:30px 0 0 52px;display:grid}.beauty-demo-calendar__columns>div{border-left:1px solid var(--beauty-line);position:relative}.beauty-demo-calendar__columns>div>b{padding-left:10px;font-size:10px;display:block}.beauty-demo-event{border-radius:10px;min-height:62px;padding:10px;font-size:9px;font-weight:800;position:absolute;left:6px;right:5px}.beauty-demo-event--old{background:var(--beauty-blue);top:48px}.beauty-demo-event--soft{background:var(--beauty-mint);top:150px}.beauty-demo-calendar__columns>div:nth-child(3) .beauty-demo-event--soft:last-child{background:var(--beauty-lilac);top:258px}.beauty-demo-event--new{background:var(--beauty-blush);color:var(--beauty-berry);opacity:0;transition:opacity .45s,transform .45s cubic-bezier(.2,.8,.2,1);top:155px;transform:translateY(12px)scale(.95)}.beauty-demo-event--new.is-booked{opacity:1;transform:none}.beauty-demo-status{background:#f3f7fc;border-radius:14px;align-items:center;gap:10px;padding:11px 14px;display:flex;position:absolute;bottom:22px;left:82px;right:30px}.beauty-demo-status i{width:31px;height:31px;color:var(--beauty-berry);background:#fff;border-radius:10px;place-items:center;font-style:normal;display:grid}.beauty-demo-status i .beauty-icon{width:16px;height:16px}.beauty-demo-status div{display:grid}.beauty-demo-status small{color:var(--beauty-muted);font-size:8px}.beauty-demo-status b{font-size:10px}.beauty-demo-status.is-success{background:var(--beauty-mint)}.business-scenario-label{align-items:center;gap:14px;width:fit-content;margin:0 0 18px;display:flex}.business-scenario-label>span,.business-restaurant-flow__copy>span{background:var(--beauty-berry);color:#fff;letter-spacing:.09em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900}.business-scenario-label>div{gap:2px;display:grid}.business-scenario-label b{font-size:14px}.business-scenario-label small{color:var(--beauty-muted);font-size:10px}.business-restaurant-flow{color:#fff;box-shadow:var(--beauty-shadow);background:radial-gradient(circle at 85% 10%,#c07f4538,#0000 31%),#142246;border:1px solid #ffffff17;border-radius:26px;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);align-items:center;gap:28px;margin-top:28px;padding:30px;display:grid;overflow:hidden}.business-restaurant-flow__copy h3{color:#fff;margin:15px 0 10px;font-size:26px}.business-restaurant-flow__copy p{color:#d5c9cf;margin:0;font-size:13px;line-height:1.65}.business-restaurant-flow__ui{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px;display:grid}.business-restaurant-flow__ui article{background:#ffffff12;border:1px solid #ffffff17;border-radius:17px;align-content:center;gap:6px;min-height:130px;padding:17px;display:grid}.business-restaurant-flow__ui article.is-active{background:#efb67724;border-color:#efb6778c;animation:2.8s ease-in-out infinite business-station-pulse}.business-restaurant-flow__ui small{color:#cbbdc4;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.business-restaurant-flow__ui b{color:#fff;font-size:13px}.business-restaurant-flow__ui span{color:#d7cbd1;font-size:9px}.business-restaurant-flow__ui>i{color:#d5a67d;place-items:center;font-size:16px;font-style:normal;display:grid}.business-restaurant-flow__ui>i .beauty-icon{width:18px;height:18px}@keyframes business-station-pulse{50%{transform:translateY(-3px);box-shadow:0 0 0 7px #efb67712}}.beauty-booking-benefits{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px;display:grid}.beauty-booking-benefits span{border:1px solid var(--beauty-line);color:#5f5359;text-align:center;background:#ffffffbf;border-radius:13px;padding:13px 15px;font-size:11px;font-weight:750}.beauty-booking-benefits span:before{color:#27745e;content:"✓";margin-right:7px;font-weight:900}.beauty-roles{background:#fff}.beauty-tabs{background:var(--beauty-cream);border-radius:16px;gap:6px;width:fit-content;margin-bottom:28px;padding:6px;display:flex}.beauty-tabs button,.beauty-niche-tabs button{color:#75686f;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:11px;padding:10px 17px;font-size:12px;font-weight:800;transition:background .2s,color .2s,box-shadow .2s}.beauty-tabs button.is-active,.beauty-niche-tabs button.is-active{color:var(--beauty-berry);background:#fff;box-shadow:0 10px 24px -18px #34232ba6}.beauty-role-panel{border:1px solid var(--beauty-line);background:var(--beauty-cream);border-radius:28px;grid-template-columns:.8fr 1.2fr;gap:30px;min-height:500px;padding:36px;animation:.38s both beauty-panel-in;display:grid}.beauty-role-panel[hidden],.beauty-niche-panel[hidden]{display:none}@keyframes beauty-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.beauty-role-panel__copy{align-self:center}.beauty-role-panel__copy>span,.beauty-niche-panel>div:first-child>span{color:var(--beauty-berry);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:850}.beauty-role-panel__copy h3,.beauty-niche-panel h3{letter-spacing:-.045em;max-width:530px;margin:13px 0 15px;font-size:clamp(28px,3.4vw,42px);line-height:1.08}.beauty-role-panel__copy p,.beauty-niche-panel p{margin:0;font-size:15px;line-height:1.65}.beauty-role-panel ul,.beauty-niche-panel ul,.beauty-builder__copy ul{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.beauty-role-panel li,.beauty-niche-panel li,.beauty-builder__copy li{color:#51464b;padding-left:22px;font-size:13px;font-weight:700;position:relative}.beauty-role-panel li:before,.beauty-niche-panel li:before,.beauty-builder__copy li:before{color:var(--beauty-berry);content:"✓";font-weight:900;position:absolute;top:2px;left:0}.beauty-role-ui{color:#fff;background:#142246;border-radius:22px;align-content:center;min-height:420px;padding:38px;display:grid;position:relative;overflow:hidden}.beauty-role-ui:before{content:"";background:radial-gradient(circle,#c95d844d,#0000 68%);border-radius:50%;width:320px;height:320px;position:absolute;top:-120px;right:-80px}.beauty-role-kpi,.beauty-master-card,.beauty-master-pay,.beauty-client-ticket{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;padding:22px;position:relative}.beauty-role-kpi{gap:5px;width:62%;display:grid}.beauty-role-kpi small,.beauty-master-card small,.beauty-master-pay small,.beauty-client-ticket small{color:#c9bac1;font-size:9px}.beauty-role-kpi b{font-size:31px}.beauty-role-kpi span{color:#9ad6c4;align-items:center;gap:5px;font-size:10px;display:inline-flex}.beauty-role-kpi span .beauty-icon{width:13px;height:13px}.beauty-role-bars{z-index:1;align-items:end;gap:12px;height:150px;margin-top:26px;display:flex;position:relative}.beauty-role-bars span{height:var(--h);transform-origin:bottom;background:linear-gradient(#93c5fd,#1d4ed8);border-radius:7px 7px 2px 2px;flex:1;animation:.8s both beauty-bar-grow}@keyframes beauty-bar-grow{0%{transform:scaleY(0)}}.beauty-role-schedule{z-index:1;gap:12px;display:grid;position:relative}.beauty-role-schedule span{background:#ffffff14;border-left:4px solid #93c5fd;border-radius:10px;padding:18px;font-size:13px;font-weight:700}.beauty-role-schedule span:nth-child(2){border-color:#9fc7ef;margin-left:9%}.beauty-role-schedule span:nth-child(3){border-color:#b9ddce;margin-left:18%}.beauty-role-schedule span:nth-child(4){border-color:#d5c49f;margin-left:7%}.beauty-master-card{grid-template-columns:52px 1fr;align-items:center;gap:14px;display:grid}.beauty-master-card>i{color:#172554;background:#93c5fd;border-radius:50%;place-items:center;width:52px;height:52px;font-style:normal;font-weight:850;display:grid}.beauty-master-card div,.beauty-master-pay,.beauty-client-ticket{gap:4px;display:grid}.beauty-master-card b{font-size:17px}.beauty-master-card span{color:#c9bac1;font-size:10px}.beauty-master-pay{width:54%;margin-top:18px;margin-left:auto}.beauty-master-pay b{font-size:25px}.beauty-role-ui--client{justify-items:center}.beauty-client-ticket{width:min(100%,330px);color:var(--beauty-ink);background:#fff;border-radius:26px;padding:30px}.beauty-client-ticket small{color:var(--beauty-muted)}.beauty-client-ticket b{margin-top:13px;font-size:20px}.beauty-client-ticket>span{color:var(--beauty-berry);font-size:13px;font-weight:800}.beauty-client-ticket div{gap:8px;margin-top:24px;display:flex}.beauty-client-ticket button{border:1px solid var(--beauty-line);background:var(--beauty-cream);color:var(--beauty-ink);border-radius:10px;flex:1;padding:10px;font-size:10px}.beauty-niches{background:radial-gradient(circle at 80% 0, #dce8fb8c, transparent 24%), var(--beauty-cream)}.beauty-niche-tabs{flex-wrap:wrap;gap:7px;margin-bottom:25px;display:flex}.beauty-niche-tabs button{border:1px solid var(--beauty-line);background:#ffffff8c}.beauty-niche-panel{border:1px solid var(--beauty-line);min-height:480px;box-shadow:var(--beauty-shadow);background:#fff;border-radius:28px;grid-template-columns:1fr .8fr;align-items:center;gap:32px;padding:46px;animation:.38s both beauty-panel-in;display:grid}.beauty-niche-panel .btn{margin-top:26px}.beauty-niche-preview{isolation:isolate;min-height:350px;color:var(--beauty-ink);background:linear-gradient(145deg,#fffffffa,#edf4fff2),#fff;border:1px solid #2563eb21;border-radius:26px;align-content:center;gap:11px;padding:26px;display:grid;position:relative;overflow:hidden;transform:none;box-shadow:0 28px 65px -38px #1e40af73,inset 0 1px #ffffffe6}.beauty-niche-preview:before{z-index:-1;content:"";background:radial-gradient(circle,#60a5fa4d,#60a5fa14 46%,#0000 70%);border-radius:50%;width:290px;height:290px;position:absolute;top:-120px;right:-105px}.beauty-niche-preview:after{z-index:-1;content:"";background:radial-gradient(circle,#4f46e521,#0000 68%);border-radius:50%;width:220px;height:220px;position:absolute;bottom:-85px;left:-65px}.beauty-niche-preview>b{color:#172554;letter-spacing:-.025em;border-bottom:1px solid #2563eb1f;align-items:center;gap:9px;margin-bottom:8px;padding-bottom:18px;font-size:19px;display:flex}.beauty-niche-preview>b:before{content:"";background:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #22c55e1c}.beauty-niche-preview>b:after{color:var(--beauty-berry);content:"онлайн";letter-spacing:.08em;text-transform:uppercase;background:#ffffffb8;border:1px solid #2563eb1f;border-radius:999px;margin-left:auto;padding:6px 9px;font-size:8px;font-weight:850}.beauty-niche-preview>span{color:#334155;background:#ffffffd1;border:1px solid #24416e17;border-radius:16px;grid-template-columns:64px 1fr 10px;align-items:center;gap:12px;min-height:64px;padding:10px 13px 10px 10px;font-size:12px;font-weight:750;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:0 12px 28px -24px #1e40afb3}.beauty-niche-preview>span:hover{border-color:#2563eb38;transform:translate(3px);box-shadow:0 18px 35px -25px #1e40af9e}.beauty-niche-preview>span:after{content:"";background:#60a5fa;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #60a5fa1a}.beauty-niche-preview>span:nth-of-type(2):after{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a}.beauty-niche-preview>span:nth-of-type(3):after{background:#22c55e;box-shadow:0 0 0 4px #22c55e1a}.beauty-niche-preview i{width:60px;height:42px;color:var(--beauty-berry);white-space:nowrap;background:#e3edff;border-radius:13px;place-items:center;padding:0 8px;font-size:11px;font-style:normal;font-weight:850;line-height:1;display:grid}.beauty-niche-preview>span:nth-of-type(2) i{color:#b45309;background:#fff4d8}.beauty-niche-preview>span:nth-of-type(3) i{color:#15803d;background:#dcfce7}.beauty-niche-preview small{color:#64748b;border-top:1px solid #2563eb1a;margin-top:9px;padding:15px 0 0 18px;font-size:10px;font-weight:700;position:relative}.beauty-niche-preview small:before{background:var(--beauty-berry);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:18px;left:2px;box-shadow:0 0 0 4px #2563eb17}.beauty-builder{background:#fff;overflow:hidden}.beauty-builder__grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:60px;display:grid}.beauty-builder__copy h2{margin:0 0 22px}.beauty-builder__copy>p{margin:0;font-size:17px;line-height:1.7}.beauty-builder__copy .beauty-actions{margin-top:28px}.beauty-builder__visual{border:1px solid var(--beauty-line);background:#f3f7fc;border-radius:24px;min-width:720px;overflow:hidden;transform:perspective(1400px)rotateY(-3deg);box-shadow:0 40px 90px -46px #38252e8c}.beauty-builder__toolbar{border-bottom:1px solid var(--beauty-line);background:#fff;align-items:center;gap:6px;height:48px;padding:0 16px;display:flex}.beauty-builder__toolbar>span{background:#decbd2;border-radius:50%;width:8px;height:8px}.beauty-builder__toolbar b{margin-left:8px;font-size:10px}.beauty-builder__toolbar small{background:var(--beauty-mint);color:#2c725e;border-radius:20px;margin-left:auto;padding:5px 8px;font-size:8px;font-weight:800}.beauty-builder__canvas{grid-template-columns:125px 1fr;gap:18px;min-height:440px;padding:18px;display:grid}.beauty-builder__canvas aside{background:#fff;border-radius:14px;align-content:start;gap:7px;padding:10px;display:grid}.beauty-builder__canvas aside button{color:#796d73;text-align:left;background:0 0;border:0;border-radius:8px;padding:8px;font-size:8px}.beauty-builder__canvas aside button.is-active{background:var(--beauty-blush);color:var(--beauty-berry);font-weight:800}.beauty-builder__canvas aside span{border:1px solid var(--beauty-line);color:#766a70;background:#faf8f7;border-radius:8px;padding:9px;font-size:8px}.beauty-template{background:#f4f7fb;border-radius:14px;overflow:hidden}.beauty-template__nav{background:#fff;justify-content:space-between;align-items:center;height:46px;padding:0 20px;display:flex}.beauty-template__nav b{color:var(--beauty-berry);font-family:Georgia,serif;font-size:14px}.beauty-template__nav span{color:#6f6268;font-size:7px}.beauty-template__hero{text-align:center;background:radial-gradient(circle at 70% 25%,#d9a5b573,#0000 30%),linear-gradient(145deg,#dbeafe,#f4f7fb);align-content:center;justify-items:center;min-height:245px;padding:30px;display:grid}.beauty-template__hero small{color:var(--beauty-berry);letter-spacing:.14em;text-transform:uppercase;font-size:7px;font-weight:800}.beauty-template__hero h3{max-width:340px;margin:10px 0;font-family:Georgia,serif;font-size:29px;font-weight:400}.beauty-template__hero p{margin:0 0 15px;font-size:8px}.beauty-template__hero button{background:var(--beauty-berry);color:#fff;border:0;border-radius:20px;padding:9px 15px;font-size:7px;font-weight:800}.beauty-template__cards{background:#fff;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;display:grid}.beauty-template__cards span{background:var(--beauty-cream);color:#65575e;text-align:center;border-radius:8px;padding:15px 8px;font-size:7px}.beauty-builder__steps{border-top:1px solid var(--beauty-line);background:#fff;justify-content:center;gap:6px;padding:12px;display:flex}.beauty-builder__steps span{color:#96888f;border-radius:20px;padding:7px 10px;font-size:8px;font-weight:800}.beauty-builder__steps span.is-active{background:var(--beauty-blush);color:var(--beauty-berry)}.beauty-marketing{background:radial-gradient(circle at 20% 100%, #e4efc8ad, transparent 28%), var(--beauty-cream)}.beauty-marketing__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.beauty-marketing__grid article{border:1px solid var(--beauty-line);background:#fff;border-radius:25px;min-height:320px;padding:28px;transition:transform .25s}.beauty-marketing__grid article:hover{transform:translateY(-5px)}.beauty-marketing__grid article>i{background:var(--beauty-blush);width:46px;height:46px;color:var(--beauty-berry);border-radius:14px;place-items:center;margin-bottom:34px;font-style:normal;font-weight:850;display:grid}.beauty-marketing__grid article>i .beauty-icon{width:22px;height:22px}.beauty-marketing__grid article>span{color:var(--beauty-berry);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:850}.beauty-marketing__grid h3{letter-spacing:-.04em;margin:13px 0 12px;font-size:24px}.beauty-marketing__grid p{margin:0 0 23px;font-size:14px;line-height:1.6}.beauty-marketing__grid small{color:#80727a;font-size:9px;font-weight:800}.beauty-availability{color:#7d7077;text-align:center;margin:24px 0 0;font-size:12px}.beauty-availability a{color:var(--beauty-berry);font-weight:850}.beauty-cases{background:#fff}.beauty-cases__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;display:grid}.beauty-cases__copy h2{margin:0 0 20px}.beauty-cases__copy p{max-width:600px;margin:0 0 28px;font-size:17px;line-height:1.7}.beauty-case-placeholder{color:#fff;background:#172554;border-radius:28px;gap:10px;padding:34px;display:grid;position:relative;transform:rotate(-1deg)}.beauty-case-placeholder>span{color:#93c5fd;letter-spacing:.1em;text-transform:uppercase;background:#93c5fd29;border-radius:20px;padding:7px 11px;font-size:9px;font-weight:850;position:absolute;top:24px;right:24px}.beauty-case-placeholder>div{background:#ffffff0e;border:1px solid #ffffff14;border-radius:15px;grid-template-columns:42px 1fr;align-items:center;gap:15px;padding:19px;display:grid}.beauty-case-placeholder>div:first-of-type{margin-top:36px}.beauty-case-placeholder i{color:#93c5fd;background:#93c5fd21;border-radius:12px;place-items:center;width:38px;height:38px;font-size:10px;font-style:normal;font-weight:850;display:grid}.beauty-case-placeholder p{color:#fff;margin:0;font-size:13px;font-weight:750}.beauty-case-placeholder small{color:#bcaeb5;margin-top:10px;font-size:9px}.beauty-start{background:radial-gradient(circle at 90% 20%, #dbeafec7, transparent 25%), var(--beauty-cream)}.beauty-start__steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.beauty-start__steps article{border:1px solid var(--beauty-line);background:#fffc;border-radius:24px;min-height:270px;padding:28px;position:relative}.beauty-start__steps article>span{color:var(--beauty-berry);font-size:12px;font-weight:900}.beauty-start__steps article>i{background:var(--beauty-mint);color:#2e715e;text-transform:uppercase;border-radius:20px;padding:6px 9px;font-size:8px;font-style:normal;font-weight:850;position:absolute;top:25px;right:25px}.beauty-start__steps h3{margin:70px 0 12px;font-size:24px}.beauty-start__steps p{margin:0;font-size:14px;line-height:1.65}.beauty-start__progress{border:1px solid var(--beauty-line);background:#fff;border-radius:16px;align-items:center;gap:16px;margin-top:30px;padding:18px 22px;display:flex;position:relative;overflow:hidden}.beauty-start__progress:before{content:"";background:#dce7f5;height:4px;position:absolute;inset:auto 0 0}.beauty-start__progress:after{background:linear-gradient(90deg, var(--beauty-berry), #8b68ae);content:"";transform-origin:0;width:100%;height:4px;animation:2s both beauty-progress;position:absolute;bottom:0;left:0}@keyframes beauty-progress{0%{transform:scaleX(0)}}.beauty-start__progress>span{background:#3b9a79;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #3b9a791f}.beauty-start__progress b{font-size:12px}.beauty-start__progress i{color:var(--beauty-berry);margin-left:auto;font-size:12px;font-style:normal;font-weight:900}.beauty-pricing{background:radial-gradient(circle at 16% 20%,#2563eb40,#0000 25%),#142246;overflow:hidden}.beauty-pricing__grid{grid-template-columns:1fr 480px;align-items:center;gap:80px;display:grid}.beauty-pricing .beauty-overline{color:#93c5fd}.beauty-pricing__copy h2{color:#fff;margin:0 0 20px}.beauty-pricing__copy>p{color:#cbbdc4;max-width:570px;margin:0;font-size:18px;line-height:1.7}.beauty-pricing__trial{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:14px;width:fit-content;margin-top:30px;padding:12px 14px;display:flex}.beauty-pricing__trial span{color:#fff;font-size:12px;font-weight:850}.beauty-pricing__trial small{color:#c3b4bb;border-left:1px solid #ffffff1f;padding-left:14px;font-size:9px}.beauty-price-card{background:#fff;border-radius:28px;padding:34px;box-shadow:0 45px 90px -45px #000000a6}.beauty-price-card__badge{background:var(--beauty-blush);color:var(--beauty-berry);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;padding:7px 10px;font-size:9px;font-weight:850;display:inline-flex}.beauty-price-card__value{align-items:baseline;gap:8px;margin:24px 0 8px;display:flex}.beauty-price-card__value b{letter-spacing:-.06em;font-size:47px}.beauty-price-card__value span{color:var(--beauty-muted);font-size:12px}.beauty-price-card>p{margin:0;font-size:13px}.beauty-price-card ul{border-top:1px solid var(--beauty-line);border-bottom:1px solid var(--beauty-line);gap:11px;margin:26px 0;padding:22px 0;list-style:none;display:grid}.beauty-price-card li{color:#51464b;padding-left:24px;font-size:12px;font-weight:700;position:relative}.beauty-price-card li:before{color:#27765f;content:"✓";font-weight:900;position:absolute;left:0}.beauty-price-card__link{color:var(--beauty-berry);text-align:center;margin:16px 0;font-size:11px;font-weight:850;display:block}.beauty-price-card>small{color:#91838a;text-align:center;font-size:8px;line-height:1.5;display:block}.beauty-faq{background:var(--beauty-paper)}.beauty-faq__grid{grid-template-columns:.64fr 1fr;align-items:start;gap:80px;display:grid}.beauty-faq__intro{position:sticky;top:120px}.beauty-faq__intro h2{margin:0 0 20px}.beauty-faq__intro p{max-width:430px;margin:0 0 26px;font-size:16px}.beauty-home .beauty-faq .faq-item{border:0;border-bottom:1px solid var(--beauty-line);box-shadow:none;background:0 0;border-radius:0;margin:0}.beauty-home .beauty-faq .faq-q{width:100%;color:var(--beauty-ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;font-size:16px;font-weight:780;display:flex}.beauty-home .beauty-faq .faq-q span{background:var(--beauty-cream);width:30px;height:30px;color:var(--beauty-berry);border-radius:50%;flex:none;place-items:center;font-size:18px;transition:transform .25s,background .25s;display:grid}.beauty-home .beauty-faq .faq-item.open .faq-q span{background:var(--beauty-blush);transform:rotate(45deg)}.beauty-home .beauty-faq .faq-a{max-height:0;transition:max-height .35s;overflow:hidden}.beauty-home .beauty-faq .faq-item.open .faq-a{max-height:220px}.beauty-home .beauty-faq .faq-a p{max-width:680px;color:var(--beauty-muted);padding:0 54px 23px 0;font-size:14px;line-height:1.65}.beauty-final{min-height:640px;position:relative;overflow:hidden}.beauty-final__image,.beauty-final__shade{position:absolute;inset:0}.beauty-final__image{background:url(/images/business-salon-restaurant-cta.png) 50%/cover no-repeat;transform:scale(1.02)}.beauty-final__shade{background:linear-gradient(90deg,#1e181bf0 0%,#1e181bc7 37%,#1e181b2e 72%,#0000 100%)}.beauty-final__content{z-index:2;align-content:center;justify-items:start;max-width:1240px;min-height:640px;display:grid;position:relative}.beauty-final .beauty-overline{color:#93c5fd}.beauty-final h2{color:#fff;max-width:740px;margin:0 0 22px}.beauty-final p{color:#ded4d8;max-width:610px;margin:0 0 30px;font-size:18px;line-height:1.65}.beauty-final small{color:#c9bdc2;margin-top:18px;font-size:10px}.beauty-btn-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;background:#ffffff1a!important;border:1px solid #ffffff47!important}@media (width<=1180px){.beauty-home .header .nav{gap:16px}.beauty-home .header .nav a{font-size:13px}.beauty-home .header .btn-ghost{display:none}.beauty-hero__grid{grid-template-columns:minmax(0,.85fr) minmax(500px,1.15fr);gap:30px}.beauty-phone{right:-5px}.beauty-feature:nth-child(3),.beauty-feature:nth-child(4),.beauty-feature:nth-child(6),.beauty-feature:nth-child(7){grid-column:span 6}.beauty-builder__grid{grid-template-columns:.8fr 1.2fr;gap:36px}.beauty-builder__visual{min-width:630px}.beauty-section-nav{display:none}}@media (width<=980px){.beauty-home .header .nav,.beauty-home .header .header__cta>.btn{display:none}.beauty-home .beauty-burger{display:grid}.beauty-hero{padding-top:145px}.beauty-hero__grid{grid-template-columns:1fr}.beauty-hero__copy{max-width:760px}.beauty-hero__visual{width:min(100%,720px);min-height:570px;margin:0 auto}.beauty-workflow__track{grid-template-columns:repeat(3,1fr)}.beauty-workflow__line{display:none}.beauty-booking-demo__grid,.business-restaurant-flow,.beauty-role-panel,.beauty-niche-panel,.beauty-pricing__grid,.beauty-faq__grid,.beauty-cases__grid,.business-restaurant-flow__ui{grid-template-columns:1fr}.business-restaurant-flow__ui>i{text-align:center;transform:rotate(90deg)}.business-restaurant-flow__ui article{min-height:100px}.beauty-role-panel{min-height:auto}.beauty-builder__grid{grid-template-columns:1fr}.beauty-builder__visual{min-width:0;transform:none}.beauty-cases__grid,.beauty-pricing__grid{gap:45px}.beauty-price-card{width:min(100%,560px)}.beauty-faq__grid{gap:34px}.beauty-faq__intro{position:static}}@media (width<=760px){.beauty-home .wrap{width:min(100% - 32px,1240px)}.beauty-section{padding:82px 0}.beauty-section__head{margin-bottom:38px}.beauty-section__head p{font-size:16px}.beauty-home .header .header__inner{border-radius:15px;width:calc(100% - 20px);height:64px;margin-top:10px;padding:0 10px 0 16px}.beauty-home .logo-img{height:29px}.beauty-hero{min-height:auto;padding:124px 0 68px}.beauty-hero h1{font-size:clamp(45px,14vw,64px)}.beauty-hero__lead{font-size:17px}.beauty-actions{flex-direction:column;align-items:stretch}.beauty-actions .btn{width:100%}.beauty-microcopy{align-items:flex-start;line-height:1.45}.beauty-microcopy b{display:none}.beauty-hero__visual{min-height:480px;margin-top:20px}.beauty-dashboard{transform-origin:0 0;width:610px;right:-110px;transform:scale(.82)}.beauty-phone{transform-origin:100% 100%;animation:none;bottom:8px;right:0;transform:scale(.85)}.beauty-toast--booking{bottom:18px;left:0}.beauty-toast--load{display:none}.beauty-trust__list{scrollbar-width:none;justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.beauty-pain__grid,.beauty-marketing__grid,.beauty-start__steps{grid-template-columns:1fr}.beauty-pain-card{min-height:390px}.beauty-pain-card__visual{top:48px;right:20px}.beauty-union{flex-direction:column;align-items:flex-start}.beauty-union i{display:none}.beauty-union b{margin-left:0}.beauty-workflow__track{grid-template-columns:1fr}.beauty-workflow__track article{min-height:185px}.beauty-workflow__track article>i{margin:16px 0}.beauty-features__grid{grid-template-columns:1fr;display:grid}.beauty-feature:nth-child(n){grid-column:auto}.beauty-feature{min-height:300px}.beauty-booking-demo__grid{gap:18px}.beauty-demo-calendar{min-height:480px;padding:20px;overflow-x:auto}.beauty-demo-calendar__columns{min-width:520px;margin-left:42px}.beauty-demo-calendar__days{left:20px}.beauty-demo-status{left:62px;right:20px}.beauty-booking-benefits{grid-template-columns:repeat(2,1fr)}.beauty-tabs,.beauty-niche-tabs{scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:8px;overflow-x:auto}.beauty-tabs button,.beauty-niche-tabs button{flex:none}.beauty-role-panel,.beauty-niche-panel{padding:24px}.beauty-role-ui{min-height:350px;padding:22px}.beauty-niche-preview{transform:none}.beauty-builder__canvas{min-width:610px}.beauty-builder__visual{overflow-x:auto}.beauty-final,.beauty-final__content{min-height:650px}.beauty-final__image{background-position:65%}.beauty-final__shade{background:linear-gradient(90deg,#1e181bf0,#1e181bb3)}}@media (width<=520px){.beauty-home .btn{min-height:50px}.beauty-hero h1{font-size:43px}.beauty-eyebrow{max-width:290px;line-height:1.45}.beauty-hero__visual{min-height:420px}.beauty-dashboard{transform-origin:top;width:520px;top:30px;left:50%;right:auto;transform:translate(-50%)scale(.62)}.beauty-phone{right:-12px;transform:scale(.73)}.beauty-toast--booking{transform-origin:0 100%;bottom:8px;transform:scale(.88)}.beauty-pain-card{min-height:420px;padding:24px}.beauty-pain-card__visual{top:52px;right:10px;transform:scale(.84)}.beauty-pain-card h3{margin-top:150px}.beauty-niche-preview{border-radius:21px;min-height:330px;padding:18px}.beauty-niche-preview>b:after{display:none}.beauty-niche-preview>span{grid-template-columns:58px 1fr 8px;gap:9px}.beauty-niche-preview i{width:54px;padding:0 6px;font-size:10px}.beauty-feature__demo{transform-origin:100% 100%;transform:scale(.85)}.beauty-booking-benefits{grid-template-columns:1fr}.beauty-role-panel__copy h3,.beauty-niche-panel h3{font-size:30px}.beauty-role-ui{min-height:310px}.beauty-role-kpi{width:90%}.beauty-role-kpi b{font-size:25px}.beauty-role-bars{height:105px}.beauty-pricing__trial{flex-direction:column;align-items:flex-start}.beauty-pricing__trial small{border:0;padding:0}.beauty-price-card{padding:25px}.beauty-price-card__value b{font-size:42px}}@media (prefers-reduced-motion:reduce){.beauty-home *,.beauty-home :before,.beauty-home :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
