@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}.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(1180px,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;gap:26px;margin-left:12px;padding:0;display:flex}.site-shell .nav a{color:#344054;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 .cases-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.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 .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 b,.site-shell .auth-quote .who span{display:block}.site-shell .auth-quote .who b{font-size:14px;font-weight:800}.site-shell .auth-quote .who 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}}
