@charset "UTF-8";button,input,textarea{font-family:inherit}img,svg{display:block}body,h1,h2,h3,h4,h5,h6,p,ul{margin:0}body,button,ul{padding:0}.container,img{max-width:100%}.header__menu-link,.hero__title{font-family:"Press Start 2P",cursive}*,body{box-sizing:border-box}.btn,.header__burger,button{cursor:pointer}.btn,.contact__form-link,.header__menu-link,a{text-decoration:none}.about__list-item:last-child,.footer__menu-item:last-child{margin-bottom:0}.about__list,.feature__list,.footer__menu,.header__menu,.legal__contact-list,.legal__list,li{list-style:none}html{scroll-behavior:smooth}a{color:currentColor}.hero,body{color:#e0e0e0}button{background-color:transparent;border:none}img{height:auto}svg{width:24px;height:24px}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.header,.hero,.hero__wrapper{position:relative}@keyframes neon-glow{0%,100%{text-shadow:0 0 5px #f0f,0 0 10px #f0f,0 0 15px #f0f}50%{text-shadow:0 0 10px #0ff,0 0 20px #0ff,0 0 30px #0ff}}@keyframes pulse-background{0%,100%{background-color:#1a1a2e}50%{background-color:#23233e}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{font-family:Roboto,sans-serif;background-color:#1a1a2e;animation:15s infinite alternate pulse-background}.container{margin:0 auto;padding:0 15px}@media (min-width:768px){.container{max-width:768px}}.header{background-color:rgba(26,26,46,.8);padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,.5);z-index:1000}.header__wrapper{display:flex;justify-content:space-between;align-items:center}.header__logo{display:block}.header.nav-open .header__menu-link::after,.header__nav{display:none}.header__logo-img{max-height:50px;width:auto;transition:transform .3s ease-in-out}.header__logo-img:hover{transform:scale(1.05)}.header__menu{padding:0;margin:0;display:flex}.header__menu-item{margin-left:25px}.header__menu-item:first-child{margin-left:0}.header__menu-link{color:#e0e0e0;font-size:14px;position:relative;transition:color .3s ease-in-out,text-shadow .3s ease-in-out;padding-bottom:5px}.header__menu-link:hover{color:#ff0;text-shadow:0 0 8px #ff0}.header__menu-link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#f0f;transition:width .3s ease-in-out}.header__menu-link:hover::after{width:100%}.header__burger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:0 0;border:none;padding:0;z-index:1100}.btn,.header__burger-line{border-radius:5px;transition:.3s ease-in-out}.header__burger-line{width:100%;height:3px;background-color:#f0f}.header__burger.open .header__burger-line:first-child{transform:translateY(11px) rotate(45deg)}.header__burger.open .header__burger-line:nth-child(2){opacity:0}.header__burger.open .header__burger-line:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.header.nav-open .header__nav{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(26,26,46,.95);flex-direction:column;justify-content:center;align-items:center;transform:translateX(0);transition:transform .3s ease-in-out}.header.nav-open .header__menu{flex-direction:column;text-align:center}.header.nav-open .header__menu-item{margin:15px 0}.header.nav-open .header__menu-link{font-size:24px;color:#f0f;animation:1.5s infinite alternate neon-glow}.header.nav-open .header__menu-link:hover{color:#0ff}.hero{background-size:cover;background-position:center;text-align:center;padding:80px 0;overflow:hidden}@media (min-width:768px){.header__nav{display:block}.header__burger{display:none}.hero{background-image:url("/img/hero-bg-tab.webp")}}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(26,26,46,.7);z-index:1}.hero__wrapper{z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px}.hero__title{font-size:28px;margin-bottom:15px;color:#f0f;text-shadow:0 0 10px #f0f,0 0 20px #f0f}@media (min-width:768px){.hero__title{font-size:48px}}.hero__text{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;max-width:800px;margin-bottom:30px}.btn,.feature__title{font-family:"Press Start 2P",cursive}.btn{display:inline-block;padding:12px 25px;font-size:14px;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent}.btn--contained{background-color:#f0f;color:#1a1a2e;box-shadow:0 0 10px #f0f}.btn--contained:hover{background-color:#c0c;box-shadow:0 0 15px #c0c,0 0 25px #0ff;transform:translateY(-2px)}.btn--outlined{background-color:transparent;color:#0ff;border-color:#0ff;box-shadow:0 0 10px rgba(0,255,255,.5)}.feature__list-item,.products__list-item{box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.btn--outlined:hover{background-color:rgba(0,255,255,.2);color:#ff0;border-color:#ff0;box-shadow:0 0 15px #ff0;transform:translateY(-2px)}.feature{padding:60px 0;text-align:center;background-color:#202038}.feature__title{font-size:24px;color:#f0f;margin-bottom:20px;text-shadow:0 0 8px #f0f}.feature__text{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;max-width:900px;margin:0 auto 40px;color:#e0e0e0}.feature__list{padding:0;margin:0 -15px 40px;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.feature__list-item{background-color:#1a1a2e;border:1px solid rgba(255,0,255,.3);border-radius:10px;padding:30px 20px;flex:1 1 calc(100% - 30px);max-width:calc(100% - 30px)}@media (min-width:768px){.hero__text{font-size:18px}.feature{padding:80px 0}.feature__title{font-size:36px}.feature__list{margin:0 -20px 60px}.feature__list-item{flex:1 1 calc(50% - 40px);max-width:calc(50% - 40px)}}.feature__list-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(255,0,255,.5)}.feature__list-icon{font-size:48px;color:#0ff;margin-bottom:20px;text-shadow:0 0 10px #0ff}.feature__item-title{font-family:"Press Start 2P",cursive;font-size:20px;color:#ff0;margin-bottom:10px}.feature__item-text,.products__text{font-family:Roboto,sans-serif;color:#e0e0e0}.feature__item-text{font-size:15px;line-height:1.5}.components,.products{padding:60px 0;text-align:center;background-color:#1a1a2e}.products__text{font-size:18px;line-height:1.6;max-width:800px;margin:0 auto 50px;border-bottom:2px dashed #0ff;padding-bottom:20px}.components__list,.products__list{list-style:none;padding:0;margin:0 -15px;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.products__list-item{background-color:#202038;border:1px solid rgba(0,255,255,.3);border-radius:10px;padding:30px 20px;flex:1 1 calc(100% - 30px);max-width:calc(100% - 30px);display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.products{padding:80px 0}.products__list{margin:0 -20px}.products__list-item{flex:1 1 calc(50% - 40px);max-width:calc(50% - 40px)}}.products__list-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,255,255,.5)}.products__item-title{font-family:"Press Start 2P",cursive;font-size:22px;color:#f0f;margin-bottom:15px;text-shadow:0 0 5px #f0f}.products__item-text{font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;color:#e0e0e0;margin-bottom:25px;flex-grow:1}.about{padding:60px 0;background-color:#23233e}.about__wrapper{display:flex;flex-direction:column;gap:40px;align-items:center}.about__content,.about__img-wrapper{flex:1 1 100%;text-align:center}.about__img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.5);transition:transform .3s ease-in-out}.about__img:hover{transform:scale(1.02)}.about__title{font-family:"Press Start 2P",cursive;font-size:28px;color:#f0f;margin-bottom:20px;text-shadow:0 0 10px #f0f}.about__list-item,.about__text{font-family:Roboto,sans-serif;color:#e0e0e0}.about__text{font-size:16px;line-height:1.6;margin-bottom:30px}.about__list{padding:0;margin-bottom:30px}.about__list-item{font-size:16px;line-height:1.8;margin-bottom:10px;display:flex;align-items:flex-start;text-align:left}.about__list-icon{color:#ff0;margin-right:10px;margin-top:4px;font-size:18px;text-shadow:0 0 5px #ff0}.components__title{font-family:"Press Start 2P",cursive;font-size:24px;color:#0ff;margin-bottom:40px;text-shadow:0 0 8px #0ff}.components__list-item{background-color:#202038;border:1px solid rgba(255,255,0,.3);border-radius:10px;padding:30px 20px;flex:1 1 calc(100% - 30px);max-width:calc(100% - 30px);box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.about,.components{padding:80px 0}.about__wrapper{flex-direction:row;gap:60px;align-items:flex-start}.about__img-wrapper{flex:1 1 50%}.about__content{flex:1 1 50%;text-align:left}.about__title,.components__title{font-size:36px}.about__text{font-size:18px}.components__list{margin:0 -20px}.components__list-item{flex:1 1 calc(50% - 40px);max-width:calc(50% - 40px)}}.components__list-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(255,255,0,.5)}.components__item-img{max-width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:20px;border:2px solid #f0f;transition:border-color .3s ease-in-out}.components__item-img:hover{border-color:#0ff}.components__item-title{font-family:"Press Start 2P",cursive;font-size:20px;color:#f0f;margin-bottom:10px}.components__item-text{font-family:Roboto,sans-serif;font-size:15px;line-height:1.5;color:#e0e0e0;flex-grow:1}.contact{padding:60px 0;background-color:#23233e;text-align:center}.contact__wrapper{background-color:#1a1a2e;border-radius:15px;padding:30px;box-shadow:0 8px 25px rgba(0,0,0,.6)}.contact__title{font-family:"Press Start 2P",cursive;font-size:24px;color:#e0e0e0;margin-bottom:20px;text-shadow:0 0 10px #f0f}.contact__title--accent{color:#f0f;text-shadow:0 0 10px #f0f,0 0 20px #f0f;animation:2s infinite alternate neon-glow}.contact__text{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;color:#e0e0e0;max-width:700px;margin:0 auto 40px}.contact__form{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto}.contact__form-group{text-align:left}.contact__form-label{display:block;font-family:Roboto,sans-serif;font-size:15px;color:#ff0;margin-bottom:8px}.contact__form-input,.contact__form-textarea{width:100%;padding:12px 15px;background-color:#23233e;border:1px solid #f0f;border-radius:8px;color:#e0e0e0;font-family:Roboto,sans-serif;font-size:16px;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;box-sizing:border-box}.contact__form-input:focus,.contact__form-textarea:focus{outline:0;border-color:#0ff;box-shadow:0 0 10px rgba(0,255,255,.5)}.contact__form-textarea{resize:vertical;min-height:100px}.contact__form-checkbox{display:none}.contact__form-checkbox:checked+.contact__form-checkbox-label .contact__form-checkbox-icon-wrapper{background-color:#f0f;border-color:#f0f}.contact__form-checkbox:checked+.contact__form-checkbox-label .contact__form-checkbox-icon{opacity:1;transform:scale(1)}.contact__form-checkbox-label{display:flex;align-items:center;font-family:Roboto,sans-serif;font-size:14px;color:#e0e0e0;cursor:pointer}.contact__form-checkbox-icon-wrapper{width:20px;height:20px;border:2px solid #0ff;border-radius:4px;display:flex;justify-content:center;align-items:center;margin-right:10px;transition:.3s ease-in-out}.contact__form-checkbox-icon{color:#1a1a2e;font-size:14px;opacity:0;transform:scale(0);transition:.3s ease-in-out}.contact__form-link{color:#0ff;transition:color .3s ease-in-out}.contact__form-status,.footer{color:#e0e0e0;font-family:Roboto,sans-serif}.contact__form-link:hover{color:#ff0;text-decoration:underline}.footer__contact-link:hover,.footer__contact-text:hover,.footer__menu-link:hover{color:#f0f;text-shadow:0 0 5px #f0f}.contact__form .btn--contained{width:100%;padding:15px;font-size:16px;margin-top:10px}.contact__form-status{margin-top:20px;font-size:16px}.footer{background-color:#161627;padding:40px 0 20px;text-align:center;border-top:2px solid #f0f}.footer__wrapper{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}@media (min-width:768px){.contact{padding:80px 0}.contact__wrapper{padding:50px}.contact__title{font-size:36px}.contact__text{font-size:18px}.footer{padding:60px 0 30px}.footer__wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:left}}.footer__contact,.footer__content,.footer__info{flex:1 1 100%}@media (min-width:768px){.footer__info{flex:1 1 calc(50% - 15px)}}.footer__logo{display:inline-block;margin-bottom:15px}.footer__logo-img{max-height:60px;width:auto;filter:drop-shadow(0 0 5px #ff00ff);transition:filter .3s ease-in-out}.footer__contact-link,.footer__contact-text,.footer__menu-link{text-decoration:none;transition:color .3s ease-in-out,text-shadow .3s ease-in-out}.footer__logo-img:hover{filter:drop-shadow(0 0 10px #00ffff)}.footer__text{font-size:14px;line-height:1.6;max-width:400px;margin:0 auto}@media (min-width:768px){.footer__text{margin:0}.footer__contact,.footer__content{flex:1 1 calc(50% - 15px)}}.footer__title{font-family:"Press Start 2P",cursive;font-size:18px;color:#ff0;margin-bottom:20px;text-shadow:0 0 5px #ff0}.cookie-banner__text,.legal{font-family:Roboto,sans-serif}.footer__menu{padding:0;margin:0}.footer__menu-item{margin-bottom:10px}.footer__menu-link{color:#e0e0e0;font-size:15px}@media (min-width:1440px){.container{max-width:1440px;padding:0 30px}.hero{background-image:url("/img/hero-bg.webp")}.hero__title{font-size:64px}.components__list-item,.feature__list-item,.products__list-item{flex:1 1 calc(33.333% - 60px);max-width:calc(33.333% - 60px)}.footer__wrapper{flex-wrap:nowrap;gap:50px}.footer__contact,.footer__info{flex:1 1 30%}.footer__content{flex:1 1 20%}}.footer__contact-item{display:flex;align-items:center;justify-content:center;font-size:15px;margin-bottom:10px}.footer__contact-item:last-child,.legal__section:last-of-type{margin-bottom:0}.footer__contact-icon{color:#0ff;margin-right:10px;font-size:18px;text-shadow:0 0 5px #0ff}.footer__contact-link,.footer__contact-text{color:#e0e0e0}.footer__copy{border-top:1px solid rgba(224,224,224,.2);padding-top:20px;margin-top:30px;font-size:13px;color:rgba(224,224,224,.7)}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:rgba(26,26,46,.95);color:#e0e0e0;padding:20px 0;box-shadow:0 -2px 10px rgba(0,0,0,.5);z-index:9999;transform:translateY(100%);transition:transform .5s ease-out}.cookie-banner.show{transform:translateY(0)}.cookie-banner__content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.cookie-banner__text{flex:1;font-size:14px;line-height:1.5;margin-bottom:0}.cookie-banner__link{color:#0ff;text-decoration:underline;transition:color .3s ease-in-out}.cookie-banner__link:hover{color:#ff0}.cookie-banner__buttons{display:flex;gap:15px;justify-content:center}.cookie-banner__buttons .btn{padding:10px 20px;font-size:13px}.legal{padding:60px 0;background-color:#23233e;color:#e0e0e0;line-height:1.7}.legal__link:hover,.legal__list-item::before{color:#f0f;text-shadow:0 0 5px #f0f}.legal__section-title,.legal__subsection-title,.legal__title{font-family:"Press Start 2P",cursive}.legal__title{font-size:32px;color:#f0f;text-align:center;margin-bottom:30px;text-shadow:0 0 10px #f0f}.legal__intro{font-size:16px;margin-bottom:40px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.legal__section{margin-bottom:50px;padding:20px;background-color:#1a1a2e;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.4);border:1px solid rgba(0,255,255,.2)}.legal__section-title{font-size:24px;color:#0ff;margin-bottom:20px;text-shadow:0 0 8px #0ff;text-align:center}.legal__subsection-title{font-size:20px;color:#ff0;margin-top:30px;margin-bottom:15px;text-shadow:0 0 5px #ff0;text-align:center}.legal__section-text{font-size:15px;margin-bottom:15px;color:#e0e0e0}.legal__list{padding:0;margin-bottom:20px}.legal__list-item{font-size:15px;margin-bottom:10px;padding-left:25px;position:relative;color:#e0e0e0}.legal__list-item::before{content:"•";font-size:20px;position:absolute;left:0;top:0}.legal__list-item strong{color:#ff0}.legal__link{color:#0ff;text-decoration:underline;transition:color .3s ease-in-out,text-shadow .3s ease-in-out}.legal__last-updated{text-align:center;font-size:14px;color:rgba(224,224,224,.7);margin-top:30px}.legal__contact-list{padding:0;margin-top:20px;text-align:center}.legal__contact-list-item{display:flex;align-items:center;justify-content:center;font-size:15px;margin-bottom:10px;color:#e0e0e0}@media (min-width:768px){.footer__contact-item{justify-content:flex-start}.cookie-banner__content{flex-direction:row;justify-content:space-between;text-align:left}.cookie-banner__text{font-size:16px;margin-right:20px}.cookie-banner__buttons .btn{font-size:14px}.legal{padding:80px 0}.legal__title{font-size:48px}.legal__intro{font-size:18px}.legal__section{padding:30px;margin-bottom:60px}.legal__section-title{font-size:32px;text-align:left}.legal__subsection-title{font-size:24px;text-align:left}.legal__list-item,.legal__section-text{font-size:16px}.legal__contact-list{text-align:left}.legal__contact-list-item{justify-content:flex-start;font-size:16px}}.legal__contact-list-icon{color:#f0f;margin-right:10px;font-size:18px;text-shadow:0 0 5px #f0f}