: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__btn--secondary{background:transparent;color:#fff;border:2px solid #60aaff}.hero__btn--secondary:hover{background:#60aaff1a;transform:translateY(-2px)}.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)}@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}}
