
/* ===== HELLO CLEANERS — PREMIUM LOCATION PAGE COMPONENTS ===== */
.hcus{--nv:#0f172a;--nv2:#1e3a5f;--sky:#0284c7;--sky2:#0c4a6e;--sky-l:#7dd3fc;--ice2:#e0f2fe;--line:#e5edf5;--muted:#5b6b7e;--ink:#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:#fff;}
.hcus .hcus-section.ice{background:linear-gradient(180deg,#f7fbfe 0%,#eef6fc 100%);}
.hcus .hcus-section.navy{background:linear-gradient(135deg,var(--nv) 0%,var(--nv2) 60%,var(--sky2) 100%);color:#fff;}
.hcus .hcus-section.blue{background:linear-gradient(135deg,var(--sky) 0%,var(--sky2) 100%);color:#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:#fff;}
.hcus .text-muted{color:var(--muted);font-size:1.06rem;}
.hcus .hcus-section.navy .text-muted,.hcus .hcus-section.blue .text-muted{color:#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:#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:#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,#fff 0%,#f1f8fe 100%);border-color:#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:15px;background:linear-gradient(150deg,var(--ice2),#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:#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:#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: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:#fff;line-height:1.1;}
.hcus .hcus-stat-lbl{display:block;margin-top:8px;font-size:.82rem;letter-spacing:.03em;color:#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:#fff;border:1px solid var(--line);border-radius: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:#fff;border:1px solid var(--line);border-radius: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:#fff;border:1px solid var(--line);border-radius: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:#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,#0f172a 0%,#1e3a5f 55%,#0284c7 100%);color:#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:#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:#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:#bae6fd;border:1px solid rgba(255,255,255,.25);padding:7px 16px;border-radius: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: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:#fff;color:#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:#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:#e0f2fe;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:600;}
.hcus .hcus-hero-tags span::before{content:"\2713";color:#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: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:#fff;border:1px solid #e5edf5;border-radius: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 #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:#0c4a6e;margin:10px 0;}
.hcus .hcus-price-card h3{font-size:18px;color:#0f172a;margin:0;}

/* Map */
.hcus .hcus-map-wrap{border-radius: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,#0284c7,#0c4a6e);color:#fff;padding:60px 0;text-align:center;}
.hcus .hcus-cta-band h2{color:#fff;font-size:clamp(26px,3.2vw,38px);margin:0 0 12px;}
.hcus .hcus-cta-band p{color:#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:10px;font-weight:700;text-decoration:none;}
.hcus .hcus-cta-band .hcus-btn.primary{background:#fff;color:#0c4a6e;}
.hcus .hcus-cta-band .hcus-btn.ghost{background:transparent;color:#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:#fff!important;min-height:0!important;}
.nv-page-title-wrap.nv-big-title{min-height:0!important;padding:14px 0 6px!important;background:#fff!important;}
.nv-page-title-wrap .nv-page-title h1{display:none!important;}
.nv--yoast-breadcrumb,.neve-breadcrumbs-wrapper{color:#64748b!important;font-size:13px!important;}
