
:root{
  --eq-blue:#1E73BE;
  --eq-navy:#0B1D3A;
  --eq-text:#0B1D3A;
  --eq-muted:#6B7280;
  --eq-border:#D9E2EC;
  --eq-soft:#F3F4F6;
  --eq-green:#0a8f4e;
}
.eq-home{max-width:1180px;margin:22px auto;color:var(--eq-text);font-family:inherit}
.eq-hero{display:grid;grid-template-columns:1.55fr .85fr;gap:24px;padding:44px;border:1px solid var(--eq-border);border-radius:28px;background:linear-gradient(135deg,#f8fbff,#EEF7FC 60%,#fff);box-shadow:0 18px 50px rgba(14,31,64,.08)}
.eq-eyebrow{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--eq-blue)}
.eq-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.01;letter-spacing:-.05em;margin:8px 0 17px;max-width:820px}
.eq-lead{font-size:18px;line-height:1.65;color:var(--eq-muted);max-width:760px}
.eq-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.eq-btn{display:inline-block;padding:13px 19px;border-radius:12px;text-decoration:none;font-weight:900}
.eq-btn-primary{background:var(--eq-blue);color:#fff}
.eq-btn-secondary{background:#F3F4F6;color:var(--eq-text);border:1px solid var(--eq-border)}
.eq-btn-light{background:#fff;color:var(--eq-navy)}
.eq-trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:23px;color:#3d5472;font-size:14px}
.eq-cleaner-box{background:var(--eq-navy);color:#fff;padding:27px;border-radius:22px;box-shadow:0 12px 30px rgba(10,34,72,.16)}
.eq-cleaner-box .eq-eyebrow{color:#6DB6E8}
.eq-cleaner-box h2{font-size:29px;line-height:1.1;margin:8px 0 10px}
.eq-cleaner-box p{color:#d8e5fb;line-height:1.6}
.eq-cleaner-box small{display:block;color:#aebfd9;margin-top:15px}
.eq-section{margin-top:24px;padding:35px;border:1px solid var(--eq-border);border-radius:24px;background:#fff}
.eq-section-heading{max-width:770px;margin-bottom:23px}
.eq-section h2,.eq-section-heading h2{font-size:35px;line-height:1.1;letter-spacing:-.03em;margin:6px 0 10px}
.eq-section p{color:var(--eq-muted);line-height:1.65}
.eq-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.eq-service-card{border:1px solid var(--eq-border);border-radius:19px;padding:20px;background:linear-gradient(180deg,#fff,#fafcff);transition:.18s ease}
.eq-service-card:hover{transform:translateY(-2px);border-color:#bfd0f7;box-shadow:0 12px 28px rgba(16,24,40,.07)}
.eq-service-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#EEF7FC;font-size:29px;margin-bottom:13px}
.eq-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#f1f3f6;color:#6B7280;font-size:11px;font-weight:900}
.eq-badge-live{background:#e8f8ef;color:#08743d}
.eq-service-card h3{font-size:21px;margin:9px 0 6px}
.eq-service-card p{font-size:14px;min-height:68px}
.eq-service-link{font-weight:900;color:var(--eq-blue);text-decoration:none}
.eq-disabled-link{color:#98a2b3}
.eq-service-placeholder{border-style:dashed;background:#F8FAFC}
.eq-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.eq-steps article{border:1px solid var(--eq-border);background:#F8FAFC;border-radius:16px;padding:18px}
.eq-steps article>span{width:35px;height:35px;border-radius:50%;background:var(--eq-blue);color:#fff;display:grid;place-items:center;font-weight:900}
.eq-steps h3{margin:13px 0 4px}
.eq-steps p{margin:0;font-size:14px}
.eq-seo{display:grid;grid-template-columns:1.3fr 1fr;gap:30px}
.eq-seo-cards{display:grid;gap:10px}
.eq-seo-cards>div{padding:15px;border-radius:14px;border:1px solid var(--eq-border);background:#F8FAFC}
.eq-seo-cards strong,.eq-seo-cards span{display:block}
.eq-seo-cards span{color:var(--eq-muted);margin-top:4px}
.eq-cleaner-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;background:linear-gradient(135deg,#0b2449,#145B91);color:#fff;border:none}
.eq-cleaner-cta .eq-eyebrow{color:#6DB6E8}
.eq-cleaner-cta h2{color:#fff}
.eq-cleaner-cta p{color:#d9e6ff;max-width:720px}
.eq-faq details{border-top:1px solid var(--eq-border);padding:16px 0}
.eq-faq summary{cursor:pointer;font-size:17px;font-weight:900}
.eq-faq details p{margin-bottom:0}
@media(max-width:950px){
 .eq-hero,.eq-seo{grid-template-columns:1fr}
 .eq-services-grid{grid-template-columns:repeat(2,1fr)}
 .eq-steps{grid-template-columns:repeat(2,1fr)}
 .eq-cleaner-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:620px){
 .eq-home{margin:10px}
 .eq-hero,.eq-section{padding:22px}
 .eq-services-grid,.eq-steps{grid-template-columns:1fr}
 .eq-hero h1{font-size:40px}
}

.eq-launch-date{display:block;color:#475467;font-size:13px;font-weight:700;margin:8px 0}
.eq-service-updates{margin:20px 0}
.eq-service-update-card{border:1px solid var(--eq-border);border-radius:18px;padding:18px;margin:14px 0;background:#fff}
.eq-service-update-card h3{margin:5px 0 7px;font-size:22px}
.eq-readiness-status{margin:10px 0}
.eq-ready{color:var(--eq-green)}
.eq-service-update-card form{display:grid;gap:12px}
.eq-service-update-card form>label>span{display:block;font-weight:800;margin-bottom:5px}
.eq-service-update-card select{padding:9px 10px;border:1px solid var(--eq-border);border-radius:9px;background:#fff}
.eq-ready-checks{display:flex;gap:15px;flex-wrap:wrap;padding:12px;background:#f7f9fc;border-radius:12px}

/* Core marketplace / cleaner portal */
.eq-auth{max-width:650px;margin:35px auto;padding:28px;border:1px solid var(--eq-border);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(14,31,64,.08)}
.eq-auth h1{font-size:38px;margin:5px 0 8px}.eq-auth p{color:var(--eq-muted)}
.eq-auth #loginform p{display:grid;gap:6px}.eq-auth #loginform input[type=text],.eq-auth #loginform input[type=password]{box-sizing:border-box;width:100%;padding:12px;border:1px solid var(--eq-border);border-radius:10px}
.eq-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.eq-form-grid label>span,.eq-stack>span{display:block;font-weight:800;margin-bottom:6px}.eq-form-grid input,.eq-form-grid select,.eq-form-grid textarea,.eq-stack textarea{box-sizing:border-box;width:100%;padding:11px 12px;border:1px solid var(--eq-border);border-radius:10px;background:#fff;font:inherit}.eq-full{grid-column:1/-1}.eq-check{display:flex;gap:8px;align-items:flex-start}
.eq-notice{padding:13px;background:#fff8e8;border:1px solid #efd28d;border-radius:10px;margin:14px 0}
.eq-portal{max-width:1450px;margin:18px auto;display:grid;grid-template-columns:235px 1fr;min-height:820px;background:#F6F8FA;border:1px solid var(--eq-border);border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(14,31,64,.08)}
.eq-portal-side{background:var(--eq-navy);color:#fff;padding:20px;display:flex;flex-direction:column}.eq-portal-brand strong,.eq-portal-brand small,.eq-portal-business small{display:block}.eq-portal-brand small,.eq-portal-business small{opacity:.65}.eq-portal-business{padding:20px 4px;font-weight:900}.eq-portal-side nav{display:grid;gap:4px}.eq-portal-side nav a{color:#dce7fa;text-decoration:none;padding:11px;border-radius:9px}.eq-portal-side nav a.active,.eq-portal-side nav a:hover{background:#145B91;color:#fff}.eq-portal-logout{margin-top:auto;color:#dce7fa;text-decoration:none;padding:10px}
.eq-portal-main{padding:27px;min-width:0}.eq-portal-heading h1{font-size:34px;margin:0}.eq-portal-heading p{color:var(--eq-muted);margin:4px 0 20px}
.eq-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:16px}.eq-kpis>div{padding:17px;border:1px solid var(--eq-border);border-radius:15px;background:#fff}.eq-kpis span,.eq-kpis strong{display:block}.eq-kpis span{color:var(--eq-muted)}.eq-kpis strong{font-size:29px;margin-top:5px}
.eq-panel{background:#fff;border:1px solid var(--eq-border);border-radius:16px;padding:18px;margin-bottom:16px}.eq-panel h2{margin-top:0}.eq-table-wrap{overflow:auto}.eq-table{width:100%;border-collapse:collapse}.eq-table th,.eq-table td{padding:11px;border-bottom:1px solid var(--eq-border);text-align:left;white-space:nowrap}.eq-contact-actions{display:flex;flex-wrap:wrap;gap:8px;margin:13px 0}.eq-detail>div{display:grid;grid-template-columns:150px 1fr;padding:8px 0;border-bottom:1px solid var(--eq-border)}.eq-detail dt{color:var(--eq-muted)}.eq-code{white-space:pre-wrap;background:#f4f6fa;padding:12px;border-radius:10px;max-height:380px;overflow:auto}
.eq-service-list{display:grid;gap:10px}.eq-service-row{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:13px;border:1px solid var(--eq-border);border-radius:12px}.eq-service-row strong,.eq-service-row small{display:block}.eq-service-row small{color:var(--eq-muted);margin-top:3px}
@media(max-width:900px){.eq-portal{grid-template-columns:1fr}.eq-portal-side{display:block}.eq-portal-side nav{grid-template-columns:repeat(2,1fr)}.eq-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.eq-form-grid,.eq-kpis{grid-template-columns:1fr}.eq-full{grid-column:auto}.eq-portal-main{padding:16px}}


/* Homepage refinement 1.3.0 */
.eq-home-page .entry-title,
.eq-home-page .wp-block-post-title,
.eq-home-page main > .wp-block-post-title{display:none!important}
.eq-home{max-width:1180px;margin:18px auto 46px}
.eq-cleaner-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:11px 16px;margin-bottom:13px;border:1px solid var(--eq-border);border-radius:14px;background:#fff}
.eq-cleaner-topbar-copy{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.eq-cleaner-topbar-copy strong{color:var(--eq-navy);font-size:14px}.eq-cleaner-topbar-copy span{color:var(--eq-muted);font-size:13px}
.eq-cleaner-topbar-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.eq-top-link{color:var(--eq-navy);text-decoration:none;font-weight:900;font-size:14px}.eq-top-link:hover{color:var(--eq-blue)}.eq-top-join{padding:10px 14px;font-size:13px}
.eq-hero.eq-hero-simple{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);padding:48px 46px;background:radial-gradient(circle at 88% 22%,rgba(36,86,246,.10),transparent 28%),linear-gradient(135deg,#f9fbff,#f0f5ff 62%,#fff)}
.eq-hero-simple .eq-hero-copy{align-self:center}.eq-hero-simple h1{max-width:780px;font-size:clamp(44px,5.4vw,68px);color:#17223b!important}.eq-hero-simple .eq-lead{max-width:720px}.eq-main-cta{padding:14px 22px}
.eq-hero-visual{min-height:300px;border-radius:24px;background:linear-gradient(145deg,#102a58,#173d78);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:28px;color:#fff;box-shadow:0 18px 42px rgba(10,34,72,.16)}
.eq-hero-visual *{color:inherit}.eq-hero-visual-copy{text-align:center}.eq-hero-visual-copy strong,.eq-hero-visual-copy span{display:block}.eq-hero-visual-copy strong{font-size:19px;color:#fff!important}.eq-hero-visual-copy span{color:#d8e5fb!important;margin-top:6px;line-height:1.45;font-size:14px}
.eq-hero-home-icon{width:180px;height:145px;position:relative}.eq-roof{position:absolute;left:20px;top:4px;width:140px;height:95px;background:#fff;clip-path:polygon(50% 0,100% 55%,88% 55%,88% 100%,12% 100%,12% 55%,0 55%);opacity:.96}.eq-house-body{position:absolute;left:42px;top:62px;width:96px;height:73px;background:#fff;border-radius:4px}.eq-window{position:absolute;top:15px;width:22px;height:22px;border:4px solid #1E73BE;background:#dfeaff}.eq-window-one{left:13px}.eq-window-two{right:13px}.eq-door{position:absolute;left:38px;bottom:0;width:20px;height:34px;border-radius:3px 3px 0 0;background:#1E73BE}
.eq-services-section{padding:38px}.eq-services-grid-installed{grid-template-columns:repeat(2,minmax(0,1fr))}.eq-service-card{min-height:255px;display:flex;flex-direction:column}.eq-service-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.eq-service-card h3{font-size:25px;margin-top:16px}.eq-service-card p{min-height:0;flex:1;font-size:15px;line-height:1.6}.eq-service-live{border-color:#c7d7ff;background:linear-gradient(180deg,#fff,#F8FAFC)}.eq-service-testing{border-style:dashed;background:#fcfcfd}.eq-badge-testing{background:#fff6dd;color:#8a6300}
.eq-service-empty{padding:28px;border:1px dashed var(--eq-border);border-radius:18px;background:#F8FAFC}.eq-service-empty strong,.eq-service-empty span{display:block}.eq-service-empty span{color:var(--eq-muted);margin-top:4px}.eq-admin-preview-note{margin-top:15px;padding:11px 14px;border-radius:11px;background:#fff8e8;border:1px solid #efd28d;color:#715000;font-size:13px}.eq-seo-refined{background:linear-gradient(180deg,#fff,#fbfcff)}
.eq-cleaner-box h1,.eq-cleaner-box h2,.eq-cleaner-box h3,.eq-cleaner-cta h1,.eq-cleaner-cta h2,.eq-cleaner-cta h3{color:#fff!important}
@media(max-width:900px){.eq-hero.eq-hero-simple{grid-template-columns:1fr;padding:34px}.eq-hero-visual{min-height:235px}.eq-services-grid-installed{grid-template-columns:1fr}}
@media(max-width:650px){.eq-home{margin:10px}.eq-cleaner-topbar{align-items:flex-start;flex-direction:column}.eq-cleaner-topbar-actions{width:100%;justify-content:space-between}.eq-hero.eq-hero-simple{padding:24px}.eq-hero-simple h1{font-size:40px}.eq-services-section{padding:23px}.eq-trust-row{display:grid;gap:6px}}


/* Quote Basket — Core 1.5.0 */
.eq-basket-toggle{position:fixed!important;right:20px!important;bottom:20px!important;z-index:99990!important;display:flex!important;align-items:center!important;gap:9px!important;padding:11px 15px!important;border:0!important;border-radius:999px!important;background:#0B1D3A!important;color:#fff!important;box-shadow:0 12px 34px rgba(10,34,72,.28)!important;font:inherit!important;cursor:pointer!important}
.eq-basket-toggle[hidden]{display:none!important}.eq-basket-toggle span,.eq-basket-toggle strong{color:#fff!important;line-height:1.2!important}.eq-basket-toggle span{font-weight:800!important}.eq-basket-toggle strong{display:grid!important;place-items:center!important;min-width:26px!important;min-height:26px!important;padding:0 8px!important;border-radius:999px!important;background:#1E73BE!important;font-size:12px!important}
.eq-basket-overlay{position:fixed;inset:0;z-index:99991;background:rgba(7,18,38,.46);opacity:0;visibility:hidden;transition:.2s ease}.eq-basket-overlay.open{opacity:1;visibility:visible}
.eq-basket-drawer{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;z-index:99992;width:min(440px,94vw);padding:0;background:#fff;color:#0B1D3A;box-shadow:-18px 0 55px rgba(10,34,72,.2);transform:translateX(105%);transition:transform .24s ease;overflow:auto;font-family:inherit}.eq-basket-drawer.open{transform:translateX(0)}
.eq-basket-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:22px 22px 17px;border-bottom:1px solid #dce5f2;background:#fff}.eq-basket-head span{display:block;color:#1E73BE;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.eq-basket-head h2{margin:3px 0 0!important;color:#0B1D3A!important;font-size:28px!important;line-height:1.1!important}.eq-basket-close{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid #dce5f2!important;border-radius:50%!important;background:#f7f9fc!important;color:#0B1D3A!important;font-size:25px!important;line-height:1!important;cursor:pointer!important}
.eq-basket-body{padding:18px 22px 28px}.eq-basket-item{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #e6ebf2}.eq-basket-item a{text-decoration:none}.eq-basket-item strong{display:block;color:#0B1D3A!important;font-size:16px!important;line-height:1.3!important}.eq-basket-item span{display:block;margin-top:5px;color:#6B7280!important;font-size:13px!important}.eq-basket-item button{padding:5px 0!important;border:0!important;background:transparent!important;color:#b42318!important;font:inherit!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important}
.eq-basket-total{margin-top:18px;padding:16px;border:1px solid #cad8ff;border-radius:15px;background:#f5f8ff}.eq-basket-total span,.eq-basket-total strong,.eq-basket-total small{display:block}.eq-basket-total span{color:#6B7280!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important}.eq-basket-total strong{margin-top:4px;color:#0B1D3A!important;font-size:27px!important;line-height:1.2!important}.eq-basket-total small{margin-top:6px;color:#6B7280!important;line-height:1.4!important}.eq-basket-actions{display:grid;gap:9px;margin-top:16px}.eq-basket-actions .eq-btn{text-align:center}.eq-basket-clear{padding:10px!important;border:0!important;background:transparent!important;color:#6B7280!important;font:inherit!important;font-weight:800!important;cursor:pointer!important}.eq-basket-note{margin:14px 0 0!important;padding:12px!important;border-radius:11px!important;background:#f7f9fc!important;color:#475467!important;font-size:13px!important;line-height:1.5!important}.eq-basket-empty{text-align:center;padding:45px 15px}.eq-basket-empty strong{color:#0B1D3A!important;font-size:19px!important}.eq-basket-empty p{color:#6B7280!important;line-height:1.5!important}.eq-basket-open{overflow:hidden}
.eq-bundle-services{display:grid;gap:10px}.eq-bundle-service{padding:12px 14px;border:1px solid var(--eq-border);border-radius:11px;background:#F8FAFC}.eq-bundle-service-head{display:flex;justify-content:space-between;gap:15px}.eq-bundle-service-head strong{color:var(--eq-navy)}.eq-bundle-service-head span{font-weight:900;color:var(--eq-blue)}.eq-bundle-service details{margin-top:8px}.eq-bundle-service summary{cursor:pointer;font-weight:800;color:#475467}
@media(max-width:620px){.eq-basket-toggle{right:12px!important;bottom:12px!important}.eq-basket-drawer{width:100vw}}


/* 1.6.0 — Exterior Quote master brand system */
.eq-home,.eq-auth,.eq-portal,.eq-basket-drawer{font-family:Poppins,"Segoe UI",Arial,sans-serif}
.eq-brand-lockup{display:inline-flex;align-items:center;gap:11px;text-decoration:none!important;line-height:1}
.eq-brand-mark{display:block;width:52px;height:52px;flex:0 0 52px}
.eq-brand-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
.eq-brand-name{display:flex;align-items:flex-end;white-space:nowrap;color:#0B1D3A;font-size:24px;font-weight:700;letter-spacing:-.035em}
.eq-brand-name strong{font:inherit!important;color:#0B1D3A!important}
.eq-brand-name .eq-brand-blue{color:#1E73BE!important}
.eq-brand-name small{margin-left:3px;margin-bottom:2px;color:#0B1D3A!important;font-size:12px!important;font-weight:600!important;letter-spacing:-.01em}
.eq-brand-tagline{color:#0B1D3A;font-size:9px;font-weight:600;letter-spacing:.115em;text-transform:uppercase;white-space:nowrap}
.eq-brand-tagline b,.eq-brand-tagline em{font:inherit!important;font-style:normal!important}
.eq-brand-tagline em{color:#1E73BE!important}
.eq-brand-lockup-compact .eq-brand-mark{width:40px;height:40px;flex-basis:40px}
.eq-brand-lockup-compact .eq-brand-name{font-size:19px}
.eq-brand-lockup-compact .eq-brand-name small{font-size:10px!important}
.eq-brand-lockup-compact .eq-brand-tagline{font-size:7.5px}
.eq-brand-lockup-light .eq-brand-name,.eq-brand-lockup-light .eq-brand-name strong,.eq-brand-lockup-light .eq-brand-name small{color:#fff!important}
.eq-brand-lockup-light .eq-brand-name .eq-brand-blue{color:#6DB6E8!important}
.eq-brand-lockup-light .eq-brand-tagline{color:#fff}.eq-brand-lockup-light .eq-brand-tagline em{color:#6DB6E8!important}
.eq-brand-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 18px;margin-bottom:14px;border:1px solid var(--eq-border);border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(11,29,58,.045)}
.eq-brand-home-link{display:block;text-decoration:none!important;flex-shrink:0}
.eq-brand-masthead .eq-cleaner-topbar{margin:0;padding:0;border:0;background:transparent;flex:1;justify-content:flex-end;box-shadow:none}
.eq-brand-masthead .eq-cleaner-topbar-copy{display:none}
.eq-hero.eq-hero-simple{background:radial-gradient(circle at 88% 22%,rgba(109,182,232,.22),transparent 28%),linear-gradient(135deg,#fff,#EEF7FC 64%,#fff);border-color:#D6E5F0}
.eq-hero h1,.eq-section h2,.eq-service-card h3,.eq-faq summary{color:#0B1D3A!important}
.eq-btn-primary{background:#1E73BE!important;color:#fff!important;box-shadow:0 7px 18px rgba(30,115,190,.18)}
.eq-btn-primary:hover{background:#1766AA!important;color:#fff!important}
.eq-btn-secondary{background:#F3F4F6!important;color:#0B1D3A!important;border-color:#D9E2EC!important}
.eq-eyebrow{color:#1E73BE!important}
.eq-service-icon{background:#EEF7FC!important;color:#1E73BE}
.eq-service-link,.eq-top-link{color:#1E73BE!important}
.eq-progress span,.eqw-progress span,.eqg-progress span{background:#1E73BE!important}
.eq-auth-brand{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--eq-border)}
.eq-auth{border-top:4px solid #1E73BE}
.eq-portal-side{background:#0B1D3A!important}
.eq-portal-brand{padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.12)}
.eq-portal-brand>small{display:block;margin:9px 0 0 51px!important;color:#BFD8EC!important;opacity:1!important;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.eq-portal-side nav a.active,.eq-portal-side nav a:hover{background:#1E73BE!important}
.eq-basket-toggle{background:#0B1D3A!important}.eq-basket-count{background:#1E73BE!important}
.eq-basket-head span,.eq-bundle-service-head span{color:#1E73BE!important}
@media(max-width:760px){.eq-brand-masthead{align-items:flex-start}.eq-brand-masthead .eq-cleaner-topbar-actions{display:grid;gap:5px}.eq-brand-name{font-size:20px}.eq-brand-mark{width:45px;height:45px;flex-basis:45px}.eq-brand-tagline{font-size:7.5px}}
@media(max-width:560px){.eq-brand-masthead{display:grid}.eq-brand-masthead .eq-cleaner-topbar{justify-content:flex-start}.eq-brand-masthead .eq-cleaner-topbar-actions{display:flex;flex-wrap:wrap}}

/* 1.7.0 — shared postcode availability and waitlist UI */
.eq-availability-widget{padding:24px;border:1px solid #D9E2EC;border-radius:18px;background:linear-gradient(180deg,#fff,#F8FBFE);color:#0B1D3A}
.eq-availability-widget h2{margin:5px 0 8px!important;color:#0B1D3A!important;font-size:26px;line-height:1.15}.eq-availability-widget>p{margin:0 0 16px;color:#6B7280;line-height:1.55}
.eq-availability-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.eq-availability-row input{width:100%!important;min-height:50px!important;height:50px!important;box-sizing:border-box!important;border:1.5px solid #C7D3E0!important;border-radius:12px!important;padding:0 14px!important;background:#fff!important;color:#0B1D3A!important;font-size:16px!important;line-height:normal!important}
.eq-availability-result{margin-top:14px;padding:14px 15px;border-radius:12px;border:1px solid #D9E2EC}.eq-availability-result strong,.eq-availability-result span{display:block}.eq-availability-result strong{font-size:16px;color:#0B1D3A!important}.eq-availability-result span{margin-top:4px;color:#526071;line-height:1.45}.eq-availability-result.is-available{background:#ECFDF3;border-color:#ABEFC6}.eq-availability-result.is-unavailable{background:#FFF8E8;border-color:#F5D78E}.eq-availability-result.is-error{background:#FEF3F2;border-color:#FECDCA}
.eq-availability-services{display:grid;gap:6px;margin-top:11px;padding:12px 14px;border:1px solid #E4EAF0;border-radius:12px;background:#fff}.eq-availability-services>strong{font-size:13px;color:#0B1D3A}.eq-availability-services>span{display:flex;gap:7px;align-items:center;font-size:13px;color:#344054}.eq-availability-services>span small{margin-left:auto;color:#667085}.eq-availability-services .is-available b{color:#08743D}.eq-availability-services .is-unavailable b{color:#9A5200}
.eq-postcode-confirm{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border:1px solid #D9E2EC;border-radius:12px;background:#F8FAFC;margin:14px 0}.eq-postcode-confirm span{color:#667085}.eq-postcode-confirm strong{color:#0B1D3A;font-size:17px}
.eq-no-coverage{padding:17px;border-radius:14px;background:#FFF8E8;border:1px solid #F5D78E;margin-top:14px}.eq-no-coverage h3{margin:0 0 5px!important;color:#0B1D3A!important}.eq-no-coverage p{margin:0;color:#5D5140;line-height:1.5}
.eq-waitlist{margin-top:14px;padding:18px;border:1px solid #CFE0EE;border-radius:15px;background:#F7FBFE;color:#0B1D3A}.eq-waitlist h3{margin:5px 0 6px!important;color:#0B1D3A!important}.eq-waitlist>p{margin:0 0 13px;color:#667085}.eq-waitlist-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.eq-waitlist label>span{display:block;font-weight:700;margin-bottom:5px;color:#344054}.eq-waitlist label>span small{font-weight:400;color:#667085}.eq-waitlist input[type="text"],.eq-waitlist input[type="email"],.eq-waitlist input:not([type]){width:100%!important;min-height:46px!important;border:1px solid #C7D3E0!important;border-radius:10px!important;background:#fff!important;color:#0B1D3A!important;padding:0 12px!important}.eq-waitlist-consent{display:flex!important;align-items:flex-start;gap:8px;margin:12px 0}.eq-waitlist-consent input{margin-top:4px}.eq-waitlist-consent span{font-size:12px!important;font-weight:400!important;line-height:1.45}.eq-waitlist-message{margin-top:10px;padding:10px 12px;border-radius:9px;background:#fff}.eq-waitlist-message.is-success{background:#ECFDF3;color:#08743D}.eq-waitlist-message.is-error{background:#FEF3F2;color:#B42318}
.eq-area-status-list{display:grid;gap:8px;margin-top:12px}.eq-area-status-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #E1E7EF;border-radius:10px;background:#FAFCFE}.eq-area-status-item strong{color:#0B1D3A}.eq-area-status-item span{font-size:12px;font-weight:800;color:#1E73BE}.eq-rollout-note{padding:14px 15px;border-left:4px solid #1E73BE;border-radius:10px;background:#EEF7FC;color:#344054;margin-bottom:14px}.eq-rollout-note strong{display:block;color:#0B1D3A;margin-bottom:3px}
@media(max-width:650px){.eq-availability-row,.eq-waitlist-fields{grid-template-columns:1fr}.eq-availability-row .eq-btn{width:100%;text-align:center}.eq-availability-services>span{align-items:flex-start;flex-wrap:wrap}.eq-availability-services>span small{width:100%;margin-left:23px}.eq-postcode-confirm{align-items:flex-start;flex-direction:column}}


/* 1.8.0 — pre-launch cleaner recruitment page */
.eq-recruitment{max-width:1180px;margin:0 auto;padding:30px 20px 64px;font-family:Poppins,"Segoe UI",Arial,sans-serif;color:#0B1D3A}.eq-recruitment *{box-sizing:border-box}
.eq-recruitment-hero{position:relative;overflow:hidden;padding:52px;border:1px solid #D9E2EC;border-radius:28px;background:linear-gradient(135deg,#F8FBFE 0%,#EEF7FC 100%);box-shadow:0 18px 50px rgba(11,29,58,.08)}
.eq-recruitment-hero:after{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-100px;border-radius:50%;background:rgba(109,182,232,.17);pointer-events:none}.eq-recruitment-lockup{margin-bottom:30px}
.eq-recruitment-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#DFF1FC;color:#1766AA;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.eq-recruitment h1{max-width:850px;margin:16px 0 15px;font-size:clamp(36px,5vw,60px);line-height:1.04;letter-spacing:-.035em;color:#0B1D3A!important}.eq-recruitment-lead{max-width:780px;margin:0;font-size:18px;line-height:1.7;color:#526071!important}
.eq-recruitment-points{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:30px}.eq-recruitment-points>div{padding:17px;border:1px solid rgba(30,115,190,.14);border-radius:15px;background:rgba(255,255,255,.82)}.eq-recruitment-points strong,.eq-recruitment-points span{display:block}.eq-recruitment-points strong{margin-bottom:6px;color:#0B1D3A}.eq-recruitment-points span{font-size:13px;line-height:1.55;color:#667085}
.eq-recruitment-customer{max-width:850px;margin:48px auto;text-align:center}.eq-recruitment-customer h2,.eq-recruitment-cleaner h2{margin:8px 0 12px;font-size:clamp(28px,4vw,42px);line-height:1.1;color:#0B1D3A!important}.eq-recruitment-customer p{margin:8px auto;max-width:760px;font-size:16px;line-height:1.7;color:#667085!important}.eq-recruitment-service-wrap{margin-top:22px}.eq-recruitment-service-wrap>span{display:block;margin-bottom:10px;font-size:12px;font-weight:800;color:#667085}.eq-recruitment-services{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.eq-recruitment-services span{padding:8px 11px;border:1px solid #D9E2EC;border-radius:999px;background:#fff;color:#344054;font-size:13px;font-weight:700}
.eq-recruitment-cleaner{display:grid;grid-template-columns:1.4fr .75fr;gap:34px;align-items:center;padding:42px;border-radius:24px;background:#0B1D3A;color:#fff}.eq-recruitment-cleaner .eq-eyebrow{color:#6DB6E8!important}.eq-recruitment-cleaner h2{color:#fff!important}.eq-recruitment-cleaner-copy>p{max-width:670px;margin:0;color:#D8E0EC!important;line-height:1.7}.eq-recruitment-benefits{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:22px 0}.eq-recruitment-benefits span{font-size:13px;color:#EEF5FB}.eq-recruitment-cleaner .eq-btn-secondary{border-color:rgba(255,255,255,.42)!important;color:#fff!important;background:transparent!important}.eq-recruitment-cleaner-card{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08)}.eq-recruitment-cleaner-card strong,.eq-recruitment-cleaner-card span{display:block}.eq-recruitment-cleaner-card strong{font-size:20px;margin-bottom:8px;color:#fff}.eq-recruitment-cleaner-card span{font-size:13px;line-height:1.55;color:#D8E0EC}.eq-recruitment-cleaner-card ul{margin:18px 0 0;padding-left:18px;color:#F4F7FB}.eq-recruitment-cleaner-card li{margin:6px 0}
@media(max-width:850px){.eq-recruitment-hero{padding:34px 24px}.eq-recruitment-points{grid-template-columns:1fr}.eq-recruitment-cleaner{grid-template-columns:1fr;padding:30px 24px}.eq-recruitment-benefits{grid-template-columns:1fr}}@media(max-width:540px){.eq-recruitment{padding:18px 12px 44px}.eq-recruitment-hero{padding:27px 19px;border-radius:20px}.eq-recruitment h1{font-size:36px}}
