@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap";.hero{background-size:cover;background-position:50%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.hero .hero-content{position:relative;z-index:2}.hero .hero-content h1{font-size:4rem;font-weight:700;margin-bottom:1rem}.hero .hero-content h2{font-size:2.5rem;margin-bottom:2rem;color:#fff}.hero .hero-content h2 .changing-word{color:#b3d4c6;display:inline-block}.hero .hero-content h3.hero-subtitle{font-size:2rem;margin-bottom:1.5rem;color:#fff}.hero .hero-content .hero-buttons{display:flex;gap:5rem;justify-content:center}.hero .hero-content .hero-buttons .hero-button{font-family:Nunito Sans,sans-serif;padding:.8rem 1.5rem;font-size:1.5rem;font-weight:900;border:none;border-radius:.5rem;cursor:pointer;text-decoration:none;background-color:#354d40;color:#fff;transition:background-color .3s ease}.hero .hero-content .hero-buttons .hero-button:hover{background-color:#aad2ba;color:#112a46}@media(max-width:1024px){.hero .hero-content h1{font-size:3rem}.hero .hero-content h2{font-size:2rem}.hero .hero-content h3.hero-subtitle{font-size:1.75rem}.hero .hero-content .hero-buttons{gap:2rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;padding:.7rem 1.3rem}}@media(max-width:768px){.hero .hero-content h1{font-size:2.5rem}.hero .hero-content h2{font-size:1.75rem}.hero .hero-content h3.hero-subtitle{font-size:1.5rem}.hero .hero-content .hero-buttons{gap:1rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;padding:.7rem 1.3rem;width:auto;max-width:200px;margin:0 auto}}@media(max-width:480px){.hero .hero-content h1{font-size:2rem}.hero .hero-content h2{font-size:1.5rem}.hero .hero-content h3.hero-subtitle{font-size:1.3rem}.hero .hero-content .hero-buttons{flex-direction:column;gap:2rem;margin-top:5rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;padding:.7rem 1.3rem;width:auto;max-width:200px;margin:0 auto}}.benefits{text-align:center;padding:5rem 1rem 2rem}.benefits h2{font-size:2rem;margin-bottom:1.5rem}.benefits .benefit-list{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.benefits .benefit-list .benefit-item{max-width:300px;text-align:center}.benefits .benefit-list .benefit-item .benefit-divider{margin-bottom:1rem;border:none;height:1px;background-color:#354d40;opacity:20%}.benefits .benefit-list .benefit-item .benefit-icon{font-size:3rem;margin-bottom:1rem;color:#354d40}.benefits .benefit-list .benefit-item h3{font-size:1.5rem;margin-bottom:1rem}.benefits .benefit-list .benefit-item p{font-size:1rem;line-height:1.5}.testimonials{text-align:center;padding:5rem 1rem}.testimonials h2{font-size:2rem;margin-bottom:1.5rem}.testimonials .testimonial-slider{display:flex;align-items:center;justify-content:center;position:relative}.testimonials .testimonial-slider .testimonial-item{max-width:600px;margin:0 1rem}.testimonials .testimonial-slider .testimonial-item .review-text{font-size:1.2rem;font-style:italic;margin-bottom:.5rem}.testimonials .testimonial-slider .testimonial-item .customer-name{font-size:1rem;font-weight:700;color:#555}.testimonials .testimonial-slider .next-btn,.testimonials .testimonial-slider .prev-btn{background:none;border:none;font-size:2rem;cursor:pointer;padding:0 1rem;color:#354d40;transition:color .3s}.testimonials .testimonial-slider .next-btn:hover,.testimonials .testimonial-slider .prev-btn:hover{color:#aad2ba}.testimonials .testimonial-dots{margin-top:1rem}.testimonials .testimonial-dots .dot{display:inline-block;width:10px;height:10px;margin:0 5px;background-color:#ddd;border-radius:50%;cursor:pointer}.testimonials .testimonial-dots .dot.active{background-color:#354d40}.transformations{text-align:center;padding:5rem 1rem}.transformations h2{font-size:2rem;margin-bottom:1.5rem}.transformations .transformation-slider{display:flex;align-items:center;justify-content:center;position:relative}.transformations .transformation-slider .transformation-item{display:flex;justify-content:space-between;max-width:800px;margin:0 8rem 0 3rem}.transformations .transformation-slider .transformation-item .transformation-after,.transformations .transformation-slider .transformation-item .transformation-before{width:48%;text-align:center;margin:0 5rem 0 0}.transformations .transformation-slider .transformation-item .transformation-after h3,.transformations .transformation-slider .transformation-item .transformation-before h3{margin-bottom:.5rem}.transformations .transformation-slider .transformation-item .transformation-after .transformation-image,.transformations .transformation-slider .transformation-item .transformation-before .transformation-image{width:432px;height:576px;object-fit:cover;aspect-ratio:3/4;display:block;border-radius:10px;background:#f5f5f5}.transformations .transformation-slider .next-btn,.transformations .transformation-slider .prev-btn{background:none;border:none;font-size:2rem;cursor:pointer;padding:0 1rem;color:#354d40;transition:color .3s}.transformations .transformation-slider .next-btn:hover,.transformations .transformation-slider .prev-btn:hover{color:#aad2ba}.transformations .transformation-dots{margin-top:1rem}.transformations .transformation-dots .dot{display:inline-block;width:10px;height:10px;margin:0 5px;background-color:#ddd;border-radius:50%;cursor:pointer}.transformations .transformation-dots .dot.active{background-color:#354d40}@media(max-width:1024px){.transformations .transformation-slider .transformation-item{margin:0 1rem}.transformations .transformation-slider .transformation-item .transformation-after,.transformations .transformation-slider .transformation-item .transformation-before{margin:0}.transformations .transformation-slider .transformation-item .transformation-after .transformation-image,.transformations .transformation-slider .transformation-item .transformation-before .transformation-image{width:100%;height:auto}}.faq{text-align:center;padding:2rem 1rem;background-color:#f5f5f5}.faq .faq-content{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.faq .faq-content .faq-heading{flex:1 1;text-align:center;max-width:350px;margin-right:10rem;align-self:center}.faq .faq-content .faq-heading h3{font-size:2rem;line-height:1.2;margin-bottom:1rem}.faq .faq-content .faq-qa{flex:1 1;max-width:900px}.faq .faq-content .faq-qa .faq-item{margin-bottom:1rem}.faq .faq-content .faq-qa .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}.faq .faq-content .faq-qa .faq-item .faq-question:hover{color:#354d40}.faq .faq-content .faq-qa .faq-item .faq-answer{font-size:1rem;line-height:1.5;padding-left:1rem;margin-top:.5rem;text-align:left}@media(max-width:768px){.faq .faq-content{flex-direction:column;align-items:center}.faq .faq-content .faq-heading{margin-right:0}.faq .faq-content .faq-qa{max-width:600px}.faq .faq-content .faq-qa .faq-item .faq-question{justify-content:center;text-align:center}.faq .faq-content .faq-qa .faq-item .faq-question svg{margin-left:1rem}.faq .faq-content .faq-qa .faq-item .faq-answer{text-align:center;padding-left:0}}@media(max-width:480px){.faq .faq-content .faq-heading h3{font-size:1.5rem!important;font-weight:600!important}.faq .faq-content .faq-item .faq-question{font-size:1rem!important}.faq .faq-content .faq-item .faq-answer{font-size:.9rem!important}}