.site-header{--header-surface:#fff;--header-muted:#5b6b7c;--header-border:#e1e9f1;--header-tint:#eef7fd}.mobile-navigation{display:none}.mobile-navigation__trigger,.mobile-navigation__close{border:1px solid var(--header-border);width:48px;height:48px;color:var(--primary);background:var(--header-tint);cursor:pointer;border-radius:16px;place-items:center;padding:0;transition:background-color .18s,transform .18s;display:grid}.mobile-navigation button:hover{background:var(--header-surface)}.mobile-navigation button:active{transform:scale(.96)}.mobile-navigation :is(a,button):focus-visible{outline:2px solid var(--primary);outline-offset:3px}.mobile-navigation__brand{-webkit-tap-highlight-color:transparent}.mobile-navigation .mobile-navigation__brand:focus{outline:none}.mobile-navigation__brand:focus-visible{opacity:.65}.mobile-navigation__burger{gap:7px;width:22px;display:grid}.mobile-navigation__burger i{background:currentColor;border-radius:2px;height:2px}.mobile-navigation__burger i:last-child{justify-self:end;width:15px}.mobile-navigation svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.mobile-navigation__dialog{background:var(--header-surface);width:min(100%,440px);max-width:100%;height:100%;max-height:none;color:inherit;overscroll-behavior:contain;border:0;margin:0;padding:0;position:fixed;inset:0 0 0 auto;overflow:hidden}.mobile-navigation__dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e162061}.mobile-navigation__dialog[open] .mobile-navigation__panel{animation:.28s ease-out mobile-menu-enter}.mobile-navigation__panel{overscroll-behavior:contain;height:100dvh;max-height:100%;padding:max(20px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));flex-direction:column;display:flex;overflow-y:auto}.mobile-navigation__panel>*{flex-shrink:0}.mobile-navigation__top{justify-content:space-between;align-items:center;gap:24px;display:flex}.mobile-navigation__caption{color:var(--header-muted);margin:32px 0 16px;font-size:14px}.mobile-navigation__links{margin-bottom:32px;display:grid}.mobile-navigation__links a{border-bottom:1px solid var(--header-border);justify-content:space-between;align-items:center;gap:16px;min-height:60px;font-size:clamp(20px,5vw,24px);font-weight:600;transition:color .18s;display:flex}.mobile-navigation__links svg{color:var(--primary);transition:transform .18s}.mobile-navigation__links a:hover{color:var(--primary)}.mobile-navigation__links a:hover svg{transform:translate(4px)}.mobile-navigation__actions{gap:8px;margin-top:auto;display:grid}.mobile-navigation__primary{background:var(--primary);min-height:56px;color:var(--header-surface);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;font-weight:600;display:flex}.mobile-navigation__primary:hover{background:var(--primary-hover)}.mobile-navigation__login{min-height:48px;color:var(--header-muted);place-items:center;font-size:15px;display:grid}.mobile-navigation__login:hover{color:var(--primary)}@keyframes mobile-menu-enter{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width<=1023px){:root{--header-height:80px}.page-shell .site-header__inner{grid-template-columns:minmax(0,1fr) auto;justify-items:stretch;gap:16px;min-height:80px}.site-header .site-header__nav,.site-header .site-header__actions{display:none}.mobile-navigation{display:block}.site-header__brand{justify-self:start}}@media (width<=560px){.site-header .site-header__logo{height:44px}.mobile-navigation__panel{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){.mobile-navigation__dialog[open] .mobile-navigation__panel{animation:none}.mobile-navigation *,.mobile-navigation :before{transition:none}}.faq-sec{--faq-color-0:#fff;--faq-color-1:#e4ecf3;--faq-color-2:#bbd6ea;--faq-color-3:#3fb6f0;--faq-color-4:#1c93cc;--faq-color-5:#7fd0f0;--faq-color-6:#a8b7c5;--faq-color-7:#229ed9;--faq-color-8:#0e1620;--faq-color-9:#edf3f9;--faq-color-10:#4a5a6b;--faq-color-11:#f3f8fc;--faq-color-12:#e1ebf4;--faq-color-13:#33414f;--faq-color-14:#d9e3ec;color:#0e1620;font-family:system-ui,-apple-system,Segoe UI,sans-serif}@keyframes ae-ansIn{0%{opacity:0;clip-path:inset(0 0 100%);transform:translateY(-8px)}to{opacity:1;clip-path:inset(0);transform:none}}.faq-sec{width:100%;margin:0 auto}.faq-sec h2{letter-spacing:-.03em;margin:0 0 34px;font-size:40px;font-weight:800;line-height:1.1}.faq-list{flex-direction:column;display:flex}.faq-slot{opacity:1;grid-template-rows:1fr;padding-bottom:12px;transition:grid-template-rows .55s cubic-bezier(.22,.72,.2,1),opacity .42s,transform .55s cubic-bezier(.22,.72,.2,1),padding-bottom .55s cubic-bezier(.22,.72,.2,1);display:grid;transform:translateY(0)}.faq-slot--hidden{opacity:0;pointer-events:none;grid-template-rows:0fr;padding-bottom:0;transform:translateY(-14px)}.faq-item{background:var(--faq-color-0);border:1px solid var(--faq-color-1);border-radius:18px;min-height:0;transition:border-color .6s,box-shadow .6s;position:relative;overflow:hidden;box-shadow:0 1px 2px #0e28420a}.faq-item:hover{border-color:var(--faq-color-2)}.faq-item[open]{border-color:var(--faq-color-2);box-shadow:0 18px 44px #0e28421a}.faq-water{background:var(--faq-color-1);width:7px;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.faq-water b{background:linear-gradient(180deg,var(--faq-color-3),var(--faq-color-4));transform-origin:top;height:100%;transition:transform .85s cubic-bezier(.3,1.24,.42,1);position:absolute;top:0;left:0;right:0;transform:scaleY(0)}.faq-item[open] .faq-water b{transform:scaleY(1)}.faq-water i{background:var(--faq-color-5);opacity:0;border-radius:50%;height:9px;transition:top .85s cubic-bezier(.3,1.24,.42,1),opacity .5s;position:absolute;top:0;left:-1px;right:-1px;box-shadow:0 0 10px #3fb6f0e6}.faq-item[open] .faq-water i{opacity:1;top:100%}.faq-q{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:18px;width:100%;padding:24px 26px 24px 30px;font-family:inherit;display:flex}.faq-num{color:var(--faq-color-6);font-variant-numeric:tabular-nums;flex:none;font-size:13px;font-weight:800;transition:color .4s}.faq-item[open] .faq-num{color:var(--faq-color-7)}.faq-qt{letter-spacing:-.018em;color:var(--faq-color-8);flex:1;font-size:18px;font-weight:700;line-height:1.35}.faq-plus{background:var(--faq-color-9);border-radius:13px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;transition:background .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1);display:flex;position:relative;transform:rotate(0)}.faq-item[open] .faq-plus{background:var(--faq-color-7);transform:rotate(180deg)}.faq-plus span{background:var(--faq-color-10);border-radius:2px;width:15px;height:2.5px;transition:background .55s,transform .6s cubic-bezier(.2,.7,.2,1);position:absolute}.faq-item[open] .faq-plus span{background:var(--faq-color-0)}.faq-plus span:last-child{transform:rotate(90deg)scaleX(1)}.faq-item[open] .faq-plus span:last-child{transform:rotate(90deg)scaleX(0)}.faq-a{padding:0 26px 22px 30px;animation:.68s cubic-bezier(.2,.7,.2,1) both ae-ansIn}.faq-a div{background:var(--faq-color-11);border:1px solid var(--faq-color-12);color:var(--faq-color-13);text-wrap:pretty;border-radius:14px;padding:18px 20px;font-size:15.5px;line-height:1.7}.faq-more{justify-content:center;margin-top:20px;display:flex}.faq-more button{border:1px solid var(--faq-color-14);background:var(--faq-color-0);height:50px;color:var(--faq-color-8);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:0 24px;font-family:inherit;font-size:15px;font-weight:700;transition:border-color .3s,background .3s;display:inline-flex}.faq-more button:hover{border-color:var(--faq-color-8)}.faq-more svg{transition:transform .4s cubic-bezier(.2,.7,.2,1)}.faq-more.is-open svg{transform:rotate(180deg)}.faq-sec{padding-bottom:112px}.faq-q{min-height:44px;list-style:none}.faq-q::-webkit-details-marker{display:none}.faq-slot--hidden .faq-item{border-width:0}.faq-q:focus-visible,.faq-more button:focus-visible{outline-offset:-3px;outline:2px solid #229ed9}.faq-more svg{fill:none;stroke:#229ed9;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.faq-more button:active{background:#edf3f9}@media (width<=540px){.faq-sec{padding-bottom:64px}.faq-sec h2{font-size:clamp(28px,7vw,40px)}.faq-q{gap:10px;padding:20px 14px 20px 18px}.faq-qt{font-size:16px}.faq-plus{border-radius:10px;width:32px;height:32px}.faq-a{padding:0 14px 18px 18px}.faq-a div{padding:14px;font-size:14px}}@media (prefers-reduced-motion:reduce){.faq-sec *,.faq-sec :before{transition:none!important;animation:none!important}}.seg-wrap{--seg-description:#4a5a6b;--seg-surface:#fff;--seg-border:#e1e9f1;--seg-hover-border:#9fcbe8;--seg-icon-background:#f0f7fc;--seg-tag-background:#e9f5fc;--seg-tag-text:#1b83b3;--seg-box-background:#f7fafd;--seg-divider:#e8eff6;--seg-muted:#8b98a5;--seg-strike:#e9b9b9;--seg-text:#0e1620;--seg-minus-background:#fdecec;--seg-primary:#229ed9;--seg-item-background:#f4f9fd;--seg-item-text:#243240;--seg-minus:#e5484d}@keyframes ae-bob{0%,to{opacity:.55;transform:translateY(-2px)}50%{opacity:1;transform:translateY(3px)}}.seg-wrap{max-width:1180px;margin:0 auto}.seg-lead{color:var(--seg-description);text-wrap:pretty;max-width:720px;margin:0 0 34px;font-size:17.5px;line-height:1.6}.seg-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.seg-card{background:var(--seg-surface);border:1px solid var(--seg-border);border-radius:20px;flex-direction:column;padding:24px 24px 26px;transition:border-color .35s,transform .35s,box-shadow .35s;display:flex}.seg-card:hover{border-color:var(--seg-hover-border);transform:translateY(-3px);box-shadow:0 18px 40px #0e284217}.seg-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.seg-ico{background:var(--seg-icon-background);border-radius:14px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.seg-tag{background:var(--seg-tag-background);height:26px;color:var(--seg-tag-text);white-space:nowrap;border-radius:8px;align-items:center;padding:0 11px;font-size:12.5px;font-weight:700;display:inline-flex}.seg-t{letter-spacing:-.022em;text-wrap:balance;margin-bottom:18px;font-size:20px;font-weight:800;line-height:1.26}.seg-box{background:var(--seg-box-background);border:1px solid var(--seg-divider);border-radius:14px;flex-direction:column;justify-content:center;margin-bottom:18px;padding:14px 15px;display:flex}.seg-was{color:var(--seg-muted);align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;display:flex}.seg-was s{-webkit-text-decoration-color:var(--seg-strike);text-decoration-color:var(--seg-strike)}.seg-arrow{padding:7px 0 7px 2px;display:flex}.seg-arrow svg{animation:2.4s ease-in-out infinite ae-bob}.seg-now{color:var(--seg-text);align-items:flex-start;gap:10px;font-size:14.5px;font-weight:700;line-height:1.45;transition:transform .35s cubic-bezier(.2,.7,.2,1);display:flex}.seg-card:hover .seg-now{transform:translate(3px)}.seg-dot{border-radius:50%;flex:none;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;display:flex}.seg-dot--minus{background:var(--seg-minus-background)}.seg-dot--check{background:var(--seg-primary)}.seg-list{border-top:1px solid var(--seg-divider);flex-direction:column;gap:7px;margin-top:auto;padding-top:16px;display:flex}.seg-item{background:var(--seg-item-background);color:var(--seg-item-text);border-radius:11px;align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.seg-item span{background:var(--seg-primary);border-radius:50%;flex:none;justify-content:center;align-items:center;width:17px;height:17px;display:flex}@media (width>=940px){.seg-t{min-height:78px}.seg-box{min-height:154px}}@media (width<=940px){.seg-grid{grid-template-columns:1fr}}.seg-wrap{color:var(--seg-text);padding-bottom:112px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.seg-heading{letter-spacing:-.03em;margin:0 0 14px;font-size:44px;font-weight:800;line-height:1.08}.seg-ico svg{width:26px;height:26px;stroke:var(--seg-primary);stroke-width:1.8px}.seg-wrap svg{fill:none;stroke-linecap:round;stroke-linejoin:round}.seg-dot svg,.seg-item svg{width:10px;height:10px;stroke:var(--seg-surface);stroke-width:3.6px}.seg-dot--minus svg{width:9px;height:9px;stroke:var(--seg-minus)}.seg-arrow svg{width:14px;height:16px;stroke:var(--seg-primary);stroke-width:2px}.seg-list{margin-bottom:0;padding-left:0;list-style:none}.seg-card{min-width:0}@media (width<=940px){.seg-wrap{padding-bottom:88px}.seg-heading{font-size:clamp(28px,5vw,44px)}}@media (width<=540px){.seg-wrap{padding-bottom:64px}.seg-card{padding:24px 18px 26px}.seg-top{flex-wrap:wrap}.seg-tag{white-space:normal;height:auto;min-height:26px;padding-block:4px}}@media (prefers-reduced-motion:reduce){.seg-arrow svg{animation:none}.seg-card,.seg-now{transition:none}.seg-card:hover,.seg-card:hover .seg-now{transform:none}}.hero__media .ae-phone{--phone-frame:#0e1620;--phone-screen:#fff;background:var(--phone-frame);border-radius:24px;width:90%;max-width:196px;padding:5px;box-shadow:0 16px 32px #0e28422e}.ae-phone-screen{aspect-ratio:375/810;background:var(--phone-screen);border-radius:19px;position:relative;overflow:hidden}.ae-phone-slide{visibility:hidden;position:absolute;inset:0}.ae-phone-slide.is-on{visibility:visible;animation:.45s ae-phone-fade}.ae-phone-screen img{object-fit:contain;width:100%;height:100%;display:block}@keyframes ae-phone-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ae-phone-slide.is-on{animation:none}}.hero{grid-template-columns:minmax(0,1fr);align-items:center;gap:32px;padding:24px 0 56px;display:grid}.hero__content{width:100%;min-width:0;max-width:42rem;margin-inline:auto}.hero h1{text-wrap:balance;font-size:clamp(1.875rem,8.2vw,2.75rem);font-weight:600;line-height:1.12}.hero__accent{color:var(--primary);white-space:nowrap}.hero__subtitle{color:#4d4d4d;max-width:36rem;margin-top:20px;font-size:1rem;font-weight:400;line-height:1.5}.hero__actions{grid-template-columns:minmax(0,1fr);align-items:center;gap:12px;margin-top:24px;display:grid}.hero__cta{border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;min-height:52px;padding:12px 16px;font-size:.9375rem;font-weight:500;transition:background-color .22s,color .22s,border-color .22s,transform .22s;display:inline-flex}.hero__cta--primary{background:var(--primary);color:#fff}.hero__cta--primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.hero__cta--secondary{color:#171717;background:#fff;border-color:#e1e4ef}.hero__cta--secondary:hover{background:#f6f7fb;transform:translateY(-1px)}.hero__cta:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.hero__cta--secondary:focus-visible{background:#f6f7fb}.hero__trial{color:var(--primary);margin-top:12px;font-size:.9375rem;line-height:1.45}.hero__media{grid-template-rows:min-content 1fr;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;width:100%;min-width:0;max-width:36rem;margin-inline:auto;display:grid;position:relative}.hero__frame{min-width:0;transition:transform .32s}.hero__browser{background:#fff;border:1px solid #d8e1ee;border-radius:18px;overflow:hidden;box-shadow:0 22px 48px #1b214324}.hero__browser-bar{background:#eef4fb;border-bottom:1px solid #dbe4ef;align-items:center;gap:8px;min-height:32px;padding:0 12px;display:flex}.hero__browser-dots{flex:none;align-items:center;gap:5px;display:flex}.hero__browser-dot{border-radius:50%;width:7px;height:7px}.hero__browser-dot--red{background:#e9a39f}.hero__browser-dot--yellow{background:#e8c57a}.hero__browser-dot--green{background:#9dd7a2}.hero__browser-address{color:#8ea0b6;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.625rem;font-weight:500;line-height:1;overflow:hidden}.hero__frame--catalog{z-index:2;grid-area:1/1/2/13;width:100%;transform:rotate(0)}.hero__frame--detail{z-index:3;grid-area:1/7/3/13;justify-self:end;margin-top:48px;transform:rotate(0)}.hero__image{object-fit:contain;transform-origin:50%;width:100%;height:auto;transition:transform .32s,filter .32s}.hero__image--catalog{filter:none;max-height:32rem}.hero__image--detail{filter:drop-shadow(0 20px 36px #1b214329);max-height:28rem}.hero__card{z-index:4;background:#fff;border-radius:18px;grid-area:2/1/3/7;align-self:start;width:calc(100% - 12px);margin-top:-40px;margin-left:-8px;padding:12px;transition:transform .32s;box-shadow:0 20px 44px #1b214324}.hero__card-label{color:#5b6b7c;font-size:.75rem;font-weight:600;display:block}.hero__card-value{color:#171717;margin-top:.42rem;font-size:2rem;font-weight:600;line-height:1;display:block}.hero__card-copy{color:#4d4d4d;margin-top:.38rem;font-size:.75rem;line-height:1.4}.hero__cta:active{transform:translateY(0)scale(.98)}@media (width>=360px){.hero__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__cta{padding-inline:8px;font-size:.875rem}}@media (width>=560px){.hero{gap:40px;padding-block:40px 64px}.hero__content{text-align:center}.hero h1{font-size:clamp(2.75rem,6vw,3.5rem)}.hero__subtitle{margin-inline:auto;font-size:1.0625rem}.hero__actions{max-width:440px;margin-inline:auto}.hero__cta,.hero__trial{font-size:1rem}.hero__frame--catalog{grid-column-end:12}.hero__frame--detail{grid-column-start:8;margin-top:56px}.hero__card{grid-column-end:8;max-width:205px;margin-left:-16px;padding:16px}.hero__card-value{font-size:2.5rem}.hero__card-copy{font-size:.875rem}.hero__browser-bar{gap:12px;min-height:40px}.hero__browser-address{font-size:.75rem}}@media (width>=1024px){.hero{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:clamp(32px,4vw,64px);padding-block:48px 72px}.hero__content{text-align:left}.hero h1{font-size:clamp(2.5rem,4.1vw,4.25rem);line-height:1.08}.hero__subtitle{margin-inline:0;font-size:clamp(1rem,1.22vw,1.24rem)}.hero__actions{margin-inline:0;max-width:460px;margin-top:32px}.hero__cta{min-height:56px}.hero__media{max-width:none}}@media (prefers-reduced-motion:reduce){.hero__cta,.hero__frame,.hero__image,.hero__card{transition:none}.hero__cta:hover,.hero__cta:active{transform:none}}.pl-grid{--pl-color-0:#fff;--pl-color-1:#e1e9f1;--pl-color-2:#0e1620;--pl-color-3:#229ed9;--pl-color-4:#5b6b7c;--pl-color-5:#a8b7c5;--pl-color-6:#f2f7fb;--pl-color-7:#7b8a99;--pl-color-8:#8fa0b0;--pl-color-9:#94a3b1;--pl-color-10:#ebf2f9;--pl-color-11:#3c4a59;--pl-color-12:#dde6ee;--pl-color-13:#e4f4e9;--pl-color-14:#96a3b0;--pl-color-15:#fdebeb;color:#0e1620;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;max-width:1180px;margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:grid}.pl-card{background:var(--pl-color-0);border:1px solid var(--pl-color-1);border-radius:20px;padding:28px 26px;transition:transform .35s,box-shadow .35s;position:relative}.pl-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0e284217}.pl-card--dark{background:var(--pl-color-2);border:1px solid var(--pl-color-2);box-shadow:0 26px 60px #0e284238}.pl-head{align-items:center;gap:10px;margin-bottom:6px;display:flex}.pl-name{letter-spacing:-.02em;font-size:19px;font-weight:800}.pl-card--dark .pl-name{color:var(--pl-color-0)}.pl-badge{background:var(--pl-color-3);height:23px;color:var(--pl-color-0);border-radius:7px;align-items:center;padding:0 9px;font-size:11.5px;font-weight:700;display:inline-flex}.pl-tagline{min-height:44px;color:var(--pl-color-4);margin-bottom:16px;font-size:14px;line-height:1.55}.pl-card--dark .pl-tagline{color:var(--pl-color-5)}.pl-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px;display:grid}.pl-stat{background:var(--pl-color-6);border-radius:11px;padding:9px 10px}.pl-card--dark .pl-stat{background:#ffffff12}.pl-stat b{letter-spacing:-.025em;white-space:nowrap;font-size:16.5px;font-weight:800;display:block}.pl-card--dark .pl-stat b{color:var(--pl-color-0)}.pl-stat i{color:var(--pl-color-7);font-size:11.5px;font-style:normal;line-height:1.25;display:block}.pl-card--dark .pl-stat i{color:var(--pl-color-8)}.pl-price{align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.pl-price b{letter-spacing:-.03em;font-size:32px;font-weight:800}.pl-card--dark .pl-price b{color:var(--pl-color-0)}.pl-price span{color:var(--pl-color-4);font-size:15px;font-weight:600}.pl-card--dark .pl-price span{color:var(--pl-color-5)}.pl-sub{color:var(--pl-color-9);margin-bottom:20px;font-size:12.5px}.pl-cta{background:var(--pl-color-10);height:46px;color:var(--pl-color-2);border:none;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:14.5px;font-weight:700;text-decoration:none;display:flex}.pl-card--dark .pl-cta{background:var(--pl-color-3);color:var(--pl-color-0)}.pl-feats{flex-direction:column;gap:9px;display:flex}.pl-feat{color:var(--pl-color-11);align-items:flex-start;gap:9px;font-size:13.8px;line-height:1.5;display:flex}.pl-card--dark .pl-feat{color:var(--pl-color-12)}.pl-feat i{background:var(--pl-color-13);border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:flex}.pl-card--dark .pl-feat i{background:#22c55e29}.pl-feat--no{color:var(--pl-color-14)}.pl-feat--no i{background:var(--pl-color-15)}.pl-card--dark .pl-feat--no i{background:#e5484d29}@media (width<=1199px){.pl-grid{grid-template-columns:1fr}}.pricing-plans-layout{gap:18px;max-width:1180px;margin:32px auto 0;display:grid}.pl-grid{width:100%}.pl-card{min-width:0}.pl-head{flex-wrap:wrap}.pl-feats{margin:0;padding:0;list-style:none}.pl-feat svg{fill:none;stroke:#16a34a;stroke-width:3.6px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.pl-card--dark .pl-feat svg{stroke:#4ade80}.pl-feat--no svg{stroke:#e5484d;stroke-width:3.8px;width:9px;height:9px}.pl-cta{transition:filter .2s,transform .2s}.pl-cta:hover{filter:brightness(.95)}.pl-cta:active{transform:translateY(1px)}.pl-cta:focus-visible{outline-offset:3px;outline:2px solid #229ed9}.pl-card--dark .pl-cta:focus-visible{outline-color:#fff}.pl-sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=540px){.pl-card{padding:24px 18px}.pl-stat{padding:9px 7px}.pl-stat b{font-size:15px}.pl-price{flex-wrap:wrap}.pl-price b{font-size:30px}}@media (prefers-reduced-motion:reduce){.pl-card,.pl-cta{transition:none}.pl-card:hover,.pl-cta:active{transform:none}}.vol-card{background:#0e1620;border-radius:20px;grid-template-columns:minmax(230px,.85fr) minmax(0,1.25fr);align-items:end;gap:22px 40px;padding:80px 30px 0;display:grid;position:relative;overflow:hidden}.vol-grid-lines{pointer-events:none;background-image:linear-gradient(#ffffff0b 1px,#0000 1px);background-size:100% 32px;position:absolute;inset:0}.vol-steps{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:8px;min-width:0;display:grid;position:relative}.vol-step{cursor:default;flex-direction:column;justify-content:flex-end;align-items:center;gap:10px;display:flex;position:relative}.vol-bar{background:linear-gradient(#26617f 0%,#22587a 34%,#153549 100%);border-top:2px solid #aadef6b8;border-left:1px solid #8cc4e421;border-right:1px solid #8cc4e421;border-radius:14px 14px 0 0;justify-content:center;align-items:flex-start;width:100%;padding-top:11px;transition:filter .25s,box-shadow .25s;display:flex;box-shadow:inset 0 1px #ffffff38,inset 0 -44px 48px -34px #0000008c,0 -14px 34px #00000052}.vol-ico-wrap{justify-content:center;align-items:center;height:30px;display:flex}.vol-ico{transition:stroke .25s,transform .25s,opacity .2s}.vol-stage{pointer-events:none;opacity:0;transition:opacity .34s;position:absolute;inset:0;overflow:hidden}.vol-stage.is-on{opacity:1}.vol-cord{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.vol-lampwrap{will-change:transform;width:0;position:absolute;top:0;left:0}.vol-beam{opacity:0;clip-path:polygon(46% 0,54% 0,88% 100%,12% 100%);filter:blur(11px);mix-blend-mode:screen;background:linear-gradient(#bee6fc9e,#8cd0f233 55%,#82cbf000);width:210px;height:330px;margin-left:-105px;transition:opacity .26s;position:absolute;top:22px;left:50%}.vol-card.is-lit .vol-beam{opacity:1}.vol-glow{opacity:0;pointer-events:none;filter:blur(5px);background:radial-gradient(#bee6fa8c,#0000 70%);border-radius:50%;height:26px;transition:opacity .28s;position:absolute;left:-14%;right:-14%}.vol-price{opacity:0;pointer-events:none;white-space:nowrap;color:#fff;background:#09111aeb;border:1px solid #5fbde873;border-radius:9px;padding:6px 11px;font-size:13px;font-weight:700;transition:opacity .22s,transform .22s;position:absolute;left:50%;transform:translate(-50%,8px);box-shadow:0 8px 22px #00000073}.vol-card.is-lit .vol-step:hover .vol-glow{opacity:1}.vol-card.is-lit .vol-step:hover .vol-price{opacity:1;transform:translate(-50%)}.vol-card.is-lit .vol-step:hover .vol-bar{filter:brightness(1.2)saturate(1.08);box-shadow:inset 0 1px #ffffff8c,inset 0 -44px 48px -34px #0006,0 0 42px #5fbde84d}.vol-card.is-lit .vol-step:hover .vol-ico{stroke:#9bd8f2;opacity:0;transform:translateY(-2px)}@media (width<=820px){.vol-card{grid-template-columns:minmax(0,1fr)}}@media (hover:none){.vol-price{opacity:1;box-shadow:none;color:#9bd8f2;background:0 0;border:0;padding:0;font-size:12.5px;position:static;transform:translate(-50%)}}.vol-card{font-synthesis:initial;text-rendering:auto;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;max-width:1120px;margin:18px auto 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.vol-card,.vol-card *,.vol-card :before,.vol-card :after{box-sizing:content-box}.vol-copy{min-width:0;padding-bottom:30px;position:relative}.vol-label{letter-spacing:.1em;text-transform:uppercase;color:#5fbde8;margin-bottom:12px;font-size:11.5px;font-weight:700}.vol-copy h3{letter-spacing:-.03em;color:#fff;margin:0 0 10px;font-size:23px;font-weight:800;line-height:1.15}.vol-benefits{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.vol-benefits li{align-items:center;gap:10px;display:flex}.vol-benefits li>span:last-child{color:#c3d1dc;font-size:13.5px;line-height:1.4}.vol-benefit-icon{color:#5fbde8;background:#229ed924;border-radius:9px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.vol-benefit-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:15px;height:15px}.vol-benefit-icon--slider circle{fill:#0e1620}.vol-benefit-icon--arrows svg{stroke-linejoin:round}.vol-benefit-icon--arrows path:last-child{opacity:.45}.vol-benefit-icon--variants svg{stroke-width:1.9px}.vol-benefit-icon--variants circle:last-child{opacity:.5}.vol-steps{margin:0;padding:0;list-style:none}.vol-ico{fill:none;stroke:#9fb6c9;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.vol-bar{height:var(--bar-height)}.vol-bar>span{text-align:center}.vol-bar b{color:#e6f4fc;font-size:12.5px;font-weight:700;display:block}.vol-bar span span{color:#d6e8f3;margin-top:1px;font-size:11.5px;display:block}.vol-price{bottom:calc(var(--bar-height) + 10px)}.vol-glow{bottom:calc(var(--bar-height) - 8px)}.vol-cord path{fill:none;stroke:#54697c;stroke-width:1.4px;stroke-linecap:round}.vol-lamp{max-width:none;margin-left:-29px;display:block;position:relative}.vol-lamp path{fill:#16232f;stroke:#40566a;stroke-width:1.3px}.vol-lamp ellipse:first-of-type{fill:#0e1620;stroke:#6e8798;stroke-width:1.2px}.vol-lamp ellipse:nth-of-type(2){fill:#dcf1fc}.vol-lamp ellipse:last-of-type{fill:#9bd8f2;opacity:.28}.vol-step:focus-visible{outline-offset:3px;border-radius:14px 14px 0 0;outline:2px solid #5fbde8}.vol-card.is-lit .vol-step:focus-visible .vol-glow{opacity:1}.vol-card.is-lit .vol-step:focus-visible .vol-price{opacity:1;transform:translate(-50%)}.vol-card.is-lit .vol-step:focus-visible .vol-bar{filter:brightness(1.2)saturate(1.08);box-shadow:inset 0 1px #ffffff8c,inset 0 -44px 48px -34px #0006,0 0 42px #5fbde84d}.vol-card.is-lit .vol-step:focus-visible .vol-ico{stroke:#9bd8f2;opacity:0;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.vol-stage{display:none}.vol-card *,.vol-card :before{transition:none}.vol-step:is(:hover,:focus-visible) .vol-price{opacity:1;transform:translate(-50%)}}.tg-sec{--tg-background:#0e1620;--tg-accent:#2aabee;--tg-primary:#229ed9;--tg-highlight:#7fd0f0;--tg-description:#a8b7c5;--tg-muted:#83919e;--tg-text:#dde6ee;--tg-stat:#8fa0b0;--tg-body:#96a6b4;--tg-white:#fff}@keyframes ae-fl{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes ae-icoPop{0%{transform:scale(.8)rotate(-8deg)}55%{transform:scale(1.16)rotate(4deg)}to{transform:scale(1)rotate(0)}}@keyframes ae-rowIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}@keyframes ae-drawArw{0%{stroke-dashoffset:340px}to{stroke-dashoffset:0}}@keyframes ae-headIn{0%,55%{opacity:0}to{opacity:1}}.tg-sec{max-width:1180px;margin:0 auto}.tg-panel{background:var(--tg-background);border-radius:26px;padding:48px 46px 42px;position:relative;overflow:hidden}.tg-glow-a{background:radial-gradient(circle,#2aabee38,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;right:-90px}.tg-glow-b{background:radial-gradient(circle,#229ed924,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-170px;left:-120px}.tg-head{max-width:720px;margin-bottom:38px;position:relative}.tg-head h2{letter-spacing:-.032em;color:var(--tg-white);text-wrap:balance;margin:0 0 16px;font-size:44px;font-weight:800;line-height:1.08}.tg-head p{color:var(--tg-description);text-wrap:pretty;margin:0;font-size:17.5px;line-height:1.6}.tg-grid{grid-template-columns:.94fr 1.06fr;align-items:stretch;gap:40px;display:grid;position:relative}.tg-arrow-layer{pointer-events:none;z-index:4;width:100%;height:100%;display:none;position:absolute;inset:0;overflow:visible}.tg-arrow-layer.is-on{display:block}.tg-arrow-layer path{stroke:var(--tg-accent);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none}.tg-arrow-layer .tg-arrow-line{stroke-dasharray:340;animation:.6s cubic-bezier(.3,.8,.2,1) both ae-drawArw}.tg-arrow-layer .tg-arrow-head{animation:.6s both ae-headIn}.tg-list{flex-direction:column;gap:8px;display:flex}.tg-btn{text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:1;justify-content:center;width:100%;padding:14px 18px;font-family:inherit;transition:background .4s,border-color .4s;display:flex;position:relative}.tg-btn.is-on{background:#2aabee1a;border-color:#2aabee59}.tg-btn__row{align-items:center;gap:12px;display:flex}.tg-btn__ico{background:#ffffff0f;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background .4s;display:flex}.tg-btn.is-on .tg-btn__ico{background:var(--tg-primary);animation:.55s cubic-bezier(.2,.8,.2,1) both ae-icoPop}.tg-btn__ico svg{stroke:var(--tg-muted)}.tg-btn.is-on .tg-btn__ico svg{stroke:var(--tg-white)}.tg-btn__t{letter-spacing:-.015em;color:var(--tg-text);font-size:16px;font-weight:700;transition:color .4s}.tg-btn.is-on .tg-btn__t{color:var(--tg-white)}.tg-btn__stat{letter-spacing:-.03em;color:var(--tg-stat);white-space:nowrap;margin-left:auto;font-size:18px;font-weight:800;transition:color .4s}.tg-btn.is-on .tg-btn__stat{color:var(--tg-highlight)}.tg-btn__body{color:var(--tg-body);margin:8px 0 0 46px;font-size:14px;line-height:1.5;display:none}.tg-btn.is-on .tg-btn__body{animation:.45s cubic-bezier(.2,.7,.2,1) both ae-fl;display:block}.tg-btn__bar{background:linear-gradient(90deg,var(--tg-accent),var(--tg-primary));border-radius:2px;width:0;height:2px;transition:width .35s linear;position:absolute;bottom:0;left:0}.tg-table{background:#ffffff0d;border:1px solid #ffffff1c;border-radius:20px;padding:26px 28px 24px}.tg-thead,.tg-row{grid-template-columns:1.1fr .95fr .95fr;display:grid}.tg-thead{letter-spacing:.05em;text-transform:uppercase;color:var(--tg-muted);border-bottom:1px solid #ffffff1a;padding-bottom:14px;font-size:12.5px;font-weight:700}.tg-thead span:nth-child(2){text-align:center}.tg-thead span:nth-child(3){text-align:center;color:var(--tg-highlight)}.tg-row{background:0 0;border-bottom:1px solid #ffffff12;border-radius:10px;align-items:center;padding:15px 0;transition:background .45s;position:relative}.tg-row.is-on{background:#2aabee21}.tg-row__mark{background:var(--tg-accent);border-radius:3px;width:3px;display:none;position:absolute;top:8px;bottom:8px;left:0}.tg-row.is-on .tg-row__mark{animation:.45s cubic-bezier(.2,.7,.2,1) both ae-rowIn;display:block}.tg-row__label{color:var(--tg-text);padding-left:12px;font-size:14.5px;font-weight:600;transition:color .45s}.tg-row.is-on .tg-row__label{color:var(--tg-white)}.tg-row__store{text-align:center;color:var(--tg-stat);font-size:14px}.tg-row__tg{text-align:center;color:var(--tg-text);font-size:14px;font-weight:700;transition:color .45s}.tg-row.is-on .tg-row__tg{color:var(--tg-highlight)}.tg-note{color:var(--tg-muted);align-items:flex-start;gap:10px;margin-top:18px;font-size:13.5px;line-height:1.55;display:flex}@media (width<=940px){.tg-grid{grid-template-columns:1fr}.tg-arrow-layer{display:none!important}.tg-panel{padding:34px 22px 30px}.tg-head h2{font-size:32px}}.tg-sec{padding:44px 0 112px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.tg-sec svg{fill:none;stroke-linecap:round;stroke-linejoin:round}.tg-btn__ico svg{stroke-width:1.9px;width:19px;height:19px}.tg-btn:focus-visible{outline:2px solid var(--tg-highlight);outline-offset:3px}.tg-btn:hover{border-color:#2aabee59}.tg-btn__bar{transform-origin:0;width:100%;transition:transform .12s linear}.tg-note svg{width:15px;height:15px;stroke:var(--tg-highlight);stroke-width:2px;flex:none;margin-top:2px}@media (width<=540px){.tg-panel{padding:30px 16px}.tg-head h2{font-size:clamp(26px,6vw,32px)}.tg-btn{padding:14px 12px}.tg-btn__row{flex-wrap:wrap;gap:8px}.tg-btn__t{flex:1;min-width:120px}.tg-btn__stat,.tg-btn__body{margin-left:42px}.tg-table{padding:20px 10px}.tg-thead{letter-spacing:0;font-size:10px}.tg-row__label{padding-left:8px;font-size:12px}.tg-row__store,.tg-row__tg{overflow-wrap:anywhere;font-size:12px}}@media (prefers-reduced-motion:reduce){.tg-sec *,.tg-sec :before{transition:none!important;animation:none!important}}.why-appeasy{--why-ink:#0e1620;--why-accent:#229ed9;--why-muted:#5b6b7c;--why-divider:#dce6ef;color:var(--why-ink);padding-bottom:120px}.why-appeasy h2{letter-spacing:-.03em;margin:0 0 54px;font-size:44px;font-weight:800;line-height:1.08}.why-appeasy h2 span{color:var(--why-accent)}.why-appeasy__grid{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.why-appeasy__fact{padding:8px 26px 10px;transition:transform .5s cubic-bezier(.2,.7,.2,1);position:relative}.why-appeasy__fact+.why-appeasy__fact:before{content:"";background:linear-gradient(180deg,transparent,var(--why-divider) 22%,var(--why-divider) 78%,transparent);width:1px;position:absolute;top:6px;bottom:6px;left:0}.why-appeasy__icon{fill:none;width:40px;height:40px;stroke:var(--why-ink);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;margin-bottom:22px;transition:transform .5s cubic-bezier(.2,.7,.2,1);display:block}.why-appeasy__icon-accent{stroke:var(--why-accent)}.why-appeasy__fact h3{letter-spacing:-.018em;margin:0 0 12px;font-size:18px;font-weight:700;line-height:1.28}.why-appeasy__rule{background:var(--why-accent);border-radius:2px;width:26px;height:2px;margin-bottom:14px;transition:width .55s cubic-bezier(.2,.7,.2,1)}.why-appeasy__fact p{color:var(--why-muted);text-wrap:pretty;margin:0;font-size:14.5px;line-height:1.6}@media (hover:hover){.why-appeasy__fact:hover{transform:translateY(-6px)}.why-appeasy__fact:hover .why-appeasy__icon{transform:translateY(-4px)scale(1.12)}.why-appeasy__fact:hover .why-appeasy__rule{width:54px}}@media (width<=1080px){.why-appeasy__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:32px}}@media (width<=820px){.why-appeasy__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.why-appeasy{padding-bottom:88px}}@media (width<=560px){.why-appeasy{padding-bottom:64px}.why-appeasy h2{margin-bottom:32px;font-size:clamp(28px,7vw,40px)}.why-appeasy__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.why-appeasy__fact,.why-appeasy__icon,.why-appeasy__rule{transition:none}.why-appeasy__fact:hover,.why-appeasy__fact:hover .why-appeasy__icon{transform:none}}*,:before,:after{box-sizing:border-box}:root{--header-height:88px;--primary:#1d92d2;--primary-hover:#187db2;color:#171717;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}html,body,#root{min-height:100%;margin:0}body{color:#171717;background:#fff;min-width:320px}main{min-height:100vh}.skip-link{z-index:100;color:var(--primary-hover);background:#fff;border-radius:12px;padding:12px 20px;position:fixed;top:12px;left:16px;transform:translateY(calc(-100% - 24px))}.skip-link:focus{outline:2px solid var(--primary);transform:translateY(0)}.no-script-navigation{color:var(--primary-hover);background:#f4f9fc;flex-wrap:wrap;justify-content:center;gap:8px 24px;padding:16px;display:flex}.no-script-navigation a{padding:12px 0;text-decoration:underline}h1,h2,h3,p{margin:0}.page-shell,.site-header__inner{width:min(93rem,100% - 17rem);margin:0 auto}.page-shell{padding-top:var(--header-height)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:50;background:var(--header-surface,#fff);box-shadow:0 1px 0 var(--header-border);position:fixed;inset:0 0 auto}.site-header__inner{min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0;display:grid}.site-header__brand,.site-header__link,.site-header__telegram,.site-header__login,.site-header__signup{transition:opacity .18s,color .18s,background-color .18s,transform .18s}.site-header__brand:hover,.site-header__brand:focus-visible{opacity:.72}.site-header__brand:focus-visible,.site-header__link:focus-visible,.site-header__telegram:focus-visible,.site-header__login:focus-visible,.site-header__signup:focus-visible{outline-offset:3px;outline:2px solid #171717}.site-header__logo{width:auto;height:54px}.site-header__nav{white-space:nowrap;justify-content:center;align-items:center;gap:18px;min-width:0;margin-left:6px;display:flex;overflow:hidden}.site-header__link{color:#5b6b7c;font-size:.91rem;font-weight:500}.site-header__link:hover,.site-header__link:focus-visible,.site-header__login:hover,.site-header__login:focus-visible{opacity:.78}.site-header__actions{white-space:nowrap;align-items:center;gap:12px;margin-left:auto;display:flex}.site-header__telegram{color:#1d92d2;background:#fff;border:1px solid #d9e3ec;border-radius:11px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;margin-right:16px;display:inline-flex}.site-header__telegram:hover,.site-header__telegram:focus-visible{color:#1b8ac0;border-color:#1d92d2}.site-header__telegram svg{width:18px;height:18px}.site-header__telegram svg path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.site-header__login{font-size:.91rem;font-weight:600}.site-header__signup{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:.91rem;font-weight:600;display:inline-flex}.site-header__signup:hover,.site-header__signup:focus-visible{background:var(--primary-hover)}.site-header__signup-short{display:none}.proof-points{padding:0 0 108px}.proof-points__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;display:grid}.proof-points__card{background:radial-gradient(circle at 100% 0,#7c98ff1f,#0000 42%),linear-gradient(#ffffffeb,#f4f7fff2);border:1px solid #e8ebf2;border-radius:1.75rem;min-height:12rem;padding:1.45rem 1.35rem 1.35rem;transition:transform .24s,box-shadow .24s,border-color .24s;position:relative;overflow:hidden}.proof-points__card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff85,#0000 38%),radial-gradient(circle at 82% 16%,#5b6ed014,#0000 24%);position:absolute;inset:0}.proof-points__card:hover,.proof-points__card:focus-within{border-color:#dbe2f2;transform:translateY(-6px);box-shadow:0 18px 38px #1b214314}.proof-points__value{z-index:1;color:#1d92d2;background:linear-gradient(#6f82df 0%,#4f64c8 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,2.5vw,2.7rem);font-weight:600;line-height:1;display:block;position:relative}.proof-points__description{z-index:1;color:#4f5667;max-width:15ch;margin-top:.95rem;font-size:1rem;line-height:1.42;position:relative}.what-you-get{padding:0 0 120px}.what-you-get__intro{max-width:45rem}.what-you-get__intro h2{font-size:clamp(2.2rem,3.4vw,3.5rem);font-weight:600;line-height:1.04}.what-you-get__intro p{color:#4a5a6b;margin-top:1rem;font-size:1.08rem;line-height:1.6}.what-you-get__topbar{align-items:center;gap:1rem;margin-top:2rem;display:flex}.what-you-get__modes{isolation:isolate;background:#e6eef6;border:1px solid #dae4ee;border-radius:.95rem;align-items:stretch;gap:.3rem;max-width:100%;padding:.3rem;display:inline-flex;position:relative}.what-you-get__mode-thumb{pointer-events:none;background:#fff;border-radius:.75rem;width:calc(50% - .45rem);transition:transform .32s cubic-bezier(.2,.7,.2,1);position:absolute;top:.3rem;bottom:.3rem;left:.3rem;box-shadow:0 1px 3px #0e284221}.what-you-get__mode{z-index:1;color:#697a8d;text-align:left;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:.9rem;min-width:19rem;min-height:3.5rem;padding:.85rem 1rem;transition:background-color .22s,color .22s,box-shadow .22s;display:inline-flex;position:relative}.what-you-get__mode:hover,.what-you-get__mode:focus-visible{color:#435261}.what-you-get__mode--active{color:#171717;background:0 0}.what-you-get__mode-icon{color:#6a7b8d;background:#ffffff6b;border-radius:.7rem;flex:none;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;transition:background-color .22s,color .22s;display:inline-flex}.what-you-get__mode--active .what-you-get__mode-icon{color:#1d92d2;background:#eef5fb}.what-you-get__mode-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.what-you-get__mode-text{display:block}.what-you-get__mode-title{letter-spacing:-.02em;font-size:.96rem;font-weight:600;display:block}.what-you-get__mode--active .what-you-get__mode-title{color:#171717}.what-you-get__mode-subtitle{color:#7b8a99;margin-top:.18rem;font-size:.8rem;line-height:1.4;display:block}.what-you-get__mode--active .what-you-get__mode-subtitle{color:#7b8a99}.what-you-get__demo-link{color:#fff;background:#1d92d2;border-radius:.9rem;justify-content:center;align-items:center;min-height:3rem;margin-left:auto;padding:0 1.25rem;font-size:.96rem;font-weight:600;transition:background-color .22s,transform .22s;display:inline-flex}.what-you-get__demo-link:hover,.what-you-get__demo-link:focus-visible{background:#187bb2;transform:translateY(-1px)}.what-you-get__feature-pills{flex-wrap:wrap;gap:.5rem;margin-top:1.4rem;display:flex}.what-you-get__feature-pill{color:#4a5a6b;background:#fff;border:1px solid #e1e9f1;border-radius:.85rem;justify-content:center;align-items:center;min-height:2.65rem;padding:0 1rem;font-size:.92rem;font-weight:600;transition:background-color .22s,border-color .22s,color .22s,transform .22s;display:inline-flex}.what-you-get__feature-pill:hover,.what-you-get__feature-pill:focus-visible{border-color:#d0dbe7;transform:translateY(-1px)}.what-you-get__feature-pill--active{color:#fff;background:#1d92d2;border-color:#1d92d2}.what-you-get__note{color:#7b8a99;align-items:flex-start;gap:.75rem;max-width:47rem;margin-top:1rem;font-size:.92rem;line-height:1.6;display:flex}.what-you-get__note-dot{color:#94a3b1;border:1px solid #b8c5d3;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1rem;height:1rem;margin-top:.22rem;font-size:.7rem;font-weight:600;display:inline-flex}.what-you-get__note a{color:#171717;font-weight:600}.what-you-get__panel{background:#fff;border:1px solid #e1e9f1;border-radius:2rem;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;margin-top:1.5rem;display:grid;overflow:hidden;box-shadow:0 24px 60px #0e284214}.what-you-get__copy{flex-direction:column;justify-content:space-between;padding:2rem 2rem 1.8rem;animation:.38s what-you-get-fade;display:flex}.what-you-get__copy[hidden],.what-you-get__feature-pills[hidden]{display:none}.what-you-get :is([role=tab],[role=tabpanel]):focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.what-you-get__view-label{color:#7b8a99;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.82rem;font-weight:600;display:inline-flex}.what-you-get__view-dot{background:#1d92d2;border-radius:50%;width:.45rem;height:.45rem}.what-you-get__copy h3{letter-spacing:-.03em;font-size:clamp(1.9rem,2.5vw,2.4rem);font-weight:600;line-height:1.1}.what-you-get__body{color:#4a5a6b;margin-top:.9rem;font-size:1.02rem;line-height:1.62}.what-you-get__bullets{border-top:1px solid #e8eff6;flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:1.35rem 0 0;list-style:none;display:flex}.what-you-get__bullets li{color:#33414f;align-items:flex-start;gap:.7rem;font-size:.94rem;line-height:1.56;display:flex}.what-you-get__bullet-icon{color:#1d92d2;background:#e2f1fb;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;margin-top:.08rem;display:inline-flex}.what-you-get__bullet-icon svg{fill:none;stroke:currentColor;stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round;width:.7rem;height:.7rem}.what-you-get__footer{border-top:1px solid #e8eff6;align-items:center;gap:1rem;margin-top:1.7rem;padding-top:1.25rem;display:flex}.what-you-get__open-demo{background:var(--primary);color:#fff;border-radius:.85rem;align-items:center;gap:.45rem;min-height:2.75rem;padding:0 1rem;font-size:.92rem;font-weight:600;transition:background-color .22s,transform .22s;display:inline-flex}.what-you-get__open-demo:hover,.what-you-get__open-demo:focus-visible{background:var(--primary-hover);transform:translateY(-1px)}.what-you-get__open-demo svg,.what-you-get__screen-arrow svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:.95rem;height:.95rem}.what-you-get__counter{color:#8fa0b0;font-size:.88rem;line-height:1.5}.what-you-get__visual-shell{background:linear-gradient(160deg,#eef4fb,#f8fbfe 58%,#edf7fc);flex-direction:column;justify-content:center;min-height:29rem;padding:1.6rem 1.6rem 1.25rem;display:flex;position:relative}.what-you-get__visual-bg:before,.what-you-get__visual-bg:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.what-you-get__visual-bg:before{background:radial-gradient(circle,#1d92d22e,#0000 70%);width:12rem;height:12rem;top:-3.5rem;right:-2.6rem}.what-you-get__visual-bg:after{background:radial-gradient(circle,#1d92d21f,#0000 70%);width:11rem;height:11rem;bottom:-4rem;left:-2rem}.what-you-get__visual-stage{z-index:1;flex:1;justify-content:center;align-items:center;animation:.38s what-you-get-fade;display:flex;position:relative}.what-you-get__phone{background:#0e1620;border-radius:1.75rem;width:min(100%,15rem);padding:.35rem;box-shadow:0 26px 60px #0e284247}.what-you-get__phone-inner{background:#fff;border-radius:1.45rem;overflow:hidden}.what-you-get__browser-shot{background:#fff;border:1px solid #dce5ee;border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 22px 50px #0e284229}.what-you-get__browser-top{background:#edf3f9;border-bottom:1px solid #e4ecf3;align-items:center;gap:.45rem;min-height:2.1rem;padding:0 .85rem;display:flex}.what-you-get__browser-lights{flex:none;align-items:center;gap:.35rem;display:flex}.what-you-get__browser-light{border-radius:50%;width:.45rem;height:.45rem}.what-you-get__browser-light--red{background:#e0a7a7}.what-you-get__browser-light--yellow{background:#e5c88f}.what-you-get__browser-light--green{background:#a7d8b0}.what-you-get__browser-url{color:#8fa0b0;margin-left:.35rem;font-size:.72rem;line-height:1}.what-you-get__image{width:100%;height:auto;display:block}.what-you-get__screen-controls{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffdb;border:1px solid #dce7f1;border-radius:999px;align-self:center;align-items:center;gap:.4rem;margin-top:1.1rem;padding:.35rem .4rem;display:inline-flex;position:relative;box-shadow:0 8px 22px #0e284217}.what-you-get__screen-arrow{color:#171717;background:#edf3f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;transition:background-color .22s,color .22s,transform .22s;display:inline-flex}.what-you-get__screen-arrow:hover,.what-you-get__screen-arrow:focus-visible{background:var(--primary);color:#fff}.what-you-get__screen-meta{align-items:center;gap:.65rem;padding:0 .5rem;display:flex}.what-you-get__screen-name{color:#171717;white-space:nowrap;font-size:.84rem;font-weight:600}.what-you-get__screen-dots{align-items:center;gap:.32rem;display:inline-flex}.what-you-get__screen-dot{background:#bccbd9;border:none;border-radius:999px;width:.38rem;height:.38rem;padding:0;transition:width .22s,background-color .22s}.what-you-get__screen-dot--active{background:#1d92d2;width:1.15rem}.what-you-get__screen-index{color:#8fa0b0;white-space:nowrap;font-size:.76rem;font-weight:600}@keyframes what-you-get-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.workflow{padding:20px 0 120px}.workflow__intro{max-width:760px}.workflow__eyebrow{color:#1d92d2;font-size:.9rem;font-weight:600}.workflow__intro h2{margin-top:14px;font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.06}.workflow__lead{color:#5b5b62;max-width:38ch;margin-top:18px;font-size:1.08rem;line-height:1.5}.workflow__steps{margin-top:52px;position:relative}.workflow__steps:before{content:"";background:linear-gradient(#d8def7 0%,#c7d0f9 100%);width:1px;position:absolute;top:24px;bottom:24px;left:50%;transform:translate(-50%)}.workflow__step{--workflow-tilt:-4deg;opacity:0;grid-template-columns:minmax(0,1fr) 88px minmax(0,1fr);align-items:center;margin-bottom:28px;transition:opacity .52s,transform .52s;display:grid;position:relative;transform:translateY(40px)}.workflow__step--right{--workflow-tilt:4deg}.workflow__step[data-visible=true]{opacity:1;transform:translateY(0)}.workflow__content,.workflow__visual{transition:transform .42s,box-shadow .42s,border-color .42s}.workflow__step--left .workflow__content{grid-column:1;justify-self:end}.workflow__step--left .workflow__rail{grid-column:2}.workflow__step--left .workflow__visual{grid-column:3;justify-self:start}.workflow__step--right .workflow__visual{grid-column:1;justify-self:end}.workflow__step--right .workflow__rail{grid-column:2}.workflow__step--right .workflow__content{grid-column:3;justify-self:start}.workflow__content{background:0 0;border:1px solid #e8e8ec;border-radius:28px;max-width:420px;padding:28px}.workflow__number{color:#1d92d2;background:#f3f5ff;border-radius:999px;justify-content:center;align-items:center;min-width:76px;min-height:50px;padding:0 18px;font-size:1.7rem;font-weight:600;display:inline-flex}.workflow__content h3{margin-top:20px;font-size:2.45rem;font-weight:600;line-height:1.14}.workflow__content p{color:#5b5b62;margin-top:12px;font-size:1.9rem;line-height:1.36}.workflow__rail{justify-content:center;display:flex;position:relative}.workflow__dot{z-index:1;background:#1d92d2;border:4px solid #fff;border-radius:999px;width:18px;height:18px;position:relative}.workflow__visual{width:min(100%,420px);transform:rotate(var(--workflow-tilt));transform-origin:50%;background:0 0;border:1px solid #0000;border-radius:32px;padding:18px}.workflow__visual--admin{width:min(100%,720px);padding:22px}.workflow__visual--mobile{background:0 0;border-color:#0000;width:min(100%,300px);padding:0}.workflow__image{object-fit:contain;border-radius:20px;width:100%;height:auto}.workflow__visual--mobile .workflow__image{max-height:470px}.workflow__step:hover .workflow__visual,.workflow__step:focus-within .workflow__visual{transform:translateY(-8px) rotate(var(--workflow-tilt))}.workflow__step:hover .workflow__content,.workflow__step:focus-within .workflow__content{border-color:#dbe2ff;transform:translateY(-4px)}.workflow-linked{padding:10px 0 120px}.workflow-linked__intro{max-width:44rem}.workflow-linked__intro h2{max-width:14ch;font-size:clamp(2.2rem,4.2vw,3.25rem);font-weight:600;line-height:1.08}.workflow-linked__intro p{color:#4a5a6b;margin-top:16px;font-size:1.08rem;line-height:1.6}.workflow-linked__layout{grid-template-columns:minmax(15rem,18rem) minmax(0,1fr);align-items:start;gap:2.5rem;margin-top:52px;display:grid}.workflow-linked__summary{position:sticky;top:104px}.workflow-linked__ring{aspect-ratio:1;border-radius:50%;flex-shrink:0;place-items:center;width:196px;min-width:196px;height:196px;padding:13px;transition:background .6s cubic-bezier(.3,.7,.2,1);display:grid;position:relative;overflow:visible}.workflow-linked__confetti{pointer-events:none;position:absolute;inset:0}.workflow-linked__confetti-burst{border:3px solid #1d92d261;border-radius:50%;animation:1.5s cubic-bezier(.2,.8,.2,1) infinite workflow-linked-burst;position:absolute;inset:-6px}.workflow-linked__spark-orbit{width:0;height:0;position:absolute;top:50%;left:50%}.workflow-linked__spark{width:var(--spark-width);height:var(--spark-height);margin-left:calc(var(--spark-width) / -2);background:var(--spark-color);opacity:0;border-radius:999px;animation:1.58s cubic-bezier(.16,.85,.3,1) infinite workflow-linked-spark;position:absolute}.workflow-linked__spark--square{border-radius:3px}.workflow-linked__spark--far{animation-name:workflow-linked-spark-far}.workflow-linked__ring-inner{z-index:1;text-align:center;background:#f4f7fb;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:0 18px;display:flex;position:relative}.workflow-linked__ring--complete .workflow-linked__ring-inner{padding:0 14px}.workflow-linked__ring-value{letter-spacing:-.04em;color:#171717;font-size:2.9rem;font-weight:700;line-height:1}.workflow-linked__ring-value--complete{white-space:nowrap;font-size:2.15rem;line-height:1.04}.workflow-linked__ring-label{color:#7b8a99;margin-top:8px;font-size:.88rem;line-height:1.35}.workflow-linked__ring-label--complete{color:#1d92d2;max-width:8.5rem;margin-top:.4rem;font-size:.8rem;font-weight:600;line-height:1.28}@keyframes workflow-linked-spark{0%{opacity:0;transform:translateY(-30px)scale(.2)}8%{opacity:1;transform:translateY(-58px)scale(1.15)}55%{opacity:1;transform:translateY(-116px)scale(1)}to{opacity:0;transform:translateY(-142px)scale(.35)}}@keyframes workflow-linked-spark-far{0%{opacity:0;transform:translateY(-30px)scale(.2)}8%{opacity:1;transform:translateY(-66px)scale(1.25)}55%{opacity:1;transform:translateY(-140px)scale(.95)}to{opacity:0;transform:translateY(-172px)scale(.3)}}@keyframes workflow-linked-burst{0%{opacity:.85;border-width:5px;transform:scale(.72)}55%{opacity:0;border-width:1px;transform:scale(1.22)}to{opacity:0;border-width:1px;transform:scale(1.22)}}.workflow-linked__summary-copy{max-width:14rem;margin-top:26px}.workflow-linked__summary-step{letter-spacing:-.02em;font-size:1.2rem;font-weight:600}.workflow-linked__summary-hint{color:#5b6b7c;margin-top:8px;font-size:.95rem;line-height:1.55}.workflow-linked__rail{padding-left:38px;position:relative}.workflow-linked__rail-line,.workflow-linked__rail-progress{border-radius:999px;width:2px;position:absolute;top:14px;left:15px}.workflow-linked__rail-line{background:#e1e9f1;bottom:14px}.workflow-linked__rail-progress{background:linear-gradient(#35a6e0,#1d92d2);transition:height .7s cubic-bezier(.3,.7,.2,1)}.workflow-linked__list{flex-direction:column;gap:16px;display:flex}.workflow-linked__item{background:#fff;border:1px solid #e1e9f1;border-radius:20px;padding:22px 26px;transition:opacity .55s,transform .55s cubic-bezier(.2,.7,.2,1),background-color .45s,border-color .45s,box-shadow .45s;position:relative}.workflow-linked__item--future{opacity:.55}.workflow-linked__item--done{opacity:.92}.workflow-linked__item--active{border-color:#bbd9ef;transform:translate(6px);box-shadow:0 20px 46px #0e284221}.workflow-linked__dot{color:#94a3b1;background:#fff;border:2px solid #dce5ee;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:700;transition:background-color .45s,border-color .45s,color .45s,box-shadow .45s;display:flex;position:absolute;top:24px;left:-38px}.workflow-linked__item--done .workflow-linked__dot,.workflow-linked__item--active .workflow-linked__dot{color:#fff;background:#1d92d2;border-color:#1d92d2}.workflow-linked__item--active .workflow-linked__dot{box-shadow:0 0 0 6px #1d92d229}.workflow-linked__content{max-width:42rem}.workflow-linked__topline{align-items:center;gap:12px;margin-bottom:8px;display:flex}.workflow-linked__content h3{letter-spacing:-.02em;font-size:1.42rem;font-weight:600;line-height:1.25}.workflow-linked__time{color:#8fa0b0;white-space:nowrap;background:#edf3f9;border-radius:8px;justify-content:center;align-items:center;min-height:26px;margin-left:auto;padding:0 10px;font-size:.78rem;font-weight:700;transition:background-color .45s,color .45s;display:inline-flex}.workflow-linked__item--done .workflow-linked__time,.workflow-linked__item--active .workflow-linked__time{color:#1b83b3;background:#e2f1fb}.workflow-linked__content p{color:#4a5a6b;font-size:1rem;line-height:1.6}.customer-experience{padding:24px 0 120px}.customer-experience__intro{grid-template-columns:minmax(0,42rem) minmax(0,1fr);align-items:end;gap:2rem;display:grid}.customer-experience__eyebrow{color:#1d92d2;grid-area:1/1;font-size:.9rem;font-weight:600}.customer-experience__intro h2{grid-area:2/1;max-width:16ch;margin-top:14px;font-size:clamp(2.2rem,4.2vw,3.35rem);font-weight:600;line-height:1.08}.customer-experience__lead{color:#5b5b62;grid-area:1/2/span 2;justify-self:end;max-width:26rem;font-size:1.1rem;line-height:1.55}.customer-experience__grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(19rem,auto);gap:1rem;margin-top:2.8rem;display:grid}.customer-experience__card{border-radius:2rem;grid-template-columns:minmax(0,20rem) minmax(0,1fr);gap:1.5rem;min-height:25rem;padding:2rem;transition:transform .26s,box-shadow .26s,background-color .26s;display:grid;position:relative;overflow:hidden}.customer-experience__card--wide{grid-column:span 7}.customer-experience__card--compact{grid-column:span 5}.customer-experience__card--catalog{grid-area:1/1/auto/span 5;min-height:23rem}.customer-experience__card--search{grid-area:1/6/auto/span 7}.customer-experience__card--favorite{grid-area:2/1/auto/span 4;min-height:22.5rem}.customer-experience__card--restock{grid-area:3/1/auto/span 5;min-height:23rem}.customer-experience__card--checkout{grid-area:2/8/auto/span 5;min-height:22.5rem}.customer-experience__card--delivery{grid-area:2/5/auto/span 3;min-height:21rem}.customer-experience__card--loyalty{grid-area:3/6/auto/span 7;min-height:25rem;padding:2rem}.customer-experience__card--neutral{background:#f7f8fc}.customer-experience__card--accent{background:#eef2ff}.customer-experience__card:hover,.customer-experience__card:focus-within{transform:translateY(-4px);box-shadow:0 20px 40px #1b214314}.customer-experience__copy{z-index:2;max-width:20rem;position:relative}.customer-experience__card--delivery .customer-experience__copy,.customer-experience__card--restock .customer-experience__copy{max-width:16rem}.customer-experience__card--delivery .customer-experience__copy h3{font-size:1.34rem}.customer-experience__card--delivery .customer-experience__copy p{margin-top:.7rem;font-size:.96rem;line-height:1.5}.customer-experience__copy h3{font-size:1.6rem;font-weight:600;line-height:1.15}.customer-experience__copy p{color:#5b5b62;margin-top:.95rem;font-size:1.05rem;line-height:1.55}.customer-experience__visual{min-height:21rem;position:relative}.customer-experience__screen{object-fit:contain;filter:drop-shadow(0 18px 32px #2129541f);height:auto;transition:transform .32s;position:absolute}.customer-experience__card--search .customer-experience__screen--1{width:min(100%,15.5rem);bottom:0;left:calc(50% - 8.2rem)}.customer-experience__card--search .customer-experience__screen--2{width:min(100%,14.2rem);bottom:0;right:1rem}.customer-experience__card--favorite .customer-experience__screen--1{width:min(100%,15.8rem);bottom:0;left:50%;right:auto;transform:translate(-50%)}.customer-experience__card--restock .customer-experience__screen--1{width:min(100%,16rem);bottom:0;left:50%;right:auto;transform:translate(-50%)}.customer-experience__card--catalog .customer-experience__screen--1{width:min(100%,16.4rem);bottom:0;left:50%;right:auto;transform:translate(-50%)}.customer-experience__card--delivery .customer-experience__screen--1{width:min(100%,12.8rem);bottom:0;left:50%;right:auto;transform:translate(-50%)}.customer-experience__card--checkout .customer-experience__screen--1{width:min(100%,15.5rem);bottom:0;left:50%;right:auto;transform:translate(-50%)}.customer-experience__card--loyalty .customer-experience__screen--1{width:min(100%,14rem);bottom:0;left:calc(50% - 7.6rem)}.customer-experience__card--loyalty .customer-experience__screen--2{width:min(100%,14.8rem);bottom:0;right:1.2rem}.customer-experience__card--favorite:hover .customer-experience__screen--1,.customer-experience__card--favorite:focus-within .customer-experience__screen--1,.customer-experience__card--restock:hover .customer-experience__screen--1,.customer-experience__card--restock:focus-within .customer-experience__screen--1,.customer-experience__card--catalog:hover .customer-experience__screen--1,.customer-experience__card--catalog:focus-within .customer-experience__screen--1,.customer-experience__card--delivery:hover .customer-experience__screen--1,.customer-experience__card--delivery:focus-within .customer-experience__screen--1,.customer-experience__card--checkout:hover .customer-experience__screen--1,.customer-experience__card--checkout:focus-within .customer-experience__screen--1{transform:translate(-50%)translateY(-6px)}.customer-experience__card--search:hover .customer-experience__screen--1,.customer-experience__card--search:focus-within .customer-experience__screen--1,.customer-experience__card--loyalty:hover .customer-experience__screen--1,.customer-experience__card--loyalty:focus-within .customer-experience__screen--1,.customer-experience__card--search:hover .customer-experience__screen--2,.customer-experience__card--search:focus-within .customer-experience__screen--2,.customer-experience__card--loyalty:hover .customer-experience__screen--2,.customer-experience__card--loyalty:focus-within .customer-experience__screen--2{transform:translateY(-6px)}.benefits{padding:40px 0 104px}.benefits__header{max-width:44rem;padding:0 0 24px}.benefits__header h2{font-size:clamp(2.25rem,4.4vw,3.3rem);font-weight:600;line-height:1.08}.benefits__accent{color:#1d92d2}.benefits__list{margin-top:16px}.benefits__item{background:#fff;grid-template-columns:minmax(0,24rem) minmax(0,1fr);align-items:center;gap:2rem;min-height:700px;padding:36px 0;display:grid;position:sticky;top:88px}.benefits__item+.benefits__item{margin-top:10vh}.benefits__media{justify-content:flex-end;width:100%;display:flex}.benefits__image{object-fit:contain;width:100%;max-width:52rem;height:100%;max-height:700px}.benefits__copy{max-width:26rem}.benefits__index{color:#1d92d2;font-size:.94rem;font-weight:600}.benefits__copy h3{margin-top:14px;font-size:1.72rem;font-weight:600;line-height:1.25}.benefits__copy p{color:#5b5b62;margin-top:10px;font-size:1.24rem;line-height:1.5}.benefits__copy .benefits__index+h3+p{max-width:320px}.reasons{padding:44px 0 112px}.blue_text{color:#1d92d2}.reasons__shell{background:linear-gradient(#fff,#f8fbfe);border:1px solid #e1e9f1;border-radius:2rem;padding:2.75rem;position:relative;overflow:hidden}.reasons__glow{z-index:0;opacity:.72;filter:blur(52px);pointer-events:none;border-radius:999px;width:22rem;height:22rem;position:absolute}.reasons__glow--top{background:radial-gradient(circle,#1d92d21f,#1d92d200);top:-11rem;right:-7rem}.reasons__glow--bottom{background:radial-gradient(circle,#1d92d21a,#1d92d200);bottom:-13rem;left:-8rem}.reasons__intro,.reasons__layout{z-index:1;position:relative}.reasons__intro h2{color:#171717;max-width:16ch;font-size:clamp(2.2rem,4vw,3.3rem);font-weight:600;line-height:1.06}.reasons__intro p{color:#5b6b7c;max-width:56rem;margin-top:.9rem;font-size:clamp(1rem,1.18vw,1.12rem);line-height:1.58}.reasons__layout{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:1.2rem;margin-top:2rem;display:grid}.reasons__list{align-content:start;gap:.8rem;display:grid}.reasons__item{text-align:left;background:#fbfdff;border:1px solid #e1e9f1;border-radius:1.45rem;width:100%;padding:1.22rem 1.25rem 1.2rem;transition:transform .32s,border-color .32s,background-color .32s,box-shadow .32s;position:relative;overflow:hidden}.reasons__item:hover,.reasons__item:focus-visible,.reasons__item--active{background:#fff;border-color:#b9d8ea;transform:translateY(-3px);box-shadow:0 16px 36px #0e284214}.reasons__item:focus-visible{outline:none}.reasons__item-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.95rem;display:grid}.reasons__icon{color:#62819c;background:#eef5fb;border-radius:.95rem;flex-shrink:0;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;transition:background-color .32s,color .32s;display:flex}.reasons__icon svg{width:1.3rem;height:1.3rem}.reasons__icon svg path,.reasons__icon svg circle,.reasons__note-icon svg path,.reasons__note-icon svg circle{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.reasons__item--active .reasons__icon,.reasons__item:hover .reasons__icon,.reasons__item:focus-visible .reasons__icon{color:#1d92d2;background:#dff0fa}.reasons__item-copy{flex-direction:column;min-width:0;display:flex}.reasons__item-title{color:#171717;font-size:1.12rem;font-weight:600;line-height:1.28}.reasons__item-body{color:#5f7184;opacity:0;max-height:0;margin-top:0;font-size:.98rem;line-height:1.56;transition:max-height .32s,margin-top .32s,opacity .24s;overflow:hidden}.reasons__item--active .reasons__item-body{opacity:1;max-height:9rem;margin-top:.55rem}.reasons__item-stat{color:#1d92d2;white-space:nowrap;background:#eef5fb;border-radius:999px;align-self:center;padding:.45rem .7rem;font-size:.92rem;font-weight:600;line-height:1}.reasons__item:not(.reasons__item--active) .reasons__item-title{color:#171717}.reasons__item:not(.reasons__item--active) .reasons__item-stat{color:#6d7f92;background:#f2f6fa}.reasons__item-progress{background:#1d92d2;border-radius:999px;height:3px;transition:width .32s linear;position:absolute;bottom:0;left:1.25rem;right:auto}.reasons__table{background:#fff;border:1px solid #e1e9f1;border-radius:1.65rem;padding:1rem}.reasons__table-head,.reasons__table-row{grid-template-columns:minmax(0,1.08fr) minmax(0,.95fr) minmax(0,.82fr);align-items:center;gap:1rem;display:grid}.reasons__table-head{color:#8a9aaa;letter-spacing:.04em;text-transform:uppercase;padding:0 1rem .85rem;font-size:.82rem;font-weight:600}.reasons__table-body{gap:.55rem;display:grid}.reasons__table-row{background:#fbfdff;border:1px solid #edf3f8;border-radius:1.2rem;padding:1rem;transition:border-color .32s,background-color .32s,transform .32s}.reasons__table-row--active{background:#f3f9fd;border-color:#c5dceb;transform:translate(-2px)}.reasons__table-label{color:#171717;font-size:1rem;font-weight:600;line-height:1.3}.reasons__table-store,.reasons__table-telegram{color:#5f7184;font-size:.98rem;line-height:1.45}.reasons__table-row--active .reasons__table-label{color:#171717}.reasons__table-row--active .reasons__table-telegram{color:#1d92d2;font-weight:600}.reasons__note{background:#f5f9fc;border-top:none;border-radius:1.15rem;align-items:flex-start;gap:.8rem;margin-top:1rem;padding:1rem;display:flex}.reasons__note-icon{color:#1d92d2;flex-shrink:0;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;display:inline-flex}.reasons__note-icon svg{width:100%;height:100%}.reasons__note p{color:#5b6b7c;font-size:.95rem;line-height:1.55}.clients{padding:18px 0 0}.clients__intro{align-items:baseline;gap:1rem 1.5rem;padding-bottom:1.35rem;display:flex}.clients__intro h2{font-size:1.45rem;font-weight:600;line-height:1.2}.clients__marquee{padding:.35rem 0 .6rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 9% 91%,#0000);mask-image:linear-gradient(90deg,#0000,#000 9% 91%,#0000)}.clients__track{align-items:center;width:max-content;animation:34s linear infinite clients-marquee;display:flex}.clients__wordmark{color:#0e1620;opacity:.36;white-space:nowrap;flex:none;padding:0 2.35rem;transition:opacity .22s}.clients__wordmark:hover{opacity:.72}.clients__wordmark--strong{letter-spacing:-.03em;font-size:1.8rem;font-weight:700}.clients__wordmark--caps{letter-spacing:.14em;text-transform:uppercase;font-size:1.5rem;font-weight:600}.clients__wordmark--soft{letter-spacing:-.025em;font-size:1.95rem;font-weight:500}.clients__wordmark--wide{letter-spacing:.04em;font-size:1.62rem;font-weight:500}@keyframes clients-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.demo-bot{padding:24px 0 120px}.demo-bot__shell{background:#f7f8fc;border-radius:2.5rem;padding:1.9rem 2.2rem}.demo-bot__content h2{max-width:33rem;font-size:clamp(1.85rem,3.2vw,2.8rem);font-weight:600;line-height:1.1}.demo-bot__body{justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.demo-bot__content{max-width:34rem}.demo-bot__cta{color:#fff;background:#1d92d2;border-radius:999px;justify-content:center;align-items:center;min-height:3.85rem;margin-top:1.5rem;padding:0 1.8rem;font-size:1.02rem;font-weight:500;transition:background-color .22s,transform .22s;display:inline-flex}.demo-bot__cta:hover,.demo-bot__cta:focus-visible{background:#1d92d2;transform:translateY(-1px)}.demo-bot__cta:focus-visible{outline-offset:3px;outline:2px solid #171717}.demo-bot__media{flex:0 0 min(100%,41rem);min-height:28rem;position:relative}.demo-bot__frame{transition:transform .32s;position:absolute}.demo-bot__frame--back{width:min(100%,29rem);top:2rem;left:.2rem;transform:rotate(-4deg)}.demo-bot__frame--front{width:min(100%,17.8rem);top:0;right:0;transform:rotate(7deg)}.demo-bot__image{object-fit:contain;width:100%;height:auto}.demo-bot__image--back{max-height:23.5rem}.demo-bot__image--front{max-height:27.5rem}.demo-bot:hover .demo-bot__frame--back,.demo-bot:focus-within .demo-bot__frame--back{transform:translateY(-6px)rotate(-4deg)}.demo-bot:hover .demo-bot__frame--front,.demo-bot:focus-within .demo-bot__frame--front{transform:translateY(-8px)rotate(7deg)}.pricing{padding:40px 0 120px}.pricing__intro{text-align:left;max-width:46rem;margin:0}.pricing__intro h2{font-size:clamp(2.2rem,4vw,3.35rem);font-weight:600;line-height:1.08}.pricing__toggle{background:#e6eef6;border:1px solid #dae4ee;border-radius:.95rem;align-items:center;gap:.3rem;margin:2rem auto 0;padding:.3rem;display:inline-flex}.pricing__toggle-option{color:#697a8d;cursor:pointer;background:0 0;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-height:2.5rem;padding:0 1.15rem;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1;transition:background-color .22s,color .22s,box-shadow .22s;display:inline-flex}.pricing__toggle-option--active{color:#171717;background:#fff;box-shadow:0 1px 3px #0e284221}.pricing__toggle-badge{color:#16a34a;background:#e4f4e9;border-radius:.45rem;align-items:center;min-height:1.35rem;padding:0 .45rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.pricing__grid{align-items:stretch;gap:1rem;margin-top:2rem;display:grid}.pricing__grid--extended{grid-template-columns:minmax(0,.86fr) repeat(2,minmax(0,1fr))}.pricing__card{color:#171717;background:#fff;border:1px solid #e5e8f4;border-radius:2rem;flex-direction:column;min-height:100%;padding:2rem;transition:transform .24s,box-shadow .24s,border-color .24s,background-color .24s;display:flex}.pricing__card:hover,.pricing__card:focus-within{border-color:#d7dcef;transform:translateY(-4px);box-shadow:0 18px 40px #1717170f}.pricing__card--trial{background:#fff;border-style:dashed;border-color:#ccd9e5}.pricing__card--featured{color:#fff;background:#1d92d2;border-color:#1d92d2;box-shadow:0 22px 48px #1d92d229}.pricing__card--featured:hover,.pricing__card--featured:focus-within{background:#187db2;border-color:#1d92d2;box-shadow:0 24px 52px #1d92d238}.pricing__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pricing__header h3{font-size:1.8rem;font-weight:600;line-height:1.08}.pricing__header--trial h3{font-size:1.45rem}.pricing__description{color:#5b5b62;max-width:22rem;margin-top:.9rem;font-size:1.08rem;line-height:1.5}.pricing__card--featured .pricing__description,.pricing__card--featured .pricing__billing,.pricing__card--featured .pricing__feature{color:#ffffffeb}.pricing__badge{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:.7rem;flex:none;padding:.45rem .7rem;font-size:.78rem;font-weight:600;line-height:1}.pricing__price-row{margin-top:2rem}.pricing__price-row--trial{margin-top:1.6rem}.pricing__price{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.pricing__amount{font-size:clamp(2.7rem,4.4vw,4rem);font-weight:600;line-height:.95}.pricing__currency{padding-bottom:.35rem;font-size:1.2rem;font-weight:500;line-height:1.1}.pricing__billing{color:#666873;margin-top:.7rem;font-size:1rem;line-height:1.45}.pricing__features{flex-direction:column;gap:.9rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.pricing__features--compact{gap:.75rem}.pricing__feature{color:#44464f;align-items:flex-start;gap:.7rem;font-size:1.06rem;line-height:1.5;display:flex}.pricing__feature:before{content:"";background:#1d92d2;border-radius:999px;flex:none;width:.42rem;height:.42rem;margin-top:.48rem}.pricing__card--featured .pricing__feature:before{background:#fff}.pricing__feature--trial:before{background:#e4f4e9;outline:1px solid #16a34a29;width:1rem;height:1rem;margin-top:.18rem;box-shadow:inset 0 0 0 4px #fff}.pricing__feature--lead{font-weight:600}.pricing__feature--lead:before{display:none}.pricing__star{color:#fff;flex:none;font-size:1rem;line-height:1.3}.pricing__cta{color:#171717;background:#fff;border:1px solid #d9deed;border-radius:999px;justify-content:center;align-items:center;min-height:3.6rem;margin-top:1.5rem;padding:0 1.4rem;font-size:1rem;font-weight:500;transition:background-color .22s,color .22s,border-color .22s,transform .22s;display:inline-flex}.pricing__cta:hover,.pricing__cta:focus-visible{background:#f6f7fb;transform:translateY(-1px)}.pricing__cta:focus-visible{outline-offset:3px;outline:2px solid #171717}.pricing__cta--trial{color:#171717;background:#ebf2f9;border-color:#ebf2f9}.pricing__cta--trial:hover,.pricing__cta--trial:focus-visible{background:#dce7f1;border-color:#dce7f1}.pricing__cta--featured{color:#1d92d2;background:#fff;border-color:#ffffff3d}.pricing__cta--featured:hover,.pricing__cta--featured:focus-visible{color:#1d92d2;background:#eef2ff;border-color:#ffffff3d}.faq{padding:40px 0 120px}.faq__intro{max-width:44rem}.faq__eyebrow{color:#1d92d2;font-size:.9rem;font-weight:600}.faq__intro h2{margin-top:14px;font-size:clamp(2.1rem,4vw,3.1rem);font-weight:600;line-height:1.08}.faq__list{flex-direction:column;gap:14px;margin-top:40px;display:flex}.faq__item{background:#fff;border:1px solid #1d92d2;border-radius:24px}.faq__question{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:26px 30px;font-size:1.36rem;font-weight:600;line-height:1.35;list-style:none;display:flex}.faq__question::-webkit-details-marker{display:none}.faq__question:focus-visible{outline-offset:-2px;border-radius:24px;outline:2px solid #171717}.faq__icon{color:#1d92d2;flex:none;font-size:2rem;font-weight:400;line-height:1;transition:transform .22s}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{padding:0 30px 26px}.faq__answer p{color:#5b5b62;max-width:56rem;font-size:1.18rem;line-height:1.6}.final-cta{padding:8px 0 72px}.final-cta__shell{background:linear-gradient(#f8fbfe,#fff);border:1px solid #dce7f0;border-radius:1.8rem;padding:2.85rem;position:relative;overflow:hidden}.final-cta__glow{pointer-events:none;filter:blur(44px);border-radius:999px;position:absolute}.final-cta__glow--top{background:radial-gradient(circle,#1d92d21f,#1d92d200);width:22rem;height:18rem;top:-9rem;right:-7rem}.final-cta__glow--bottom{background:radial-gradient(circle,#1d92d217,#1d92d200);width:18rem;height:18rem;bottom:-10rem;left:-7rem}.final-cta__grid{z-index:1;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:center;gap:3rem;display:grid;position:relative}.final-cta__content h2{color:#171717;max-width:13ch;font-size:clamp(2.15rem,3.9vw,3rem);font-weight:600;line-height:1.06}.final-cta__content p{color:#5b6b7c;max-width:30rem;margin-top:1rem;font-size:1.02rem;line-height:1.6}.final-cta__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.9rem;display:flex}.final-cta__button{border-radius:.95rem;justify-content:center;align-items:center;min-height:3.4rem;padding:0 1.5rem;font-size:1rem;font-weight:600;transition:background-color .22s,border-color .22s,color .22s,transform .22s;display:inline-flex}.final-cta__button:hover,.final-cta__button:focus-visible{transform:translateY(-1px)}.final-cta__button:focus-visible{outline-offset:3px;outline:2px solid #171717}.final-cta__button--primary{color:#fff;background:#1d92d2}.final-cta__button--primary:hover,.final-cta__button--primary:focus-visible{background:#187db2}.final-cta__button--secondary{color:#171717;background:#fff;border:1px solid #d8e4ed}.final-cta__button--secondary:hover,.final-cta__button--secondary:focus-visible{background:#f8fbfe;border-color:#c4d7e4}.final-cta__card{--card-background:#0e1620;--card-foreground:#dde6ee;--card-accent:#7fd0f0;border:1px solid var(--card-background);background:var(--card-background);border-radius:1.15rem;padding:1.55rem 1.6rem}.final-cta__card-label{color:var(--card-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:700;display:inline-block}.final-cta__list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.final-cta__list li{color:var(--card-foreground);align-items:flex-start;gap:.7rem;font-size:.97rem;line-height:1.55;display:flex}.final-cta__list-icon{color:#24a05a;background:#dff2e8;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;margin-top:.08rem;display:inline-flex}.final-cta__list-icon svg{width:.7rem;height:.7rem}.final-cta__list-icon svg path{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.site-footer{--footer-columns:minmax(16rem, 1.2fr) repeat(3, minmax(9rem, .75fr));padding:0 0 24px}.site-footer__top,.site-footer__bottom{border-top:1px solid #e1e9f1}.site-footer__top{grid-template-columns:var(--footer-columns);align-items:start;gap:2rem;padding-top:1.5rem;display:grid}.site-footer__brand{min-width:0}.site-footer__logo{width:auto;height:2rem}.site-footer__brand p{color:#7b8a99;max-width:16rem;margin-top:.5rem;font-size:.875rem;line-height:1.5}.site-footer__column h2,.site-footer__details h2{color:#94a3b1;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.site-footer__links,.site-footer__stack{gap:.375rem;margin-top:.625rem;display:grid}.site-footer__links a,.site-footer__stack a,.site-footer__stack p,.site-footer__bottom{color:#4a5a6b;font-size:.875rem;line-height:1.5}.site-footer__links a,.site-footer__stack a,.site-footer__bottom a{transition:color .18s}.site-footer__links a:hover,.site-footer__links a:focus-visible,.site-footer__stack a:hover,.site-footer__stack a:focus-visible,.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:#1d92d2}.site-footer__links a:focus-visible,.site-footer__stack a:focus-visible,.site-footer__bottom a:focus-visible{outline:none}.site-footer__meta{grid-template-columns:var(--footer-columns);gap:2rem;margin-top:1.5rem;display:grid}.site-footer__meta>:first-child{grid-column:span 3}.site-footer__bottom{color:#94a3b1;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin-top:1.25rem;padding-top:1rem;font-size:.86rem;display:flex}.audiences{padding:0 0 112px}.audiences__intro{max-width:46rem}.audiences__intro h2{font-size:clamp(2.2rem,4.2vw,3.25rem);font-weight:600;line-height:1.08}.audiences__intro h2 span{color:#1d92d2}.audiences__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:44px;display:grid}.audiences__item{background:#fff;border:1px solid #e1e9f1;border-radius:1.7rem;flex-direction:column;justify-content:space-between;min-height:31rem;padding:24px 24px 0;transition:background-color .28s,color .28s,border-color .26s,transform .26s,box-shadow .26s;display:flex;overflow:hidden}.audiences__item:hover,.audiences__item:focus-within{background:#1d92d2;border-color:#1d92d2;transform:translateY(-4px);box-shadow:0 16px 36px #0e284217}.audiences__item-copy{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.audiences__item h3{color:#171717;letter-spacing:-.02em;font-size:1.14rem;font-weight:700;line-height:1.25;transition:color .28s}.audiences__item-copy p{color:#5b6b7c;font-size:.96rem;line-height:1.6;transition:color .28s}.audiences__item:hover h3,.audiences__item:focus-within h3,.audiences__item:hover .audiences__item-copy p,.audiences__item:focus-within .audiences__item-copy p{color:#fff}.audiences__image-wrap{justify-content:center;align-items:flex-end;min-height:15rem;margin-top:12px;display:flex}.audiences__image{object-fit:contain;transform-origin:bottom;width:auto;max-width:100%;max-height:17.8rem;transition:transform .32s;display:block}.audiences__item:hover .audiences__image,.audiences__item:focus-within .audiences__image{transform:translateY(-4px)scale(1.02)}.audiences__promo{background:#f5f8fc;border-radius:1.8rem;grid-column:2/5;align-items:stretch;min-height:31rem;display:flex;overflow:hidden}.audiences__promo-inner{flex-direction:column;justify-content:center;width:100%;padding:2.4rem 2.6rem;display:flex}.audiences__promo-eyebrow{color:#1d92d2;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem;font-weight:600}.audiences__promo h3{color:#171717;letter-spacing:-.04em;max-width:22ch;margin-top:1rem;font-size:clamp(2rem,2.55vw,3.1rem);font-weight:600;line-height:1.04}.audiences__promo-copy{color:#4a5a6b;max-width:42rem;margin-top:1.15rem;font-size:1.06rem;line-height:1.68}.audiences__promo-link{color:#171717;background:#fff;border-radius:999px;width:fit-content;margin-top:1.5rem;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;transition:background-color .24s,color .24s,transform .24s;display:inline-flex}.audiences__promo-link:hover,.audiences__promo-link:focus-visible{color:#fff;background:#1d92d2;transform:translateY(-2px)}.fit-section{padding:0 0 112px}.fit-section__intro{max-width:45rem}.fit-section__intro h2{font-size:clamp(2.15rem,4vw,3.1rem);font-weight:600;line-height:1.08}.fit-section__intro p{color:#4a5a6b;margin-top:16px;font-size:1.04rem;line-height:1.62}.fit-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px;display:grid}.fit-section__item{background:#fff;border:1px solid #e1e9f1;border-radius:1.45rem;flex-direction:column;min-height:100%;padding:28px 24px 24px;transition:border-color .26s,transform .26s,box-shadow .26s;display:flex}.fit-section__item:hover,.fit-section__item:focus-within{border-color:#c5dceb;transform:translateY(-4px);box-shadow:0 16px 36px #0e284214}.fit-section__content{flex-direction:column;display:flex}.fit-section__tag{color:#1d92d2;margin:0 0 12px;font-size:.84rem;font-weight:600;line-height:1.4}.fit-section__item h3{letter-spacing:-.02em;font-size:1.18rem;font-weight:700;line-height:1.25}.fit-section__content>p:last-child{color:#5b6b7c;margin-top:14px;font-size:.96rem;line-height:1.62}.fit-section__points{border-top:1px solid #e8eff6;flex-direction:column;gap:9px;margin-top:auto;padding-top:18px;display:flex}.fit-section__point{color:#33414f;align-items:flex-start;gap:9px;font-size:.93rem;line-height:1.5;display:flex}.fit-section__point-icon{background:#e9f5fc;border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:inline-flex}.fit-section__point-icon svg{fill:none;stroke:#1d92d2;stroke-width:3.6px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}@media (width>=561px) and (width<=1439px){.page-shell,.site-header__inner{width:calc(100% + -1*clamp(64px,50vw - 448px,272px))}}@media (width<=900px){.what-you-get__mode{flex:1 1 0;min-width:0}.site-header__inner{grid-template-columns:1fr;justify-items:start;gap:18px}.site-header__nav,.site-header__actions{flex-wrap:wrap;justify-content:flex-start;gap:16px 20px}.proof-points{padding:0 0 88px}.proof-points__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.proof-points__card{min-height:10.8rem}.what-you-get{padding:0 0 88px}.what-you-get__topbar{flex-direction:column;align-items:stretch}.what-you-get__demo-link{align-self:flex-start;margin-left:0}.what-you-get__panel{grid-template-columns:1fr}.what-you-get__copy{padding:1.7rem 1.7rem 1.5rem}.what-you-get__visual-shell{min-height:24rem;padding:1.25rem 1.25rem 1rem}.what-you-get__phone{width:min(100%,13rem)}.what-you-get__screen-controls{margin-top:.9rem}.workflow{padding:8px 0 88px}.workflow__steps:before{top:8px;bottom:8px;left:24px;transform:none}.workflow__step,.workflow__step--left,.workflow__step--right{grid-template-columns:48px minmax(0,1fr);gap:18px;margin-bottom:24px}.workflow__step .workflow__rail{grid-area:1/1/span 2;align-self:stretch;padding-top:22px}.workflow__step .workflow__content,.workflow__step .workflow__visual{grid-column:2;justify-self:stretch}.workflow__step .workflow__visual{width:min(100%,520px);margin-top:12px;transform:rotate(0)}.workflow__step .workflow__visual--admin{width:min(100%,680px)}.workflow__step .workflow__visual--mobile{width:min(100%,280px)}.workflow-linked{padding:0 0 88px}.workflow-linked__list{gap:20px;margin-top:32px}.workflow-linked__item{grid-template-columns:1fr;min-height:320px;padding:28px 28px 260px}.workflow-linked__item--reverse{grid-template-columns:1fr}.workflow-linked__content,.workflow-linked__item--reverse .workflow-linked__content{text-align:left;grid-column:1;justify-self:start;max-width:100%}.workflow-linked__media,.workflow-linked__item--reverse .workflow-linked__media{width:min(100%,460px);bottom:-22px;left:auto;right:-18px;transform:rotate(-6deg)}.workflow-linked__media--mobile,.workflow-linked__item--reverse .workflow-linked__media--mobile{width:min(100%,250px);bottom:-4px;right:0}.workflow-linked__item:hover .workflow-linked__media,.workflow-linked__item--reverse:hover .workflow-linked__media{transform:none}.customer-experience{padding:0 0 88px}.customer-experience__intro{grid-template-columns:1fr;gap:1rem}.customer-experience__lead{justify-self:start;max-width:100%}.customer-experience__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:16px;margin-top:32px}.customer-experience__card,.customer-experience__card--wide,.customer-experience__card--compact{border-radius:1.75rem;grid-area:auto/span 1;grid-template-columns:1fr;min-height:24rem;padding:1.65rem 1.65rem 14rem}.customer-experience__card--search,.customer-experience__card--loyalty{grid-column:1/-1;min-height:24.5rem;padding-bottom:14.75rem}.customer-experience__card--delivery,.customer-experience__card--restock{min-height:22.5rem;padding-bottom:12.5rem}.customer-experience__copy,.customer-experience__card--delivery .customer-experience__copy,.customer-experience__card--restock .customer-experience__copy{max-width:100%}.customer-experience__visual{min-height:0}.customer-experience__card--search .customer-experience__screen--1{width:min(100%,12rem);bottom:0;left:calc(50% - 6.6rem)}.customer-experience__card--search .customer-experience__screen--2{width:min(100%,11rem);bottom:0;right:.8rem}.customer-experience__card--favorite .customer-experience__screen--1{width:min(100%,12.6rem);bottom:0;left:50%;right:auto}.customer-experience__card--restock .customer-experience__screen--1{width:min(100%,11.8rem);bottom:0;left:50%;right:auto}.customer-experience__card--catalog .customer-experience__screen--1{width:min(100%,12.8rem);bottom:0;left:50%;right:auto}.customer-experience__card--delivery .customer-experience__screen--1{width:min(100%,11.8rem);bottom:0;left:50%;right:auto}.customer-experience__card--checkout .customer-experience__screen--1{width:min(100%,12.4rem);bottom:0;left:50%;right:auto}.customer-experience__card--loyalty .customer-experience__screen--1{width:min(100%,10.2rem);bottom:0;left:calc(50% - 5.8rem)}.customer-experience__card--loyalty .customer-experience__screen--2{width:min(100%,10.8rem);bottom:0;right:.8rem}.benefits{padding-bottom:64px}.benefits__header{padding-bottom:18px}.benefits__item{grid-template-columns:1fr;align-items:start;gap:24px;min-height:auto;padding:24px 0 32px;top:76px}.benefits__item+.benefits__item{margin-top:40px}.benefits__copy{max-width:100%}.benefits__media{justify-content:flex-start}.benefits__image{max-width:560px;height:auto;max-height:none}.reasons{padding:32px 0 88px}.clients{padding-top:8px}.clients__wordmark{padding:0 1.8rem}.clients__wordmark--strong{font-size:1.58rem}.clients__wordmark--caps{font-size:1.32rem}.clients__wordmark--soft{font-size:1.72rem}.clients__wordmark--wide{font-size:1.42rem}.reasons__shell{padding:2.4rem 2rem}.reasons__layout{grid-template-columns:1fr;gap:1.4rem}.reasons__intro p{max-width:100%}.reasons__table-head,.reasons__table-row{grid-template-columns:minmax(0,1fr) minmax(0,.92fr) minmax(0,.78fr)}.demo-bot{padding:0 0 88px}.demo-bot__shell{border-radius:2rem;padding:1.7rem 1.7rem 1.5rem}.demo-bot__content,.demo-bot__content h2{max-width:100%}.demo-bot__body{flex-direction:column;align-items:flex-start;gap:1.8rem}.demo-bot__media{width:100%;min-height:25rem}.demo-bot__frame--back{width:min(100%,24.5rem);top:1.9rem;left:0}.demo-bot__frame--front{width:min(100%,15.8rem);top:0;right:0}.pricing{padding:24px 0 88px}.pricing__toggle{margin-top:1.75rem}.pricing__grid--extended{grid-template-columns:1fr;gap:14px;margin-top:32px}.pricing__card{padding:1.75rem}.final-cta{padding:0 0 56px}.final-cta__shell{padding:2.5rem 2rem}.final-cta__grid{grid-template-columns:1fr;gap:1.6rem}.final-cta__content h2,.final-cta__content p{max-width:100%}.site-footer__top,.site-footer__meta{grid-template-columns:1fr 1fr;gap:1.5rem}.site-footer__brand{grid-column:1/-1}.site-footer__meta>:first-child{grid-column:auto}.site-footer__meta>:last-child{order:-1}.faq{padding:24px 0 88px}.faq__list{margin-top:32px}.audiences{padding:16px 0 88px}.audiences__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.audiences__promo{grid-column:1/-1;min-height:19rem}}@media (width<=560px){.page-shell,.site-header__inner{width:min(100% - 32px,1180px)}.site-header__inner{min-height:76px}.site-header__nav{gap:14px 18px}.site-header__actions{width:100%}.site-header__telegram{flex-shrink:0}.site-header__signup{flex:auto;min-width:0}.site-header__signup-long{display:none}.site-header__signup-short{display:inline}.proof-points{padding:0 0 64px}.proof-points__grid{grid-template-columns:1fr;gap:.75rem}.proof-points__card{border-radius:1.35rem;min-height:auto;padding:1.15rem 1.05rem 1.1rem}.proof-points__value{font-size:1.85rem}.proof-points__description{max-width:100%;margin-top:.72rem;font-size:.95rem}.what-you-get{padding:0 0 64px}.what-you-get__intro h2{font-size:clamp(1.9rem,8vw,2.45rem)}.what-you-get__intro p{font-size:.98rem}.what-you-get__modes{width:100%;display:flex}.what-you-get__mode{flex-direction:column;flex:1 1 0;align-items:flex-start;gap:.7rem;min-width:0;padding:.82rem .88rem}.what-you-get__mode-icon{width:2rem;height:2rem}.what-you-get__mode-title{font-size:.9rem}.what-you-get__mode-subtitle{font-size:.75rem}.what-you-get__feature-pill{justify-content:center;width:100%}.what-you-get__note{gap:.55rem;font-size:.86rem}.what-you-get__panel{border-radius:1.45rem;margin-top:1.25rem}.what-you-get__copy{padding:1.2rem 1.1rem 1.1rem}.what-you-get__copy h3{font-size:1.7rem}.what-you-get__body{font-size:.95rem}.what-you-get__bullets{gap:.65rem;margin-top:1.2rem;padding-top:1rem}.what-you-get__bullets li{font-size:.88rem}.what-you-get__footer{flex-direction:column;align-items:flex-start}.what-you-get__counter{font-size:.82rem}.what-you-get__visual-shell{min-height:20rem;padding:.95rem .95rem .85rem}.what-you-get__phone{border-radius:1.35rem;width:min(100%,11.2rem)}.what-you-get__phone-inner{border-radius:1.05rem}.what-you-get__browser-shot{border-radius:.85rem}.what-you-get__browser-top{min-height:1.8rem;padding:0 .65rem}.what-you-get__browser-url{font-size:.62rem}.what-you-get__screen-controls{border-radius:1rem;justify-content:center;width:100%}.what-you-get__screen-meta{gap:.45rem;padding:0}.what-you-get__screen-name{font-size:.78rem}.what-you-get__screen-index{font-size:.72rem}.workflow{padding:0 0 64px}.workflow__intro h2{margin-top:10px}.workflow__lead{font-size:.98rem}.workflow__steps{margin-top:32px}.workflow__steps:before{left:18px}.workflow__step,.workflow__step--left,.workflow__step--right{grid-template-columns:36px minmax(0,1fr);gap:14px;margin-bottom:18px}.workflow__content{border-radius:22px;padding:20px}.workflow__visual{border-radius:24px;padding:12px}.workflow__visual--admin{width:100%;padding:14px}.workflow__visual--mobile{width:min(100%,240px);padding:0}.workflow__visual--mobile .workflow__image{max-height:390px}.workflow-linked{padding:0 0 64px}.workflow-linked__intro h2{margin-top:10px}.workflow-linked__item{min-height:300px;padding:22px 20px 214px}.workflow-linked__content h3{font-size:1.52rem}.workflow-linked__content p{font-size:1.14rem}.workflow-linked__media,.workflow-linked__item--reverse .workflow-linked__media{width:min(100%,360px);bottom:-18px;right:-12px}.workflow-linked__media--admin .workflow-linked__image{max-height:228px}.workflow-linked__media--mobile,.workflow-linked__item--reverse .workflow-linked__media--mobile{width:min(100%,210px);bottom:0;right:2px}.workflow-linked__media--mobile .workflow-linked__image{max-height:300px}.customer-experience{padding:0 0 64px}.customer-experience__intro h2{margin-top:10px}.customer-experience__lead{font-size:1rem}.customer-experience__grid{grid-template-columns:1fr;gap:12px}.customer-experience__card,.customer-experience__card--wide,.customer-experience__card--compact{border-radius:1.5rem;grid-column:auto;min-height:23.5rem;padding:1.35rem 1.2rem 12.8rem}.customer-experience__card--search,.customer-experience__card--loyalty{min-height:24rem;padding-bottom:13.8rem}.customer-experience__card--delivery,.customer-experience__card--restock{min-height:21.5rem;padding-bottom:11.2rem}.customer-experience__copy h3{font-size:1.28rem}.customer-experience__copy p{font-size:.98rem}.customer-experience__card--search .customer-experience__screen--1{width:min(100%,9.6rem);bottom:0;left:calc(50% - 5.1rem)}.customer-experience__card--search .customer-experience__screen--2{width:min(100%,8.8rem);bottom:0;right:.5rem}.customer-experience__card--favorite .customer-experience__screen--1{width:min(100%,10rem);bottom:0;left:50%;right:auto}.customer-experience__card--restock .customer-experience__screen--1{width:min(100%,9.9rem);bottom:0;left:50%;right:auto}.customer-experience__card--catalog .customer-experience__screen--1{width:min(100%,10.1rem);bottom:0;left:50%;right:auto}.customer-experience__card--delivery .customer-experience__screen--1,.customer-experience__card--checkout .customer-experience__screen--1{width:min(100%,9.9rem);bottom:0;left:50%;right:auto}.customer-experience__card--loyalty .customer-experience__screen--1{width:min(100%,8.6rem);bottom:0;left:calc(50% - 4.9rem)}.customer-experience__card--loyalty .customer-experience__screen--2{width:min(100%,9.1rem);bottom:0;right:.5rem}.workflow__content h3{font-size:2rem}.workflow__content p{font-size:1.55rem}.workflow__dot{border-width:3px;width:14px;height:14px}.benefits{padding:8px 0 52px}.benefits__header{padding-bottom:0}.benefits__list{margin-top:28px}.benefits__item{gap:18px;padding:20px 0;position:static}.benefits__item+.benefits__item{border-top:1px solid #e8e8ec;margin-top:0}.benefits__copy h3{font-size:1.08rem}.benefits__copy p{font-size:.98rem}.reasons{padding:20px 0 64px}.clients{padding-top:0}.clients__intro{padding-bottom:1rem}.clients__intro h2{font-size:1.2rem}.clients__wordmark{padding:0 1.25rem}.clients__wordmark--strong{font-size:1.28rem}.clients__wordmark--caps{letter-spacing:.1em;font-size:1.05rem}.clients__wordmark--soft{font-size:1.42rem}.clients__wordmark--wide{font-size:1.18rem}.reasons__intro h2{font-size:clamp(1.9rem,8vw,2.45rem)}.reasons__shell{padding:1.6rem 1.2rem}.reasons__layout{gap:1.2rem;margin-top:1.8rem}.reasons__item{padding:1.1rem 1.05rem 1.15rem}.reasons__item-row{grid-template-columns:auto minmax(0,1fr)}.reasons__item-stat{grid-column:2;margin-top:.15rem;padding-top:0}.reasons__table{padding:.8rem}.reasons__table-head{display:none}.reasons__table-row{grid-template-columns:1fr;gap:.3rem}.reasons__table-label{margin-bottom:.15rem}.reasons__table-store:before,.reasons__table-telegram:before{letter-spacing:.04em;text-transform:uppercase;margin-bottom:.08rem;font-size:.72rem;font-weight:600;display:block}.reasons__table-store:before{content:"App Store / Google Play";color:#8193a6}.reasons__table-telegram:before{content:"В Telegram";color:#8acdf2}.demo-bot{padding:0 0 64px}.demo-bot__shell{border-radius:1.5rem;padding:1.25rem 1.1rem 1.2rem}.demo-bot__body{gap:1rem}.demo-bot__cta{width:100%;min-height:3.35rem;margin-top:1.1rem;font-size:.98rem}.demo-bot__content h2{font-size:clamp(1.55rem,6vw,2rem)}.demo-bot__media{min-height:17.5rem}.demo-bot__frame--back{width:min(100%,14.5rem);top:1.8rem;left:0}.demo-bot__frame--front{width:min(100%,10rem);top:0;right:0}.demo-bot__image--back{max-height:12.2rem}.demo-bot__image--front{max-height:15.2rem}.pricing{padding:12px 0 64px}.pricing__header{flex-direction:column;gap:.9rem}.pricing__toggle{justify-content:stretch;width:100%;display:flex}.pricing__toggle-option{flex:1 1 0;min-width:0;padding:0 .85rem;font-size:.9rem}.pricing__card{border-radius:1.5rem;padding:1.4rem}.pricing__header h3{font-size:1.5rem}.pricing__description{font-size:1rem}.pricing__price-row{margin-top:1.8rem}.pricing__amount{font-size:2.6rem}.pricing__currency{padding-bottom:.22rem;font-size:1.02rem}.pricing__billing,.pricing__feature{font-size:.98rem}.pricing__cta{width:100%;min-height:3.35rem;margin-top:1.35rem;font-size:.98rem}.final-cta{padding:0 0 48px}.final-cta__shell{border-radius:1.4rem;padding:1.6rem 1.2rem}.final-cta__actions{margin-top:1.5rem}.final-cta__button{width:100%}.final-cta__card{padding:1.2rem 1rem}.final-cta__content h2{font-size:clamp(1.9rem,8vw,2.45rem)}.final-cta__content p,.final-cta__list li{font-size:.94rem}.site-footer{padding-bottom:24px}.site-footer__top,.site-footer__meta{grid-template-columns:1fr;gap:1.25rem}.site-footer__top{padding-top:1.5rem}.site-footer__meta{margin-top:1.5rem}.site-footer__meta>:last-child{order:0}.site-footer__bottom{gap:.5rem 1rem;margin-top:1.25rem;padding-top:1rem;font-size:.82rem}.faq{padding:12px 0 64px}.faq__question{gap:16px;padding:20px;font-size:1.18rem}.faq__answer{padding:0 20px 20px}.faq__answer p{font-size:1.04rem}.reasons__icon{width:2.8rem;height:2.8rem}.reasons__item-title{font-size:1.02rem}.reasons__item-body,.reasons__table-store,.reasons__table-telegram,.reasons__note p{font-size:.92rem}.audiences{padding:8px 0 64px}.audiences__grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.audiences__item{min-height:25rem;padding:18px 16px 0}.audiences__item h3{font-size:1.08rem}.audiences__item-copy p{font-size:.94rem}.audiences__promo{min-height:auto;padding:22px 18px}.audiences__promo h3{margin-top:14px;font-size:1.7rem}.audiences__promo-copy{font-size:.96rem}.fit-section{padding:0 0 64px}.fit-section__intro h2{font-size:clamp(1.95rem,8vw,2.4rem)}.fit-section__intro p{font-size:.98rem}.fit-section__grid{gap:12px;margin-top:28px}.fit-section__item{padding:22px 18px 18px}.fit-section__item h3{font-size:1.08rem}.fit-section__content>p:last-child,.fit-section__point{font-size:.92rem}}@media (width<=900px){.audiences{padding:0 0 88px}.audiences__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:32px}.audiences__item{min-height:28rem;padding:22px 20px 0}.audiences__image{max-height:15.8rem}.audiences__promo{grid-column:1/-1;min-height:22rem}.audiences__promo-inner{padding:2rem 2rem 2.1rem}.fit-section{padding:0 0 88px}.fit-section__grid{grid-template-columns:1fr;gap:14px;margin-top:32px}.fit-section__item{padding:24px 22px 22px}.workflow-linked{padding:0 0 88px}.workflow-linked__layout{grid-template-columns:1fr;gap:28px;margin-top:36px}.workflow-linked__summary{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;display:grid;position:static}.workflow-linked__summary-copy{max-width:100%;margin-top:0}.workflow-linked__ring{width:158px;height:158px;padding:10px}.workflow-linked__ring-value{font-size:2.35rem}}@media (width<=560px){.audiences{padding:8px 0 64px}.audiences__intro h2,.workflow-linked__intro h2{font-size:clamp(1.95rem,8vw,2.4rem)}.audiences__intro p,.workflow-linked__intro p{font-size:.98rem}.audiences__grid{gap:12px;margin-top:28px}.audiences__item{min-height:24rem;padding:20px 18px 0}.audiences__item h3{font-size:1.08rem}.audiences__item-copy p{font-size:.92rem}.audiences__image-wrap{min-height:12.5rem}.audiences__image{max-height:13.5rem}.audiences__promo h3{font-size:1.75rem}.workflow-linked{padding:0 0 64px}.workflow-linked__layout{gap:24px;margin-top:30px}.workflow-linked__summary{grid-template-columns:1fr;gap:16px}.workflow-linked__ring{width:142px;height:142px}.workflow-linked__ring-value{font-size:2.05rem}.workflow-linked__ring-label{font-size:.8rem}.workflow-linked__summary-step{font-size:1.08rem}.workflow-linked__summary-hint{font-size:.9rem}.workflow-linked__rail{padding-left:30px}.workflow-linked__rail-line,.workflow-linked__rail-progress{left:11px}.workflow-linked__list{gap:12px}.workflow-linked__item{padding:18px 18px 18px 20px}.workflow-linked__item--active{transform:translate(4px)}.workflow-linked__dot{width:24px;height:24px;font-size:.7rem;top:18px;left:-30px}.workflow-linked__topline{flex-direction:column;align-items:flex-start;gap:10px}.workflow-linked__content h3{font-size:1.18rem}.workflow-linked__time{margin-left:0}.workflow-linked__content p{font-size:.96rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.workflow__step,.workflow__content,.workflow__visual,.workflow-linked__item,.workflow-linked__dot,.workflow-linked__time,.workflow-linked__ring,.customer-experience__card,.customer-experience__screen,.clients__wordmark,.reasons__item,.reasons__item-body,.reasons__item-progress,.reasons__table-row,.demo-bot__frame,.pricing__card,.final-cta__button,.site-footer__links a,.site-footer__stack a,.site-footer__bottom a,.faq__item,.faq__icon,.audiences__item,.fit-section__item{transition:none}.workflow__step{opacity:1;transform:none}.workflow__visual,.workflow__step:hover .workflow__visual,.workflow__step:focus-within .workflow__visual,.workflow__step:hover .workflow__content,.workflow__step:focus-within .workflow__content,.workflow-linked__item:hover,.workflow-linked__item--active,.customer-experience__card:hover,.customer-experience__card:focus-within,.customer-experience__card:hover .customer-experience__screen,.customer-experience__card:focus-within .customer-experience__screen,.clients__track,.reasons__item:hover,.reasons__item:focus-visible,.reasons__item--active,.reasons__table-row--active,.final-cta__button:hover,.final-cta__button:focus-visible,.demo-bot:hover .demo-bot__frame--back,.demo-bot:focus-within .demo-bot__frame--back,.demo-bot:hover .demo-bot__frame--front,.demo-bot:focus-within .demo-bot__frame--front,.pricing__card:hover,.pricing__card:focus-within,.audiences__item:hover,.audiences__item:focus-within,.fit-section__item:hover,.fit-section__item:focus-within{box-shadow:none;transform:none}.clients__track{animation:none}.workflow-linked__confetti{display:none}}
