@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html,#root,.canter-app{min-height:100vh;min-width:100vw;width:100vw;height:100vh;margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#fff;box-sizing:border-box;scroll-behavior:smooth}.canter-app{display:flex;flex-direction:column;min-height:100vh;min-width:100vw;width:100vw;height:100vh}main{flex:1;display:flex;flex-direction:column;align-items:center;width:100vw}.header{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:0rem 3rem;background:linear-gradient(135deg,#0f172a,#1e293b);position:sticky;top:0;z-index:1000}.header__logo{display:flex;align-items:center;font-size:1.6rem;font-weight:700;color:#60aaff;z-index:2}.header__logo-icon{width:5rem;height:5rem;margin-right:.5rem}.header__logo-icon img{width:100%;height:100%}.header__logo-text{letter-spacing:1px}.header__nav{display:flex;flex:1;justify-self:flex-start;gap:3rem;align-items:center}@media (max-width: 768px){.header__nav{display:none;position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;background:#181e29;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;z-index:1}.header__nav.active{display:flex}}.header__link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .2s}@media (max-width: 768px){.header__link{font-size:1.1rem;width:100%;text-align:left}}.header__link.active{color:#60aaff;position:relative}.header__link.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:1px}.header__link:hover{color:#60aaff}.header__cta{background:#2563ff;color:#fff;padding:.7rem 1.6rem;border-radius:8px;font-weight:600;text-decoration:none;font-size:1.1rem;transition:background .2s;margin-left:2rem}@media (max-width: 768px){.header__cta{margin:1rem 0 0;width:100%;text-align:center}}.header__cta:hover{background:#1e4db7}.header__menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;z-index:2}@media (max-width: 768px){.header__menu-btn{display:block}}@media (max-width: 768px){.header{padding:1rem 1.5rem}.header__cta{display:none}}@media (max-width: 480px){.header{padding:1rem}.header__logo{font-size:1.4rem}.header__logo-icon{width:3rem;height:3rem;padding:0rem}.header__nav{max-width:none}.header__cta{display:none}}.hero{width:100%;padding:2rem 0}.hero__content{max-width:100%}.hero h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero__highlight{color:#60aaff}.hero__subtitle{font-size:1.2rem;line-height:1.6;color:#c7d0e0;margin-bottom:2rem;max-width:90%}.hero__actions{display:flex;gap:1rem;margin-bottom:2.5rem}.hero__btn{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.hero__btn--primary{background:#60aaff;color:#fff}.hero__btn--primary:hover{background:#4d8fcc;transform:translateY(-2px)}.hero__voice-btn{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;background:linear-gradient(90deg,#60aaff,#a78bfa,#60aaff);background-size:200% 100%;color:#fff;border:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #60aaff33;animation:colorShift 4s ease-in-out infinite}.hero__voice-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #60aaff66;animation:colorShift 3s ease-in-out infinite}@keyframes colorShift{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:50% 50%}to{background-position:0% 50%}}.hero__tags{display:flex;flex-wrap:wrap;gap:1rem}.hero__tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#60aaff1a;border-radius:6px;color:#c7d0e0;font-size:.9rem}.hero__tag-icon{font-size:1.1rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero__subtitle{font-size:1.1rem}.hero__actions{flex-direction:column}.hero__btn{text-align:center}}.features{width:100%}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.features__card{background:#60aaff0d;border:1px solid rgba(96,170,255,.1);border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.features__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;background:#60aaff14}.features__number{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#60aaff,#4d8fcc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features__number--purple{background:linear-gradient(135deg,#a78bfa,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features__title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.features__desc{color:#c7d0e0;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.features__grid{grid-template-columns:1fr}}.testimonial{background:#60aaff0d;border-radius:12px;padding:1.2rem;margin-top:.5rem;word-wrap:break-word;position:relative}.testimonial:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;padding:3px;background:linear-gradient(to right,#60aaff,#fff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.testimonial__quote{font-size:1rem;line-height:1.5;color:#fff;margin:0 0 .8rem;font-style:italic}.testimonial__author{color:#60aaff;font-weight:600;font-size:.9rem}@media (max-width: 1200px){.testimonial{padding:1rem}.testimonial__quote{font-size:.95rem}}@media (max-width: 768px){.testimonial{margin-top:.5rem;padding:1rem}.testimonial__quote{font-size:.9rem}}.hero-features{width:100%;min-height:80vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:1.5rem 0}.hero-features__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;gap:2rem;align-items:flex-start}.hero-features__hero{flex:1.2}.hero-features__right{flex:.8;display:flex;flex-direction:column;gap:2rem}@media (max-width: 1024px){.hero-features__container{flex-direction:column;gap:1.5rem}.hero-features__hero,.hero-features__right{width:100%}}.about-section{width:100vw;min-height:80vh;padding:4rem 0;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;justify-content:center;align-items:center;gap:3rem}.about-section__left{flex:1.2;max-width:700px;padding:0 1.5rem}.about-section__title{font-size:2.8rem;font-weight:800;margin-bottom:1.2rem;color:#fff}.about-section__title--accent{color:#60aaff;letter-spacing:1px}.about-section__desc{color:#c7d0e0;font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6}.about-section__features{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem 2.5rem}.about-section__feature{display:flex;align-items:flex-start;gap:1.1rem}.about-section__feature-icon{font-size:2.2rem;border-radius:10px;padding:.7rem 1.1rem;display:flex;align-items:center;justify-content:center}.about-section__feature-icon--blue{background:#232b3b;color:#60aaff}.about-section__feature-icon--purple{background:#a78bfa22;color:#a78bfa}.about-section__feature-title{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.2rem}.about-section__feature-desc{color:#c7d0e0;font-size:1rem}.about-section__right{flex:1;min-width:400px;max-width:600px;display:flex;flex-direction:column;align-items:stretch}.about-section__impact-card{background:#181e29;border-radius:22px;box-shadow:0 2px 16px #0000001f;padding:2.2rem 2rem;display:flex;flex-direction:column;gap:2.2rem;border:1.5px solid #232b3b;overflow:hidden}.about-section__impact-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.about-section__impact-title{font-size:1.5rem;font-weight:700;color:#fff}.about-section__impact-badge{background:#232b3b;color:#60aaff;font-size:1rem;font-weight:600;padding:.4rem 1.2rem;border-radius:18px;box-shadow:0 2px 8px #0000001a}.about-section__impact-stats{display:flex;gap:2rem;margin-bottom:1.2rem}.about-section__stat{background:#232b3b;border-radius:12px;padding:1.2rem 2rem 1.2rem 1.2rem;display:flex;align-items:center;gap:1.1rem;min-width:180px;flex:1}.about-section__stat--blue{border-left:5px solid #60aaff}.about-section__stat--purple{border-left:5px solid #a78bfa}.about-section__stat-icon{font-size:2rem;color:#60aaff}.about-section__stat--purple .about-section__stat-icon{color:#a78bfa}.about-section__stat-label{color:#fff;font-weight:600;font-size:1.1rem}.about-section__stat-value{color:#fff;font-size:2rem;font-weight:700}.about-section__stat-arrow{color:#4ade80;font-size:1.2rem;margin-left:.2rem}.about-section__stat-desc{color:#c7d0e0;font-size:1rem}.about-section__testimonial{margin-top:1.5rem;background:#181e29;border:3px solid #a78bfa;border-radius:14px;padding:1.5rem 1.5rem 1.2rem;display:flex;align-items:flex-start;gap:1.2rem}.about-section__testimonial-avatar{background:linear-gradient(135deg,#60aaff,#a78bfa);color:#fff;font-weight:700;font-size:1.3rem;border-radius:50%;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;margin-top:.2rem}.about-section__testimonial-content{display:flex;flex-direction:column;gap:.3rem}.about-section__testimonial-quote{color:#fff;font-size:1.08rem;font-style:italic;margin-bottom:.5rem}.about-section__testimonial-author{color:#fff;font-weight:700;font-size:1rem}.about-section__testimonial-role{color:#c7d0e0;font-size:.98rem}@media (max-width: 1024px){.about-section{flex-direction:column;align-items:center;gap:2rem;padding:2rem 1.5rem}.about-section__left{max-width:100%}.about-section__right{max-width:100%;align-items:center}.about-section__impact-card{max-width:100%}}@media (max-width: 768px){.about-section__left,.about-section__right{max-width:100%}.about-section__features{grid-template-columns:1fr}}@media (max-width: 480px){.about-section__left{max-width:100%}.about-section{padding:0}.about-section__right{max-width:100%}.about-section__impact-stats{flex-direction:column}}.services-page{width:100vw;min-height:100vh;padding:3rem 0 4rem;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;flex-direction:column;align-items:center}.services-page__title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-align:center}.services-page__title--white{color:#fff}.services-page__title--purple{color:#a78bfa}.services-page__subtitle{color:#c7d0e0;font-size:1.15rem;margin-bottom:1.2rem;text-align:center}.services-page__divider{width:80px;height:4px;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:2px;margin:0 auto 2.5rem}.services-page__grid{width:100%;max-width:1300px;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem 2rem;justify-items:center}.services-page__card{background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;margin:30px;max-width:400px;border-top:4px solid #60aaff;transition:transform .15s,box-shadow .15s}.services-page__card--blue{border-top:4px solid #60aaff}.services-page__card--purple{border-top:4px solid #a78bfa}.services-page__icon{font-size:2.2rem;margin-bottom:1.2rem;color:#60aaff}.services-page__icon--purple{color:#a78bfa}.services-page__card-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.services-page__card-desc{color:#c7d0e0;font-size:1rem;margin-bottom:1.2rem}.services-page__learn-more{color:#60aaff;font-weight:600;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:.3rem;transition:color .2s}.services-page__learn-more:hover{color:#a78bfa}.services-page__arrow{font-size:1.1rem}.case-studies{width:100vw;padding:3rem 0 4rem;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;flex-direction:column;justify-content:center;align-items:center}.case-studies__title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-align:center}.case-studies__title--white{color:#fff}.case-studies__title--purple{color:#a78bfa}.case-studies__subtitle{color:#c7d0e0;font-size:1.15rem;margin-bottom:1.2rem;text-align:center}.case-studies__divider{width:80px;height:4px;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:2px;margin:0 auto 2.5rem}.case-studies__grid{width:100%;max-width:1300px;display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:2.5rem 2rem;justify-items:center;margin-bottom:2.5rem}.case-studies__card{background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;overflow:hidden;min-width:340px;max-width:400px;width:100%}.case-studies__image-wrap{position:relative;width:100%;height:180px;overflow:hidden}.case-studies__image{width:100%;height:100%;object-fit:cover;display:block}.case-studies__badge{position:absolute;top:1rem;left:1rem;background:#60aaff;color:#fff;font-size:.95rem;font-weight:600;padding:.3rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.case-studies__card-content{padding:1.5rem 1.5rem 1.2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%}.case-studies__card-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.case-studies__card-desc{color:#c7d0e0;font-size:1rem;margin-bottom:1.2rem}.case-studies__results{background:#181e29;border-radius:10px;border:2px solid #60aaff;padding:.8rem 1rem;color:#fff;font-size:.95rem;margin-top:.5rem;width:calc(100% - 2rem);display:flex;flex-direction:column;gap:.3rem;min-height:70px;box-sizing:border-box}.case-studies__results-label{font-weight:600;color:#fff;margin-bottom:.2rem;white-space:nowrap;font-size:.95rem}.case-studies__results-value{color:#60aaff;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em;font-size:.95rem}.case-studies__cta{background:#2563ff;color:#fff;padding:.9rem 2.2rem;border-radius:8px;font-weight:600;font-size:1.1rem;border:none;outline:none;cursor:pointer;margin:2rem auto 0;display:block;transition:background .2s}.case-studies__cta:hover{background:#1e4db7}.contact-section{width:100vw;padding:4rem 0;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b)}.contact-section__title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;text-align:center}.contact-section__title--accent{color:#a78bfa}.contact-section__subtitle{color:#c7d0e0;font-size:1.15rem;margin-bottom:1.2rem;text-align:center}.contact-section__divider{width:80px;height:4px;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:2px;margin:0 auto 2.5rem}.contact-section__content{width:100%;max-width:1200px;display:flex;gap:3rem;align-items:flex-start;justify-content:center;padding:0 2rem}.contact-section__info{flex:1;min-width:320px;max-width:350px;display:flex;flex-direction:column;gap:2.5rem}.contact-section__info-block{background:none}.contact-section__info-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.contact-section__info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.contact-section__info-icon{font-size:1.6rem;border-radius:8px;padding:.5rem .7rem;display:flex;align-items:center;justify-content:center}.contact-section__info-icon--blue{background:#232b3b;color:#60aaff}.contact-section__info-icon--purple{background:#a78bfa22;color:#a78bfa}.contact-section__info-label{font-size:1.05rem;font-weight:600;color:#fff}.contact-section__info-value{color:#c7d0e0;font-size:1rem}.contact-section__hours-card{background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;padding:1.5rem 2rem;margin-top:1.5rem}.contact-section__hours-title{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-section__hours-row{display:flex;justify-content:space-between;color:#c7d0e0;font-size:1rem;margin-bottom:.5rem}.contact-section__form{flex:2;background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column;gap:1.2rem;min-width:300px;max-width:600px}.contact-section__form-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-section__form-row{display:flex;gap:1.2rem;margin-bottom:1.2rem}.contact-section__form-group{display:flex;flex-direction:column;flex:1;gap:.5rem}.contact-section__form-group label{color:#fff;font-size:1rem;font-weight:500}.contact-section__form-group input,.contact-section__form-group textarea{background:#232b3b;border:1.5px solid #444e5e;border-radius:8px;color:#fff;font-size:1rem;padding:.9rem 1.2rem;outline:none;transition:border .2s;resize:none}.contact-section__form-group input:focus,.contact-section__form-group textarea:focus{border:1.5px solid #60aaff}.contact-section__form-check{display:flex;align-items:center;gap:.5rem;margin-bottom:1.2rem}.contact-section__form-check input[type=checkbox]{accent-color:#60aaff;width:1.1rem;height:1.1rem}.contact-section__privacy-link{color:#60aaff;text-decoration:underline;font-weight:500}.contact-section__privacy-link:hover{color:#a78bfa}.contact-section__submit{background:linear-gradient(90deg,#60aaff,#a78bfa);color:#fff;font-weight:600;font-size:1.15rem;border:none;border-radius:8px;padding:1rem 0;margin-top:.5rem;cursor:pointer;transition:background .2s}.contact-section__submit:hover{background:linear-gradient(90deg,#2563ff,#a78bfa)}.contact-section__voice-assistant{width:100%;max-width:1200px;display:flex;justify-content:center;margin-top:3rem;padding:0 2rem}.contact-section__voice-btn{display:inline-block;background:linear-gradient(90deg,#60aaff,#a78bfa);color:#fff;font-weight:600;font-size:1.15rem;border:none;border-radius:8px;padding:1rem 2rem;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.contact-section__voice-btn:hover{background:linear-gradient(90deg,#2563ff,#a78bfa);transform:translateY(-2px);box-shadow:0 4px 12px #60aaff4d}@media screen and (max-width: 1024px){.contact-section__content{padding:0 1.5rem;gap:2rem}}@media screen and (max-width: 768px){.contact-section__title{font-size:2rem}.contact-section__content{flex-direction:column;align-items:center;gap:3rem}.contact-section__info{max-width:100%;width:100%}.contact-section__form{padding:2rem}.contact-section__form-row{flex-direction:column;gap:1.2rem}}@media screen and (max-width: 480px){.contact-section{padding:0}.contact-section__info-block{margin:10px}.contact-section__form{padding:0}.contact-section__title{font-size:1.75rem}.contact-section__subtitle{font-size:1rem}.contact-section__content{padding:0}.contact-section__form{padding:1.5rem}.contact-section__info-icon{font-size:1.4rem;padding:.4rem .6rem}.contact-section__info-label{font-size:1rem}.contact-section__info-value{font-size:.95rem}}.toast{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:8px;display:flex;align-items:center;gap:12px;min-width:300px;max-width:400px;box-shadow:0 4px 12px #00000026;z-index:9999;animation:slideIn .3s ease-out;font-family:inherit}.toast__icon{font-size:20px;font-weight:700}.toast__message{font-size:14px;line-height:1.4}.toast--success{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.toast--success .toast__icon{color:#52c41a}.toast--error{background:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.toast--error .toast__icon{color:#ff4d4f}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.footer-new{width:100vw;background:#181e29;padding:3.5rem 0 .5rem;display:flex;flex-direction:column;align-items:center;border-top:1.5px solid #232b3b}.footer-new__main{max-width:1400px;display:flex;gap:2.5rem;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap}.footer-new__col{flex:1;min-width:180px;display:flex;flex-direction:column;gap:.7rem}.footer-new__brand{min-width:300px;max-width:350px;gap:1.2rem}.footer-new__logo{display:flex;align-items:center;font-size:1.6rem;font-weight:700;color:#60aaff;margin-bottom:.5rem}.footer-new__logo-icon{width:8rem;height:8rem;margin-right:.5rem}.footer-new__logo-icon img{width:100%;height:100%}.footer-new__logo-text{letter-spacing:1px;color:#fff}.footer-new__desc{color:#c7d0e0;font-size:1.1rem;margin-bottom:1.2rem}.footer-new__socials{display:flex;gap:1.1rem;margin-top:.5rem}.footer-new__social{color:#c7d0e0;font-size:1.3rem;transition:color .2s}.footer-new__social:hover{color:#60aaff}.footer-new__col-title{color:#fff;font-weight:700;font-size:1.15rem;margin-bottom:.7rem}.footer-new__link{color:#c7d0e0;text-decoration:none;font-size:1.08rem;margin-bottom:.2rem;transition:color .2s}.footer-new__link:hover{color:#60aaff}.footer-new__bottom{width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #232b3b;padding:1.2rem 0 .2rem;margin-top:1.5rem;flex-wrap:wrap}.footer-new__copyright{color:#c7d0e0;font-size:1rem}.footer-new__policies{display:flex;gap:2rem}.footer-new__policy-link{color:#c7d0e0;text-decoration:none;font-size:1rem;transition:color .2s}.footer-new__policy-link:hover{color:#a78bfa}@media (max-width: 900px){.footer-new__main{flex-direction:column;gap:2.5rem;align-items:flex-start;padding-left:10px}.footer-new__bottom{flex-direction:column;gap:1rem;align-items:flex-start}}.business-form-section{width:100vw;padding:4rem 0;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b)}.business-form-section__title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;text-align:center}.business-form-section__title--accent{color:#a78bfa}.business-form-section__subtitle{color:#c7d0e0;font-size:1.15rem;margin-bottom:1.2rem;text-align:center}.business-form-section__divider{width:80px;height:4px;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:2px;margin:0 auto 2.5rem}.business-form-section__content{width:100%;max-width:1200px;display:flex;gap:3rem;align-items:flex-start;justify-content:center;padding:0 2rem}.business-form-section__info{flex:1;min-width:320px;max-width:350px;display:flex;flex-direction:column;gap:2.5rem}.business-form-section__info-block{background:none}.business-form-section__info-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.business-form-section__info-description{color:#c7d0e0;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.business-form-section__info-benefits h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.8rem}.business-form-section__info-benefits ul{list-style:none;padding:0;margin:0}.business-form-section__info-benefits li{color:#c7d0e0;font-size:.95rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.business-form-section__info-benefits li:before{content:"✓";color:#60aaff;font-weight:700;position:absolute;left:0}.business-form-section__progress-card{background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;padding:1.5rem 2rem}.business-form-section__progress-title{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:1rem}.business-form-section__progress-bar{width:100%;height:8px;background:#444e5e;border-radius:4px;overflow:hidden;margin-bottom:.8rem}.business-form-section__progress-fill{height:100%;background:linear-gradient(90deg,#60aaff,#a78bfa);border-radius:4px;transition:width .3s ease}.business-form-section__progress-text{color:#c7d0e0;font-size:.9rem;text-align:center}.business-form-section__form{flex:2;background:#232b3b;border-radius:14px;box-shadow:0 2px 12px #0000001a;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;min-width:300px;max-width:600px}.business-form-section__form-header{margin-bottom:1rem}.business-form-section__form-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.business-form-section__form-subtitle{color:#c7d0e0;font-size:.95rem}.business-form-section__step-content{display:flex;flex-direction:column;gap:1.2rem}.business-form-section__form-row{display:flex;gap:1.2rem;margin-bottom:1.2rem}.business-form-section__form-group{display:flex;flex-direction:column;flex:1;gap:.5rem}.business-form-section__form-group label{color:#fff;font-size:1rem;font-weight:500}.business-form-section__form-group input,.business-form-section__form-group textarea,.business-form-section__form-group select{background:#232b3b;border:1.5px solid #444e5e;border-radius:8px;color:#fff;font-size:1rem;padding:.9rem 1.2rem;outline:none;transition:border .2s;resize:none}.business-form-section__form-group input:focus,.business-form-section__form-group textarea:focus,.business-form-section__form-group select:focus{border:1.5px solid #60aaff}.business-form-section__form-group--error input,.business-form-section__form-group--error textarea,.business-form-section__form-group--error select{border:1.5px solid #dc2626;background:#dc262611}.business-form-section__form-group--error label{color:#dc2626}.business-form-section__form-group--error input:focus,.business-form-section__form-group--error textarea:focus,.business-form-section__form-group--error select:focus{border:1.5px solid #dc2626;box-shadow:0 0 0 2px #dc262622}.business-form-section__form-group small{color:#c7d0e0;font-size:.85rem;margin-top:.2rem}.business-form-section__checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.business-form-section__checkbox-item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.95rem;cursor:pointer}.business-form-section__checkbox-item input[type=checkbox]{accent-color:#60aaff;width:1.1rem;height:1.1rem}.business-form-section__date-input{display:flex;gap:.8rem;align-items:center;margin-top:.5rem}.business-form-section__date-input input[type=date]{flex:1}.business-form-section__add-date-btn{background:#60aaff;color:#fff;border:none;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.business-form-section__add-date-btn:hover{background:#2563ff}.business-form-section__date-list{margin-top:.8rem;display:flex;flex-direction:column;gap:.5rem}.business-form-section__date-item{display:flex;justify-content:space-between;align-items:center;background:#444e5e;padding:.5rem .8rem;border-radius:6px;color:#fff;font-size:.9rem}.business-form-section__remove-date-btn{background:#dc2626;color:#fff;border:none;border-radius:4px;width:24px;height:24px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.business-form-section__remove-date-btn:hover{background:#b91c1c}.business-form-section__review h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.business-form-section__review-section{margin-bottom:2rem}.business-form-section__review-section h4{color:#a78bfa;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #444e5e}.business-form-section__review-item{color:#c7d0e0;font-size:.95rem;margin-bottom:.5rem;line-height:1.4}.business-form-section__review-item strong{color:#fff;font-weight:600}.business-form-section__form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #444e5e}.business-form-section__btn{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.business-form-section__btn--primary{background:linear-gradient(90deg,#60aaff,#a78bfa);color:#fff}.business-form-section__btn--primary:hover{background:linear-gradient(90deg,#2563ff,#a78bfa)}.business-form-section__btn--secondary{background:transparent;color:#c7d0e0;border:1.5px solid #444e5e}.business-form-section__btn--secondary:hover{background:#444e5e;color:#fff}@media screen and (max-width: 1024px){.business-form-section__content{padding:0 1.5rem;gap:2rem}}@media screen and (max-width: 768px){.business-form-section__title{font-size:2rem}.business-form-section__content{flex-direction:column;align-items:center;gap:3rem}.business-form-section__info{max-width:100%;width:100%}.business-form-section__form{padding:2rem}.business-form-section__form-row{flex-direction:column;gap:1.2rem}.business-form-section__form-actions{flex-direction:column;gap:1rem}}@media screen and (max-width: 480px){.business-form-section{padding:2rem 0}.business-form-section__info-block{margin:10px}.business-form-section__form{padding:1.5rem}.business-form-section__title{font-size:1.75rem}.business-form-section__subtitle{font-size:1rem}.business-form-section__content{padding:0}}.business-form-section__final-submission{padding:1rem 0}.business-form-section__final-header{text-align:center;margin-bottom:2rem}.business-form-section__final-header h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.business-form-section__final-header p{color:#c7d0e0;font-size:1rem}.business-form-section__confirmation-section{background:#232b3b;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.business-form-section__confirmation-section h4{color:#a78bfa;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.business-form-section__confirmation-item{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;color:#c7d0e0;font-size:.95rem}.business-form-section__confirmation-icon{color:#10b981;font-weight:700;font-size:1.1rem}.business-form-section__submit-notice{background:#1e293b;border-radius:12px;padding:1.5rem;border-left:4px solid #60aaff}.business-form-section__submit-notice h4{color:#60aaff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.business-form-section__submit-notice ul{list-style:none;padding:0;margin:0}.business-form-section__submit-notice li{color:#c7d0e0;font-size:.95rem;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.business-form-section__submit-notice li:before{content:"→";color:#60aaff;position:absolute;left:0}.business-form-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.business-form-page__header{background:#232b3b;border-bottom:1px solid #444e5e;padding:1rem 0;position:sticky;top:0;z-index:100}.business-form-page__header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.business-form-page__back-link{color:#60aaff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s;display:flex;align-items:center;gap:.5rem}.business-form-page__back-link:hover{color:#a78bfa}.business-form-page__title{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.business-form-page__main{min-height:calc(100vh - 80px)}@media screen and (max-width: 768px){.business-form-page__header-content{padding:0 1rem;flex-direction:column;gap:1rem;text-align:center}.business-form-page__title{font-size:1.25rem}}@media screen and (max-width: 480px){.business-form-page__header{padding:.8rem 0}.business-form-page__header-content{padding:0 .8rem}.business-form-page__title{font-size:1.1rem}}.voice-assistant{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center}.voice-assistant__background{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:0}.voice-assistant__gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.15) 0%,rgba(139,92,246,.1) 30%,transparent 70%);animation:gradientShift 8s ease-in-out infinite}@keyframes gradientShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.voice-assistant__particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.voice-assistant__particle{position:absolute;width:2px;height:2px;background:#ffffff80;border-radius:50%;animation:float 15s infinite linear}.voice-assistant__particle:nth-child(odd){animation-duration:12s;animation-delay:-2s}.voice-assistant__particle:nth-child(2n){animation-duration:18s;animation-delay:-5s}.voice-assistant__particle:nth-child(3n){animation-duration:20s;animation-delay:-8s}.voice-assistant__particle:nth-child(4n){animation-duration:14s;animation-delay:-3s}.voice-assistant__particle:nth-child(5n){animation-duration:16s;animation-delay:-6s}@keyframes float{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:translateY(-100vh) translate(100px);opacity:0}}.voice-assistant__container{position:relative;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.voice-assistant__content{text-align:center;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:3rem}.voice-assistant__header{animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.voice-assistant__title{margin:0;color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.voice-assistant__subtitle{color:#fff9;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;margin:0;letter-spacing:.05em}.voice-assistant__visual{display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.voice-assistant__mic{position:relative;width:200px;height:200px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.voice-assistant__mic:hover{transform:scale(1.05)}.voice-assistant__mic--active{animation:pulse 2s ease-in-out infinite}.voice-assistant__mic--active .voice-assistant__mic-icon{color:#10b981;filter:drop-shadow(0 0 20px rgba(16,185,129,.5))}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.voice-assistant__mic-icon{position:relative;z-index:2;width:120px;height:120px;color:#fffc;transition:all .3s ease}.voice-assistant__mic-icon svg{width:100%;height:100%}.voice-assistant__mic-ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px}.voice-assistant__mic-ripple-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:2px solid rgba(16,185,129,.6);border-radius:50%;animation:ripple 2s ease-out infinite}.voice-assistant__mic-ripple-ring:nth-child(1){animation-delay:0s}.voice-assistant__mic-ripple-ring:nth-child(2){animation-delay:.6s}.voice-assistant__mic-ripple-ring:nth-child(3){animation-delay:1.2s}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.voice-assistant__call-icon{width:200px;height:200px;display:flex;justify-content:center;align-items:center;color:#ffffffe6;transition:all .3s ease;animation:fadeInUp .8s ease-out .2s both}.voice-assistant__call-icon svg{width:120px;height:120px;filter:drop-shadow(0 0 20px rgba(59,130,246,.4))}.voice-assistant__call-icon:hover{transform:scale(1.05);color:#fff}.voice-assistant__video-container{width:100%;max-width:350px;height:250px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #3b82f64d;background:#0000004d;display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .2s both;border:2px solid rgba(59,130,246,.2)}.voice-assistant__video{width:100%;height:100%;object-fit:cover;border-radius:20px}.voice-assistant .status-box{padding:1rem 2rem;border-radius:50px;font-size:clamp(.9rem,1.5vw,1.1rem);min-height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:fadeInUp .8s ease-out .4s both}.voice-assistant .status-box.status-ready{color:#10b981;border-color:#10b9814d;background:#10b9811a;box-shadow:0 0 20px #10b98133}.voice-assistant .status-box.status-call{color:#3b82f6;border-color:#3b82f64d;background:#3b82f61a;box-shadow:0 0 20px #3b82f633;animation:statusPulse 2s ease-in-out infinite}.voice-assistant .status-box.status-error{color:#ef4444;border-color:#ef44444d;background:#ef44441a;box-shadow:0 0 20px #ef444433}@keyframes statusPulse{0%,to{box-shadow:0 0 20px #3b82f633}50%{box-shadow:0 0 30px #3b82f666}}.voice-assistant__status-text{font-weight:500;letter-spacing:.05em}.voice-assistant__controls{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px;animation:fadeInUp .8s ease-out .6s both}.voice-assistant__btn{width:100%;padding:1.25rem 2rem;border:none;border-radius:12px;font-size:clamp(1rem,1.5vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden;letter-spacing:.05em}.voice-assistant__btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.voice-assistant__btn:hover:before{width:300px;height:300px}.voice-assistant__btn:active{transform:scale(.98)}.voice-assistant__btn--connect{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f666}.voice-assistant__btn--connect:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f699;transform:translateY(-2px)}.voice-assistant__btn--connect:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;box-shadow:none}.voice-assistant__btn--disconnect{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef444466}.voice-assistant__btn--disconnect:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef444499;transform:translateY(-2px)}.voice-assistant__btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.voice-assistant__btn-icon svg{width:100%;height:100%}@media (max-width: 768px){.voice-assistant__content{gap:2rem}.voice-assistant__mic{width:150px;height:150px}.voice-assistant__mic-icon{width:90px;height:90px}.voice-assistant__call-icon{width:150px;height:150px}.voice-assistant__call-icon svg{width:90px;height:90px}.voice-assistant__video-container{height:200px;max-width:100%}.voice-assistant__controls{max-width:100%}}.voice-assistant-page{position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.main-content.voice-assistant-page{position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;flex:none;align-items:stretch}
