:root{--blue:#143c8c;--blue-2:#0c2762;--aqua:#2fd6c5;--mint:#a5f1e7;--ink:#10192b;--muted:#647086;--paper:#f6f9fc;--white:#fff;--line:#dce5ef;--shadow:0 18px 50px rgba(13,39,98,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{font:inherit}.site-header{height:82px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,229,239,.8)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50% 50% 50% 18%;background:linear-gradient(145deg,var(--blue),var(--blue-2));color:#fff;font-family:Georgia,serif;font-size:21px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.2)}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:17px;color:var(--blue-2)}.brand-copy small{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:5px}.site-header nav{display:flex;align-items:center;gap:30px;font-weight:650;font-size:14px}.site-header nav a:not(.nav-cta):hover{color:var(--blue)}.nav-cta{padding:12px 20px;background:var(--blue);color:#fff;border-radius:99px}.menu-toggle{display:none;border:0;background:var(--blue);color:#fff;border-radius:99px;padding:10px 17px;font-weight:700}.hero{position:relative;min-height:760px;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-media{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=2000&q=90');background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,27,71,.94) 0%,rgba(12,39,98,.8) 47%,rgba(12,39,98,.18) 80%)}.hero-content{position:relative;z-index:2;width:min(760px,85%);margin-left:clamp(22px,8vw,126px);padding-bottom:100px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:850;color:var(--blue)}.eyebrow{color:#dcfffa;display:flex;align-items:center;gap:10px}.eyebrow span{display:inline-block;width:26px;height:2px;background:var(--aqua)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7vw,92px);line-height:.98;letter-spacing:-.055em;margin:24px 0 28px;max-width:900px}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--aqua)}.hero-content>p{font-size:clamp(18px,2vw,22px);max-width:650px;color:#e4ebf8}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:99px;font-weight:800}.button-primary{background:var(--aqua);color:var(--blue-2)}.button-light{border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.09);color:#fff}.hero-proof{position:absolute;z-index:3;bottom:0;right:0;width:min(720px,75%);display:grid;grid-template-columns:repeat(3,1fr);background:#fff;color:var(--ink);box-shadow:var(--shadow)}.hero-proof div{padding:24px 30px;border-right:1px solid var(--line)}.hero-proof div:last-child{border:0}.hero-proof strong,.hero-proof span{display:block}.hero-proof strong{font-size:22px;color:var(--blue)}.hero-proof span{font-size:12px;color:var(--muted)}.section{padding:110px clamp(22px,8vw,126px)}.about{background:#fff}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(45px,8vw,120px);margin-top:16px}.about h2,.section-heading h2,.hours h2,.contact h2{font-size:clamp(38px,5vw,65px);line-height:1.08;letter-spacing:-.045em}.about-copy{font-size:18px;color:#4b586e}.about-copy p{margin-bottom:22px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:32px}.trust-row span{padding:9px 15px;border-radius:99px;background:#edf9f7;color:var(--blue-2);font-weight:800;font-size:14px}.services{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}.section-heading h2{margin:12px 0 0;max-width:780px}.section-heading>p{max-width:430px;color:var(--muted);font-size:17px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 25px rgba(13,39,98,.06);transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card img{height:230px;object-fit:cover}.service-card>div{padding:24px}.service-card span{font-size:12px;font-weight:900;color:var(--aqua);letter-spacing:.15em}.service-card h3{font-size:21px;line-height:1.22;margin:6px 0 10px;color:var(--blue-2)}.service-card p{font-size:15px;color:var(--muted);margin:0}.hours{background:linear-gradient(180deg,var(--paper) 50%,#fff 50%)}.hours-card{padding:clamp(38px,6vw,76px);border-radius:28px;background:linear-gradient(135deg,var(--blue-2),var(--blue));color:#fff;display:grid;grid-template-columns:1fr .85fr;gap:70px;box-shadow:0 25px 70px rgba(13,39,98,.25)}.section-kicker.light{color:var(--aqua)}.hours h2{margin:15px 0 20px}.hours-card p{color:#d9e4f7;max-width:600px}.hours-card dl{margin:0}.hours-card dl div{display:flex;justify-content:space-between;gap:25px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.18)}.hours-card dt{color:#d9e4f7}.hours-card dd{font-weight:850;margin:0;text-align:right}.contact-panel{display:grid;grid-template-columns:1.25fr .75fr;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.contact-copy{padding:clamp(36px,6vw,76px)}.contact-copy h2{margin:14px 0 20px}.contact-copy>p{color:var(--muted);font-size:18px}.contact-links{margin-top:34px;display:grid;gap:0}.contact-links>a,.contact-links>div{display:flex;justify-content:space-between;gap:25px;padding:17px 0;border-bottom:1px solid var(--line)}.contact-links span{color:var(--muted)}.contact-links strong{text-align:right;color:var(--blue-2);overflow-wrap:anywhere}.social-panel{background:var(--blue-2);padding:clamp(34px,5vw,60px);color:#fff}.social-panel h3{font-size:26px;margin-bottom:30px}.social-panel a{display:grid;grid-template-columns:36px 1fr 20px;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16)}.social-panel b{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.13);display:grid;place-items:center}.social-panel i{font-style:normal;color:var(--aqua)}.social-panel a:hover span{color:var(--aqua)}footer{padding:50px clamp(22px,8vw,126px);background:#081a42;color:#b6c4df;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px}.footer-brand .brand-copy strong{color:#fff}footer p{margin:0;text-align:right}footer>small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:22px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;background:#18aa65;color:#fff;padding:13px 20px;border-radius:99px;font-weight:850;box-shadow:0 12px 30px rgba(10,91,51,.3)}
@media(max-width:980px){.site-header nav{display:none;position:absolute;top:82px;left:15px;right:15px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:6px}.site-header nav.open{display:flex}.site-header nav a{padding:10px}.menu-toggle{display:block}.hero{min-height:720px}.hero-content{margin-left:7%;padding-bottom:135px}.hero-proof{width:90%}.about-grid,.hours-card,.contact-panel{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.service-grid{grid-template-columns:repeat(2,1fr)}.hours-card{gap:25px}.contact-links>a,.contact-links>div{flex-direction:column;gap:3px}.contact-links strong{text-align:left}footer{grid-template-columns:1fr}footer p{text-align:left}}
@media(max-width:640px){.site-header{height:72px}.brand-mark{width:42px;height:42px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:10px}.site-header nav{top:72px}.hero{min-height:760px}.hero-overlay{background:linear-gradient(90deg,rgba(8,27,71,.94),rgba(12,39,98,.62))}.hero-content{width:auto;margin:0;padding:70px 22px 190px}.hero-actions{flex-direction:column;align-items:stretch}.hero-proof{width:100%;grid-template-columns:1fr;right:0}.hero-proof div{padding:11px 22px;border-right:0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.hero-proof strong{font-size:17px}.section{padding:78px 22px}.about-grid{gap:26px}.about h2,.section-heading h2,.hours h2,.contact h2{font-size:38px}.service-grid{grid-template-columns:1fr}.service-card img{height:215px}.hours-card{border-radius:20px;padding:34px 24px}.hours-card dl div{flex-direction:column;gap:2px}.hours-card dd{text-align:left}.contact-panel{border-radius:20px}.social-panel{padding:36px 26px}footer{padding:45px 22px 95px}.floating-whatsapp{right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-card{transition:none}}
.brand-logo{width:200px;height:70px;object-fit:contain;object-position:left center}
.hero-media{background-image:url('assets/cleaning-professional-real.jpeg');background-position:center bottom;transform:scale(1.28);transform-origin:center bottom}
.hero-overlay{background:linear-gradient(90deg,rgba(24,116,190,.58) 0%,rgba(67,166,218,.30) 48%,rgba(120,214,235,.04) 82%)}
.hero-content{padding-bottom:0}
.footer-brand .brand-logo{filter:brightness(0) invert(1)}
.why .button{margin-top:8px}.service-card{position:relative;height:270px}.service-card img{height:100%}.service-card>div{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 20px;background:#fff;border-radius:4px;box-shadow:0 8px 22px rgba(13,39,98,.18)}.service-card h3{margin:0}.testimonial{text-align:center;background:#fff}.testimonial-carousel{margin-top:28px}.testimonial-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-slide{flex:0 0 100%;scroll-snap-align:start;padding:0 14px}.testimonial h2,.quote-cta h2{font-size:clamp(38px,5vw,65px);line-height:1.08;letter-spacing:-.045em;margin:28px auto;max-width:900px}.testimonial blockquote{margin:0 auto;max-width:850px;color:#4b586e;font-family:Georgia,serif;font-size:clamp(22px,3vw,34px);line-height:1.5}.testimonial-dots{display:flex;justify-content:center;gap:10px;margin-top:32px}.testimonial-dots button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#bfd0df;cursor:pointer}.testimonial-dots button.active{background:var(--blue);transform:scale(1.18)}.quote-cta{text-align:center;background:var(--paper)}.quote-cta .button{margin-top:12px;border:0;cursor:pointer}.quote-form{max-width:900px;margin:38px auto 0;display:grid;gap:18px}.quote-form[hidden]{display:none}.quote-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form input,.quote-form textarea{width:100%;border:2px solid var(--blue);border-radius:28px;background:#fff;color:var(--ink);font:inherit;font-size:17px;padding:15px 24px}.quote-form textarea{resize:vertical;min-height:130px}.quote-form input:focus,.quote-form textarea:focus{outline:3px solid rgba(47,214,197,.35);outline-offset:2px}.quote-form .button{justify-self:center;min-width:250px}.quote-form p{margin:0;color:var(--muted);font-size:16px}.hours-card dl h2{font-size:clamp(32px,4vw,48px);margin:0 0 18px}.license-note{margin:28px 0 0;color:var(--blue-2);font-weight:850}footer{display:flex;justify-content:center}footer>small{border-top:0;padding-top:0;grid-column:auto}footer .footer-brand{margin:auto}
@media(max-width:640px){.brand-logo{width:160px;height:60px}.hero-media{background-position:center bottom;transform:scale(1.34)}.hero-overlay{background:linear-gradient(90deg,rgba(24,116,190,.62),rgba(67,166,218,.24))}.hero-content{padding-bottom:0}.quote-form-row{grid-template-columns:1fr}.quote-form .button{width:100%}}
