:root{--color-primary:#e3e5e885;--color-white:#fff;--color-milk:#f5f5f5;--color-silver:#c0c0c0;--color-red:#F8522E;--color-blue:rgba(101, 87, 255, 0.49);--color-bg:#0D0E12;--color-box-bg:#4A5568;--color-bg-light:#1f1f22;--body-fz:16px;--body-bg:#444;--button-bg:#22262F;--blue-gradient:linear-gradient(90deg, rgba(101, 87, 255, 0.49) 0%, #AA3FFF 28.23%, #F8522E 100%);--black-gradient:linear-gradient(rgb(22 24 31) 43.37%, rgb(17, 19, 24) 100%);--green-gradient:linear-gradient(90deg, #f0f2c6 0%, #f0f2c6 28.23%, #68ae68 100%);--purple-gradient:linear-gradient(-33deg,rgba(74,144,226,.32),rgba(53,181,255,.32));--pink-gradient:linear-gradient(180deg, #D03D84 15.71%, rgba(170, 63, 255, 0) 55.32%);--top-spc:40px;--bottom-spc:40px;--left-spc:40px;--title-font-size:40px;--title-font-weight:700;--subtitle-font-size:20px;--subtitle-font-weight:400;--body-font-size:16px;--body-font-weight:400;--header-height:60px;--max-width:1200px;--side-space:20px;--vertical-space:50px}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:var(--color-primary);background-color:var(--body-bg);font-weight:300}button{font-family:Inter,sans-serif}*{border:0;box-sizing:inherit;-webkit-font-smoothing:auto;font-weight:inherit;margin:0;outline:0;padding:0;text-decoration:none;text-rendering:optimizeLegibility;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent;margin:0;padding:0}*,:after,:before{box-sizing:border-box}button:focus,input:focus,select:focus,textarea:focus{outline:0}li,ul{list-style-position:inside}a{color:currentColor;text-decoration:none}a:hover{cursor:pointer}textarea{resize:none}pre{white-space:pre-wrap}img{border-style:none;display:block;max-width:100%;height:auto}table{border-collapse:collapse;border-spacing:0}form{display:flex;flex-direction:row;gap:10px}form .input-wrapper{flex:1;position:relative}form input[type=url]{flex:1;background-color:var(--color-box-bg);padding:10px;height:50px;border-radius:25px;width:100%;color:var(--color-white);padding:10px 20px;font-size:16px;font-weight:300}form input[type=url]::placeholder{color:var(--color-white);opacity:.4;font-weight:100}form button{background-color:var(--button-bg);padding-inline:20px;height:40px;border-radius:15px;color:var(--color-white);font-weight:600;font-size:14px;border-radius:25px;cursor:pointer;transition:all .3s ease;position:absolute;right:5px;top:0;bottom:0;margin:auto;z-index:1}form button:hover{background-color:var(--color-primary)}.button{background:var(--button-bg);color:var(--color-white);border-radius:20px;display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.5em 1.2em;font-size:var(--body-fz);line-height:1;font-weight:300;height:40px;font-size:var(--body-fz);white-space:nowrap;user-select:none}.button svg{width:20px;height:20px;color:var(--color-primary)}.button.is-small{font-size:14px;height:35px}.button.is-small svg{width:16px;height:16px}body{padding-top:calc(var(--header-height))}.header{position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 0 10px rgba(0,0,0,.1);height:var(--header-height)}.header:before{content:'';position:absolute;background-color:rgba(0,0,0,.5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);inset:0;z-index:-1}.header__inner{max-width:var(--max-width);margin:0 auto;height:100%;padding-inline:var(--side-space)}.header__body{display:flex;align-items:center;justify-content:space-between;height:100%}.menu{position:fixed;inset:0;background:rgba(26,29,35,.9);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);height:99%;width:99%;border-radius:20px;margin:auto;transform:translate(calc(100% - 120px),calc(100% - 50px));transition:all .7s cubic-bezier(.74, -.12, .48, 1.08)}.menu.is-open{transform:translate(0,0)}.menu__inner{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:12px}.menu__footer{text-align:right}.hero{background:var(--black-gradient);padding-top:calc(var(--header-height) + 5vh);padding-bottom:var(--vertical-space);margin-top:calc(var(--header-height) * -1)}.hero__inner{max-width:var(--max-width);margin:0 auto;padding-inline:var(--side-space)}.hero__title{font-size:28px;color:var(--white);font-weight:600;margin-bottom:.5em;background:var(--blue-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:18px;color:var(--white);font-weight:400;margin-bottom:1em}.hero__text{font-size:14px;font-weight:300;margin-bottom:2em}.buy-form{display:flex;flex-direction:column;gap:10px}.buy-form__price{display:flex;align-items:center;font-size:24px;gap:10px;padding-block:5px 0}.buy-form__price__old{text-decoration:line-through;color:var(--color-primary);font-size:smaller}.buy-form__price__new{color:var(--color-red);font-weight:600}.buy-form__footer{padding-top:10px;border-top:.5px solid var(--color-primary)}.buy-form__footer__headline{font-size:12px;font-weight:100;color:var(--color-white)}.section{padding-block:var(--vertical-space);background-color:var(--color-bg);padding-inline:var(--side-space)}.section.is-light{background:var(--color-bg-light)}.section__inner{max-width:var(--max-width);margin-inline:auto}.section__headline{margin-bottom:30px}.section__headline__title{font-size:22px;font-weight:700;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:var(--blue-gradient);margin-block:0;text-transform:uppercase;margin-bottom:.8em}.section__headline__subtitle{font-size:14px;font-weight:100;margin-block:0 15px}.section__badges{display:inline-block;background-color:var(--color-red);padding:2px 10px;border-radius:5px;font-size:12px;font-weight:600;color:var(--color-white);margin-bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--side-space);margin-top:20px}@media screen and (min-width:651px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:651px){.products-grid__item:first-child{grid-column:span 2}}.product-card{border:5px solid var(--color-box-bg);display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--black-gradient);overflow:hidden;height:100%;border-radius:15px}.product-card__icon{width:70px;height:70px;border-radius:50%;overflow:hidden;padding:10px;border:3px solid var(--color-red)}.product-card__icon svg{height:100%;width:100%;max-width:100%}.product-card__icon svg path{fill:var(--color-red)}.product-card__info{margin-bottom:10px}.product-card__title{font-size:22px;font-weight:700;color:var(--color-red)}.product-card__subtitle{font-size:16px;font-weight:100;background:var(--color-red);color:var(--color-white);display:inline-flex;align-items:center;padding:1px 5px;border-radius:5px;font-size:13px}.product-card__subtitle svg{margin-right:5px;width:20px;height:10px}.product-card__subtitle svg path{fill:var(--color-white)}.product-card__features{display:flex;flex-direction:column;gap:5px;font-size:14px;font-weight:100;color:var(--color-white);margin-bottom:10px}.product-card__features__title{font-weight:200;font-size:16px;color:var(--color-milk)}.product-card__desc{margin-bottom:10px;font-size:13px}.product-card__desc p:not(:last-child){margin-bottom:1em}.product-card__desc strong{font-weight:600;color:var(--color-red)}.product-card__actions{display:flex;flex-direction:column;gap:10px}.product-card__prices{display:flex;flex-direction:row;gap:5px;align-items:center}.product-card__prices__price{font-weight:600;font-size:18px;color:var(--color-red)}.features{display:flex;flex-direction:column;gap:5px;font-size:14px;font-weight:100;color:var(--color-white);padding-left:10px}.features__item{font-weight:400;font-size:13px;color:var(--color-white)}.reviews{display:flex;flex-direction:column;gap:24px}.reviews__item{flex-grow:1;min-width:200px}.reviews__content{display:flex;gap:24px;overflow:auto}.reviews__name{font-size:13px;font-weight:600;color:#dbbebe;margin-bottom:8px}.reviews__title{font-size:15px;font-weight:400;color:#fff;margin-bottom:8px}.faq dt{font-weight:700;margin-bottom:16px}.faq dd{margin-bottom:32px}.faq ul{margin-bottom:16px}.faq ul li{margin-bottom:8px}.faq p:not(:last-child){margin-bottom:16px}.footer{border-top:1px solid var(--color-box-bg);padding-top:32px;display:flex;flex-direction:column;gap:16px}.links__title{font-size:18px;margin-bottom:8px}.links__list{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap}.links__item{color:var(--color-silver);transition:color .3s ease;font-size:14px;min-width:40%;text-decoration:underline}.links__item:hover{color:var(--color-primary);text-decoration:none}