:root{--legacy-0284c7:#0284c7;--legacy-0c4a6e:#0c4a6e;--legacy-0f172a:#0f172a;--legacy-1e3a5f:#1e3a5f;--legacy-5b6b7e:#5b6b7e;--legacy-64748b:#64748b;--legacy-7dd3fc:#7dd3fc;--legacy-8a98a4:#8a98a4;--legacy-94a3b8:#94a3b8;--legacy-bae6fd:#bae6fd;--legacy-cfe3f4:#cfe3f4;--legacy-cfe9fb:#cfe9fb;--legacy-d7e9f7:#d7e9f7;--legacy-d7ecfb:#d7ecfb;--legacy-dbeafe:#dbeafe;--legacy-e0f2fe:#e0f2fe;--legacy-fbbf24:#fbbf24}
/* ============ HCUS CORE (site design system) ============ */
/* ===== HELLO CLEANERS — PREMIUM LOCATION PAGE COMPONENTS ===== */
.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);}
.hcus *{box-sizing:border-box;}
.hcus .container{max-width:1140px;margin:0 auto;padding:0 22px;}
.hcus .container.narrow{max-width:820px;}

/* Sections */
.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 .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;}
.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;}

/* Grids */
.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);}

/* Cards */
.hcus .hcus-card{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.hcus .hcus-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)!important;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;}
.hcus .hcus-card p{margin:0;color:var(--muted);font-size:.98rem;}
.hcus .hcus-card.bg-sky{background:linear-gradient(160deg,var(--color-background, #fff) 0%,var(--color-surface, #f1f8fe) 100%);border-color:var(--legacy-d7ecfb, #d7ecfb);box-shadow:none!important;padding:22px 18px;}
.hcus .hcus-card.bg-sky:hover{transform:translateY(-3px);box-shadow:var(--shadow)!important;}

/* Icons */
.hcus .hcus-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;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-card.center .hcus-icon{margin-left:auto;margin-right:auto;}

/* Steps */
.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)!important;}
.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;}
.hcus .hcus-step p{margin:0;color:var(--muted);font-size:.96rem;}

/* Stats (At a Glance) */
.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;}

/* Pricing */
.hcus .hcus-price{font-size:2.6rem;font-weight:800;color:var(--sky2);letter-spacing:-.02em;}
.hcus .hcus-card .hcus-price{display:block;margin:.2rem 0;}

/* Coverage: map + nearby cities */
.hcus .hcus-map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)!important;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-cities{display:flex;flex-direction:column;gap:12px;}
.hcus .hcus-city,.hcus a.hcus-city{display:flex;align-items:center;gap:12px;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)!important;transition:transform .2s ease,border-color .2s ease,color .2s ease;}
.hcus .hcus-city:before{content:"\1F4CD";font-size:1rem;}
.hcus .hcus-city:hover{transform:translateX(5px);border-color:var(--sky-l);color:var(--sky2);}

/* FAQ */
.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)!important;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;}
.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);}

/* Tags & links */
.hcus .hcus-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px;}
.hcus .hcus-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-pill, 999px);font-size:.9rem;font-weight:600;color:var(--sky2);box-shadow:var(--shadow)!important;}
.hcus .badge-blue{background:var(--ice2);color:var(--sky2);border-color:var(--legacy-cfe9fb, #cfe9fb);}
.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);}

/* 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: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{grid-template-columns:1fr;}
  .hcus .hcus-head{margin-bottom:36px;}
}
/* ===== HELLO CLEANERS — GLOBAL HERO + THEME ===== */

/* 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;}
.hcus .hcus-hero-copy .hcus-lead{color:var(--legacy-dbeafe, #dbeafe);font-size:18px;line-height:1.6;margin:0 0 26px;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-block;padding:14px 30px;border-radius:var(--radius-md, 10px);font-weight:700;text-decoration:none;font-size:15.5px;transition:transform .15s ease,box-shadow .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-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:420px;object-fit:cover;border-radius:var(--radius-lg, 18px);box-shadow:0 24px 60px rgba(0,0,0,.35);display:block;}
@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;}}

/* Breadcrumb */
.hcus .hcus-breadcrumb{display:none;}

