@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b1017;color:#fff;-webkit-font-smoothing:antialiased}.page{background:#0b1017;color:#fff;font-family:Inter,system-ui,sans-serif;min-height:100vh;position:relative}@media (max-width: 899px){.page--nav-open{overflow:hidden;touch-action:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem;background:linear-gradient(90deg,#0b1017b8,#3c577d52 48%,#0b1017b8);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 899px){.header{padding:1.25rem}}@media (max-width: 767px){.header{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 1200px){.header{padding-left:260px;padding-right:260px}}.header__start{display:flex;align-items:center;gap:.75rem;min-width:0}.header__menu{display:flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;color:#fff;flex-shrink:0}@media (min-width: 900px){.header__menu{display:none}}.header__menu span{display:block;height:2px;width:100%;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease;transform-origin:center}.header__menu[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__menu[aria-expanded=true] span:nth-child(2){opacity:0}.header__menu[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.header__brand{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(1.5rem,2vw,2.1rem);line-height:1}.header__nav{display:none;gap:3.25rem;font-weight:500;font-size:1rem}.header__nav a{color:inherit;text-decoration:none}.header__nav a:hover{opacity:.85}.header__nav a.header__nav-link--active{color:#29cfa8;opacity:1}@media (min-width: 900px){.header__nav{display:flex}}.header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width: 899px){.header__actions .btn--vk{display:none}}@media (max-width: 899px){.header__actions .btn--primary{font-size:15px;padding:.65rem 1.35rem .72rem}}.header__drawer{display:none;position:fixed;top:calc(4.25rem + 1px);left:0;right:0;z-index:49;flex-direction:column;gap:0;padding:1rem 1.25rem 1.5rem;background:#0b1017f7;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 12px 32px #00000059}.header__drawer a{display:block;padding:.85rem 0;color:inherit;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08)}.header__drawer a:last-child{border-bottom:none}.header__drawer a:hover{opacity:.88}.header__drawer a.header__nav-link--active{color:#29cfa8}@media (max-width: 899px){.header__drawer--open{display:flex}}@media (min-width: 900px){.header__drawer{display:none!important}}.btn{border:none;cursor:pointer;font-family:inherit;font-weight:500;font-size:1rem;line-height:1.5;border-radius:50px;padding:.7rem 1.5rem .8rem;transition:opacity .2s,transform .15s}a.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.btn:hover{opacity:.92}.btn--primary{background:#009572;color:#fff}.btn--dark,.btn--ghost{background:#23272e;color:#fff;border:2px solid #464756}.btn--vk{display:inline-flex;align-items:center;gap:.75rem;padding-right:1.5rem;padding-left:0;height:48px}.btn--vk img{border-radius:50%}.btn--lg{padding:.75rem 2rem}.btn--outline-green{background:#fff;border:2px solid #009572;color:#009572;box-shadow:0 0 0 1px #00957214}.btn--outline-green:hover{background:#0095720f;opacity:1}.btn--block{width:100%;justify-content:center}.btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 599px){.header .btn--vk span,.header .btn--vk{font-size:0;padding-right:.5rem}}.hero{position:relative;min-height:38rem;padding:clamp(6rem,12vw,10rem) clamp(1.25rem,5vw,16.25rem) 0;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 767px){.hero{min-height:0;padding:5.75rem 1.25rem 6.5rem;align-items:flex-start;justify-content:flex-start}}.hero__bg{position:absolute;inset:0;opacity:.35;pointer-events:none}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 40%,rgba(0,149,114,.25),transparent 55%),linear-gradient(180deg,transparent 0%,#0b1017 95%)}.hero__inner{position:relative;z-index:1;max-width:58rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:3.5rem}@media (max-width: 767px){.hero__inner{align-items:stretch;gap:2rem;max-width:21rem;margin:0 auto}}.hero__content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}@media (max-width: 767px){.hero__content{align-items:stretch;text-align:center;gap:1rem}}.hero__title{margin:0;font-weight:500;font-size:clamp(2rem,5vw,3.875rem);line-height:1.1;letter-spacing:-.02em}@media (max-width: 767px){.hero__title{font-size:2rem;letter-spacing:-.02em}}.hero__subtitle{margin:0;font-size:clamp(1rem,2vw,1.375rem);line-height:1.4;max-width:52rem;opacity:.95;text-align:center}@media (max-width: 767px){.hero__subtitle{font-size:1rem;max-width:none}}.hero__subtitle-line--mobile{display:none}@media (max-width: 767px){.hero__subtitle-line--desktop{display:none}.hero__subtitle-line--mobile{display:block}}.hero__stats{display:flex;flex-direction:column;gap:2rem;width:100%;align-self:stretch}@media (max-width: 767px){.hero__stats{gap:.75rem}}@media (min-width: 768px){.hero__stats{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,3vw,2rem)}}.stat{display:flex;gap:1rem;align-items:flex-start;text-align:left;flex:0 1 auto}@media (min-width: 768px){.stat{max-width:15.5rem}}.stat>div{text-align:left}.stat__dot{width:6px;height:6px;background:#fff;border-radius:3px;margin-top:.5rem;flex-shrink:0}.stat__title{margin:0 0 .35rem;font-weight:600;font-size:1.375rem;line-height:1.4}.stat__desc{margin:0;font-size:1rem;font-weight:400;line-height:1.5;opacity:.9}@media (max-width: 767px){.stat{gap:1rem}.stat__title{font-size:1rem;line-height:1.4;letter-spacing:-.01em}.stat__desc{font-size:.875rem;line-height:1.5;letter-spacing:-.01em}}.cookie{position:fixed;right:1.25rem;bottom:1.25rem;z-index:100;box-sizing:border-box;width:268px;max-width:calc(100vw - 2.5rem);padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:linear-gradient(90deg,#23272e 0% 100%),linear-gradient(90deg,#36373f 0% 100%);border-radius:2px;border:none}@media (max-width: 767px){.cookie{left:1.25rem;right:auto;bottom:1.7rem;width:225px;max-width:calc(100vw - 2.5rem);border-radius:12px;box-shadow:0 8px 24px #00000059}}@media (min-width: 1200px){.cookie{right:260px;bottom:1.5rem}}.cookie__text{margin:0;font-size:12px;line-height:1.4;color:#fff;text-align:left}.cookie a{color:#19b591;text-decoration:underline;text-underline-offset:2px}.cookie a:hover{color:#29cfa8}.cookie__btn{align-self:flex-start;border:none;cursor:pointer;font-family:inherit;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;color:#fff;background:#008c69;border-radius:50px;padding:8px 24px 9px;transition:opacity .2s}@media (max-width: 767px){.cookie__btn{font-size:14px;padding:8px 20px 10px}}.cookie__btn:hover{opacity:.92}.section{padding:0 clamp(1.25rem,5vw,16.25rem) clamp(4rem,8vw,8rem)}.section--access{padding-top:340px}@media (max-width: 767px){.section--access{padding-top:clamp(3rem,18vw,200px);padding-left:1.25rem;padding-right:1.25rem}.section--access .section__title{font-size:2rem;letter-spacing:-.02em;line-height:1.1}.section--access .section__lead{font-size:1.25rem;line-height:1.4;margin-bottom:2rem}}.section--steps{padding-bottom:5rem}.section--pricing-wrap{padding-left:clamp(1rem,4vw,16.25rem);padding-right:clamp(1rem,4vw,16.25rem);padding-bottom:4rem}.section--testimonials{padding-top:4rem;border-radius:4rem 4rem 0 0;background:#0b1017}.section--contact{padding-top:4rem;padding-bottom:5rem;border-radius:4rem 4rem 0 0;background:linear-gradient(180deg,#0b1017,#0a0f16)}.section--team-wrap{padding:0 clamp(1.25rem,5vw,16.25rem) 4rem}.section__title{margin:0 auto 1.5rem;text-align:center;font-weight:500;font-size:clamp(2rem,4vw,2.875rem);line-height:1.1;letter-spacing:-.02em;max-width:42rem}.section__title--single{max-width:none}.section__title--pricing-intro{font-weight:600;max-width:36rem}.section__lead{margin:0 auto 3rem;text-align:center;font-size:clamp(1rem,2vw,1.375rem);line-height:1.4;max-width:42rem;opacity:.95}.section__lead--pricing-intro{max-width:min(44rem,92vw);line-height:1.5;font-weight:400}.section__lead--narrow{margin-bottom:3rem}.section__lead--left{text-align:center}@media (min-width: 900px){.section__lead--left{text-align:left;margin-left:0}}.container{max-width:1200px;margin:0 auto;width:100%}.container--pricing{max-width:1064px}.container--narrow{max-width:32rem}.access-grid{width:100%;max-width:1064px;margin:0 auto}.access-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;border-radius:40px;overflow:hidden}@media (max-width: 767px){.access-card{padding:32px 20px;border-radius:24px;gap:20px}}.access-card--gradient{background:linear-gradient(225.941deg,#009572 4.15%,#29cfa8 99.34%)}.access-card__deco{position:absolute;inset:23% 38% -91% -17%;pointer-events:none;z-index:0;opacity:1}.access-card__deco img{position:absolute;inset:-26%;width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;object-fit:cover}.access-card__columns{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;width:100%;align-items:stretch}@media (min-width: 900px){.access-card__columns{flex-direction:row;align-items:stretch}}.access-figma{flex:1 1 0;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;padding:0;width:100%;gap:0}.access-figma__visual{position:relative;z-index:1;width:100%;max-width:490px}@media (max-width: 767px){.access-figma__visual{max-width:100%}}.access-figma__panel{position:relative;z-index:2;box-sizing:border-box;width:100%;max-width:490px;background:#fff;border-radius:0 24px 24px;padding:24px 32px 36px;display:flex;flex-direction:column;align-items:center;gap:24px}.access-figma__panel--free{padding-top:72px}@media (max-width: 767px){.access-figma__panel--free{padding-top:20px;padding-bottom:22px}}@media (max-width: 767px){.access-figma__panel{max-width:100%;border-radius:0 16px 16px;padding:20px 20px 22px}}.access-figma__comp{position:relative;z-index:1;width:100%;max-width:490px;height:146px;flex-shrink:0}@media (max-width: 767px){.access-figma__comp{height:100px;max-width:100%}}.access-figma__comp--clip{overflow:hidden}.access-figma__pill{position:absolute;left:0;top:0;z-index:4;display:inline-flex;align-items:center;height:48px;padding:0 24px;background:#23272ecc;border:2px solid #464756;color:#fff;font-weight:500;font-size:16px;line-height:1.5;box-sizing:border-box}@media (max-width: 767px){.access-figma__pill{font-size:15.9px}}.access-figma__pill--pill{border-radius:50px}.access-figma__pill--soft{border-radius:24px}@media (max-width: 767px){.access-figma__pill--soft{border-radius:50px}}a.access-figma__pill{text-decoration:none;color:inherit;cursor:pointer}a.access-figma__pill:focus-visible{outline:2px solid #29cfa8;outline-offset:3px}.access-figma__vk{position:absolute;right:10%;top:-48px;width:54%;max-width:268px;aspect-ratio:1;transform:rotate(12deg);border-radius:14px;overflow:hidden;box-shadow:0 16px 40px #0b101759;z-index:3}.access-figma__vk img{width:100%;height:100%;object-fit:cover}.access-figma__vk--mask{mask-repeat:no-repeat;mask-position:50% 45%;mask-size:92% 92%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 45%;-webkit-mask-size:92% 92%}.access-figma__laptop{position:absolute;left:12%;top:-6px;width:36%;max-width:122px;transform:rotate(-19deg);z-index:3}.access-figma__laptop img{display:block;width:100%;height:auto}.access-figma__wave{position:absolute;left:0;bottom:-228px;width:100%;max-width:490px;height:279px;object-fit:contain;object-position:bottom center;pointer-events:none;z-index:1}.access-figma__wave--b{height:280px}@media (max-width: 767px){.access-figma__wave{bottom:-156px;height:190px;max-width:100%}.access-figma__wave--b{bottom:-156px;height:191px}}.access-figma__note{margin:0;width:100%;text-align:center;font-size:16px;line-height:1.5;letter-spacing:-.16px;color:#0b1017}.access-figma__note-desktop{display:inline}.access-figma__note-mobile,.access-figma__note-br{display:none}@media (max-width: 767px){.access-figma__note-desktop{display:none}.access-figma__note-mobile,.access-figma__note-br{display:inline}}.access-figma__cta{flex-shrink:0}.access-figma__cta--ghost{background:#40af961a;border:2px solid rgba(0,149,114,.5);color:#009572;border-radius:50px;padding:11px 24px 13px;font-weight:500;font-size:16px;line-height:1.5;cursor:pointer;font-family:inherit}.access-figma__cta--ghost:hover{background:#40af962e;opacity:1}a.access-figma__cta:focus-visible{outline:2px solid #009572;outline-offset:2px}.access-figma__clay{position:absolute;inset:0;z-index:2;pointer-events:none}.access-figma__clay-img{position:absolute;display:block;width:auto;height:auto;max-height:200px}.access-figma__clay-img--a{right:4%;top:-20px;max-width:42%;transform:rotate(20deg)}.access-figma__clay-img--b{left:10%;top:-14px;max-width:28%;transform:rotate(-28deg)}.access-disclaimer{position:relative;z-index:1;margin:1.5rem 0 0;text-align:center;font-size:.875rem;line-height:1.5;color:#fffffff2;max-width:56rem;margin-left:auto;margin-right:auto}.steps{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:75rem;margin:0 auto}@media (min-width: 768px){.steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.steps{grid-template-columns:repeat(4,1fr);gap:.75rem}}.step{text-align:center;padding:0 1rem 1.5rem}.step__icon-wrap{position:relative;height:6rem;margin:0 auto 1.25rem;max-width:9rem}.step__icon-wrap img{max-height:5rem;width:auto;margin:0 auto;display:block}.step__num{position:absolute;left:0;top:.15rem;display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:3rem;padding:0 1.25rem;border-radius:50px;background:#36373fc4;border:2px solid #464756;backdrop-filter:blur(3px);font-weight:700;font-size:1rem}.step__title{margin:0 0 .75rem;font-size:1.375rem;font-weight:600;font-family:"Source Sans 3",Inter,sans-serif;line-height:1.2}.step__text{margin:0;font-size:.875rem;line-height:1.5;opacity:.9}.pricing-shell{background:#23272e;border-radius:2.5rem;padding:clamp(3rem,6vw,7.25rem) clamp(1.5rem,4vw,10.5rem) 4rem;max-width:87.5rem;margin:0 auto}.pricing{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}@media (min-width: 1000px){.pricing{grid-template-columns:repeat(3,minmax(0,340px));justify-content:center;gap:20px;align-items:stretch}}.price-card{border-radius:1.5rem;width:100%;max-width:340px;margin-left:auto;margin-right:auto;padding:32px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:0;min-height:100%;height:100%;box-sizing:border-box}@media (min-width: 1000px){.price-card{margin-left:0;margin-right:0;max-width:none}}.price-card__fill{flex:1 1 0;min-height:32px;width:100%}.price-card__badge{align-self:flex-start;margin:0;padding:.5rem 1.25rem;border-radius:50px;background:#ffffff1a;border:2px solid rgba(35,39,46,.3);font-weight:500;font-size:1rem;color:#23272e}.price-card__price{margin:32px 0 0;font-weight:500;font-size:clamp(2rem,4vw,2.875rem);line-height:1.1;color:#0b1017}.price-card__hint{margin:12px 0 0;font-size:.875rem;line-height:1.5}.price-card__feat{display:grid;grid-template-columns:18px 1fr;column-gap:12px;align-items:start;margin:0;font-size:.875rem;line-height:1.5;text-align:left;max-width:100%}.price-card__feat img{width:18px;height:21px;object-fit:contain;margin:0}.price-card>.btn{margin-top:32px;flex-shrink:0;align-self:flex-start}.price-card--purple{background:linear-gradient(212deg,#ae91ca,#dfbfff 79%)}.price-card--purple .price-card__hint,.price-card--purple .price-card__feat span{color:#361d4e}.price-card--yellow{background:linear-gradient(210deg,#ffdb57,#ffe480 70%)}.price-card--yellow .price-card__hint,.price-card--yellow .price-card__feat span{color:#4a4019}.price-card--teal{background:linear-gradient(68deg,#29cfa8 60%,#009572)}.price-card--teal .price-card__hint,.price-card--teal .price-card__feat span{color:#1b453d}.pricing-legal{font-size:.875rem;line-height:1.5;text-align:center;color:#fff;margin-bottom:2.5rem}.pricing-legal__warn{text-decoration:underline}.tabs-panel{display:flex;flex-direction:column;background:#fff;border-radius:40px;padding:32px 32px 32px clamp(20px,4vw,56px);color:#0b1017}.tabs-panel__tabs{display:flex;flex-wrap:wrap;gap:4px;padding:4px;background:#f5f5f5;border-radius:32px;justify-content:flex-start;width:100%;flex-shrink:0}.tabs-panel__tab{border:none;background:transparent;font-family:inherit;font-weight:500;font-size:1rem;line-height:1.5;padding:11px 24px 13px;border-radius:50px;cursor:pointer;color:#0b1017;white-space:nowrap}.tabs-panel__tab--active{background:#23272e;border:2px solid #464756;color:#fff}.tabs-panel__body{display:grid;grid-template-columns:1fr;gap:32px;align-items:start;margin-top:56px}@media (min-width: 900px){.tabs-panel__body{grid-template-columns:minmax(0,427.25px) 490px;gap:56px}}.tabs-panel__copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;max-width:427.25px;min-width:0}@media (min-width: 900px){.tabs-panel__copy{padding-top:39px}}.tabs-panel__heading{margin:0 0 24px;width:100%;text-align:left;font-weight:500;font-size:clamp(1.5rem,4vw,32px);line-height:1.2;letter-spacing:-.32px}.tabs-panel__art-stack{position:relative;width:100%;max-width:490px;min-height:200px;aspect-ratio:490/450;max-height:450px;background:#f5f5f5;border-radius:24px;overflow:hidden;justify-self:start}@media (min-width: 900px){.tabs-panel__art-stack{width:490px;height:450px;max-height:none;aspect-ratio:auto}}.tabs-panel__art{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease}.tabs-panel__art--active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.tabs-panel__art--feature .tabs-panel__art-layer,.tabs-panel__art--backtest .tabs-panel__art-layer,.tabs-panel__art--datasets .tabs-panel__art-layer,.tabs-panel__art--production .tabs-panel__art-layer{object-fit:contain}.tabs-panel__art-layer{display:block;width:100%;height:100%;object-fit:cover}.tabs-panel__notebook-wrap{position:absolute;left:4.7449%;top:38.673%;width:50.922%;height:52.225%;transform:scaleY(-1) rotate(180deg);transform-origin:center center;pointer-events:none}@media (min-width: 900px){.tabs-panel__notebook-wrap{left:23.25px;top:174.03px;width:249.519px;height:235.012px}}.tabs-panel__board-wrap{position:absolute;left:18.659%;top:3.533%;width:67.98%;height:70.942%;transform:rotate(14.49deg);transform-origin:center center;pointer-events:none}@media (min-width: 900px){.tabs-panel__board-wrap{left:91.43px;top:15.9px;width:333.295px;height:319.238px}}.tabs-panel__feature-trophy{position:absolute;z-index:0;left:28%;top:2%;width:64%;height:88%;pointer-events:none;display:flex;align-items:flex-start;justify-content:center;transform:rotate(9.4deg);transform-origin:50% 40%}.tabs-panel__feature-trophy .tabs-panel__art-layer{width:100%;height:100%;max-width:260px;max-height:360px;object-fit:contain;object-position:center top}@media (max-width: 520px){.tabs-panel__feature-trophy{left:22%;transform:rotate(7deg)}}.tabs-panel__feature-target{position:absolute;z-index:1;left:10%;top:38%;width:46%;height:48%;pointer-events:none;display:flex;align-items:center;justify-content:center}.tabs-panel__feature-target .tabs-panel__art-layer{width:100%;height:100%;max-width:220px;max-height:220px;object-fit:contain}.tabs-panel__backtest-bars{position:absolute;z-index:0;left:14%;top:8%;width:72%;height:72%;pointer-events:none;display:flex;align-items:flex-start;justify-content:center}.tabs-panel__backtest-bars .tabs-panel__art-layer{width:100%;height:100%;max-width:350px;max-height:350px;object-fit:contain}.tabs-panel__backtest-donut{position:absolute;z-index:1;left:32%;top:52%;width:38%;height:42%;pointer-events:none;display:flex;align-items:center;justify-content:center}.tabs-panel__backtest-donut .tabs-panel__art-layer{width:100%;height:100%;max-width:180px;max-height:180px;object-fit:contain}.tabs-panel__datasets-copy{position:absolute;z-index:0;left:10%;top:-8%;width:94%;height:100%;pointer-events:none;display:flex;align-items:center;justify-content:center;transform:rotate(25.42deg);transform-origin:48% 48%}.tabs-panel__datasets-copy .tabs-panel__art-layer{width:74%;height:auto;max-height:88%;object-fit:contain}@media (max-width: 520px){.tabs-panel__datasets-copy{left:6%;top:-4%;transform:rotate(22deg)}}.tabs-panel__datasets-calc{position:absolute;z-index:1;left:-4%;top:6%;width:82%;height:78%;pointer-events:none;display:flex;align-items:center;justify-content:flex-start;transform:rotate(-20.68deg);transform-origin:42% 55%}.tabs-panel__datasets-calc .tabs-panel__art-layer{width:82%;height:auto;max-height:82%;object-fit:contain}@media (max-width: 520px){.tabs-panel__datasets-calc{left:-2%;top:10%;transform:rotate(-18deg)}}.tabs-panel__production-rocket{position:absolute;z-index:0;left:18%;top:2%;width:88%;height:88%;pointer-events:none;display:flex;align-items:flex-start;justify-content:center}.tabs-panel__production-rocket .tabs-panel__art-layer{width:100%;height:100%;max-width:390px;max-height:390px;object-fit:contain}.tabs-panel__production-shield{position:absolute;z-index:1;left:6%;top:36%;width:54%;height:54%;pointer-events:none;display:flex;align-items:center;justify-content:center;transform:rotate(-6.46deg);transform-origin:center center}.tabs-panel__production-shield .tabs-panel__art-layer{width:100%;height:100%;max-width:230px;max-height:230px;object-fit:contain}@media (max-width: 520px){.tabs-panel__production-shield{left:4%;transform:rotate(-5deg)}}.tabs-panel .checklist{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:12px;width:100%;text-align:left;align-self:stretch}.tabs-panel .checklist li{display:grid;grid-template-columns:18px 1fr;column-gap:16px;align-items:start;font-size:16px;line-height:1.5;letter-spacing:-.16px;text-align:left}.tabs-panel .checklist li span{text-align:left}.tabs-panel .checklist li img{width:18px;height:21px;object-fit:contain;margin:0}.tabs-panel .checklist li strong{font-weight:600}.tabs-panel .btn.btn--primary{align-self:flex-start;padding:12px 24px}.testimonials{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:66.5rem;margin:0 auto 2rem}@media (min-width: 900px){.testimonials{grid-template-columns:repeat(3,1fr)}}.quote-card{background:#fff;color:#0b1017;border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;min-height:20rem}.quote-card p{margin:0;font-size:1rem;line-height:1.5}.quote-card__meta{display:flex;align-items:center;gap:1rem;font-size:1rem}.quote-card__author{display:flex;align-items:center;gap:1rem;margin-top:auto}.quote-card__author img{border-radius:50%;border:3px solid #0ca682;object-fit:cover}.quote-card__name{margin:0 0 .2rem;font-weight:500;font-size:1rem;color:#292b32}.quote-card__role{margin:0;font-size:.875rem;color:#292b32}.tag{display:inline-flex;padding:.5rem 1.25rem;border-radius:50px;border:2px solid rgba(0,149,114,.3);color:#009572;font-weight:500;font-size:1rem}.testimonials__pager{max-width:66.5rem;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between}.pager{display:flex;align-items:center;gap:.5rem;height:1.75rem;padding:0 1rem;background:#009572;border-radius:2.5rem}.pager__dot{width:8px;height:8px;border-radius:4px;background:#0d3f1e4d}.pager__dot--on{background:#fff}.pager-next{width:3rem;height:3rem;border-radius:3rem;border:1px solid rgba(255,255,255,.3);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.contact-form{position:relative;width:100%;max-width:30.875rem;margin:0 auto;padding:2rem;border-radius:1.5rem;background:linear-gradient(215deg,#009572 10%,#29cfa8);display:flex;flex-direction:column;gap:1.25rem;overflow:hidden}.contact-form__deco{position:absolute;inset:45% -2% -80%;pointer-events:none;opacity:.35}.contact-form__deco img{width:100%}.contact-form__row{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 500px){.contact-form__row{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)}}.contact-form__checks{display:flex;flex-direction:column;gap:.75rem}.contact-form__hint{margin:0;text-align:center;font-size:.875rem;color:#fff}.contact-form__api-error{margin:0;text-align:center;font-size:.875rem;line-height:1.5;color:#ff8a8a}.field{width:100%;box-sizing:border-box;padding:.75rem 1rem;border-radius:12px;border:1px solid #047159;background:#0b101733;color:#fff;font-family:inherit;font-size:1rem}.field::placeholder{color:#ffffffd9}.field--error{border-color:#ff4d4d}.field--phone{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.field--phone input{flex:1;min-width:0;border:none;background:transparent;color:inherit;font:inherit;outline:none}@media (min-width: 500px){.field--phone input{min-width:17ch}}.field__prefix{font-size:1rem}.field__flag{width:18px;height:18px;border-radius:4px;background:linear-gradient(180deg,#fff 33%,#0039a6 33% 66%,#d52b1e 66%);border:1px solid rgba(0,0,0,.07)}.check-line{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;align-items:start;font-size:.875rem;line-height:1.5;color:#fff;cursor:pointer}.check-line__icon-wrap{display:flex;align-items:flex-start;gap:.375rem;flex-shrink:0}.check-line__checkbox{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:2px 0 0;flex-shrink:0;box-sizing:border-box;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:transparent;cursor:pointer;vertical-align:top}.check-line__checkbox:checked{background-color:#fff;border-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath stroke='%230B1017' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5l4 4 8-8'/%3E%3C/svg%3E");background-size:11px 9px;background-position:center;background-repeat:no-repeat}.check-line__checkbox:focus-visible{outline:2px solid #fff;outline-offset:2px}.check-line__img{width:18px;height:auto;max-height:21px;object-fit:contain;margin:0;flex-shrink:0}.check-line a{color:inherit;text-decoration:underline}.check-line--error{color:#ff8a8a}.check-line--error .check-line__checkbox{outline:1px solid #ff4d4d;outline-offset:2px}.team-shell{background:#23272e;border-radius:2.5rem;padding:clamp(3rem,6vw,7.25rem) clamp(1.5rem,4vw,10.5rem);max-width:100%;margin:0 auto}.team{display:flex;flex-direction:column;gap:2rem}.team__row{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 900px){.team__row{grid-template-columns:20rem 1fr;gap:3.5rem}}@media (min-width: 900px){.team__row--reverse{grid-template-columns:1fr 20rem}}.team__photo{border-radius:1.5rem;overflow:hidden;aspect-ratio:1;max-width:20rem;margin:0 auto;width:100%}.team__photo img{width:100%;height:100%;object-fit:cover}.team__photo--purple{background:linear-gradient(180deg,#b5aae3,#9279f9)}.team__photo--green{background:linear-gradient(180deg,#29aa8c,#277663)}.team__bio h3{margin:0 0 1rem;font-weight:500;font-size:1.375rem}.team__bio p{margin:0;font-size:1rem;line-height:1.5;opacity:.95}.team__rule{margin-bottom:.5rem}.team__rule img{width:100%;height:4px;object-fit:cover}.team__role{margin-bottom:1rem!important;font-weight:400}@media (min-width: 900px){.team__row--reverse .team__photo{order:2}}@media (min-width: 900px){.team__row--reverse .team__bio{order:1}}.footer{background:#0b0e11;color:#fff;font-family:Inter,system-ui,sans-serif;padding:60px clamp(1.25rem,5vw,16.25rem) 60px}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 900px){.footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-items:start}}.footer__col{display:flex;flex-direction:column;gap:.5rem;min-width:0}.footer__col--brand{gap:1.25rem}@media (min-width: 900px){.footer__col--divider{border-left:1px solid #222;padding-left:28px}}.footer__brand-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem}.footer__logo-word{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(1.25rem,2vw,1.625rem);line-height:1;letter-spacing:.02em;color:#fff;text-transform:uppercase}.footer__tagline{font-size:.75rem;line-height:1.3;font-weight:400;color:#8c8c8c}.footer__social-strip{position:relative;width:166px;max-width:100%}.footer__social-img{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.footer__social-overlay{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch}.footer__social-hit{display:block;min-height:100%;border-radius:999px;text-decoration:none}.footer__social-hit:focus-visible{outline:2px solid #29cfa8;outline-offset:2px}.footer__title{margin:0 0 .25rem;font-size:1rem;line-height:1.5;font-weight:700;color:#fff}.footer__title[href]{text-decoration:none;width:fit-content;max-width:100%;transition:color .2s}.footer__title[href]:hover{color:#29cfa8}.footer__title[href]:focus-visible{outline:2px solid #29cfa8;outline-offset:2px;border-radius:2px}.footer__text{margin:0;font-size:1rem;line-height:1.5;font-weight:400;color:#8c8c8c}.footer__link{font-size:1rem;line-height:1.5;font-weight:400;color:#8c8c8c;text-decoration:none;width:fit-content;max-width:100%}.footer__link:hover{color:#fff}.footer__link:focus-visible{outline:2px solid #29cfa8;outline-offset:2px;border-radius:2px}.footer__link--underline{text-decoration:underline;text-underline-offset:3px}.footer__disclaimer{margin:2.5rem 0 0;padding:0;font-size:.875rem;line-height:1.5;font-weight:400;color:#8c8c8c;max-width:100%}.about-page{width:100%}.section--about-first{padding-top:clamp(5.5rem,10vw,8.5rem)}.section--about-faq{padding-top:2rem;padding-bottom:clamp(3rem,6vw,5rem)}.container--faq{max-width:1064px}.about-faq__page-title{text-align:left;margin-left:0;margin-right:auto;margin-bottom:2.5rem;max-width:none}.about-faq__list{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem)}.about-faq__q-wrap{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit}.about-faq__trigger{width:100%;margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;display:block}.about-faq__trigger:focus{outline:none}.about-faq__trigger:focus-visible{outline:2px solid #29cfa8;outline-offset:4px;border-radius:4px}.about-faq__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.about-faq__q{margin:0;font-size:clamp(1.25rem,2.2vw,2rem);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:#fff;flex:1;min-width:0;text-align:left}.about-faq__icon{flex-shrink:0;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:48px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.about-faq__icon--open{border-color:#fffffff2}.about-faq__glyph{position:relative;display:block;width:14px;height:14px;color:#fff}.about-faq__glyph:before,.about-faq__glyph:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;margin-left:-6px;margin-top:-1px;background:currentColor;border-radius:1px;transform-origin:center}.about-faq__glyph:before{transform:translate(0)}.about-faq__glyph:after{transform:rotate(90deg)}.about-faq__icon--open .about-faq__glyph:before{transform:rotate(45deg)}.about-faq__icon--open .about-faq__glyph:after{transform:rotate(-45deg)}.about-faq__body{margin-top:1rem;max-width:894px}.about-faq__body p{margin:0;font-size:clamp(1rem,1.8vw,1.375rem);line-height:1.4;color:#fff}.about-faq__body a{color:#29cfa8;text-decoration:underline;text-underline-offset:2px}.about-faq__body a:hover{color:#fff}.about-faq__body--stack{display:flex;flex-direction:column;gap:.75rem}.section--about-contact{padding-top:3rem}.section--about-team{padding-bottom:4rem}.blog-page{width:100%;min-height:50vh}.blog-page--list{padding:clamp(6.5rem,12vw,11rem) clamp(1.25rem,5vw,10rem) clamp(4rem,8vw,6rem)}.blog-page--post{padding:clamp(6.5rem,12vw,11rem) clamp(1.25rem,4vw,10rem) clamp(4rem,8vw,6rem)}.blog-list{max-width:49.375rem;margin:0 auto;display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.875rem)}.blog-card__link{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;text-decoration:none;color:inherit}.blog-card__link:hover .blog-card__title,.blog-card__link:focus-visible .blog-card__title{color:#29cfa8}.blog-card__link:focus-visible{outline:2px solid #29cfa8;outline-offset:6px;border-radius:4px}.blog-card__intro{display:flex;flex-direction:column;gap:1rem;width:100%}.blog-card__footer{display:none;align-items:center;justify-content:space-between;width:100%;max-width:49.375rem;box-sizing:border-box}.blog-card__views{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;line-height:1.5;color:#ababab}.blog-card__views-icon{flex-shrink:0;color:#ababab}.blog-card__arrow{display:flex;align-items:center;color:#ffffffa6}.blog-card__meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.blog-card__cat{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;line-height:1.5}.blog-card__cat img{display:block;flex-shrink:0}.blog-card__date{font-size:1.25rem;color:#9b9b9b;line-height:1.5}.blog-card__title{margin:0;font-size:clamp(1.75rem,3vw,2rem);font-weight:600;line-height:1.3;letter-spacing:-.02em;transition:color .2s}.blog-card__excerpt{margin:0;max-width:49.375rem;font-size:1.25rem;line-height:1.5;color:#fffffff2}.blog-card__cover{width:100%;max-width:49.375rem;height:280px;background:#fff;border-radius:32px;margin-top:.625rem;overflow:hidden;flex-shrink:0}.blog-card__cover img{display:block;width:100%;height:100%;object-fit:cover}.container--blog-post{max-width:48rem}.blog-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:2rem;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:500;line-height:1.3}.blog-breadcrumb__link{color:#fff;text-decoration:none}.blog-breadcrumb__link:hover{color:#29cfa8}.blog-breadcrumb__sep{display:block;flex-shrink:0;opacity:.85}.blog-breadcrumb__current{color:#03b38a}.blog-article__meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.blog-article__cat{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem}.blog-article__cat img{display:block}.blog-article__date{font-size:1.25rem;color:#ababab;line-height:1.2}.blog-article__block{display:flex;flex-direction:column;gap:2rem;border-radius:16px}.blog-article__hero-inner{position:relative;height:350px;border-radius:40px;overflow:hidden;background:#25282c}.blog-article__hero-inner--single{height:auto;min-height:200px;max-height:420px}.blog-article__hero--single .blog-article__hero-inner--single{display:flex;align-items:center;justify-content:center}.blog-article__hero-single{display:block;width:100%;height:auto;max-height:420px;object-fit:cover;object-position:center}.blog-article__hero-img{position:absolute;left:50%;width:100%;max-width:48rem;height:512px;object-fit:cover;pointer-events:none}.blog-article__hero-img--a{top:50%;transform:translate(-50%,-50%)}.blog-article__hero-img--b{top:calc(50% + 70px);transform:translate(-50%,-50%)}.blog-article__title{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2rem);font-weight:600;line-height:1.3;letter-spacing:-.02em}.blog-article__intro{margin:0;font-size:1.375rem;line-height:1.5;color:#fffffff2}.blog-article__body{display:flex;flex-direction:column;gap:.75rem}.blog-article__p{margin:0;font-size:1.25rem;line-height:1.5;color:#fff}.blog-article__p--accent{font-size:1.375rem}.blog-article__back{font-size:1.375rem;font-weight:500;color:#03b38a;text-decoration:underline;text-underline-offset:3px;align-self:flex-start;margin-top:.5rem}.blog-article__back:hover{color:#29cfa8}.blog-article--empty{padding-top:1rem}.legal-doc__content{display:flex;flex-direction:column;gap:.75rem;padding-bottom:.5rem;color:#fff;font-size:1rem;line-height:1.5}.legal-doc__lead{margin:0;font-size:.9375rem;line-height:1.45;font-weight:600;color:#fffffff2;text-transform:uppercase;letter-spacing:.02em}.legal-doc h1{margin:0 0 .25rem;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.25;letter-spacing:.03em;text-transform:uppercase;color:#fff}.legal-doc h2{margin:1.5rem 0 .25rem;font-size:.9375rem;font-weight:700;line-height:1.35;letter-spacing:.06em;text-transform:uppercase;color:#fff}.legal-doc h1+h2,.legal-doc .legal-doc__lead+h2{margin-top:1rem}.legal-doc p{margin:0;color:#ffffffeb}.legal-doc__list{margin:0;padding-left:1.25rem;color:#ffffffeb}.legal-doc__list li{margin-bottom:.35rem}.legal-doc__list li:last-child{margin-bottom:0}.legal-doc .blog-article__back{margin-top:1.5rem}@media (max-width: 767px){.blog-page--list{padding-top:7.75rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:clamp(3rem,12vw,5rem)}.blog-page--post{padding-top:7.75rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:clamp(3rem,10vw,5rem)}.blog-list{max-width:20.9375rem;margin:0 auto;gap:1.5rem}.blog-card__link{gap:1.5rem}.blog-card__intro{gap:.75rem}.blog-card__date{font-size:1rem}.blog-card__title{font-size:1.625rem;line-height:1.2}.blog-card__excerpt{font-size:1rem;max-width:none}.blog-card__cover{height:6.375rem;max-width:20.9375rem;margin-top:0;border-radius:.895rem;background:#ffffff1a}.blog-card__footer{display:flex;max-width:20.9375rem}.blog-breadcrumb{font-size:1rem;margin-bottom:1.5rem}.blog-article__meta-row{margin-bottom:1.5rem}.blog-article__cat{font-size:1.125rem}.blog-article__date{font-size:1rem}.blog-article__title{font-size:1.625rem;line-height:1.2}.blog-article__intro{font-size:1rem}.blog-article__body{gap:.75rem}.blog-article__p{font-size:1rem}.blog-article__back{font-size:1.125rem}.blog-article__hero-inner{height:220px;border-radius:1.5rem}.blog-article__hero-inner--single{min-height:160px;max-height:240px}.blog-article__hero-img{height:320px}.blog-article__hero-img--b{top:calc(50% + 48px)}.blog-article__hero-single{max-height:240px}.container--blog-post{max-width:20.9375rem}}html.signup-modal-active{overflow:hidden}.signup-modal-layer{position:fixed;inset:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none}.signup-modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:auto}.signup-modal{position:relative;z-index:1;width:100%;max-width:28rem;border-radius:24px;padding:32px;overflow:hidden;pointer-events:auto;box-sizing:border-box;background:linear-gradient(214.56deg,#009572 10.52%,#29cfa8 119.31%);box-shadow:0 24px 64px #00000073}@media (max-width: 479px){.signup-modal{padding:24px 20px;border-radius:20px}}.signup-modal__decor{position:absolute;left:-1.65%;right:-1.65%;bottom:-35%;height:55%;pointer-events:none;z-index:0;opacity:.85}.signup-modal__wave{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:120%;max-width:none;height:auto;object-fit:contain;object-position:bottom center}.signup-modal__form{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}.signup-modal__fields{display:flex;flex-direction:column;gap:12px}.signup-modal__input{width:100%;box-sizing:border-box;margin:0;background:#0b101733;border:1px solid #047159;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:16px;line-height:1.5;color:#fff}.signup-modal__input::placeholder{color:#ffffffd9}.signup-modal__input:focus{outline:2px solid rgba(255,255,255,.45);outline-offset:1px}.signup-modal__input--error{border-color:#ff4d4d}.signup-modal__row{display:flex;flex-wrap:wrap;gap:12px}@media (min-width: 480px){.signup-modal__row{flex-wrap:nowrap}}.signup-modal__row>.signup-modal__phone{flex:2 1 220px;min-width:0}@media (max-width: 479px){.signup-modal__row>.signup-modal__phone{flex:1 1 100%}}@media (min-width: 480px){.signup-modal__row>.signup-modal__phone{min-width:15.5rem}}.signup-modal__row>.signup-modal__input{flex:1 1 7rem;min-width:0}@media (max-width: 479px){.signup-modal__row>.signup-modal__input{flex:1 1 100%}}.signup-modal__phone{display:flex;align-items:center;gap:6px;min-width:0;background:#0b101733;border:1px solid #047159;border-radius:12px;padding:12px 16px;box-sizing:border-box}.signup-modal__phone-prefix{display:flex;align-items:center;gap:4px;flex-shrink:0;font-size:16px;line-height:1.5;color:#fff}.signup-modal__flag{display:block;border-radius:9px;object-fit:cover}.signup-modal__phone-input{flex:1 1 auto;min-width:0;width:100%;margin:0;padding:0;border:none;background:transparent;font-family:inherit;font-size:16px;line-height:1.5;color:#fff}@media (min-width: 480px){.signup-modal__phone-input{min-width:17ch}}.signup-modal__phone-input::placeholder{color:#ffffffd9}.signup-modal__phone-input:focus{outline:none}.signup-modal__phone:focus-within{outline:2px solid rgba(255,255,255,.45);outline-offset:1px}.signup-modal__phone--error{border-color:#ff4d4d}.signup-modal__consents{display:flex;flex-direction:column;gap:12px}.signup-modal__consent{display:flex;gap:16px;align-items:flex-start;margin:0;cursor:pointer;font-size:14px;line-height:1.5;color:#fff}.signup-modal__checkbox{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:2px 0 0;flex-shrink:0;box-sizing:border-box;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:transparent;cursor:pointer;vertical-align:top}.signup-modal__checkbox:checked{background-color:#fff;border-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath stroke='%230B1017' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5l4 4 8-8'/%3E%3C/svg%3E");background-size:11px 9px;background-position:center;background-repeat:no-repeat}.signup-modal__checkbox:focus-visible{outline:2px solid #fff;outline-offset:2px}.signup-modal__consent-text{flex:1 1 auto;min-width:0}.signup-modal__consent-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.signup-modal__consent-text a:hover{color:#ffffffe6}.signup-modal__consent-text a:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:2px}.signup-modal__consent--error .signup-modal__consent-text{color:#ff8a8a}.signup-modal__consent--error .signup-modal__checkbox{outline:1px solid #ff4d4d;outline-offset:2px}.signup-modal__actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}.signup-modal__api-error{margin:0;font-size:14px;line-height:1.5;text-align:center;color:#ff8a8a}.signup-modal__submit{width:100%;margin:0;padding:11px 24px 13px;box-sizing:border-box;border:2px solid #464756;border-radius:50px;background:#23272e;color:#fff;font-family:inherit;font-weight:500;font-size:16px;line-height:1.5;cursor:pointer;transition:background .2s,border-color .2s}.signup-modal__submit:hover{filter:brightness(1.08)}.signup-modal__submit:focus-visible{outline:2px solid #fff;outline-offset:2px}.signup-modal__submit:disabled{opacity:.65;cursor:not-allowed}.signup-modal__hint{margin:0;font-size:14px;line-height:1.5;text-align:center;color:#fff}html.checkout-modal-active{overflow:hidden}.checkout-modal-layer{position:fixed;inset:0;z-index:4010;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none}.checkout-modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:auto}.checkout-modal{position:relative;z-index:1;width:100%;max-width:28rem;border-radius:24px;padding:32px;overflow:hidden;pointer-events:auto;box-sizing:border-box;background:linear-gradient(223.36deg,#009572 10.52%,#29cfa8 119.31%);box-shadow:0 24px 64px #00000073}@media (max-width: 479px){.checkout-modal{padding:24px 20px;border-radius:20px}}.checkout-modal--period-open{z-index:2;overflow:visible}.checkout-modal__close{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;margin:0;padding:0;border:none;border-radius:50%;background:#0b101740;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:background .2s}.checkout-modal__close:hover{background:#0b101766}.checkout-modal__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.checkout-modal__decor{position:absolute;left:-1.65%;right:-1.65%;bottom:-28%;height:58%;pointer-events:none;z-index:0;opacity:.88}.checkout-modal__wave{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:120%;max-width:none;height:auto;object-fit:contain;object-position:bottom center}.checkout-modal__form{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}.checkout-modal__fields{display:flex;flex-direction:column;gap:12px}.checkout-modal__period{position:relative;z-index:4;width:100%;max-width:13rem}.checkout-modal__period-trigger{display:flex;width:100%;height:48px;margin:0;padding:0 24px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:12px;border:2px solid #464756;border-radius:12px;background:#23272ecc;font-family:inherit;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;text-align:left}.checkout-modal__period-trigger:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:1px}.checkout-modal__period-value{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-modal__period-chevron{flex-shrink:0;display:block;transition:transform .2s ease}.checkout-modal__period-chevron--open{transform:rotate(180deg)}.checkout-modal__period-list{position:absolute;left:0;top:calc(100% + 4px);z-index:5;width:100%;min-width:13rem;margin:0;padding:12px;list-style:none;box-sizing:border-box;border-radius:12px;background:#fff;box-shadow:0 2px 16px #00000052;display:flex;flex-direction:column;gap:4px}.checkout-modal__period-li{margin:0;padding:0}.checkout-modal__period-option{display:block;width:100%;margin:0;padding:5px 8px 6px;box-sizing:border-box;border:none;border-radius:8px;background:transparent;font-family:inherit;font-size:16px;line-height:1.5;color:#0b1017;text-align:left;cursor:pointer}.checkout-modal__period-option:hover{background:#1f403f0f}.checkout-modal__period-option:focus-visible{outline:2px solid #047159;outline-offset:1px}.checkout-modal__period-option--selected{background:#1f403f1a}.checkout-modal__input{width:100%;box-sizing:border-box;margin:0;background:#0b101733;border:1px solid #047159;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:16px;line-height:1.5;color:#fff}.checkout-modal__input::placeholder{color:#ffffffd9}.checkout-modal__input:focus{outline:2px solid rgba(255,255,255,.45);outline-offset:1px}.checkout-modal__row{display:flex;flex-wrap:wrap;gap:12px}@media (min-width: 480px){.checkout-modal__row{flex-wrap:nowrap}}.checkout-modal__row>.checkout-modal__input{flex:1 1 140px;min-width:0}.checkout-modal__phone{display:flex;flex:1 1 140px;align-items:center;gap:6px;min-width:0;background:#0b101733;border:1px solid #047159;border-radius:12px;padding:12px 16px;box-sizing:border-box}.checkout-modal__phone-prefix{display:flex;align-items:center;gap:4px;flex-shrink:0;font-size:16px;line-height:1.5;color:#fff}.checkout-modal__flag{display:block;border-radius:9px;object-fit:cover}.checkout-modal__phone-input{flex:1 1 auto;min-width:0;margin:0;padding:0;border:none;background:transparent;font-family:inherit;font-size:16px;line-height:1.5;color:#fff}.checkout-modal__phone-input::placeholder{color:#ffffffd9}.checkout-modal__phone-input:focus{outline:none}.checkout-modal__phone:focus-within{outline:2px solid rgba(255,255,255,.45);outline-offset:1px}.checkout-modal__consents{display:flex;flex-direction:column;gap:12px}.checkout-modal__consent{display:flex;gap:16px;align-items:flex-start;margin:0;cursor:pointer;font-size:14px;line-height:1.5;color:#fff}.checkout-modal__checkbox{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:2px 0 0;flex-shrink:0;box-sizing:border-box;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:transparent;cursor:pointer;vertical-align:top}.checkout-modal__checkbox:checked{background-color:#fff;border-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath stroke='%230B1017' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.5l4 4 8-8'/%3E%3C/svg%3E");background-size:11px 9px;background-position:center;background-repeat:no-repeat}.checkout-modal__checkbox:focus-visible{outline:2px solid #fff;outline-offset:2px}.checkout-modal__consent-text{flex:1 1 auto;min-width:0}.checkout-modal__consent-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.checkout-modal__consent-text a:hover{color:#ffffffe6}.checkout-modal__consent-text a:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:2px}.checkout-modal__actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}.checkout-modal__submit{width:100%;margin:0;padding:11px 24px 13px;box-sizing:border-box;border:2px solid #464756;border-radius:50px;background:#23272e;color:#fff;font-family:inherit;font-weight:500;font-size:16px;line-height:1.5;cursor:pointer;transition:filter .2s}.checkout-modal__submit:hover{filter:brightness(1.08)}.checkout-modal__submit:focus-visible{outline:2px solid #fff;outline-offset:2px}.checkout-modal__legal{margin:0;font-size:14px;line-height:1.5;text-align:center;color:#fff}.checkout-modal__legal a{color:inherit;text-decoration:underline;text-underline-offset:2px}.checkout-modal__legal a:hover{color:#ffffffe6}.checkout-modal__legal a:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:2px}img{max-width:100%;height:auto;vertical-align:middle}
