@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
:root{--legacy-0284c7:#0284c7;--legacy-0c4a6e:#0c4a6e;--legacy-0f172a:#0f172a;--legacy-1e3a5f:#1e3a5f;--legacy-5b6b7e:#5b6b7e;--legacy-7dd3fc:#7dd3fc;--legacy-bae6fd:#bae6fd;--legacy-cfe3f4:#cfe3f4;--legacy-cfe6f8:#cfe6f8;--legacy-cfe9fb:#cfe9fb;--legacy-d7e9f7:#d7e9f7;--legacy-dbeafe:#dbeafe;--legacy-e0f2fe:#e0f2fe}
/* ===== HELLO CLEANERS — SELF-CONTAINED LOCATION PAGE (all styles scoped to .hcus) ===== */
.hcus{--nv:var(--legacy-0f172a, #0f172a);--nv2:var(--legacy-1e3a5f, #1e3a5f);--sky:var(--legacy-0284c7, #0284c7);--sky2:var(--legacy-0c4a6e, #0c4a6e);--sky-l:var(--legacy-7dd3fc, #7dd3fc);--ice2:var(--legacy-e0f2fe, #e0f2fe);--line:var(--color-primary-subtle, #e5edf5);--muted:var(--legacy-5b6b7e, #5b6b7e);--ink:var(--legacy-0f172a, #0f172a);--radius:20px;--shadow:0 10px 30px rgba(15,23,42,.07);--shadow-lg:0 24px 60px rgba(15,23,42,.13);font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.6;font-size:16px;}
.hcus *{box-sizing:border-box;}
.hcus img{max-width:100%;}
.hcus .container{max-width:1140px;margin:0 auto;padding:0 22px;}
.hcus .container.narrow{max-width:820px;}
.hcus .hcus-section{padding:84px 0;position:relative;}
.hcus .hcus-section.white{background:var(--color-background, #fff);}
.hcus .hcus-section.ice{background:linear-gradient(180deg,var(--color-surface-alt, #f7fbfe) 0%,var(--color-surface, #eef6fc) 100%);}
.hcus .hcus-section.navy{background:linear-gradient(135deg,var(--nv) 0%,var(--nv2) 60%,var(--sky2) 100%);color:var(--color-background, #fff);}
.hcus .hcus-section.blue{background:linear-gradient(135deg,var(--sky) 0%,var(--sky2) 100%);color:var(--color-background, #fff);}
.hcus .hcus-section.bg-sky{background:var(--ice2);}
.hcus .hcus-head{text-align:center;max-width:720px;margin:0 auto 52px;}
.hcus h2{margin-top:0;}
.hcus .hcus-section h2{font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.18;font-weight:800;letter-spacing:-.02em;margin:0 0 16px;color:var(--ink);}
.hcus .hcus-section.navy h2,.hcus .hcus-section.blue h2{color:var(--color-background, #fff);}
.hcus .text-muted{color:var(--muted);font-size:1.06rem;}
.hcus .hcus-section.navy .text-muted,.hcus .hcus-section.blue .text-muted{color:var(--legacy-d7e9f7, #d7e9f7);}
.hcus .center{text-align:center;}
.hcus .hcus-grid{display:grid;gap:24px;}
.hcus .hcus-grid.cols-2{grid-template-columns:repeat(2,1fr);}
.hcus .hcus-grid.cols-3{grid-template-columns:repeat(3,1fr);}
.hcus .hcus-grid.cols-4{grid-template-columns:repeat(4,1fr);}
.hcus .hcus-card{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.hcus .hcus-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--legacy-cfe3f4, #cfe3f4);}
.hcus .hcus-card.center{text-align:center;}
.hcus .hcus-card h3{font-size:1.18rem;font-weight:700;margin:.5rem 0;letter-spacing:-.01em;color:var(--ink);}
.hcus .hcus-card p{margin:0;color:var(--muted);font-size:.98rem;}
.hcus .hcus-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg, 15px);background:linear-gradient(150deg,var(--ice2),var(--legacy-cfe9fb, #cfe9fb));color:var(--sky2);margin-bottom:6px;box-shadow:inset 0 0 0 1px rgba(2,132,199,.08);}
.hcus .hcus-icon svg{width:26px;height:26px;}
.hcus .hcus-card.center .hcus-icon{margin-left:auto;margin-right:auto;}
.hcus .hcus-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.hcus .hcus-step{position:relative;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius);padding:32px 24px 26px;box-shadow:var(--shadow);}
.hcus .hcus-step-num{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;color:var(--color-background, #fff);border-radius:50%;background:linear-gradient(135deg,var(--sky),var(--sky2));box-shadow:0 8px 20px rgba(2,132,199,.32);margin-bottom:16px;}
.hcus .hcus-step h3{font-size:1.12rem;font-weight:700;margin:0 0 8px;color:var(--ink);}
.hcus .hcus-step p{margin:0;color:var(--muted);font-size:.96rem;}
.hcus .hcus-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.hcus .hcus-stats > div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg, 18px);padding:26px 18px;text-align:center;transition:background .25s ease;}
.hcus .hcus-stats > div:hover{background:rgba(255,255,255,.12);}
.hcus .hcus-stat-num{display:block;font-size:clamp(1.6rem,2.6vw,2.15rem);font-weight:800;letter-spacing:-.02em;color:var(--color-background, #fff);line-height:1.1;}
.hcus .hcus-stat-lbl{display:block;margin-top:8px;font-size:.82rem;letter-spacing:.03em;color:var(--legacy-bae6fd, #bae6fd);text-transform:uppercase;font-weight:600;}
.hcus .hcus-price{font-size:2.6rem;font-weight:800;color:var(--sky2);letter-spacing:-.02em;}
.hcus .hcus-map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--line);min-height:280px;}
.hcus .hcus-map-wrap iframe{display:block;width:100%;height:100%;min-height:340px;border:0;}
.hcus .hcus-faq-item{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 16px);margin-bottom:14px;box-shadow:var(--shadow);overflow:hidden;}
.hcus .hcus-faq-item summary{cursor:pointer;list-style:none;padding:20px 56px 20px 24px;font-weight:700;font-size:1.05rem;position:relative;color:var(--ink);}
.hcus .hcus-faq-item summary::-webkit-details-marker{display:none;}
.hcus .hcus-faq-item summary:after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:400;color:var(--sky);transition:transform .25s ease;}
.hcus .hcus-faq-item[open] summary:after{transform:translateY(-50%) rotate(45deg);}
.hcus .hcus-faq-ans{padding:0 24px 22px;color:var(--muted);}
.hcus .hcus-link{color:var(--sky);font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s;}
.hcus .hcus-link:hover{border-color:var(--sky);}
/* Hero */
.hcus .hcus-hero{position:relative;background:linear-gradient(135deg,var(--legacy-0f172a, #0f172a) 0%,var(--legacy-1e3a5f, #1e3a5f) 55%,var(--legacy-0284c7, #0284c7) 100%);color:var(--color-background, #fff);padding:64px 0;overflow:hidden;}
.hcus .hcus-hero .container{position:relative;z-index:2;}
.hcus .hcus-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;}
.hcus .hcus-hero-copy h1{color:var(--color-background, #fff);font-size:clamp(30px,4vw,46px);line-height:1.1;margin:14px 0 16px;font-weight:800;letter-spacing:-.02em;}
.hcus .hcus-hero-copy .hcus-lead{color:var(--legacy-dbeafe, #dbeafe);font-size:18px;line-height:1.6;margin:0 0 22px;max-width:560px;}
.hcus .hcus-eyebrow{display:inline-block;background:rgba(255,255,255,.14);color:var(--legacy-bae6fd, #bae6fd);border:1px solid rgba(255,255,255,.25);padding:7px 16px;border-radius:var(--radius-pill, 999px);font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.hcus .hcus-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px;}
.hcus .hcus-hero .hcus-btn{display:inline-flex;align-items:center;padding:14px 28px;border-radius:var(--radius-md, 10px);font-weight:700;text-decoration:none;font-size:15.5px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.hcus .hcus-hero .hcus-btn.primary{background:var(--color-background, #fff);color:var(--legacy-0c4a6e, #0c4a6e);box-shadow:0 8px 24px rgba(0,0,0,.18);}
.hcus .hcus-hero .hcus-btn.primary:hover{transform:translateY(-2px);}
.hcus .hcus-hero .hcus-btn.ghost{background:transparent;color:var(--color-background, #fff);border:1.5px solid rgba(255,255,255,.55);}
.hcus .hcus-hero .hcus-btn.ghost:hover{background:rgba(255,255,255,.12);}
.hcus .hcus-hero .hcus-btn.call{background:rgba(255,255,255,.1);color:var(--color-background, #fff);border:1.5px solid rgba(255,255,255,.4);}
.hcus .hcus-hero .hcus-btn.call:hover{background:rgba(255,255,255,.18);}
.hcus .hcus-hero .hcus-btn svg{width:17px;height:17px;margin-right:8px;}
.hcus .hcus-hero-tags{display:flex;flex-wrap:wrap;gap:10px;}
.hcus .hcus-hero-tags span{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:var(--legacy-e0f2fe, #e0f2fe);padding:7px 14px;border-radius:var(--radius-pill, 999px);font-size:13px;font-weight:600;}
.hcus .hcus-hero-tags span::before{content:"\2713";color:var(--legacy-7dd3fc, #7dd3fc);font-weight:800;}
.hcus .hcus-hero-media{position:relative;}
.hcus .hcus-hero-media img{width:100%;height:auto;max-height:430px;object-fit:cover;border-radius:var(--radius-lg, 18px);box-shadow:0 24px 60px rgba(0,0,0,.35);display:block;}
.hcus .hcus-hero-usps{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:11px;}
.hcus .hcus-hero-usps li{display:flex;gap:11px;align-items:flex-start;color:var(--color-primary-subtle, #eaf4fd);font-size:15.5px;line-height:1.5;}
.hcus .hcus-hero-usps li svg{flex:none;width:22px;height:22px;margin-top:1px;color:var(--legacy-7dd3fc, #7dd3fc);}
.hcus .hcus-hero-usps li b{color:var(--color-background, #fff);font-weight:700;}
.hcus .hcus-price-float{position:absolute;left:18px;bottom:18px;background:var(--color-background, #fff);border-radius:var(--radius-lg, 16px);padding:13px 20px;box-shadow:0 14px 34px rgba(0,0,0,.3);display:flex;flex-direction:column;line-height:1;}
.hcus .hcus-price-float b{font-size:1.5rem;color:var(--sky2);font-weight:800;}
.hcus .hcus-price-float small{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-top:5px;}
/* Trust bar */
.hcus .hcus-trustbar{background:var(--color-background, #fff);border-bottom:1px solid var(--line);}
.hcus .hcus-trustbar .container{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:20px;padding-bottom:20px;}
.hcus .hcus-trust-item{display:flex;gap:12px;align-items:center;font-weight:600;color:var(--ink);font-size:.94rem;line-height:1.3;}
.hcus .hcus-trust-item .hcus-ic{flex:none;width:40px;height:40px;border-radius:var(--radius-md, 12px);display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--ice2),var(--legacy-cfe9fb, #cfe9fb));color:var(--sky2);}
.hcus .hcus-trust-item .hcus-ic svg{width:20px;height:20px;}
/* Kicker + general buttons */
.hcus .hcus-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;color:var(--sky);background:var(--ice2);padding:6px 14px;border-radius:var(--radius-pill, 999px);margin-bottom:16px;}
.hcus .hcus-btn{display:inline-flex;align-items:center;padding:13px 26px;border-radius:var(--radius-md, 10px);font-weight:700;text-decoration:none;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.hcus .hcus-btn.solid{background:linear-gradient(135deg,var(--sky),var(--sky2));color:var(--color-background, #fff);box-shadow:0 8px 22px rgba(2,132,199,.28);}
.hcus .hcus-btn.solid:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(2,132,199,.36);}
.hcus .hcus-btn.outline{background:var(--color-background, #fff);color:var(--sky2);border:1.5px solid var(--sky-l);}
.hcus .hcus-btn.outline:hover{background:var(--ice2);}
.hcus .hcus-kw{color:var(--sky2);font-weight:700;}
.hcus .hcus-hero .hcus-kw,.hcus .hcus-section.navy .hcus-kw,.hcus .hcus-section.blue .hcus-kw{color:var(--legacy-bae6fd, #bae6fd);}
/* Checklist */
.hcus .hcus-checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.hcus .hcus-checklist li{display:flex;gap:13px;align-items:flex-start;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 14px);padding:16px 18px;box-shadow:var(--shadow);font-weight:600;color:var(--ink);font-size:.98rem;line-height:1.4;}
.hcus .hcus-checklist li svg{flex:none;width:22px;height:22px;color:var(--sky);margin-top:1px;}
/* Service links */
.hcus .hcus-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.hcus .hcus-svc-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 20px;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 14px);text-decoration:none;color:var(--ink);font-weight:600;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,color .2s ease;}
.hcus .hcus-svc-link:hover{transform:translateY(-3px);border-color:var(--sky-l);color:var(--sky2);}
.hcus .hcus-svc-link .arr{color:var(--sky);font-weight:800;transition:transform .2s ease;}
.hcus .hcus-svc-link:hover .arr{transform:translateX(3px);}
/* Coverage */
.hcus .hcus-cov-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:stretch;}
.hcus .hcus-cities-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.hcus a.hcus-city{display:flex;align-items:center;gap:10px;padding:15px 18px;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 14px);text-decoration:none;color:var(--ink);font-weight:600;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,color .2s ease;}
.hcus a.hcus-city:before{content:"\1F4CD";font-size:1rem;}
.hcus a.hcus-city:hover{transform:translateX(5px);border-color:var(--sky-l);color:var(--sky2);}
/* Prices + prose */
.hcus .hcus-price-card{background:var(--color-background, #fff);border:1px solid var(--color-primary-subtle, #e5edf5);border-radius:var(--radius-lg, 16px);padding:30px 26px;text-align:center;box-shadow:0 6px 20px rgba(15,23,42,.05);}
.hcus .hcus-price-card.featured{border:2px solid var(--legacy-0284c7, #0284c7);box-shadow:0 14px 36px rgba(2,132,199,.18);transform:translateY(-4px);}
.hcus .hcus-price-card .hcus-price{font-size:2.6rem;font-weight:800;color:var(--legacy-0c4a6e, #0c4a6e);margin:10px 0;}
.hcus .hcus-price-card h3{font-size:18px;color:var(--legacy-0f172a, #0f172a);margin:0;}
.hcus .hcus-prose p{color:var(--muted);font-size:1.06rem;line-height:1.75;margin:0 0 18px;}
.hcus .hcus-prose p:last-child{margin-bottom:0;}
.hcus .hcus-note-line{text-align:center;color:var(--muted);font-size:.92rem;margin-top:22px;}
/* CTA band */
.hcus .hcus-cta-band{background:linear-gradient(135deg,var(--legacy-0284c7, #0284c7),var(--legacy-0c4a6e, #0c4a6e));color:var(--color-background, #fff);padding:64px 0;text-align:center;}
.hcus .hcus-cta-band h2{color:var(--color-background, #fff);font-size:clamp(26px,3.2vw,38px);margin:0 0 12px;}
.hcus .hcus-cta-band p{color:var(--legacy-e0f2fe, #e0f2fe);font-size:17px;margin:0 0 26px;}
.hcus .hcus-cta-band .hcus-cta-row{justify-content:center;}
.hcus .hcus-cta-band .hcus-btn{padding:14px 30px;}
.hcus .hcus-cta-band .hcus-btn.primary{background:var(--color-background, #fff);color:var(--legacy-0c4a6e, #0c4a6e);}
.hcus .hcus-cta-band .hcus-btn.ghost{background:transparent;color:var(--color-background, #fff);border:1.5px solid rgba(255,255,255,.6);}
/* Sticky mobile CTA */
.hcus .hcus-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:rgba(15,23,42,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-background, #fff);display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;box-shadow:0 -6px 22px rgba(0,0,0,.22);}
.hcus .hcus-sticky-info{font-size:12.5px;font-weight:600;line-height:1.25;color:var(--legacy-cfe6f8, #cfe6f8);}
.hcus .hcus-sticky-info b{display:block;color:var(--legacy-7dd3fc, #7dd3fc);font-size:15px;}
.hcus .hcus-sticky-btns{display:flex;gap:8px;flex:none;}
.hcus .hcus-sticky-btns a{padding:11px 15px;border-radius:var(--radius-sm, 9px);font-weight:700;text-decoration:none;font-size:13.5px;white-space:nowrap;}
.hcus .hcus-sticky-btns .call{background:rgba(255,255,255,.14);color:var(--color-background, #fff);border:1px solid rgba(255,255,255,.3);}
.hcus .hcus-sticky-btns .book{background:var(--color-background, #fff);color:var(--sky2);}
/* Responsive */
@media(max-width:980px){
  .hcus .hcus-grid.cols-4,.hcus .hcus-stats,.hcus .hcus-steps{grid-template-columns:repeat(2,1fr);}
  .hcus .hcus-grid.cols-3{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:880px){
  .hcus .hcus-hero-grid{grid-template-columns:1fr;gap:30px;}
  .hcus .hcus-hero-media{order:-1;}
  .hcus .hcus-hero-media img{max-height:300px;}
  .hcus .hcus-cov-grid{grid-template-columns:1fr;}
  .hcus .hcus-trustbar .container{grid-template-columns:1fr 1fr;}
  .hcus .hcus-svc-grid{grid-template-columns:1fr 1fr;}
  .hcus .hcus-sticky{display:flex;}
  .hcus{padding-bottom:76px;}
}
@media(max-width:680px){
  .hcus .hcus-section{padding:56px 0;}
  .hcus .hcus-grid.cols-2,.hcus .hcus-grid.cols-3,.hcus .hcus-grid.cols-4,.hcus .hcus-stats,.hcus .hcus-steps,.hcus .hcus-checklist{grid-template-columns:1fr;}
  .hcus .hcus-head{margin-bottom:36px;}
}
@media(max-width:480px){
  .hcus .hcus-trustbar .container,.hcus .hcus-svc-grid,.hcus .hcus-cities-grid{grid-template-columns:1fr;}
}
/* ===== Neve THEME OVERRIDES — hide duplicate page title so this block's H1 leads ===== */
.single .nv-page-title-wrap .nv-page-title,.page .nv-page-title-wrap .nv-page-title,.nv-page-title-wrap .nv-page-title h1{display:none!important;}
.hfg_page_header.page-header,.nv-page-title-wrap.nv-big-title{min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;}
.nv--yoast-breadcrumb,.neve-breadcrumbs-wrapper,.nv-breadcrumbs-wrapper{font-size:13px!important;}