.hero{color:#fff;background:linear-gradient(135deg,#1b1430,#2b1e4a);padding:5rem 2rem}.hero__container{align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.hero__content{flex:1}.hero__tag{background:#ffffff1a;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.9rem;display:inline-block}.hero__title{margin-bottom:1.2rem;font-size:3rem;line-height:1.2}.hero__subtitle{opacity:.9;margin-bottom:1rem;font-size:1.1rem}.hero__status{color:#cbbcff;margin-bottom:2rem;font-size:.95rem}.hero__cta{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{border-radius:10px;padding:.9rem 1.5rem;font-weight:600;text-decoration:none}.hero__btn--primary{color:#fff;background:linear-gradient(135deg,#7b5cff,#5b34c4)}.hero__btn--secondary{color:#fff;border:1px solid #fff3}.hero__visual img{border-radius:24px;max-width:260px}.features{color:#1b1430;background-color:#f8f7fc;padding:5rem 2rem}.features__header{text-align:center;max-width:300px;margin:0 auto 3rem}.features__tag{color:#5b34c4;background-color:#ebe6ff;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.9rem;font-weight:600;display:inline-block}.features__title{margin-bottom:1rem;font-size:2.2rem}.features__subtitle{color:#5f5873;font-size:1.05rem;line-height:1.7}.features__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:440px;margin:0 auto;display:grid}.features__card{background-color:#fff;border-radius:20px;padding:1.8rem;transition:transform .2s;box-shadow:0 10px 30px #1b143014}.features__card:hover{transform:translateY(-4px)}.features__card-title{color:#1b1430;margin-bottom:.8rem;font-size:1.2rem}.features__card-description{color:#5f5873;font-size:1rem;line-height:1.6}@media (width<=1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features{padding:4rem 1.5rem}.features__title{font-size:1.8rem}.features__grid{grid-template-columns:1fr}}.for-who{color:#1b1430;background:linear-gradient(#fff,#f4f1ff);padding:5rem 2rem}.for-who__container{max-width:500px;margin:0 auto}.for-who__content{text-align:center;max-width:560px;margin:0 auto}.for-who__tag{color:#5b34c4;background-color:#ebe6ff;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.9rem;font-weight:600;display:inline-block}.for-who__title{margin-bottom:1rem;font-size:2.2rem}.for-who__subtitle{color:#5f5873;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.for-who__list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.for-who__item{text-align:left;color:#3f3952;background-color:#fff;border-radius:16px;padding:1.2rem 1.4rem 1.2rem 3rem;line-height:1.6;position:relative;box-shadow:0 10px 30px #1b14300f}.for-who__item:before{content:"•";color:#7c4dff;font-size:1.6rem;position:absolute;top:50%;left:1.3rem;transform:translateY(-50%)}@media (width<=640px){.for-who{padding:4rem 1.5rem}.for-who__title{font-size:1.8rem}.for-who__item{padding-left:2.8rem}}.screenshots{color:#1b1430;background-color:#fff;padding:5rem 2rem}.screenshots__container{max-width:1200px;margin:0 auto}.screenshots__header{text-align:center;max-width:700px;margin:0 auto 3rem}.screenshots__tag{color:#5b34c4;background-color:#ebe6ff;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.9rem;font-weight:600;display:inline-block}.screenshots__title{margin-bottom:1rem;font-size:2.2rem}.screenshots__subtitle{color:#5f5873;font-size:1.05rem;line-height:1.7}.screenshots__grid{grid-template-columns:repeat(2,minmax(320px,1fr));align-items:stretch;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.screenshots__card{background-color:#f8f7fc;border-radius:24px;flex-direction:column;min-width:0;height:100%;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 10px 30px #1b143014}.screenshots__card:hover{transform:translateY(-4px)}.screenshots__image-wrapper{background:linear-gradient(#f4f1ff,#fff);justify-content:center;align-items:center;height:320px;padding:1rem;display:flex}.screenshots__image{border-radius:20px;width:auto;max-width:170px;height:auto;max-height:100%;display:block;box-shadow:0 15px 40px #0000001f}.screenshots__content{text-align:left;flex-direction:column;flex-grow:1;gap:.8rem;padding:1.2rem 1.2rem 1.5rem;display:flex}.screenshots__card-title{min-height:48px;margin:0;font-size:1.1rem;line-height:1.3}.screenshots__card-description{color:#5f5873;flex-grow:1;margin:0;font-size:.98rem;line-height:1.6}@media (width<=768px){.screenshots{padding:4rem 1.5rem}.screenshots__title{font-size:1.8rem}.screenshots__grid{grid-template-columns:1fr}}.carousel{justify-content:center;align-items:center;gap:1.2rem;max-width:700px;margin-top:1.5rem;display:flex;position:relative}.carousel__content{text-align:center;max-width:420px;margin:0 auto}.carousel__image-wrapper{background:linear-gradient(#f4f1ff,#fff);border-radius:24px;justify-content:center;align-items:center;height:320px;margin-bottom:1.5rem;display:flex}.carousel__image{border-radius:20px;max-width:150px;max-height:100%;box-shadow:0 15px 40px #00000026}.carousel__title{margin-top:1.2rem;margin-bottom:.8rem;font-size:1.2rem}.carousel__description{color:#5f5873;font-size:.95rem;line-height:1.7}.carousel__btn{color:#fff;cursor:pointer;background-color:#7c4dff;border:none;border-radius:10px;padding:.4rem .7rem;font-size:1.2rem;position:absolute;top:38%;transform:translateY(-50%)}.carousel__btn:hover{opacity:.85}.carousel__btn--left{left:-10px}.carousel__btn--right{right:-10px}.carousel__dots{justify-content:center;gap:.6rem;margin-top:1.5rem;display:flex}.carousel__dot{cursor:pointer;background-color:#d0c7ff;border-radius:50%;width:10px;height:10px}.carousel__dot.active{background-color:#7c4dff}.email{background:#f8f7fc;padding:5rem 2rem}.email__container{text-align:center;background:#fff;border-radius:20px;max-width:700px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000000d}.email__title{margin-bottom:1rem;font-size:2rem}.email__subtitle{color:#5f5873;margin-bottom:2rem}.email__form{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.email__form input{border:1px solid #ddd;border-radius:10px;min-width:250px;padding:.9rem}.email__form button{color:#fff;background:linear-gradient(135deg,#7b5cff,#5b34c4);border:none;border-radius:10px;padding:.9rem 1.4rem;font-weight:600}.email__note{color:#8a84a3;margin-top:1rem;font-size:.9rem}.email__error{color:#c0392b;width:100%;margin-top:.5rem;font-size:.9rem}.email__button:disabled{opacity:.7;cursor:not-allowed}.footer{color:#fff;background-color:#120d22;padding:3rem 2rem 1.5rem}.footer__container{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer__brand{max-width:420px}.footer__logo{margin-bottom:1rem;font-size:1.6rem}.footer__description{color:#c8c1de;line-height:1.7}.footer__links{flex-direction:column;gap:.9rem;display:flex}.footer__link{color:#e4def7;transition:opacity .2s}.footer__link:hover{opacity:.8}.footer__bottom{color:#a79fc4;border-top:1px solid #ffffff1a;max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;font-size:.95rem}@media (width<=640px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer__container{flex-direction:column}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{color:#111;background-color:#fff;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
