*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem;background-color:transparent}.nav-logo{height:30px;width:auto}.nav-links{display:flex;gap:4rem;text-decoration:none}.main-nav a{text-decoration:none;color:#000;font-weight:600;font-size:.9rem;letter-spacing:1px;position:relative}.main-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.main-nav a:hover:after,.main-nav a.active:after{width:100%}@media(max-width:768px){.main-nav{padding:1rem}.nav-links{gap:1.5rem}.main-nav a{font-size:.8rem}.nav-logo{height:24px}}.arrow-button{width:50px;height:50px;border-radius:50%;background-color:#ffcc7a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s}.arrow-button:hover{transform:scale(1.1)}.arrow-button img{width:24px;height:24px;transform:rotate(-90deg)}.accordion{width:100%}.accordion-item{border-bottom:2px solid #000;position:relative;z-index:1}.accordion-item:first-child{border-top:2px solid #000}.accordion-header{padding:1.5rem;cursor:pointer;font-size:1.1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.accordion-icon{font-size:2rem;font-weight:700;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.accordion-item.open .accordion-icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content-inner{padding:0 1.5rem 1.5rem}@media(max-width:768px){.accordion-header{padding:1rem;font-size:1rem}.accordion-icon{font-size:1.5rem;margin-left:.5rem}.accordion-content-inner{padding:0 1rem 1rem}}.accordion-content-inner p{margin:0;font-size:1rem;line-height:1.6;color:#333}.main-footer{padding:4rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:5rem}.footer-logo{flex-shrink:0}.footer-logo img{height:60px;width:auto}.footer-section{flex-shrink:0}.footer-section h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#000}.footer-section p{margin:.25rem 0;font-size:1rem;color:#000;line-height:1.6}.footer-section a{color:#000;text-decoration:underline}.footer-section a:hover{opacity:.7}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center;gap:2rem}.footer-logo img{height:65px}}.home-hero{min-height:100vh;display:flex;flex-direction:column;position:relative}.hero-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;max-width:1400px;margin:0 auto;width:100%;position:relative}.hero-main{position:relative;display:flex;align-items:center;justify-content:center}.hero-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12rem;font-weight:600;line-height:.8;letter-spacing:-18px;text-align:center;margin:0;z-index:1;white-space:nowrap;color:#000}.hero-image{display:flex;justify-content:center;align-items:center;width:400px;height:600px}.hero-image img{width:auto;height:100%;object-fit:cover;border-radius:200px 200px 0 0}.hero-text{max-width:400px;text-align:center}.hero-text p{font-size:1.1rem;line-height:1.6;color:#333;font-weight:400;margin:0}.scroll-button{width:60px;height:60px;border-radius:50%;background-color:#ffcc7a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .3s;margin-top:1rem}.scroll-button img{width:24px;height:24px}.scroll-button:hover{transform:scale(1.1)}.home-section{min-height:100vh;padding:4rem 0;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-content{max-width:1400px;width:100%;display:flex;gap:0;align-items:center;position:relative}.home-text{flex-shrink:0;width:700px;background-color:#fffbef;padding:100px 150px 50px 100px;margin-left:75px;border-radius:50px;z-index:1}.home-text h2{font-size:3rem;font-weight:800;line-height:1;margin:0 0 2rem}.home-text p{font-size:16px;line-height:1.6;color:#333;margin-bottom:1.5rem}.home-list{list-style:none;padding:0;margin:2rem 0 0;text-align:left}.home-list li{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.home-list img{width:40px;height:40px;flex-shrink:0}.home-list span{font-size:16px;line-height:1.6;color:#333;text-align:left}.view-services{display:flex;align-items:center;gap:2rem}.home-section.reverse .view-services{justify-content:flex-end;text-align:right}.view-services p{font-size:28px;font-weight:700;margin:0}.home-image{flex-shrink:0;width:650px;height:650px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:50%;margin-left:-3rem;z-index:2}.home-image img{width:100%;height:100%;object-fit:cover}.home-section.reverse .home-content{justify-content:flex-end}.home-section.reverse .home-text{width:800px;margin-left:0;margin-right:75px;padding:100px 100px 50px 150px;order:2;z-index:1;text-align:right}.home-section.reverse .home-image{order:1;margin-right:-8rem;z-index:2}.faq-section{min-height:100vh;padding:4rem 2rem;margin-top:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.faq-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;max-width:1000px;height:100%;background-color:#fffbef;border-radius:50px;z-index:0}.faq-section h2{font-size:3rem;font-weight:800;text-align:center;margin-bottom:3rem;position:relative;z-index:1}.faq-container{max-width:900px;width:90%;position:relative;z-index:1}@media(max-width:768px){.hero-title{font-size:4.5rem;letter-spacing:-8px}.hero-image{width:400px;height:600px}.home-section{padding:2rem 1rem}.home-content{flex-direction:column;align-items:center;gap:0}.home-text{margin-left:0;margin-right:0;padding:2rem;border-radius:25px;width:90%;max-width:500px;order:1;text-align:left}.home-text h2{font-size:2rem}.view-services,.home-section.reverse .view-services{justify-content:center}.home-image{width:300px;height:300px;margin:-1.5rem 0 0;order:2;z-index:2}.home-image img{width:300px;height:300px}.home-section.reverse .home-content{align-items:center}.home-section.reverse .home-text{order:1;text-align:left;margin-left:0;margin-right:0;width:90%;max-width:500px;padding:2rem}.home-section.reverse .home-image{order:2;margin:-1.5rem 0 0}.faq-section{padding:4rem 1rem;margin-top:2rem}.faq-section:before{width:95%}.faq-section h2{font-size:2rem;padding:0 1rem}.faq-container{width:95%}.home-list img{width:24px;height:24px}}.service-card-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-bottom:50px;position:relative}.service-card-sidebar{width:50px;height:600px;background-color:#a4c8e1;border-radius:100px;margin-right:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem 0}.sidebar-mobile{display:none}.sidebar-page-number{width:35px;height:35px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#000}.sidebar-next-button{width:35px;height:35px;border-radius:50%;background-color:#ffcc7a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s}.sidebar-next-button img{width:16px;height:16px;transform:rotate(-90deg)}.sidebar-next-button:hover{transform:scale(1.1)}.service-card-image{width:80vw;height:600px;border-radius:30px 0 0 30px;overflow:hidden;background-color:#2c3e50;position:relative}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:3rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.service-card-title{font-size:3rem;font-weight:800;line-height:.9;margin:0 0 .5rem;color:#fff}.service-card-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#fff}.service-card-bullets{list-style:none;padding:0;margin:0}.service-card-bullets li{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;color:#fff}.service-card-bullets img{width:30px;height:30px;flex-shrink:0}.service-card-bullets span{font-size:1rem;line-height:1.4}@media(max-width:768px){.service-card-wrapper{margin-bottom:30px;flex-direction:column;align-items:center}.sidebar-desktop{display:none}.sidebar-mobile{display:flex;width:auto;height:auto;flex-direction:row;border-radius:50px;margin-right:0;margin-top:1rem;padding:.5rem 1.5rem;justify-content:center;gap:2rem}.service-card-image{width:95%;height:450px;border-radius:25px}.service-card-overlay{padding:1.5rem}.service-card-title{font-size:1.8rem;line-height:1}.service-card-description{font-size:.85rem;margin-bottom:1rem}.service-card-bullets{margin:0}.service-card-bullets li{margin-bottom:.5rem}.service-card-bullets img{width:20px;height:20px}.service-card-bullets span{font-size:.85rem}}.services-hero{min-height:65vh;display:flex;flex-direction:column;margin-bottom:50px}.services-hero .hero-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:1.5rem;padding:4rem 2rem}.services-hero .hero-title{font-size:8rem;font-weight:600;line-height:.8;letter-spacing:-14px;text-align:center;margin:0;color:#000}.guarantee-text{max-width:1200px;text-align:center}.service-carousel{overflow:hidden;position:relative;width:100%}.service-card-section{position:relative;width:100%}.service-card-content{display:flex;justify-content:flex-end;align-items:center;position:relative}.section-title-container{display:flex;align-items:flex-end;justify-content:flex-start;gap:2rem;padding:0 0 1rem 15vw}.section-title{font-size:4rem;font-weight:700;line-height:.9;margin:0;color:#000;letter-spacing:-8px}.section-subtitle{font-size:1.25rem;font-weight:400;margin:0;color:#000;max-width:600px}@media(max-width:768px){.services-hero{min-height:50vh;margin-bottom:30px}.services-hero .hero-content{padding:2rem 1rem}.services-hero .hero-title{font-size:4rem;letter-spacing:-8px}.guarantee-text{font-size:.9rem;padding:0 1rem}.section-title-container{flex-direction:column;align-items:flex-start;padding:2rem 1rem 1rem;gap:.5rem}.section-title{font-size:2.5rem;letter-spacing:-4px}.section-subtitle{font-size:1rem;max-width:100%}.service-card-content{justify-content:center}}.contact-hero{min-height:50vh;display:flex;flex-direction:column}.fade-in-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-visible{opacity:1;transform:translateY(0)}.contact-hero .hero-content{flex:1;display:flex;align-items:center;justify-content:center}.contact-hero .hero-title{font-size:8rem;font-weight:600;line-height:.8;letter-spacing:-14px;text-align:center;margin:0;color:#000}@media(max-width:768px){.contact-hero .hero-title{font-size:4rem;letter-spacing:-8px}}.contact-form-section{padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.contact-form-section:before{content:"";position:absolute;top:2rem;left:50%;transform:translate(-50%);width:80%;max-width:1000px;bottom:2rem;background-color:#fffbef;border-radius:50px;z-index:0}.contact-form{max-width:900px;width:75%;position:relative;z-index:1;margin-top:50px;margin-bottom:25px}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:1.5rem;font-weight:700;color:#000}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 0;font-size:1.1rem;font-style:italic;border:none;border-bottom:3px solid #000;background:transparent;font-family:Montserrat,sans-serif;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#666;font-style:italic}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:24px;cursor:pointer;font-style:normal;padding-right:2.5rem;background-color:#c5d3e0;border-radius:25px;padding:1rem 2.5rem 1rem 1.5rem;border:none}.form-group textarea{resize:vertical;min-height:200px}.submit-container{display:flex;align-items:center;gap:2rem}.submit-container p{font-size:28px;font-weight:700;margin:0}.submit-button{width:50px;height:50px;border-radius:50%;background-color:#ffcc7a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s}.submit-button img{width:24px;height:24px;transform:rotate(-90deg)}.submit-button:hover{transform:scale(1.1)}.form-status{margin-top:2rem;font-size:1.1rem;font-weight:600;color:#2f5975}@media(max-width:768px){.contact-form-section{padding:2rem 1rem}.contact-form-section:before{width:95%}.contact-form{width:80%}.form-group{margin-bottom:1.25rem}.form-group label{font-size:1rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.5rem 0}.form-group textarea{min-height:120px}.submit-container{margin-top:1rem}.submit-container p{font-size:1.25rem}}main{padding:0;width:100%;background:linear-gradient(to bottom,#fff,#85acc7)}