/* Price card */
.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;}

/* Map */
.hcus .hcus-map-wrap{border-radius:var(--radius-lg, 16px);overflow:hidden;box-shadow:0 8px 26px rgba(15,23,42,.10);line-height:0;}
.hcus .hcus-map-wrap iframe{display:block;width:100%;}

/* CTA band */
.hcus .hcus-cta-band{background:linear-gradient(135deg,var(--legacy-0284c7, #0284c7),var(--legacy-0c4a6e, #0c4a6e));color:var(--color-background, #fff);padding:60px 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{display:inline-block;padding:14px 32px;border-radius:var(--radius-md, 10px);font-weight:700;text-decoration:none;}
.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);}

/* Theme overrides (hide Neve default page header / breadcrumb tidy) */
.hfg_page_header.page-header{padding:0!important;background:var(--color-background, #fff)!important;min-height:0!important;}
.nv-page-title-wrap.nv-big-title{min-height:0!important;padding:14px 0 6px!important;background:var(--color-background, #fff)!important;}
.nv-page-title-wrap .nv-page-title h1{display:none!important;}
.nv--yoast-breadcrumb,.neve-breadcrumbs-wrapper{color:var(--legacy-64748b, #64748b)!important;font-size:13px!important;}

/* ============ HOMEPAGE-SPECIFIC ADDITIONS ============ */
.hcus .accent{color:var(--sky-l);}
.hcus .hc-stars{margin:16px 0 0;color:var(--legacy-cfe9fb, #cfe9fb);font-size:14px;font-weight:600;}
.hcus .hc-stars b{color:var(--legacy-fbbf24, #fbbf24);letter-spacing:2px;font-weight:700;}
.hcus .hc-trust{padding:28px 0;background:var(--color-background, #fff);border-bottom:1px solid var(--line);text-align:center;}
.hcus .hc-map{max-width:1040px;margin:0 auto;text-align:center;}
.hcus .hc-map svg{width:100%;height:auto;display:block;}
.hcus .hc-map .hc-st path,.hcus .hc-map path.hc-st{stroke:var(--color-background, #fff);stroke-width:1.1;transition:fill .15s ease;}
.hcus .hc-map a.hc-on path{fill:var(--sky);cursor:pointer;}
.hcus .hc-map a.hc-on:hover path,.hcus .hc-map a.hc-on:focus path{fill:var(--nv2);}
.hcus .hc-map path.hc-off{fill:var(--color-primary-subtle, #e4e9ee);}
.hcus .hc-map-legend{display:flex;gap:22px;justify-content:center;align-items:center;margin:18px 0 4px;flex-wrap:wrap;font-size:14px;color:var(--muted);}
.hcus .hc-map-legend span{display:inline-flex;align-items:center;gap:7px;}
.hcus .hc-map-legend i{width:15px;height:15px;border-radius:var(--radius-sm, 4px);display:inline-block;}
.hcus .hc-map-legend i.on{background:var(--sky);}
.hcus .hc-map-legend i.off{background:var(--color-primary-subtle, #e4e9ee);}
.hcus .hc-map-note{font-size:13px;color:var(--legacy-8a98a4, #8a98a4);margin-top:4px;}
.hcus .hc-states{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:12px;}
.hcus .hc-states .abbr{margin-left:auto;color:var(--legacy-94a3b8, #94a3b8);font-size:.78rem;font-weight:700;}
.hcus .hc-states .hcus-city:hover .abbr{color:var(--sky);}
.hcus .hc-svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:14px;}
.hcus a.hc-svc{display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;padding:20px 16px;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 14px);color:var(--sky2);font-weight:700;text-decoration:none;box-shadow:var(--shadow)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}
.hcus a.hc-svc:hover{transform:translateY(-4px);border-color:var(--sky-l);box-shadow:var(--shadow-lg)!important;}