body{margin:0;overflow-x:hidden}#root{max-width:1440px;margin:0 auto}.header{z-index:100;padding:20px 0;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#ffffffeb}.header__inner{align-items:center;gap:48px;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-icon{width:auto;height:15px;display:block}.header__nav{flex:1;align-items:center;gap:32px;display:flex}.header__nav-link{font-family:var(--font-body);color:var(--black);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:15px;font-weight:400;transition:color .2s;position:relative}.header__nav-link:after{content:"";background:var(--red);width:0;height:1px;transition:width .25s;position:absolute;bottom:0;left:0}.header__nav-link:hover{color:var(--red)}.header__nav-link:hover:after{width:100%}.header__cta{background:var(--black);color:var(--white);font-family:var(--font-body);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:20px 40px 16px;font-size:14px;font-weight:500;line-height:1;transition:background .2s,transform .15s;display:inline-flex}.header__cta:hover{background:var(--dark);transform:translateY(-1px)}.header__burger{z-index:101;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:0;display:none}.header__burger span{background:var(--black);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.header__burger--active span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--active span:nth-child(2){opacity:0}.header__burger--active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile-nav{display:none}@media (width<=900px){.header__nav{gap:20px}}@media (width<=768px){.header__inner{gap:16px}.header__nav,.header__cta{display:none}.header__burger{display:flex}.header__mobile-nav{background:var(--white);flex-direction:column;align-items:stretch;gap:4px;max-height:0;transition:max-height .3s;display:flex;overflow:hidden}.header__mobile-nav--open{border-top:1px solid #0000000f;max-height:420px;box-shadow:0 12px 24px #0000000f}.header__mobile-nav-link{text-align:left;font-family:var(--font-body);color:var(--black);border-bottom:1px solid #0000000d;padding:14px 24px;font-size:16px}.header__cta--mobile{text-align:center;margin:16px 24px;display:block}.header--menu-open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa}}.hero{align-items:center;min-height:70vh;padding:90px 0 100px;display:flex;position:relative;overflow:visible}.hero__star{object-fit:contain;width:20px;height:20px;animation:8s linear infinite spin;display:block;position:absolute}.hero__star--tl{width:14px;height:14px;top:100px;left:60px}.hero__star--tr{width:22px;height:22px;animation-duration:6s;animation-direction:reverse;top:80px;right:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__blob{filter:blur(80px);opacity:.55;pointer-events:none;border-radius:50%;position:absolute}.hero__blob--red{opacity:.35;background:radial-gradient(circle,#ff4458 0%,#e8192c 60%,#0000 100%);width:260px;height:260px;top:50%;right:180px;transform:translateY(-30%)}.hero__inner{z-index:1;justify-content:space-between;align-items:center;gap:60px;display:flex;position:relative}.hero__content{flex:none;max-width:500px}.hero__title{max-width:618px;font-family:var(--font-display);letter-spacing:-.03em;color:var(--black);text-align:left;margin-bottom:20px;font-size:clamp(28px,3.4vw,42px);font-weight:600;line-height:1.15}.hero__subtitle{color:var(--gray);margin-bottom:40px;font-size:16px;font-weight:400;line-height:1.6}.hero__actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero__btn-primary{background:var(--black);color:var(--white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:4px;padding:16px 32px;font-size:15px;font-weight:500;transition:transform .2s,background .2s}.hero__btn-primary:hover{background:var(--dark);transform:translateY(-2px)}.hero__phones{flex:none;width:493px;height:582px;margin-left:172px;position:relative}.hero__phone{border-radius:39px;position:absolute}.hero__phone-screenshot{object-fit:contain;object-position:center;filter:drop-shadow(0 24px 60px #0000002e);width:100%;height:100%;display:block}.hero__phone--back{aspect-ratio:747/1515;z-index:1;width:280px;top:157px;right:-22px;transform:rotate(-15deg)}.hero__phone--mid{aspect-ratio:747/1515;z-index:2;width:280px;top:123px;right:90px;transform:rotate(-15deg)}.hero__phone--front{aspect-ratio:747/1515;z-index:3;width:280px;top:78px;right:202px;transform:rotate(-15deg)}.hero__phone-glow{z-index:0;background:radial-gradient(circle,#e8192c33 0%,#0000 70%);width:700px;height:700px;position:absolute;top:90px;bottom:40px;right:10px}.hero__circles{pointer-events:none;z-index:0;width:560px;height:560px;position:absolute;top:70%;left:70%;transform:translate(-50%,-50%)}@media (width<=1100px){.hero__inner{gap:32px}.hero__phones{transform-origin:100%;margin-left:40px;transform:scale(.85)}}@media (width<=900px){.hero{min-height:auto;padding:60px 0 80px}.hero__inner{text-align:center;flex-direction:column;gap:56px}.hero__content{max-width:100%}.hero__title{text-align:center;max-width:100%;margin-left:auto;margin-right:auto}.hero__subtitle{max-width:460px;margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__phones{margin-left:0;transform:scale(1)}}@media (width<=600px){.hero{padding:90px 0 10px}.hero__star,.hero__title br,.hero__subtitle br{display:none}.hero__subtitle{margin-bottom:32px;font-size:15px}.hero__actions{flex-direction:column;align-items:stretch;gap:12px;width:100%}.hero__btn-primary{justify-content:center;width:100%}.hero__phones{justify-content:center;align-items:center;width:100%;height:500px;margin:0;display:flex}.hero__circles{width:380px;height:380px;top:50%;left:50%}.hero__phone--back,.hero__phone--mid{display:none}.hero__phone--front{aspect-ratio:747/1515;z-index:3;margin:0 auto;width:220px!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.hero__phone-glow{width:300px;height:300px;inset:auto auto 0 50%;transform:translate(-50%)}.hero__blob--red{display:none}}@media (width<=360px){.hero__phones{height:440px}.hero__phone--front{aspect-ratio:747/1515;width:190px!important;height:auto!important}}.features{background:var(--white);padding:0}.features__inner{align-items:flex-start;gap:80px;display:flex}.features__visual{flex:none;justify-content:center;align-items:center;width:600px;height:700px;display:flex;position:relative}.features__circles{pointer-events:none;width:700px;height:700px;position:absolute;top:50%;left:40%;transform:translate(-50%,-50%)}.features__phone{z-index:2;position:relative;right:10%}.features__phone-screenshot{width:280px;height:auto;display:block}.features__content{flex:1;margin-top:20px}.features__label{letter-spacing:.12em;color:var(--red);text-transform:uppercase;text-align:start;margin-top:60px;margin-bottom:12px;font-size:15px;font-weight:600}.features__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--black);text-align:start;margin-bottom:40px;font-size:clamp(26px,2.8vw,40px);font-weight:700;line-height:1.2}.features__list{text-align:start;flex-direction:column;gap:36px;display:flex}.features__item{align-items:flex-start;gap:16px;display:flex}.features__item-icon{background:#e8192c14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.features__item-title{font-family:var(--font-body);color:var(--black);margin-bottom:8px;font-size:17px;font-weight:700}.features__item-desc{color:var(--gray);max-width:420px;font-size:15px;line-height:1.65}@media (width<=1024px){.features{padding:80px 0}.features__inner{gap:48px}.features__visual{width:350px;height:500px}.features__circles{width:380px;height:380px;top:50%;left:50%}.features__phone-screenshot{width:240px}.features__label,.features__content{margin-top:0}}@media (width<=768px){.features{padding:64px 0}.features__phone{right:0}.features__inner{flex-direction:column-reverse;align-items:center;gap:40px}.features__visual{flex:none;justify-content:center;align-items:center;width:480px;height:560px;display:flex;position:relative}.features__circles{pointer-events:none;width:380px;height:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__phone-screenshot{width:260px}.features__content{width:100%;margin-top:0}.features__label{text-align:center;margin-top:0}.features__title{text-align:center;margin-bottom:32px}.features__list{gap:28px}.features__item{gap:14px}.features__item-desc{max-width:none}}@media (width<=480px){.features{padding:48px 0 10px}.features__inner{gap:32px}.features__visual{justify-content:center;align-items:center;width:440px;height:480px;display:flex;position:relative}.features__circles{width:520px;height:620px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__phone-screenshot{width:220px}.features__item{gap:12px}.features__item-icon{width:36px;height:36px}.features__item-icon svg{width:18px;height:18px}.features__item-title{font-size:16px}.features__item-desc{font-size:14px}.features__label{font-size:13px}.features__title{margin-bottom:24px;font-size:24px}.features__list{gap:24px}}@media (width<=360px){.features__visual{justify-content:center;align-items:center;width:200px;height:420px;display:flex;position:relative}.features__circles{width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__phone-screenshot{width:170px}.features__item-title{font-size:15px}.features__item-desc{font-size:13px}.features__title{font-size:20px}}.benefits{background:var(--white);padding:100px 0}.benefits__label{letter-spacing:.12em;color:var(--red);text-transform:uppercase;text-align:start;margin-bottom:12px;font-size:15px;font-weight:600}.benefits__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--black);text-align:start;margin-bottom:30px;font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.2}.benefits__rows{flex-direction:column;gap:40px;display:flex}.benefits__row{justify-content:space-between;align-items:center;gap:60px;display:flex}.benefits__list{text-align:start;flex-direction:column;flex:1;gap:36px;display:flex}.benefit-item{align-items:flex-start;gap:16px;display:flex}.benefit-item__icon{background:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.benefit-item__title{color:var(--black);margin-bottom:8px;font-size:18px;font-weight:700}.benefit-item__desc{color:var(--gray);font-size:15px;line-height:1.65}.benefits__phone-wrap{flex:none;justify-content:center;align-items:center;width:600px;height:600px;display:flex;position:relative}.benefits__circles{pointer-events:none;width:620px;height:620px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.benefits__phone{z-index:2;position:relative}.benefits__phone-screenshot{width:280px;height:auto;display:block}@media (width<=1024px){.benefits{padding:80px 0}.benefits__rows{gap:32px}.benefits__row{gap:36px}.benefits__phone-wrap{width:500px;height:500px}.benefits__circles{width:520px;height:520px}.benefits__phone-screenshot{width:240px}}@media (width<=768px){.benefits{padding:64px 0}.benefits__row{flex-direction:column;gap:60px}.benefits__row:last-child{flex-direction:column-reverse}.benefits__label,.benefits__title{text-align:center}.benefits__phone-wrap{width:540px;height:540px}.benefits__circles{width:560px;height:560px}.benefits__phone-screenshot{width:260px}}@media (width<=480px){.benefit-item__title{font-size:16px}.benefits__rows{gap:100px}.benefit-item__desc{font-size:14px}.benefits__phone-wrap{width:460px;height:460px}.benefits__circles{width:480px;height:480px}.benefits__phone-screenshot{width:220px}}@media (width<=360px){.benefits__phone-wrap{width:360px;height:360px}.benefits__circles{width:380px;height:380px}.benefits__phone-screenshot{width:170px}}.faq{background:var(--white);padding:40px 0 10px}.faq__inner{flex-direction:column;display:flex}.faq__header{margin-bottom:48px;position:relative}.faq__label{letter-spacing:.12em;color:var(--red);text-transform:uppercase;text-align:start;margin-bottom:12px;font-size:15px;font-weight:600}.faq__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--black);text-align:start;font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.2}.faq__star{object-fit:contain;width:24px;height:24px;animation:8s linear infinite spin;display:block;position:absolute;top:0;right:200px}.faq__grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.faq__item{background:var(--light-gray);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:start;border-radius:16px;min-height:181px;padding:28px;transition:background .2s}.faq__item--highlighted{background:var(--red)}.faq__item--highlighted .faq__question span:first-child,.faq__item--highlighted .faq__answer{color:var(--white)}.faq__item--highlighted .faq__toggle{color:#ffffffb3}.faq__question{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.faq__question span:first-child{color:var(--black);font-size:16px;font-weight:600;line-height:1.4}.faq__toggle{color:var(--gray);flex-shrink:0;margin-top:2px;font-size:22px;line-height:1}.faq__answer{color:var(--gray);margin-top:16px;font-size:14px;line-height:1.6}@media (width<=900px){.faq{padding:20px 0}.faq__grid{grid-template-columns:1fr;gap:16px}.faq__item{min-height:0}.faq__star{width:20px;height:20px;right:20px}}@media (width<=600px){.faq{padding:20px 0}.faq__header,.faq__label,.faq__title{text-align:center}.faq__star{display:none}.faq__item{padding:22px 20px}.faq__question span:first-child{font-size:15px}}.cta{padding:60px 0;position:relative}.cta__star{object-fit:contain;z-index:5;width:42px;height:42px;animation:8s linear infinite spin;display:block;position:absolute}.cta__star--tr{animation-duration:6s;animation-direction:reverse;top:20px;right:20px}.cta__star--bl{width:26px;height:26px;bottom:20px;left:20px}.cta__inner{background:#1a1a1a;border-radius:28px;justify-content:center;align-items:center;min-height:340px;padding:0;display:flex;position:relative;overflow:hidden}.cta__content{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.cta__banner-image{object-fit:cover;border-radius:8px;width:100%;height:auto;display:block}.cta__overlay-buttons{z-index:10;flex-direction:row;gap:16px;display:flex;position:absolute;bottom:29%;left:81px}.cta__btn{color:#1a1a1a;font-family:var(--font-body,sans-serif);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:18px 32px;font-size:16px;font-weight:600;line-height:1;transition:all .2s;display:flex;box-shadow:0 4px 20px #0003}.cta__btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 35px #0000004d}.cta__btn:active{transform:scale(.97)}.cta__btn-icon{object-fit:contain;flex-shrink:0;width:22px;height:22px;display:block}.cta__btn-label{display:block;transform:translateY(2px)}.cta__btn--disabled{color:#9a9a9a;cursor:not-allowed;box-shadow:none;opacity:.7;background:#ececec;position:relative}.cta__btn--disabled .cta__btn-icon{filter:grayscale();opacity:.6}.cta__btn--disabled:hover{box-shadow:none;background:#ececec;transform:none}.cta__btn--disabled:active{transform:none}.cta__btn-badge{background:var(--red,#e8192c);color:#fff;white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700;line-height:1;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 8px #00000040}@media (width<=1024px){.cta{padding:40px 0}.cta__inner{border-radius:20px;min-height:280px}.cta__star--tr{width:18px;height:18px;top:15px;right:15px}.cta__star--bl{width:14px;height:14px;bottom:15px;left:15px}.cta__overlay-buttons{gap:12px;bottom:10%;left:50px}.cta__btn{border-radius:12px;gap:10px;padding:14px 24px;font-size:14px}.cta__btn-icon{width:18px;height:18px}}@media (width<=860px){.cta{padding:32px 0}.cta__inner{border-radius:16px;min-height:200px}.cta__star{display:none}.cta__overlay-buttons{gap:10px;bottom:8%;left:50%;transform:translate(-50%)}.cta__btn{border-radius:10px;gap:8px;padding:10px 18px;font-size:12px}.cta__btn-icon{width:16px;height:16px}}@media (width<=480px){.cta{padding:24px 0}.cta__inner{border-radius:12px;min-height:160px}.cta__overlay-buttons{gap:6px;bottom:6%}.cta__btn{border-radius:8px;gap:6px;padding:8px 14px;font-size:10px}.cta__btn-icon{width:14px;height:14px}}.footer{background:var(--white);border-top:1px solid var(--border);padding:60px 0 0;position:relative;overflow:visible}.footer__blob{opacity:.3;filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#9b59f5 0%,#6b3fc4 50%,#0000 100%);width:280px;height:280px;position:absolute;bottom:0;left:-60px}.footer__top{justify-content:space-between;gap:48px;padding-bottom:48px;display:flex}.footer__brand{flex:none;max-width:220px}.footer__logo{align-items:center;margin-bottom:24px;display:flex}.footer__logo-icon{width:auto;height:15px;display:block}.footer__contacts{flex-direction:column;gap:10px;display:flex}.footer__contact{color:var(--gray);align-items:center;gap:8px;font-size:13px;transition:color .2s;display:flex}.footer__contact:hover{color:var(--black)}.footer__contact-icon{font-size:14px}.footer__cols{gap:60px;display:flex}.footer__col-title{color:var(--black);margin-bottom:18px;font-size:14px;font-weight:600}.footer__links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer__links a{color:var(--gray);font-size:13px;transition:color .2s}.footer__links a:hover{color:var(--red)}.footer__bottom{border-top:1px solid var(--border);text-align:center;padding:20px 0}.footer__bottom p{color:var(--gray);font-size:12px}@media (width<=860px){.footer__top{flex-direction:column;gap:40px}.footer__brand{max-width:100%}.footer__cols{flex-wrap:wrap;gap:40px}}@media (width<=560px){.footer{padding:48px 0 0}.footer__cols{flex-direction:column;gap:32px}}.legal{min-height:60vh;padding:140px 0 100px}.legal__inner{max-width:780px}.legal__back{color:var(--gray);align-items:center;gap:8px;margin-bottom:32px;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.legal__back:hover{color:var(--red)}.legal__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--black);overflow-wrap:break-word;margin-bottom:12px;font-size:clamp(26px,6vw,42px);font-weight:700;line-height:1.15}.legal__updated{color:var(--gray);margin-bottom:24px;font-size:14px}.legal__intro{color:var(--gray);margin-bottom:48px;font-size:16px;line-height:1.7}.legal__sections{flex-direction:column;gap:32px;display:flex}.legal__section-title{font-family:var(--font-display);color:var(--black);margin-bottom:10px;font-size:18px;font-weight:600}.legal__section-content{color:var(--gray);white-space:pre-line;font-size:15px;line-height:1.75}@media (width<=768px){.legal{padding:110px 0 72px}.legal__sections{gap:26px}}@media (width<=480px){.legal{padding:96px 0 56px}.legal__intro{margin-bottom:36px;font-size:15px}}.support-page{min-height:70vh;padding:150px 0 100px}.support-page__inner{text-align:center;max-width:900px}.support-page__eyebrow{color:var(--red);margin-bottom:12px;font-weight:700}.support-page h1{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(34px,7vw,58px)}.support-page__lead{max-width:670px;color:var(--gray);margin:0 auto 28px;line-height:1.7}.support-page__button{background:var(--red);color:#fff;border-radius:14px;align-items:center;gap:10px;padding:15px 22px;font-weight:700;display:inline-flex}.support-page__cards{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;margin:48px 0 30px;display:grid}.support-page__cards section{border:1px solid var(--border);background:#fff;border-radius:18px;padding:24px}.support-page__cards svg{color:var(--red);margin-bottom:14px}.support-page__cards h2{margin-bottom:8px;font-size:17px}.support-page__cards p{color:var(--gray);font-size:14px;line-height:1.6}.support-page__links{flex-wrap:wrap;justify-content:center;gap:12px 22px;display:flex}.support-page__links a{color:var(--gray);text-decoration:underline}@media (width<=720px){.support-page{padding:110px 0 70px}.support-page__cards{grid-template-columns:1fr}}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Thin.otf)format("opentype");font-weight:200;font-style:normal;font-display:swap;ascent-override:71.4%;descent-override:19.8%;line-gap-override:8.3%}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap;ascent-override:71.4%;descent-override:19.8%;line-gap-override:8.3%}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Roman.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap;ascent-override:71.4%;descent-override:19.8%;line-gap-override:8.3%}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap;ascent-override:71.4%;descent-override:19.1%;line-gap-override:8.3%}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap;ascent-override:71.4%;descent-override:19.8%;line-gap-override:8.3%}:root{--red:#e8192c;--red-dark:#c41020;--black:#0d0d0d;--dark:#1a1a1a;--gray:#6b6b6b;--light-gray:#f5f5f5;--border:#e8e8e800;--white:#fff;--font-display:"Helvetica Neue", sans-serif;--font-body:"Helvetica Neue", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{width:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased}.container{max-width:1280px;margin:0 auto;padding:0 80px}@media (width<=1024px){.container{padding:0 40px}}@media (width<=768px){.container{padding:0 24px}}.asterisk{color:var(--black);font-size:20px;line-height:1;animation:8s linear infinite spin;display:inline-block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}a{color:inherit;text-decoration:none}
