@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";body{font-family:Inter,sans-serif}a{text-decoration:none}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:1000;padding:16px 32px}.header__container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative}.header__logo{font-size:24px;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.header__logo:after{content:"";position:absolute;bottom:-4px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px}@media(max-width:768px){.header__logo:after{left:16px;transform:translate(-50%)}}.header__nav{display:flex;gap:32px}@media(max-width:768px){.header__nav{display:none}}.header__link{text-decoration:none;color:#64748b;font-weight:500;transition:color .2s}.header__link:hover{color:#3b82f6}.header__actions{display:flex;gap:12px}@media(max-width:768px){.header__actions{display:none}}.header__btn{padding:8px 20px;border-radius:40px;font-weight:500;cursor:pointer;transition:all .2s}.header__btn--outline{background:transparent;border:1px solid #e2e8f0;color:#474747}.header__btn--outline:hover{border-color:#3b82f6;color:#3b82f6}.header__btn--primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff}.header__burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.header__burger span{width:24px;height:2px;background:#474747;transition:all .3s ease;border-radius:2px}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.header__burger{display:flex}}.header__mobile-menu{position:fixed;inset:0;background:#fff;z-index:1000;padding:80px 24px 32px;height:100vh;display:flex;flex-direction:column}.header__mobile-nav{display:flex;flex-direction:column;gap:24px;text-align:center}.header__mobile-link{font-size:20px;font-weight:500;color:#474747;text-decoration:none;padding:12px;transition:color .2s}.header__mobile-link:hover{color:#3b82f6}.header__mobile-actions{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;margin-top:100px}.header__mobile-btn{width:100%;padding:14px;border-radius:40px;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s}.header__mobile-btn--outline{background:transparent;border:1px solid #e2e8f0;color:#474747}.header__mobile-btn--outline:hover{border-color:#3b82f6;color:#3b82f6}.header__mobile-btn--primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff}.header__mobile-btn--primary:hover{background:#2563eb}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:all .3s ease}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0;transform:translate(100%)}.mobile-menu-enter-to,.mobile-menu-leave-from{opacity:1;transform:translate(0)}.footer{background:linear-gradient(135deg,#faf9ff,#fff);border-top:1px solid rgba(59,130,246,.1);padding:48px 32px 32px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#60a5fa)}.footer__container{max-width:1280px;margin:0 auto}.footer__top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(59,130,246,.1);margin-bottom:32px}@media(max-width:768px){.footer__top{flex-direction:column;text-align:center}}.footer__logo{font-size:24px;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.footer__logo:after{content:"";position:absolute;bottom:-4px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px}@media(max-width:768px){.footer__logo:after{left:50%;transform:translate(-50%)}}.footer__links{display:flex;gap:10px;flex-wrap:wrap;flex-flow:column nowrap}@media(max-width:768px){.footer__links{justify-content:center;gap:24px}}.footer__link{color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;position:relative}.footer__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .2s ease;border-radius:2px}.footer__link:hover{color:#3b82f6}.footer__link:hover:after{width:100%}.footer__bottom{text-align:center}.footer__copyright{font-size:13px;color:#64748b;opacity:.7;transition:opacity .2s}.footer__copyright:hover{opacity:1}.modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;width:100%;height:100vh}.modal__links{display:inline-block;color:#64748b;font-size:14px;font-weight:500;margin:0 0 0 10px}.modal__links-item{text-decoration:none;transition:all .2s ease}.modal__content{background:#fff;border-radius:24px;padding:32px;max-width:480px;width:90%;position:relative}.modal__content .consent{margin:10px 0 20px;display:inline-flex;flex-flow:row nowrap;align-items:flex-start}.modal__close{position:absolute;top:16px;right:20px;font-size:24px;background:none;border:none;cursor:pointer;color:#64748b}.modal__close:hover{color:#474747}.modal__title{font-size:24px;font-weight:700;color:#474747;margin-bottom:8px}.modal__subtitle{color:#64748b;margin-bottom:24px}.modal__field{margin-bottom:16px}.modal__field input{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:16px;transition:all .2s;box-sizing:border-box}.modal__field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal__btn{width:100%;padding:14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:40px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.modal__btn:disabled{opacity:.7;cursor:not-allowed}.legal-page{padding:120px 32px 80px;background:#fff}.legal-page__container{max-width:900px;margin:0 auto}.legal-page__title{font-size:40px;font-weight:700;color:#474747;margin-bottom:16px;text-align:center}.legal-page__date{text-align:center;color:#64748b;font-size:14px;margin-bottom:48px}.legal-page__content section{margin-bottom:40px}.legal-page__content section h2{font-size:24px;font-weight:600;color:#474747;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid rgba(59,130,246,.2)}.legal-page__content section p{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:16px}.legal-page__content section ul{margin:16px 0 0 24px}.legal-page__content section ul li{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:8px}.legal-page__content section ul li strong{color:#474747}.legal-page__content section a{color:#3b82f6;text-decoration:none}.legal-page__content section a:hover{text-decoration:underline}.home .hero{background:#fff;padding:120px 32px 80px}@media(max-width:768px){.home .hero{padding:60px 20px 80px}}.home .hero__container{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:60px}@media(max-width:768px){.home .hero__container{flex-direction:column;gap:20px}}.home .hero__content{flex:1;max-width:600px}@media(max-width:768px){.home .hero__content{max-width:100%;text-align:center}}.home .hero__title{font-size:50px;font-weight:300;color:#474747;line-height:1.2;margin-bottom:16px;letter-spacing:-.01em}@media(max-width:768px){.home .hero__title{font-size:32px;text-align:left}}.home .hero__subtitle{font-size:34px;font-weight:600;color:#474747;margin-bottom:16px}@media(max-width:768px){.home .hero__subtitle{font-size:20px;text-align:left}}.home .hero__description{font-size:20px;color:#474747;line-height:1.6;margin-bottom:24px;max-width:400px}@media(max-width:768px){.home .hero__description{text-align:left;font-size:16px}}.home .hero__slider-nav{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:32px}@media(max-width:768px){.home .hero__slider-nav{margin-bottom:24px;justify-content:center}}.home .hero__slider-btn{width:36px;height:36px;background:#fff;border:1px solid #e2e8f0;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#64748b}.home .hero__slider-btn:hover{border-color:#3b82f6;color:#3b82f6;transform:scale(1.05)}.home .hero__slider-btn--prev,.home .hero__slider-btn--next{background:#fff}.home .hero__slider-dots{display:flex;gap:8px}.home .hero__slider-dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;padding:0;transition:all .2s}.home .hero__slider-dot.active{width:50px;border-radius:4px;background:#3b82f6}.home .hero__slider-dot:hover{background:#60a5fa}.home .hero__btn{background:#3b82f6;color:#fff;border:none;border-radius:40px;padding:14px 32px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.home .hero__btn:hover{background:#2563eb}@media(max-width:768px){.home .hero__btn{display:block;margin:0 auto}}.home .hero__slider{flex:1;position:relative;overflow:hidden;border-radius:24px;min-height:400px;background:#f8fafc}@media(max-width:768px){.home .hero__slider{width:100%;min-height:auto}}.home .hero__slider-container{display:flex;transition:transform .5s ease-in-out;height:100%}.home .hero__slide{flex-shrink:0;width:100%;display:flex;align-items:center;justify-content:center}.home .hero__slide img{width:100%;height:100%;object-fit:cover;display:block}.home .features{padding:80px 32px;background:#f8fafc}.home .features__container{max-width:1280px;margin:0 auto}.home .features__header{text-align:center;margin-bottom:64px}.home .features__title{font-size:36px;font-weight:700;color:#474747;margin-bottom:16px}@media(max-width:768px){.home .features__title{font-size:28px}}.home .features__subtitle{font-size:18px;color:#64748b;max-width:600px;margin:0 auto}@media(max-width:768px){.home .features__subtitle{font-size:16px}}.home .features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.home .features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home .features__grid{grid-template-columns:1fr}}.home .features__card{background:#fff;border-radius:24px;padding:32px 24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;position:relative;overflow:hidden;cursor:pointer}.home .features__card img{width:150px;height:100px;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1)}.home .features__card .features__card-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.home .features__card .features__card-hover{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}.home .features__card:hover{transform:translateY(-8px);border-color:#3b82f64d;box-shadow:0 20px 25px -12px #0000001a}.home .features__card:hover .features__card-icon{transform:scale(1.1)}.home .features__card:hover .features__card-hover{opacity:1}.home .features__card.is-active{transform:translateY(-8px);border-color:#3b82f64d;box-shadow:0 20px 25px -12px #0000001a}.home .features__card.is-active .features__card-icon{transform:scale(1.1)}.home .features__card.is-active .features__card-hover{opacity:1}.home .features__card-icon{font-size:56px;transition:transform .3s ease;display:inline-block}.home .features__card-title{font-size:20px;font-weight:700;color:#474747;margin-bottom:12px}.home .features__card-desc{color:#64748b;font-size:14px;line-height:1.6;margin:0}.home .features__card-hover{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}
