*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:hidden}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#1c1c1e;background-color:#f9fafb;position:relative;width:100%;padding-top:80px}img{max-width:100%;height:auto;display:block}ul{list-style:none}a{color:#2eddbe;text-decoration:none;transition:color .3s}a:hover{color:#17c3a2}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 32px}}@media (min-width:992px){.container{padding:0 48px}}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}.section-title{font-size:2rem;text-align:center;margin-bottom:2.5rem;position:relative}@media (min-width:768px){.section-title{font-size:2.5rem}}.section-title:after{content:"";display:block;width:80px;height:4px;background-color:#2eddbe;margin:1rem auto 0}.button{display:inline-block;padding:14px 28px;font-family:Manrope,sans-serif;font-weight:600;font-size:1rem;color:#f9fafb;background-color:#2eddbe;border:2px solid #2eddbe;border-radius:50px;cursor:pointer;transition:all .3s;text-align:center}.button:hover{background-color:#1dccab;color:#f9fafb;border-color:#1dccab}.button--outline{background-color:transparent;color:#2eddbe}.button--outline:hover{background-color:#2eddbe;color:#f9fafb}.button--full{width:100%}.header{position:fixed;top:0;left:0;right:0;width:100%;background-color:rgba(249,250,251,.98);box-shadow:0 2px 15px rgba(28,28,30,.15);z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .3s ease}.header__container{display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:block}.logo svg text{fill:#1c1c1e;transition:fill .3s}.logo:hover svg text{fill:#2eddbe}.logo__svg{width:120px}@media (min-width:768px){.logo__svg{width:150px}}.logo.footer__logo svg text{fill:#f9fafb}.logo.footer__logo svg text:hover{fill:#2eddbe}.menu-toggle{display:none}.menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;z-index:101}@media (min-width:768px){.menu-button{display:none}}.menu-button .menu-icon{position:relative;width:24px;height:2px;background-color:#1c1c1e;transition:all .3s}.menu-button .menu-icon:after,.menu-button .menu-icon:before{content:"";position:absolute;left:0;width:24px;height:2px;background-color:#1c1c1e;transition:all .3s}.menu-button .menu-icon:before{top:-8px}.menu-button .menu-icon:after{top:8px}.menu-toggle:checked~.menu-button .menu-icon{background-color:transparent}.menu-toggle:checked~.menu-button .menu-icon:before{top:0;transform:rotate(45deg)}.menu-toggle:checked~.menu-button .menu-icon:after{top:0;transform:rotate(-45deg)}@media (min-width:768px){.main-nav{display:block}}@media (max-width:767px){.main-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background-color:#f9fafb;padding-top:100px;transition:right .3s;box-shadow:-5px 0 15px rgba(28,28,30,.1)}}.menu-toggle:checked~.main-nav{right:0}.main-nav__list{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media (min-width:768px){.main-nav__list{flex-direction:row}}.main-nav__item{width:100%}@media (min-width:768px){.main-nav__item{width:auto;margin-left:1.5rem}}.main-nav__link{display:block;padding:1rem 2rem;color:#1c1c1e;font-weight:500}@media (min-width:768px){.main-nav__link{padding:0}}.main-nav__link:hover{color:#2eddbe}.hero{position:relative;padding:6rem 0;background:linear-gradient(135deg,#0f4c81,#2eddbe);color:#f9fafb;overflow:hidden}@media (min-width:768px){.hero{padding:8rem 0}}@media (min-width:992px){.hero{padding:10rem 0}}.hero__container{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;max-width:800px}.hero__title{font-size:2rem;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out;padding:0 10px;line-height:1.3}@media (min-width:768px){.hero__title{font-size:3.5rem;padding:0}}.hero__subtitle{font-size:1.1rem;margin-bottom:2.5rem;animation:fadeInUp 1s ease-out .3s forwards;opacity:0;padding:0 15px;max-width:90%}@media (min-width:768px){.hero__subtitle{font-size:1.5rem;max-width:100%;padding:0}}.hero__button{animation:fadeInUp 1s ease-out .6s forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about{padding:5rem 0}.about__content{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:3rem}@media (min-width:992px){.about__content{flex-direction:row}}.about__text{flex:1}.about__description{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.about__description:last-child{margin-bottom:0}.about__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;width:100%}@media (min-width:992px){.about__stats{flex:0 0 40%;max-width:40%}}.stat-item{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:1.5rem;border-radius:8px;background-color:#fcfcfc;box-shadow:0 10px 20px rgba(28,28,30,.05)}.stat-item__number{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:700;color:#2eddbe;margin-bottom:.5rem}.stat-item__text{font-size:1.1rem;color:#1c1c1e}.services{padding:5rem 0;background-color:#f4f6f8}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#f9fafb;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(28,28,30,.05);transition:transform .3s,box-shadow .3s;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(28,28,30,.1)}.service-card__icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.service-card__title{font-size:1.5rem;margin-bottom:1rem}.service-card__description{color:#5f5f61;line-height:1.7}.advantages{padding:5rem 0}.advantages__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.advantages__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.advantages__grid{grid-template-columns:repeat(4,1fr)}}.advantage-item{text-align:center;padding:2rem;border-radius:12px;background-color:#f9fafb;box-shadow:0 10px 30px rgba(28,28,30,.05);transition:transform .3s}.advantage-item:hover{transform:translateY(-10px)}.advantage-item__icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem}.advantage-item__title{font-size:1.3rem;margin-bottom:1rem}.advantage-item__description{color:#5f5f61}.process{padding:5rem 0;background-color:#f4f6f8}.process__timeline{position:relative;max-width:800px;margin:0 auto}.process__timeline:before{content:"";position:absolute;top:0;left:21px;height:100%;width:2px;background-color:#2eddbe}@media (min-width:768px){.process__timeline:before{left:50%;transform:translateX(-50%)}}.timeline-item{position:relative;padding-left:60px;margin-bottom:3rem}@media (min-width:768px){.timeline-item{padding-left:0;width:45%}.timeline-item:nth-child(odd){margin-left:auto;padding-left:0}.timeline-item:nth-child(even){margin-right:auto;padding-right:0;text-align:right}}.timeline-item:last-child{margin-bottom:0}.timeline-item__number{position:absolute;top:0;left:0;width:42px;height:42px;background-color:#2eddbe;color:#f9fafb;border-radius:50%;display:flex;justify-content:center;align-items:center;font-family:Manrope,sans-serif;font-weight:700;z-index:1}@media (min-width:768px){.timeline-item__number{left:50%;transform:translateX(-50%)}}.timeline-item__title{font-size:1.3rem;margin-bottom:1rem}.timeline-item__description{color:#5f5f61;line-height:1.7}.cases{padding:5rem 0}.cases__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:992px){.cases__grid{grid-template-columns:repeat(3,1fr)}}.case-card{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(28,28,30,.1);height:100%}.case-card__image{width:100%;height:250px;overflow:hidden}.case-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.case-card:hover .case-card__image img{transform:scale(1.05)}.case-card__content{padding:2rem;background-color:#f9fafb}.case-card__title{font-size:1.3rem;margin-bottom:1rem}.case-card__description{color:#5f5f61;margin-bottom:1.5rem;line-height:1.7}.case-card__result{font-weight:600}.case-card__result span{color:#2eddbe}.testimonials{padding:5rem 0;background-color:#f4f6f8}.testimonials-slider{position:relative;max-width:800px;margin:0 auto}.testimonials-slider input[type=radio]{display:none}.testimonials-slider__controls{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.testimonials-slider__controls label{width:12px;height:12px;border-radius:50%;margin:0 8px;background-color:#9cf5e4;cursor:pointer;transition:background-color .3s}#testimonial-1:checked~.testimonials-slider__controls>label:first-child,#testimonial-2:checked~.testimonials-slider__controls>label:nth-child(2),#testimonial-3:checked~.testimonials-slider__controls>label:nth-child(3){background-color:#2eddbe}.testimonials-slider__slides{position:relative;overflow:hidden;width:100%;height:400px}@media (min-width:768px){.testimonials-slider__slides{height:300px}}.testimonial-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .6s}#testimonial-1:checked~.testimonials-slider__slides .testimonial-slide:first-child,#testimonial-2:checked~.testimonials-slider__slides .testimonial-slide:nth-child(2),#testimonial-3:checked~.testimonials-slider__slides .testimonial-slide:nth-child(3){opacity:1}.testimonial-card{background-color:#f9fafb;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(28,28,30,.05);height:100%}.testimonial-card__content{height:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.testimonial-card__text{font-style:italic;line-height:1.7;margin-bottom:2rem;font-size:1.1rem;position:relative;padding:0 1.5rem}.testimonial-card__text:after,.testimonial-card__text:before{content:'"';font-family:Georgia,serif;font-size:3rem;color:#2eddbe;opacity:.3;position:absolute}.testimonial-card__text:before{top:-1.5rem;left:-.5rem}.testimonial-card__text:after{bottom:-2.5rem;right:-.5rem}.testimonial-card__author{display:flex;justify-content:flex-start;align-items:center;margin-top:auto}.testimonial-card__author-image{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:1rem}.testimonial-card__author-image img{width:100%;height:100%;object-fit:cover}.testimonial-card__author-name{font-weight:600;font-family:Manrope,sans-serif}.testimonial-card__author-position{font-size:.9rem;color:#8b8b8d}.faq{padding:5rem 0}.accordion{max-width:800px;margin:0 auto}.accordion-item{margin-bottom:1rem;border-radius:8px;overflow:hidden}.accordion-toggle{display:none}.accordion-title{display:block;padding:1.5rem;background-color:#f9fafb;color:#1c1c1e;font-weight:600;cursor:pointer;position:relative;border:1px solid #d6dde3;border-radius:8px}.accordion-title:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#2eddbe;transition:transform .3s}.accordion-toggle:checked+.accordion-title{border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion-toggle:checked+.accordion-title:after{content:"−"}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s;background-color:#f9fafb;border-left:1px solid #d6dde3;border-right:1px solid #d6dde3;border-bottom:1px solid #d6dde3;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.accordion-content p{padding:1.5rem}.accordion-toggle:checked~.accordion-content{max-height:500px}.contact{padding:5rem 0;background-color:#f4f6f8}.contact__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:992px){.contact__grid{grid-template-columns:1fr 1fr;align-items:start}}.contact__info{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;background-color:#f9fafb;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(28,28,30,.05);height:auto}.contact__description{font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.contact__details p{margin-bottom:1rem}.contact__form-wrapper{background-color:#f9fafb;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(28,28,30,.05);height:auto}.contact-form{display:grid;grid-template-columns:1fr;gap:1.5rem}.form-group{position:relative}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group .required{color:#ff6b6b}.form-group input[type=tel],.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d6dde3;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;transition:border-color .3s}.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2eddbe}.form-group textarea{resize:vertical}.form-group--checkbox{display:flex;align-items:flex-start}.form-group--checkbox input[type=checkbox]{margin-top:5px;margin-right:10px}.form-group--checkbox label{margin-bottom:0;font-weight:400}.form-group--checkbox label a{color:#ff6b6b;text-decoration:underline;font-weight:600}.form-group--checkbox label a:hover{color:#ff3838}.footer{background-color:#1c1c1e;color:#f9fafb;padding:5rem 0 0}.footer__container{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.footer__container{grid-template-columns:2fr 1.5fr 1fr}}.footer__info{max-width:400px}.footer__logo{margin-bottom:1.5rem}.footer__description{opacity:.8;line-height:1.7}.footer__heading{font-size:1.3rem;margin-bottom:1.5rem}.footer__contact{margin-bottom:1rem;opacity:.8}.footer__contact span{font-weight:600;opacity:1;margin-right:.5rem}.footer__contact a{color:#f9fafb;text-decoration:none}.footer__contact a:hover{color:#2eddbe}.footer__links-list li{margin-bottom:.8rem}.footer__links-list a{color:#f9fafb;opacity:.8}.footer__links-list a:hover{color:#2eddbe;opacity:1}.footer__bottom{margin-top:4rem;padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.footer__copyright{opacity:.7;font-size:.9rem}.cookie-notification{position:fixed;bottom:-100%;left:0;width:100%;background-color:rgba(28,28,30,.95);color:#f9fafb;padding:1.5rem 0;z-index:1000;transition:bottom .5s;backdrop-filter:blur(5px)}.cookie-notification--visible{bottom:0}.cookie-notification__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width:768px){.cookie-notification__content{flex-direction:row;justify-content:space-between;text-align:left}}.cookie-notification__content p{flex:1;margin-right:1rem}.cookie-notification__content p a{color:#2eddbe}.cookie-notification__content p a:hover{text-decoration:underline}.thanks-page{padding:8rem 0;text-align:center;min-height:60vh}.thanks-page__icon{font-size:5rem;color:#2eddbe;margin-bottom:2rem}.thanks-page__title{font-size:2.5rem;margin-bottom:1.5rem}.thanks-page__text{font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.policy-page{padding:5rem 0}.policy-page__content{max-width:800px;margin:0 auto;padding:2.5rem;border:2px solid #f7c948;border-radius:12px;background-color:#f9fafb}.policy-page__content h1{text-align:center;margin-bottom:2rem}.policy-page__content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.policy-page__content ol,.policy-page__content p,.policy-page__content ul{margin-bottom:1.5rem;line-height:1.7}.policy-page__content ol,.policy-page__content ul{padding-left:2rem}.policy-page__content a{color:#2eddbe}.policy-page__content a:hover{text-decoration:underline}.policy-page__date{text-align:right;font-style:italic;margin-top:2rem;font-size:.9rem;color:#8b8b8d}