@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap";:root{--primary-blue: #5F46C3;--accent-yellow: #fae084;--text-dark: #010528;--text-light: #3b3b3b;--white: #FFFFFF;--bg-gray: #F9FAFB;--font-family: "Inter", sans-serif;--font-display: "Wix Madefor Display", sans-serif;--dark-purple: #1a0b2e}[data-reveal]{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}[data-reveal=bottom]{transform:translateY(40px)}[data-reveal=left]{transform:translate(-40px)}[data-reveal=right]{transform:translate(40px)}[data-reveal=fade]{transform:none}[data-reveal].reveal-active{opacity:1;transform:translate(0)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--white);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}button{cursor:pointer;font-family:inherit;border:none;background:none}.no-scroll{overflow:hidden}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1.25rem}h1{font-size:2.5rem!important}h2{font-size:2rem!important}h3{font-size:1.5rem!important}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s;font-size:.95rem}.btn-large{padding:.8rem 1.7rem;font-size:1rem;font-weight:600}.btn-outline{border:1px solid #E5E7EB;color:var(--text-dark);background:#fff}.btn-outline:hover{border-color:var(--text-dark)}.btn-primary{background-color:var(--primary-blue);color:#fff;border:none}.btn-primary:hover{background-color:#4338ca}.header{padding:1.25rem 0;background:#fff;border-bottom:1px solid #F3F4F6;position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;z-index:1100}.logo-img-header{height:65px;width:auto;object-fit:contain}.header-actions{display:flex;align-items:center;gap:1.5rem;z-index:1100}.nav-list{display:flex;list-style:none;gap:2.5rem}.nav-link{text-decoration:none;color:var(--text-light);font-weight:500;font-size:1rem;display:flex;align-items:center;gap:.25rem;transition:color .2s}.nav-link:hover{color:var(--text-dark)}.nav-icon-svg{width:18px;height:18px}.mobile-toggle{display:none;color:var(--text-dark);padding:.5rem;margin-right:-.5rem}.icon-close,.nav-open .icon-menu{display:none}.nav-open .icon-close{display:block}@media (max-width: 1024px){.nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;padding:8rem 2rem 2rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1050;overflow-y:auto}.nav-open .nav{transform:translateY(0)}.nav-list{flex-direction:column;gap:2rem;align-items:flex-start}.nav-link{font-size:1.5rem;font-weight:600;color:var(--text-dark)}.mobile-toggle{display:block}.btn-phone span{display:none}.btn-phone{padding:.75rem}.dropdown-menu{position:static;transform:none;box-shadow:none;opacity:1;visibility:visible;padding-left:1.5rem;margin-top:1rem;display:none}.dropdown-item.active .dropdown-menu{display:block}}.hero{background-color:#f9fafb;padding-top:4rem;position:relative;overflow:hidden;padding-bottom:0}.hero-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:1.5rem;align-items:center;position:relative;z-index:10;padding-bottom:4rem}@media (max-width: 1024px){.hero-layout{grid-template-columns:1fr;gap:3rem;padding-bottom:1rem;text-align:center}}.hero-title{font-size:3.5rem;line-height:1.1;font-weight:700;color:#111827;margin-bottom:2rem;letter-spacing:-.02em;font-family:var(--font-display)}@media (max-width: 768px){.hero-title{font-size:2.75rem;margin-bottom:1.5rem}}.hero-features{display:flex;gap:1.5rem;flex-wrap:wrap}@media (max-width: 1024px){.hero-features{justify-content:center;margin-bottom:1rem}}.feature-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-weight:500}.check-icon{background-color:var(--primary-blue);width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;color:#fff;font-weight:700}.exp-check-wrapper{background-color:var(--primary-blue);width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700}.hero-form-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:380px;max-width:100%;margin-left:auto;position:relative;margin-bottom:-150px}@media (max-width: 1024px){.hero-form-card{margin:0 auto;width:100%;max-width:500px}}.form-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--text-dark);font-family:var(--font-display)}.booking-form{display:flex;flex-direction:column;gap:1rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:.5rem;font-size:.95rem;color:var(--text-dark);font-family:inherit;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrapper:after{content:"";width:20px;height:20px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events: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' fill='none' stroke='%23010528' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.form-select{padding-right:2.5rem}.form-input::placeholder{color:#9ca3af}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary-blue)}.select-wrapper{position:relative}.btn-block{width:100%;justify-content:center;padding:1rem;font-size:1rem;font-weight:600;margin-top:.5rem}.form-footer{text-align:center;font-size:.85rem;color:#6b7280;margin-top:.5rem}.hero-image-section{height:620px;width:100%;background-color:#e5e7eb;position:relative;z-index:1}.hero-image-container{width:100%;height:100%;position:absolute;top:0;left:0}.hero-img{width:100%;height:100%;object-fit:cover}.hero-img-placeholder{width:100%;height:100%;background-image:url(/assets/cleaners_hero.png);background-size:cover;background-position:center bottom}@media (max-width: 1024px){.hero-layout{grid-template-columns:1fr;gap:3rem;padding-bottom:1rem;text-align:center}.hero-form-card{margin:0 auto;width:100%;max-width:500px}.hero-image-section{height:350px;margin-top:3rem}}@media (max-width: 768px){.hero-title{font-size:2.75rem;margin-bottom:1.5rem}.hero-features{justify-content:center;margin-bottom:1rem}}.trusted-section{background-color:var(--dark-purple);padding:3rem 1.5rem;color:#fff;text-align:center}.trusted-title{font-size:1.75rem;font-weight:500;margin-bottom:2.5rem;opacity:.9;font-family:var(--font-display)}.google-rating-container{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s}.google-rating-container:hover{opacity:.8}.google-icon-wrapper{margin-bottom:.25rem}.stars{color:#fbbf24;letter-spacing:2px;font-size:1.25rem}.rating-text{font-size:1rem;font-weight:500;opacity:.9}.services-section{padding:4rem 1.5rem;background-image:url(/assets/KHapAqsEWUwfEP1Fl42HuHf2uY.avif);background-size:cover;background-position:center;background-color:var(--bg-gray)}.services-header{text-align:center;max-width:800px;margin:0 auto 3rem}.services-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.services-subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;padding:2rem;border-radius:1rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;border:1px solid transparent;text-decoration:none}.card-icon{margin-bottom:1.5rem}.service-img,.service-icon-svg{width:64px;height:64px;stroke-width:1.5;color:var(--text-dark);transition:all .3s ease}.icon-placeholder{display:none}.card-content{display:flex;justify-content:space-between;align-items:flex-end}.service-name{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0;font-family:var(--font-display);text-decoration:none}.card-arrow{font-size:1.5rem;opacity:0;transform:translate(-10px,10px);transition:all .3s ease;color:#fff}.service-card:hover,.service-card:active{background-color:#1a0b2e;transform:translateY(-5px)}.service-card:hover .service-name,.service-card:active .service-name{color:#fff}.service-card:hover .card-arrow,.service-card:active .card-arrow{opacity:1;transform:translate(0)}.service-card:hover .service-img,.service-card:active .service-img{filter:brightness(0) invert(1)}.service-card:hover .service-icon-svg,.service-card:active .service-icon-svg{color:#fff}.services-footer{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.services-footer .btn{padding:22px 60px;font-size:1.25rem}.footer-note{font-size:.9rem;color:var(--text-light)}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}.services-title{font-size:2rem}}.testimonials-section{padding:6rem 1.5rem;background-color:var(--bg-gray)}.testimonials-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.testimonial-image-wrapper{position:relative;max-width:500px;margin:0 auto}.image-blob{overflow:hidden;border-radius:40% 60% 70% 30%/40% 50% 60%}.cleaner-img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:1/1}.cleaning-badge{position:absolute;top:10%;right:0;background-color:#f97316;color:#fff;padding:1.5rem;border-radius:50%;font-weight:700;font-family:var(--font-display);text-align:center;line-height:1.2;transform:rotate(15deg);width:120px;height:120px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;border:4px solid white}.testimonial-content{padding:2rem}.stars-row{display:flex;gap:.25rem;margin-bottom:1.5rem}.star-icon-svg{width:24px;height:24px}.testimonial-quote{font-size:1.75rem;font-weight:600;line-height:1.4;color:var(--text-dark);margin-bottom:2rem;font-family:var(--font-display)}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1.1rem;font-weight:700;font-style:normal;color:var(--text-dark)}.author-role{color:var(--text-light);font-size:.95rem}@media (max-width: 1024px){.testimonials-container{grid-template-columns:1fr;gap:3rem;text-align:center}.testimonial-image-wrapper{margin-bottom:2rem}.stars-row{justify-content:center}.cleaning-badge{right:5%;top:0}}.booking-section{padding:6rem 1.5rem;background-color:#fff;text-align:center}.booking-title{font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:var(--text-dark)}.steps-container{display:flex;justify-content:space-between;align-items:flex-start;position:relative;max-width:1000px;margin:0 auto 4rem;padding:2rem 0}.steps-connector{position:absolute;top:50px;left:20%;right:20%;height:60px;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1000 60' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C 300 80 700 -20 1000 30' stroke='%23CBD5E1' stroke-width='2' stroke-dasharray='12 12' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%;z-index:0;pointer-events:none}.step-card{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;padding:0 1rem}.step-icon-wrapper{width:120px;height:120px;background-color:#eee6ff;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;border-radius:50%/60% 60% 40% 40%}.step-card:nth-child(1) .step-icon-wrapper{border-radius:58% 42% 48% 52%/51% 56% 44% 49%}.step-card:nth-child(2) .step-icon-wrapper{border-radius:64% 36% 27% 73%/55% 58% 42% 45%}.step-card:nth-child(3) .step-icon-wrapper{border-radius:43% 57% 68% 32%/46% 40% 60% 54%}.step-card:hover .step-icon-wrapper{transform:scale(1.05)}.step-icon-svg{width:48px;height:48px}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.step-desc{font-size:.95rem;color:var(--text-light);line-height:1.6;max-width:280px}.booking-footer{display:flex;flex-direction:column;align-items:center;gap:1rem}.booking-footer .btn{padding:22px 60px;font-size:1.25rem;background-color:var(--primary-blue);color:#fff}@media (max-width: 768px){.steps-container{flex-direction:column;gap:3rem}.steps-connector{display:none}.step-card{width:100%}}.standards-section{padding:6rem 1.5rem;background-color:var(--bg-gray)}.standards-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.standards-title{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;color:var(--text-dark);line-height:1.2}.standards-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3rem;text-align:left}.standards-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:var(--text-light);font-weight:500}.check-icon-wrapper{background-color:var(--primary-blue);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-icon-wrapper .icon-svg{width:14px;height:14px;stroke:#fff}.standards-cta{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.standards-images{position:relative;height:600px}.image-grid{position:relative;width:100%;height:100%}.std-img-wrapper{position:absolute;overflow:hidden}.std-img{width:100%;height:100%;object-fit:cover;display:block}.img-top-right{top:0;right:0;width:260px;height:260px;border-radius:2rem;z-index:2}.img-bottom-left{bottom:0;left:0;width:240px;height:320px;border-radius:10rem 10rem 1rem 1rem;z-index:1}.img-bottom-right{bottom:0;right:0;width:260px;height:280px;border-radius:10rem 10rem 1rem 1rem;z-index:1}.sparkle-deco{position:absolute;color:var(--text-dark);fill:var(--text-dark);width:24px;height:24px;z-index:3}.sparkle-1{top:40%;right:5%}.sparkle-2{bottom:45%;left:45%}@media (max-width: 1024px){.standards-container{grid-template-columns:1fr;gap:3rem;text-align:center}.standards-images{height:600px;width:100%;max-width:480px;margin:0 auto;position:relative}.image-grid{position:relative;width:100%;height:100%}.std-img-wrapper{position:absolute}.img-top-right{width:320px;height:320px;top:0;left:50%;transform:translate(-50%);right:auto;z-index:2}.img-bottom-left{width:220px;height:260px;bottom:0;left:0;z-index:1}.img-bottom-right{width:240px;height:240px;bottom:0;right:0;z-index:1}.sparkle-deco{display:block;scale:.8}.sparkle-1{top:15%;right:15%}.sparkle-2{bottom:35%;left:45%}}@media (max-width: 480px){.standards-images{height:500px;max-width:380px}.img-top-right{width:260px;height:260px}.img-bottom-left{width:180px;height:220px}.img-bottom-right{width:190px;height:200px}}.why-us-section{padding:6rem 1.5rem;background-color:#fff}.why-us-split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:5rem}.why-us-image-wrapper{width:100%;position:relative;border-radius:2rem;overflow:hidden;clip-path:polygon(0 0,85% 0,100% 15%,85% 30%,100% 45%,85% 60%,100% 75%,85% 90%,100% 100%,0 100%)}.why-us-img{width:100%;height:auto;display:block;object-fit:cover}.why-us-content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.why-us-title{font-size:3rem;font-weight:700;line-height:1.1;color:var(--text-dark)}.why-us-desc{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.why-us-divider{border:0;height:1px;background-color:#e5e7eb;margin-bottom:5rem}.why-us-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:left}.why-us-item{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.why-us-icon-wrapper{color:var(--text-dark)}.why-us-icon-svg{width:48px!important;height:48px!important;stroke-width:1.5;color:var(--text-dark)}.why-us-text{font-size:1rem;font-weight:500;color:var(--text-dark);line-height:1.5;max-width:240px}@media (max-width: 1024px){.why-us-split{grid-template-columns:1fr;gap:3rem;text-align:center}.why-us-content{align-items:center;order:-1}.why-us-image-wrapper{max-width:600px;margin:0 auto;clip-path:none;border-radius:1.5rem}.why-us-grid{grid-template-columns:repeat(2,1fr);text-align:center}.why-us-item{align-items:center}}@media (max-width: 640px){.why-us-grid{grid-template-columns:1fr}}.experience-section{padding:6rem 1.5rem;background-image:url(/assets/KHapAqsEWUwfEP1Fl42HuHf2uY.avif);background-size:cover;background-position:center;background-color:var(--bg-gray);text-align:center}.experience-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.experience-title{font-size:2.75rem;font-weight:700;color:var(--text-dark);margin-bottom:2.5rem;line-height:1.25}.experience-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.exp-feature{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:var(--text-light)}.exp-check-wrapper{background-color:var(--accent-yellow);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.exp-check-svg{width:14px;height:14px;color:var(--text-dark)}.experience-cta .btn{padding:22px 60px;font-size:1.25rem}@media (max-width: 768px){.experience-title{font-size:2rem}.experience-features{flex-direction:column;gap:1rem;align-items:center}}.location-section{padding:6rem 1.5rem;background-color:#fff}.location-container{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.location-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.1}.location-desc{color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;max-width:400px;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-label{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text-dark);font-size:1.1rem;font-family:var(--font-display)}.contact-icon-svg{width:20px;height:20px}.contact-value{color:#4b5563;text-decoration:none;font-size:1.05rem;transition:color .2s}.contact-value:hover{color:var(--primary-blue)}.location-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.location-map-wrapper{height:500px;border-radius:1.5rem;overflow:hidden}.location-map{width:100%;height:100%;border:none}@media (max-width: 1024px){.location-container{grid-template-columns:1fr;gap:3rem}.location-map-wrapper{order:-1;height:400px}}@media (max-width: 640px){.contact-grid{grid-template-columns:1fr}}.faq-section{padding:6rem 1.5rem 4rem;background-color:var(--bg-gray)}.faq-container{max-width:900px;margin:0 auto}.faq-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-dark)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #E5E7EB;border-radius:1rem;overflow:hidden;background:#fff}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:700;color:var(--text-dark);cursor:pointer;font-family:var(--font-display)}.faq-answer{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.6;display:none}.icon-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;position:relative}.icon-plus,.icon-minus{position:absolute;transition:opacity .3s ease}.icon-minus,.faq-item.open .icon-plus{opacity:0}.faq-item.open .icon-minus{opacity:1}.blog-section{padding:6rem 1.5rem;background-color:#fff}.blog-container{max-width:1280px;margin:0 auto}.blog-section-title{font-size:3rem;font-weight:700;text-align:center;color:var(--text-dark);margin-bottom:3rem;font-family:var(--font-display)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.blog-card{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.blog-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.blog-image{width:100%;height:240px}.blog-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#6b7280;font-weight:500}.meta-icon-svg{width:16px;height:16px}.blog-card-title{font-size:1.25rem;font-weight:700;line-height:1.4;color:var(--text-dark);font-family:var(--font-display)}.blog-footer{text-align:center;margin-top:1rem}@media (max-width: 768px){.blog-section-title{font-size:2.5rem}}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.blog-grid{grid-template-columns:1fr}.blog-header{flex-direction:column;align-items:flex-start;gap:1rem}}.footer-section{background-color:var(--dark-purple);color:#fff;padding:4rem 1.5rem 2rem}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.footer-logo{display:flex;align-items:center;text-decoration:none}.logo-img-footer{height:120px;width:auto;object-fit:contain}.footer-nav{display:flex;gap:3rem;align-items:flex-start}.footer-nav-group{display:flex;flex-direction:column;gap:.75rem}.footer-services-grid{display:flex;gap:3rem}.footer-services-col{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 640px){.footer-services-grid{flex-direction:column;gap:.75rem}}.footer-nav-label{font-weight:700;color:#fff;margin-bottom:.25rem;font-size:1.1rem}.footer-link{color:#9ca3af;text-decoration:none;font-weight:500;transition:color .2s}.footer-link:hover{color:#fff}.footer-socials{display:flex;gap:1.5rem}.social-link{color:#fff;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.social-icon-svg{width:20px;height:20px;fill:#fff}.footer-divider{border:0;height:1px;background-color:#ffffff1a;margin-bottom:2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#9ca3af}.footer-legal{display:flex;gap:1rem}.legal-link{color:#9ca3af;text-decoration:none}.legal-link:hover{color:#fff}.legal-sep{color:#4b5563}@media (max-width: 768px){.footer-top{flex-direction:column;gap:3rem;align-items:center;text-align:center}.footer-nav{flex-direction:column;align-items:center;gap:2rem}.footer-nav-group{align-items:center}.footer-bottom{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}}.site-by{margin-left:.5rem}.credit-link{color:#9ca3af;text-decoration:none;transition:color .2s}.credit-link:hover{color:#fff}.before-after-section{padding:6rem 1.5rem;background-color:#fff;text-align:center}.before-after-title{font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:var(--text-dark)}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto}.comparison-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto}.comparison-card{position:relative;width:100%;height:350px;overflow:hidden;border-radius:2rem;cursor:col-resize;-webkit-user-select:none;user-select:none}.comp-img-after{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.comp-img-before{height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;max-width:none}.comp-overlay{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;z-index:2;border-right:2px solid white}.comp-handle{position:absolute;top:0;left:50%;height:100%;width:40px;transform:translate(-50%);z-index:3;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center}.handle-line{position:absolute;top:0;bottom:0;width:2px;background-color:#fff;left:50%;transform:translate(-50%)}.handle-circle{width:40px;height:40px;background-color:var(--primary-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white;position:relative;z-index:4}.handle-icon-svg{width:16px;height:16px}@media (max-width: 768px){.comparison-grid{grid-template-columns:1fr;gap:3rem}}.experience-section{padding:6rem 1.5rem;background-color:var(--bg-gray);text-align:center}.experience-container{max-width:900px;margin:0 auto}.experience-title{font-size:3rem;font-weight:700;margin-bottom:3rem;line-height:1.2;color:var(--text-dark);font-family:var(--font-display)}.experience-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.exp-feature{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.1rem;color:var(--text-dark)}.exp-check-wrapper{background-color:var(--primary-blue);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.exp-check-svg{width:16px;height:16px}.experience-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-note{font-size:.875rem;color:#6b7280;margin-top:.5rem}@media (max-width: 1024px){.experience-title{font-size:2.25rem}.experience-features{flex-direction:column;align-items:center;gap:1.25rem}}.exp-check-svg{stroke:#fff!important}.steps-cta{text-align:center;margin-top:2rem}.wcu-cta{text-align:left;margin-top:2rem}.location-cta,.standards-cta,.services-footer{text-align:center;margin-top:3rem}.experience-cta{text-align:center;margin-top:2rem}.about-hero{padding:4rem 1.5rem;text-align:center;background-color:#f9fafb}.about-title{font-family:var(--font-display);font-size:3rem;color:var(--text-dark);font-weight:700}.mission-section{padding:6rem 1.5rem;background-color:#fff}.mission-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;line-height:1.2}.mission-text{color:var(--text-light);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.mission-img{width:100%;border-radius:1.5rem;object-fit:cover}.values-section{padding:6rem 1.5rem;background-color:#fff}.values-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.values-img{width:100%;border-radius:1.5rem;object-fit:cover}.values-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:3rem;text-align:left}.value-item{margin-bottom:2.5rem}.value-head{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.value-desc{color:var(--text-light);line-height:1.6}@media (max-width: 1024px){.mission-container,.values-container{grid-template-columns:1fr;gap:3rem;text-align:center}.values-title{text-align:center}.mission-image-wrapper,.values-image-wrapper{order:-1}}.dropdown-item{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.25rem}.nav-chevron-svg{width:16px;height:16px;transition:transform .2s}.dropdown-item:hover .nav-chevron-svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background-color:#fff;border-radius:.75rem;box-shadow:0 10px 25px #0000001a;padding:.5rem;min-width:220px;opacity:0;visibility:hidden;transition:all .2s ease;list-style:none;z-index:1000}.dropdown-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-link{display:block;padding:.75rem 1rem;color:var(--text-dark);text-decoration:none;font-weight:500;border-radius:.5rem;transition:background-color .2s}.dropdown-link:hover{background-color:#f3f4f6;color:var(--primary-blue)}.service-page{padding:2rem 0 6rem;background-color:#fff}.service-page-title{text-align:center;font-size:3.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;font-family:var(--font-display)}.service-hero-image-wrapper{width:100%;height:400px;border-radius:1.5rem;overflow:hidden;margin-bottom:4rem}@media (max-width: 768px){.service-hero-image-wrapper{height:250px;margin-bottom:3rem}}.service-hero-img{width:100%;height:100%;object-fit:cover}.service-layout{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.service-section{margin-bottom:4rem}.service-section-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.service-text{font-size:1.125rem;line-height:1.7;color:var(--text-light);margin-bottom:1.5rem}.service-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.service-list-item{display:flex;align-items:center;gap:1rem;font-size:1.125rem;color:var(--text-dark);font-weight:500}.service-check-wrapper{background-color:var(--primary-blue);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-check-svg{width:14px;height:14px}.service-sidebar{position:sticky;top:2rem}.service-form-card{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 40px -10px #0000001a;border:1px solid #E5E7EB}@media (max-width: 1024px){.service-layout{grid-template-columns:1fr}.service-sidebar{position:static;max-width:500px;margin:0 auto}.service-page-title{font-size:2.5rem}}.contact-hero{padding:6rem 1.5rem 2rem;text-align:center;background-color:#f9fafb}.contact-title{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--text-dark)}.contact-form-section{padding:6rem 1.5rem;background-color:#f9fafb}.contact-form-container{max-width:800px;margin:0 auto}.contact-form-header{text-align:center;margin-bottom:3rem}.contact-form-title{font-family:var(--font-display);font-size:3rem;color:var(--text-dark);margin-bottom:1rem}.contact-form-subtitle{color:var(--text-light);font-size:1.125rem;max-width:600px;margin:0 auto}.contact-card{background:#fff;padding:3rem;border-radius:1.5rem}.contact-input{width:100%;padding:1rem 1.25rem;border:1px solid #E5E7EB;border-radius:.75rem;font-family:var(--font-body);font-size:1rem;color:var(--text-dark);transition:border-color .2s;margin-bottom:1rem}.contact-input:focus{outline:none;border-color:var(--primary-blue)}.contact-textarea{resize:vertical}.form-success-message{text-align:center;padding:2rem 1rem;animation:fadeIn .5s ease-out}.success-icon{width:60px;height:60px;background-color:#10b981;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}.form-success-message h3{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.form-success-message p{color:var(--text-light);font-size:1.125rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.location-section{background-color:#fff;padding:6rem 1.5rem}.page-hero{padding:6rem 1.5rem;text-align:center;background-color:#f9fafb}.page-title{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--text-dark);line-height:1.1}@media (max-width: 768px){.page-title{font-size:2.5rem}}.quote-form-section{padding:8rem 1.5rem 6rem;background-color:#fff;text-align:center}.quote-form-container{max-width:600px;margin:0 auto}.quote-form-title{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.1}.quote-form-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:3rem;line-height:1.6}.quote-form-card{background:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 10px 40px -10px #0000001a;border:1px solid #E5E7EB;margin-bottom:3rem}.quote-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.quote-feature-item{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:500;color:var(--text-dark)}.quote-feature-item .check-icon{background-color:var(--primary-blue);width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.875rem;color:#fff;font-weight:700}.single-testimonial-section{padding:6rem 1.5rem;background-color:#f9fafb}.single-testimonial-card{max-width:800px;margin:0 auto;text-align:center}@media (max-width: 768px){.quote-form-title{font-size:2.5rem}.quote-form-card{padding:2rem}.quote-features{flex-direction:column;gap:1.5rem}}.single-testimonial-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.testimonial-image-container{position:relative}.testimonial-image-placeholder{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#4f46e5;text-align:center}.image-text{padding:2rem}.testimonial-content-wrapper{text-align:left}.testimonial-content-wrapper .stars-row{display:flex;gap:.5rem;margin-bottom:1.5rem}.testimonial-content-wrapper .testimonial-quote{font-size:1.5rem;line-height:1.6;color:var(--text-dark);margin-bottom:2rem;font-weight:500}.testimonial-content-wrapper .testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-content-wrapper .author-name{font-size:1.125rem;font-weight:600;color:var(--text-dark);font-style:normal}.testimonial-content-wrapper .author-role{font-size:1rem;color:var(--text-light)}@media (max-width: 768px){.single-testimonial-wrapper{grid-template-columns:1fr;gap:2rem}.testimonial-content-wrapper{text-align:center}.testimonial-content-wrapper .stars-row{justify-content:center}.testimonial-content-wrapper .testimonial-author{align-items:center}}.blog-grid-section{padding:6rem 1.5rem;background-color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.blog-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001f}.blog-image{width:100%;height:240px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-meta{display:flex;gap:1.5rem;padding:1.5rem 1.5rem 1rem;color:var(--text-light);font-size:.875rem}.blog-date,.blog-read-time{display:flex;align-items:center;gap:.5rem}.meta-icon-svg{color:var(--primary-blue)}.blog-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-dark);line-height:1.4;padding:0 1.5rem 1.5rem;margin:0}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}}.legal-page{padding:4rem 1.5rem 8rem;background-color:#fff}.legal-content-card{max-width:900px;margin:0 auto;background:#fff;padding:4rem;border-radius:1.5rem;box-shadow:0 10px 40px -10px #0000001a;border:1px solid #E5E7EB}.legal-text{color:var(--text-light);line-height:1.8}.legal-text h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin:2.5rem 0 1rem;font-family:var(--font-display)}.legal-text h2:first-child{margin-top:0}.legal-text p{margin-bottom:1.5rem}@media (max-width: 768px){.legal-content-card{padding:2rem}}.blog-post-page{padding:2rem 0 8rem;background-color:#fff}.container-narrow{max-width:800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);text-decoration:none;font-weight:600;margin-bottom:2rem;transition:transform .2s}.back-link:hover{transform:translate(-5px)}.blog-post-meta{display:flex;gap:2rem;margin-bottom:1.5rem;color:var(--text-light);font-size:1rem;font-weight:500}.blog-post-title{font-size:3.5rem;line-height:1.1;font-weight:800;color:var(--text-dark);margin-bottom:3rem;letter-spacing:-.02em}.blog-post-hero{width:100%;border-radius:2rem;overflow:hidden;margin-bottom:4rem}.blog-post-img{width:100%;height:auto;display:block}.blog-post-content{color:var(--text-light);font-size:1.125rem;line-height:1.8}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin:3rem 0 1rem;font-family:var(--font-display)}@media (max-width: 768px){.blog-post-title{font-size:2.5rem}.blog-post-hero{margin-bottom:2.5rem}}
