
/* Manivo Home Hero V2 DEV — visual calibration v0.1.1
   Scope is intentionally limited to .mhv2. */
.mhv2{
  --navy:#082a56;
  --navy2:#061f43;
  --gold:#f4b400;
  --gold2:#d99100;
  --text:#0b2d57;
  --muted:#6b7280;
  position:relative;
  left:50%;
  right:50%;
  width:100vw;
  max-width:none;
  margin-left:-50vw;
  margin-right:-50vw;
  overflow:hidden;
  background:#fff;
  color:var(--text);
  font-family:inherit;
  isolation:isolate;
}
.mhv2 *{box-sizing:border-box}

/* CSS-only waves: no image labels/artifacts, and no dependency on raster wave files. */
.mhv2-wave{
  position:absolute;
  inset-inline:0;
  width:100%;
  pointer-events:none;
  z-index:0;
  overflow:hidden;
}
.mhv2-wave-top{top:0;height:108px}
.mhv2-wave-top::before,
.mhv2-wave-top::after{
  content:"";
  position:absolute;
  right:-5%;
  width:72%;
  border-radius:0 0 58% 58%;
  transform:rotate(1deg);
  transform-origin:right top;
}
.mhv2-wave-top::before{
  top:-28px;
  height:110px;
  background:var(--gold);
}
.mhv2-wave-top::after{
  top:-36px;
  height:100px;
  background:var(--navy);
}
.mhv2-wave-bottom{bottom:0;height:72px}
.mhv2-wave-bottom::before,
.mhv2-wave-bottom::after{
  content:"";
  position:absolute;
  bottom:-36px;
  height:88px;
  border-radius:52% 52% 0 0;
}
.mhv2-wave-bottom::before{
  left:-4%;
  width:58%;
  background:var(--navy);
  transform:rotate(1deg);
}
.mhv2-wave-bottom::after{
  right:-4%;
  width:50%;
  background:var(--gold);
  transform:rotate(-1deg);
}

.mhv2-desktop{
  display:block;
  position:relative;
  z-index:1;
  width:min(1420px, calc(100% - 64px));
  max-width:1420px;
  margin:0 auto;
  padding:118px 0 118px;
}
.mhv2-desktop-main{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(520px, .92fr);
  gap:74px;
  align-items:center;
}
.mhv2-copy{
  padding-top:8px;
  padding-left:14px;
}
.mhv2 h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(54px, 4.25vw, 76px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:800;
}
.mhv2 h1 span,
.mhv2 strong{color:var(--gold2)}
.mhv2-copy>p,
.mhv2-mobile-copy>p{
  margin:20px 0 28px;
  color:#70747b;
  font-size:clamp(20px, 1.55vw, 27px);
  line-height:1.35;
}
.mhv2-search-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 128px;
  gap:12px;
  align-items:stretch;
  max-width:720px;
}

/* Harden the existing Manivo search shortcode inside this hero only. */
.mhv2-search,
.mhv2-mobile-search{min-width:0}
.mhv2-search .manivo-service-search,
.mhv2-mobile-search .manivo-service-search{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.mhv2-search .manivo-service-search-label,
.mhv2-mobile-search .manivo-service-search-label,
.mhv2-search .manivo-service-search-custom,
.mhv2-mobile-search .manivo-service-search-custom{
  display:none!important;
}
.mhv2-search .manivo-service-search-box,
.mhv2-mobile-search .manivo-service-search-box{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:60px!important;
  height:60px!important;
  padding:0 6px 0 14px!important;
  border:1px solid #dfe4ea!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 6px 20px rgba(18,54,83,.08)!important;
  overflow:visible!important;
}
.mhv2-search .manivo-service-search-input,
.mhv2-mobile-search .manivo-service-search-input,
.mhv2-search input[type="search"],
.mhv2-mobile-search input[type="search"],
.mhv2-search input[type="text"],
.mhv2-mobile-search input[type="text"]{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
}
.mhv2-search .manivo-service-search-submit,
.mhv2-mobile-search .manivo-service-search-submit,
.mhv2-search button,
.mhv2-mobile-search button{
  flex:0 0 auto!important;
  min-width:92px!important;
  width:auto!important;
  height:44px!important;
  margin-left:8px!important;
  padding:0 18px!important;
  white-space:nowrap!important;
  border-radius:8px!important;
}
.mhv2-zip{
  min-height:60px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 17px;
  border:1px solid #dfe4ea;
  border-radius:10px;
  background:#fff;
  color:#676b73;
  font-size:18px;
  box-shadow:0 6px 20px rgba(18,54,83,.08);
}
.mhv2-actions{
  display:flex;
  gap:16px;
  margin-top:24px;
}
.mhv2-btn{
  display:inline-flex;
  min-height:58px;
  align-items:center;
  justify-content:center;
  padding:0 30px;
  border-radius:9px;
  font-weight:800;
  font-size:16px;
  text-decoration:none!important;
}
.mhv2-btn-primary{
  min-width:230px;
  background:linear-gradient(90deg,var(--gold2),#f0a900);
  color:#fff!important;
}
.mhv2-btn-secondary{
  min-width:265px;
  border:2px solid var(--navy);
  background:#fff;
  color:var(--navy)!important;
}
.mhv2-play{
  display:inline-grid;
  place-items:center;
  width:31px;
  height:31px;
  margin-right:10px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:13px;
}
.mhv2-video-note{
  width:max-content;
  margin:13px 0 0 300px;
  color:var(--navy);
  font-size:14px;
  line-height:1.25;
  font-style:italic;
  text-align:center;
  transform:rotate(-3deg);
}

/* Desktop step stack calibrated toward the approved 1920x1080 composition. */
.mhv2-steps-desktop{
  display:grid;
  gap:2px;
  padding-top:2px;
}
.mhv2-step{
  display:grid;
  grid-template-columns:190px minmax(250px, 1fr);
  gap:14px;
  align-items:center;
  min-height:160px;
}
.mhv2-step-copy{
  display:flex;
  gap:11px;
  align-items:flex-start;
}
.mhv2-step-copy>span,
.mhv2-card>b{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-weight:900;
  font-size:17px;
}
.mhv2-step h3,
.mhv2-card h3{
  margin:0 0 7px;
  color:var(--navy);
  font-size:21px;
  line-height:1.06;
}
.mhv2-step p,
.mhv2-card p{
  margin:0;
  color:#333941;
  font-size:14px;
  line-height:1.35;
}
.mhv2-step img{
  display:block;
  width:100%;
  height:158px;
  max-height:158px;
  object-fit:contain;
  object-position:center;
}
.mhv2-step:first-child img{
  height:168px;
  max-height:168px;
}

/* Trust strip widened to match the target. */
.mhv2-trust{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:min(1220px, calc(100% - 80px));
  max-width:1220px;
  margin:-78px auto 58px;
  padding:17px 18px;
  border-radius:18px;
  background:var(--navy);
  color:#fff;
  box-shadow:0 10px 26px rgba(8,42,86,.14);
}
.mhv2-trust>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:66px;
  padding:0 22px;
  border-right:1px solid rgba(255,255,255,.28);
}
.mhv2-trust>div:last-child{border-right:0}
.mhv2-trust img{
  width:48px;
  height:48px;
  object-fit:contain;
}
.mhv2-trust span{
  font-size:14px;
  line-height:1.18;
  font-weight:700;
}
.mhv2-mobile{display:none}
.mhv2-search-missing{
  padding:14px;
  border:1px solid #e3b4b4;
  background:#fff4f4;
  color:#7a2323;
}

/* Tablet keeps desktop composition for now; mobile will be calibrated after desktop PASS. */
@media (max-width:1100px) and (min-width:768px){
  .mhv2-desktop{
    width:min(1040px, calc(100% - 40px));
  }
  .mhv2-desktop-main{
    grid-template-columns:minmax(0,1fr) 460px;
    gap:34px;
  }
  .mhv2 h1{font-size:54px}
  .mhv2-step{
    grid-template-columns:165px minmax(220px,1fr);
  }
  .mhv2-step img{
    height:145px;
    max-height:145px;
  }
}

/* Mobile retained from v0.1.0 intentionally; tune only after desktop acceptance. */
@media (max-width:767px){
  .mhv2{
    left:50%;
    width:100vw;
    margin-left:-50vw;
  }
  .mhv2-wave-top{height:66px}
  .mhv2-wave-top::before{height:74px;top:-24px;width:82%}
  .mhv2-wave-top::after{height:66px;top:-30px;width:82%}
  .mhv2-desktop{display:none}
  .mhv2-mobile{
    display:block;
    position:relative;
    z-index:1;
    padding:92px 22px 38px;
  }
  .mhv2-mobile-intro{
    display:grid;
    grid-template-columns:1.06fr .94fr;
    gap:5px;
    align-items:end;
  }
  .mhv2-mobile h1{
    font-size:clamp(40px,11vw,58px);
    line-height:1.02;
  }
  .mhv2-mobile-copy>p{
    font-size:19px;
    margin:18px 0 16px;
  }
  .mhv2-mobile-art{align-self:end}
  .mhv2-mobile-art img{
    display:block;
    width:100%;
    max-height:290px;
    object-fit:contain;
    object-position:center bottom;
  }
  .mhv2-mobile-search{margin-top:8px}
  .mhv2-mobile-search .manivo-service-search-box{min-height:58px!important}
  .mhv2-zip-mobile{
    margin-top:10px;
    width:100%;
  }
  .mhv2-actions-mobile{
    display:grid;
    grid-template-columns:1fr;
    margin-top:16px;
    gap:10px;
  }
  .mhv2-actions-mobile .mhv2-btn{width:100%}
  .mhv2-how-title{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:14px;
    margin:28px 0 14px;
  }
  .mhv2-how-title span{
    height:1px;
    background:#adb4bc;
  }
  .mhv2-how-title strong{
    color:var(--navy);
    font-size:17px;
    letter-spacing:.02em;
  }
  .mhv2-mobile-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .mhv2-card{
    position:relative;
    display:grid;
    grid-template-columns:42% 58%;
    align-items:center;
    min-height:170px;
    padding:12px;
    border:1px solid #e4e6e9;
    border-radius:14px;
    background:#fff;
    box-shadow:0 6px 18px rgba(18,54,83,.08);
  }
  .mhv2-card>b{
    position:absolute;
    top:10px;
    left:10px;
    width:30px;
    height:30px;
    z-index:2;
  }
  .mhv2-card img{
    display:block;
    width:100%;
    height:120px;
    object-fit:contain;
  }
  .mhv2-card h3{font-size:16px}
  .mhv2-card p{font-size:12.5px}
  .mhv2-trust{
    grid-template-columns:repeat(4,1fr);
    gap:0;
    width:auto;
    margin:0 18px 52px;
    padding:15px 4px;
    border-radius:16px;
  }
  .mhv2-trust>div{
    display:grid;
    justify-items:center;
    align-content:start;
    gap:5px;
    min-height:98px;
    padding:0 4px;
    text-align:center;
  }
  .mhv2-trust img{
    width:38px;
    height:38px;
  }
  .mhv2-trust span{font-size:10px}
  .mhv2-wave-bottom{height:48px}
}

@media (max-width:480px){
  .mhv2-mobile{
    padding-left:16px;
    padding-right:16px;
  }
  .mhv2-mobile-intro{grid-template-columns:1fr}
  .mhv2-mobile-art{
    max-width:300px;
    margin:-8px auto 0;
  }
  .mhv2-mobile-grid{gap:9px}
  .mhv2-card{
    grid-template-columns:1fr;
    min-height:205px;
    text-align:left;
  }
  .mhv2-card img{height:112px}
}


/* ===== v0.1.1.1 WAVE-ONLY FIX =====
   Preserve v0.1.1 layout exactly; only stop the top/bottom blue-gold waves
   from stretching edge-to-edge across the viewport. */
@media (min-width:768px){
  .mhv2-wave{
    left:50%;
    right:auto;
    width:min(1220px, calc(100% - 80px));
    max-width:1220px;
    transform:translateX(-50%);
  }

  .mhv2-wave-top{
    top:0;
    height:88px;
  }

  .mhv2-wave-top::before,
  .mhv2-wave-top::after{
    right:0;
    width:72%;
  }

  .mhv2-wave-bottom{
    bottom:0;
    height:72px;
  }

  .mhv2-wave-bottom::before{
    left:0;
    width:58%;
  }

  .mhv2-wave-bottom::after{
    right:0;
    width:50%;
  }
}


/* ===== v0.1.1.2 DESKTOP POSITION + ZIP LAYOUT TWEAK =====
   Preserve v0.1.1.1 overall balance. Move the left copy block slightly higher,
   and place the ZIP field directly under the search field, left aligned. */
@media (min-width:768px){
  .mhv2-copy{
    padding-top:28px;
  }

  .mhv2-search-row{
    grid-template-columns:minmax(0, 1fr);
    max-width:620px;
  }

  .mhv2-zip-row{
    max-width:620px;
    margin-top:10px;
  }

  .mhv2-zip-row .mhv2-zip{
    width:118px;
    min-width:118px;
    box-shadow:0 6px 20px rgba(18,54,83,.08);
  }

  .mhv2-actions{
    margin-top:18px;
  }
}


/* ===== v0.1.1.3 DESKTOP GAP + SEARCH WIDTH TWEAK =====
   Reduce the visual gap between left and right desktop columns,
   and shorten the desktop search field slightly. */
@media (min-width:768px){
  .mhv2-desktop-main{
    gap:26px;
    grid-template-columns:minmax(0, 1.03fr) minmax(520px, .97fr);
  }

  .mhv2-search-row{
    max-width:540px;
  }

  .mhv2-zip-row{
    max-width:540px;
  }
}


/* ===== v0.1.1.5 LEFT-SECTION-ONLY ALIGNMENT TWEAK =====
   Base: v0.1.1.3. Keep the right four-step section exactly where it was.
   Shift only the left hero content to the right to better align with the trust strip. */
@media (min-width:768px){
  .mhv2-copy{
    transform:translateX(68px);
  }
}


/* ===== v0.1.1.6 TOP-SPACE TRIM + REMOVE BOTTOM WAVES =====
   Base: v0.1.1.5.
   Keep all hero column positioning unchanged.
   Slightly trim the open space below the site menu and remove the lower
   blue/gold decorative waves entirely. */
@media (min-width:768px){
  .mhv2{
    margin-top:-22px;
  }

  .mhv2-wave-bottom{
    display:none !important;
  }

  .mhv2-trust{
    margin-bottom:30px;
  }
}


/* ===== v0.1.1.7 MOBILE SPACE SAVER =====
   Base: v0.1.1.6.
   Desktop remains locked.
   Mobile: remove the standalone woman/phone hero art, pull the hero upward,
   and tighten spacing under the mobile header so the How It Works content
   becomes the primary explanatory visual below the CTA area. */
@media (max-width:767px){
  .mhv2{
    margin-top:-34px;
  }

  .mhv2-wave-top{
    height:58px;
  }

  .mhv2-wave-top::before{
    height:68px;
    top:-25px;
    width:86%;
  }

  .mhv2-wave-top::after{
    height:60px;
    top:-31px;
    width:86%;
  }

  .mhv2-mobile{
    padding-top:58px;
    padding-bottom:34px;
  }

  .mhv2-mobile-intro{
    grid-template-columns:1fr;
    gap:0;
  }

  .mhv2-mobile-art{
    display:none !important;
  }

  .mhv2-mobile-copy > p{
    margin:14px 0 14px;
  }

  .mhv2-mobile-search{
    margin-top:8px;
  }

  .mhv2-zip-mobile{
    margin-top:8px;
  }

  .mhv2-actions-mobile{
    margin-top:14px;
  }

  .mhv2-how-title{
    margin:22px 0 12px;
  }
}


/* ===== v0.1.1.8 MOBILE HEADER GAP TRIM =====
   Base: v0.1.1.7.
   Mobile only: pull the hero upward further so the top decorative wave
   sits much closer to the bottom of the mobile header/logo area. */
@media (max-width:767px){
  .mhv2{
    margin-top:-66px;
  }
}


/* ===== v0.1.1.9 MOBILE SEARCH + HOW-IT-WORKS ORDER =====
   Base: v0.1.1.8.
   Desktop remains unchanged.
   Mobile: move only the HOW IT WORKS heading above Search,
   keep the four cards below the CTAs, and widen the visible search text area. */
@media (max-width:767px){
  .mhv2-mobile{
    display:flex;
    flex-direction:column;
  }

  .mhv2-mobile-intro{order:1}
  .mhv2-how-title{
    order:2;
    margin:16px 0 12px;
  }
  .mhv2-mobile-search{
    order:3;
    margin-top:0;
  }
  .mhv2-zip-mobile{
    order:4;
  }
  .mhv2-actions-mobile{
    order:5;
  }
  .mhv2-mobile-grid{
    order:6;
    margin-top:14px;
  }

  .mhv2-mobile-search .manivo-service-search-box{
    padding-left:12px !important;
    padding-right:5px !important;
  }

  .mhv2-mobile-search .manivo-service-search-submit,
  .mhv2-mobile-search button{
    min-width:76px !important;
    padding:0 12px !important;
    margin-left:6px !important;
    font-size:14px !important;
  }

  .mhv2-mobile-search .manivo-service-search-input,
  .mhv2-mobile-search input[type="search"],
  .mhv2-mobile-search input[type="text"]{
    font-size:15px !important;
    padding-left:4px !important;
  }
}


/* ===== v0.1.1.10 MOBILE TIGHTENING + REMOVE LOWER WAVES =====
   Base: v0.1.1.9.
   Desktop unchanged.
   Mobile only: remove the remaining gap between the intro copy and HOW IT WORKS,
   and remove the blue/gold decorative treatment below the trust strip. */
@media (max-width:767px){
  .mhv2-mobile-copy > p{
    margin-bottom:2px;
  }

  .mhv2-how-title{
    margin:4px 0 10px;
  }

  .mhv2-wave-bottom{
    display:none !important;
  }

  .mhv2-trust{
    margin-bottom:18px;
  }
}


/* ===== v0.1.1.11 ZIP PLACEHOLDER UPDATE =====
   Desktop + mobile: remove the prefilled 85248 display and show an empty ZIP
   field with "Enter ZIP code" placeholder text. */
.mhv2-zip{
  cursor:text;
}
.mhv2-zip-input{
  width:100%;
  min-width:0;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#676b73 !important;
  font:inherit;
  padding:0 !important;
  margin:0 !important;
}
.mhv2-zip-input::placeholder{
  color:#7b8088;
  opacity:1;
}


/* ===== v0.1.1.12 MOBILE CARD / TRUST GAP TIGHTEN =====
   Base: v0.1.1.11.
   Desktop unchanged.
   Mobile only: reduce the vertical space between the bottom of the
   How It Works card grid and the top of the trust strip. */
@media (max-width:767px){
  .mhv2-mobile-grid{
    margin-bottom:4px;
  }

  .mhv2-trust{
    margin-top:-8px;
  }
}


/* ===== v0.1.1.14 SAFE MOBILE CATEGORY RESTYLE =====
   Restyles the EXISTING category controls only.
   No duplicate category system, no hiding of broad page sections, no click forwarding. */
@media (max-width:767px){
  .mhv2-existing-cat-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
    padding:12px 14px 16px !important;
  }

  .mhv2-existing-cat-item{
    min-width:0 !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid #e2e7ec !important;
    border-radius:14px !important;
    background:#fff !important;
    box-shadow:0 5px 14px rgba(8,42,86,.08) !important;
    overflow:hidden !important;
  }

  .mhv2-existing-cat-link{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-end !important;
    width:100% !important;
    min-height:154px !important;
    padding:10px 8px 13px !important;
    text-align:center !important;
    text-decoration:none !important;
    font-size:0 !important;
    line-height:1 !important;
    color:#082a56 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .mhv2-existing-cat-link > *,
  .mhv2-existing-cat-link svg,
  .mhv2-existing-cat-link img,
  .mhv2-existing-cat-link i,
  .mhv2-existing-cat-link .elementor-icon{
    display:none !important;
  }

  .mhv2-existing-cat-link::before{
    content:"";
    display:block;
    width:112px;
    height:102px;
    margin:0 auto 7px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    flex:0 0 auto;
  }

  .mhv2-existing-cat-link::after{
    content:attr(data-mhv2-label);
    display:block;
    min-height:36px;
    color:#082a56;
    font-size:17px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.01em;
  }

  .mhv2-cat-cleaning .mhv2-existing-cat-link::before{
    background-image:url("categories/cleaning-v2.png");
  }
  .mhv2-cat-home-maintenance .mhv2-existing-cat-link::before{
    background-image:url("categories/home-maintenance-v2.png");
  }
  .mhv2-cat-installations .mhv2-existing-cat-link::before{
    background-image:url("categories/installations-v2.png");
  }
  .mhv2-cat-smart-home .mhv2-existing-cat-link::before{
    background-image:url("categories/smart-home-v2.png");
  }
  .mhv2-cat-yard-care .mhv2-existing-cat-link::before{
    background-image:url("categories/yard-care-v2.png");
  }
  .mhv2-cat-assembly .mhv2-existing-cat-link::before{
    background-image:url("categories/assembly-v2.png");
  }
  .mhv2-cat-organization .mhv2-existing-cat-link::before{
    background-image:url("categories/organization-v2.png");
  }
  .mhv2-cat-home-check .mhv2-existing-cat-link::before{
    background-image:url("categories/home-check-v2.png");
  }
}


/* ===== v0.1.1.15 MOBILE CATEGORY POLISH =====
   Safely remove the legacy navy icon/decor inside the eight identified
   category cards, add the sample-style section header, and add arrow affordances. */
@media (max-width:767px){
  .mhv2-old-cat-decoration{
    display:none !important;
  }

  .mhv2-category-heading{
    padding:16px 16px 4px;
    text-align:center;
    background:#fff;
  }

  .mhv2-category-kicker{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
  }

  .mhv2-category-kicker span{
    height:1px;
    background:#b7c0ca;
  }

  .mhv2-category-kicker strong{
    color:#082a56;
    font-size:15px;
    line-height:1;
    letter-spacing:.04em;
  }

  .mhv2-category-heading h2{
    margin:0;
    color:#082a56;
    font-size:31px;
    line-height:1.02;
    letter-spacing:-.03em;
  }

  .mhv2-category-heading p{
    margin:9px 0 8px;
    color:#66717e;
    font-size:14px;
    line-height:1.3;
  }

  .mhv2-existing-cat-item{
    position:relative !important;
  }

  .mhv2-existing-cat-item::after{
    content:"›";
    position:absolute;
    right:10px;
    bottom:10px;
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#f2f5f8;
    color:#082a56;
    font-size:28px;
    line-height:1;
    font-weight:500;
    pointer-events:none;
  }

  .mhv2-existing-cat-link{
    padding-right:42px !important;
  }
}


/* ===== v0.1.1.16 MOBILE HOW-IT-WORKS CARD COMPRESSION =====
   Approx. 20-25% shorter cards while preserving readability.
   Desktop unchanged. */
@media (max-width:767px){
  .mhv2-mobile-grid{
    gap:10px;
  }

  .mhv2-card{
    min-height:132px;
    padding:8px 9px 9px;
    grid-template-columns:39% 61%;
  }

  .mhv2-card>b{
    top:7px;
    left:7px;
    width:27px;
    height:27px;
    font-size:14px;
  }

  .mhv2-card img{
    height:90px;
  }

  .mhv2-card h3{
    margin-bottom:4px;
    font-size:15px;
    line-height:1.04;
  }

  .mhv2-card p{
    font-size:11.5px;
    line-height:1.2;
  }
}

@media (max-width:480px){
  .mhv2-card{
    grid-template-columns:1fr;
    min-height:154px;
    padding:8px 10px 10px;
  }

  .mhv2-card img{
    height:86px;
    margin-bottom:2px;
  }

  .mhv2-card h3{
    font-size:15px;
    line-height:1.02;
  }

  .mhv2-card p{
    font-size:11px;
    line-height:1.18;
  }
}


/* ===== v0.1.1.17 DESKTOP CATEGORY ICON REFRESH =====
   Keep existing desktop category links/behavior, replace visual icons only. */
@media (min-width:768px){
  .mhv2-old-cat-decoration{
    display:none !important;
  }

  .mhv2-existing-cat-item{
    position:relative !important;
  }

  .mhv2-existing-cat-link{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:112px !important;
    padding:12px 14px 14px !important;
    text-align:center !important;
    text-decoration:none !important;
    color:#082a56 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    font-size:0 !important;
    line-height:1 !important;
  }

  .mhv2-existing-cat-link > *,
  .mhv2-existing-cat-link svg,
  .mhv2-existing-cat-link img,
  .mhv2-existing-cat-link i,
  .mhv2-existing-cat-link .elementor-icon{
    display:none !important;
  }

  .mhv2-existing-cat-link::before{
    content:"";
    display:block;
    width:86px;
    height:68px;
    margin:0 auto 10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    flex:0 0 auto;
  }

  .mhv2-existing-cat-link::after{
    content:attr(data-mhv2-label);
    display:block;
    min-height:20px;
    color:#082a56;
    font-size:17px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.01em;
    text-align:center;
  }

  .mhv2-cat-cleaning .mhv2-existing-cat-link::before{
    background-image:url("categories/cleaning.png");
  }
  .mhv2-cat-home-maintenance .mhv2-existing-cat-link::before{
    background-image:url("categories/home-maintenance.png");
  }
  .mhv2-cat-installations .mhv2-existing-cat-link::before{
    background-image:url("categories/installations.png");
  }
  .mhv2-cat-smart-home .mhv2-existing-cat-link::before{
    background-image:url("categories/smart-home.png");
  }
  .mhv2-cat-yard-care .mhv2-existing-cat-link::before{
    background-image:url("categories/yard-care.png");
  }
  .mhv2-cat-assembly .mhv2-existing-cat-link::before{
    background-image:url("categories/assembly.png");
  }
  .mhv2-cat-organization .mhv2-existing-cat-link::before{
    background-image:url("categories/organization.png");
  }
  .mhv2-cat-home-check .mhv2-existing-cat-link::before{
    background-image:url("categories/home-check.png");
  }
}


/* ===== v0.1.1.18 DESKTOP CATEGORY NORMALIZATION + ICON CACHE BUST =====
   Desktop only:
   - make every category card the same compact height
   - reserve a consistent icon and label area
   - point to uniquely named V2 icon assets so stale cached images cannot be reused
   - mobile remains unchanged
*/
@media (min-width:768px){
  .mhv2-existing-cat-item{
    height:170px !important;
    min-height:170px !important;
    max-height:170px !important;
    display:flex !important;
    align-items:stretch !important;
  }

  .mhv2-existing-cat-link{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    padding:12px 10px 10px !important;
    display:grid !important;
    grid-template-rows:88px 44px !important;
    align-content:center !important;
    justify-items:center !important;
    gap:7px !important;
    overflow:hidden !important;
  }

  .mhv2-existing-cat-link::before{
    width:96px !important;
    height:88px !important;
    margin:0 !important;
    align-self:center !important;
    justify-self:center !important;
    background-size:contain !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
  }

  .mhv2-existing-cat-link::after{
    width:100% !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 2px !important;
    font-size:15px !important;
    line-height:1.08 !important;
    text-align:center !important;
    white-space:normal !important;
  }

  .mhv2-cat-cleaning .mhv2-existing-cat-link::before{
    background-image:url("categories/cleaning-v2.png") !important;
  }
  .mhv2-cat-home-maintenance .mhv2-existing-cat-link::before{
    background-image:url("categories/home-maintenance-v2.png") !important;
  }
  .mhv2-cat-installations .mhv2-existing-cat-link::before{
    background-image:url("categories/installations-v2.png") !important;
  }
  .mhv2-cat-smart-home .mhv2-existing-cat-link::before{
    background-image:url("categories/smart-home-v2.png") !important;
  }
  .mhv2-cat-yard-care .mhv2-existing-cat-link::before{
    background-image:url("categories/yard-care-v2.png") !important;
  }
  .mhv2-cat-assembly .mhv2-existing-cat-link::before{
    background-image:url("categories/assembly-v2.png") !important;
  }
  .mhv2-cat-organization .mhv2-existing-cat-link::before{
    background-image:url("categories/organization-v2.png") !important;
  }
  .mhv2-cat-home-check .mhv2-existing-cat-link::before{
    background-image:url("categories/home-check-v2.png") !important;
  }
}


/* ===== v0.1.1.19 DESKTOP CATEGORY LABEL TIGHTEN + ARROW =====
   Desktop only:
   - remove excess vertical space between icon and label
   - add the same small right-arrow affordance used on mobile
   - keep the approved equal card heights
*/
@media (min-width:768px){
  .mhv2-existing-cat-link{
    grid-template-rows:92px auto !important;
    align-content:start !important;
    gap:0 !important;
    padding:8px 10px 10px !important;
  }

  .mhv2-existing-cat-link::before{
    width:96px !important;
    height:92px !important;
    margin:0 auto 0 !important;
    align-self:end !important;
  }

  .mhv2-existing-cat-link::after{
    min-height:34px !important;
    padding:0 28px 0 2px !important;
    align-items:flex-start !important;
    line-height:1.05 !important;
  }

  .mhv2-existing-cat-item::after{
    content:"›";
    position:absolute;
    right:8px;
    bottom:11px;
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#f2f5f8;
    color:#082a56;
    font-size:22px;
    line-height:1;
    font-weight:500;
    pointer-events:none;
  }
}


/* ===== v0.1.1.21 DESKTOP CATEGORY LABEL CLIP FIX =====
   The 15px font-size change from v0.1.1.20 was applied correctly.
   The clipping was caused by the label pseudo-element being 100% wide
   plus asymmetric right padding, which made it overflow its card.
   This fix changes only the label box sizing/padding. */
@media (min-width:768px){
  .mhv2-existing-cat-link::after{
    box-sizing:border-box !important;
    width:100% !important;
    padding:0 24px 0 8px !important;
    overflow:visible !important;
  }
}


/* ===== v0.1.1.22 DESKTOP CATEGORY LABEL FONT REDUCTION =====
   Only reduce desktop category label font size to improve fit. */
@media (min-width:768px){
  .mhv2-existing-cat-link::after{
    font-size:14px !important;
  }
}


/* ===== v0.1.1.23 DESKTOP REAL LABEL + ARROW =====
   Stop using pseudo-elements for desktop category text/arrow.
   Use real DOM elements so long labels can wrap normally without clipping.
   Mobile is unchanged. */
@media (min-width:768px){
  .mhv2-existing-cat-link{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    height:100% !important;
    padding:8px 10px 10px !important;
  }

  .mhv2-existing-cat-link::after{
    content:none !important;
    display:none !important;
  }

  .mhv2-existing-cat-item::after{
    content:none !important;
    display:none !important;
  }

  .mhv2-existing-cat-link::before{
    flex:0 0 92px !important;
    width:96px !important;
    height:92px !important;
    margin:0 auto !important;
  }

  .mhv2-desktop-cat-label{
    display:block !important;
    width:calc(100% - 18px) !important;
    margin:0 auto !important;
    padding:0 !important;
    color:#082a56 !important;
    font-size:14px !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    letter-spacing:-.01em !important;
    text-align:center !important;
    white-space:normal !important;
    overflow:visible !important;
    word-break:normal !important;
  }

  .mhv2-desktop-cat-arrow{
    position:absolute !important;
    right:8px !important;
    bottom:9px !important;
    display:grid !important;
    place-items:center !important;
    width:24px !important;
    height:24px !important;
    border-radius:50% !important;
    background:#f2f5f8 !important;
    color:#082a56 !important;
    font-size:22px !important;
    line-height:1 !important;
    font-weight:500 !important;
    pointer-events:none !important;
  }
}


/* ===== v0.1.1.24 DESKTOP CATEGORY LABEL/ARROW GRID =====
   Desktop only:
   - restore category label size to 15px
   - give label and arrow separate grid columns so they cannot overlap
   - keep current card height, icon size, and all other styling unchanged
*/
@media (min-width:768px){
  .mhv2-existing-cat-link{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 24px !important;
    grid-template-rows:92px 40px !important;
    column-gap:4px !important;
    row-gap:0 !important;
    align-content:start !important;
    align-items:start !important;
    justify-items:stretch !important;
  }

  .mhv2-existing-cat-link::before{
    grid-column:1 / 3 !important;
    grid-row:1 !important;
    justify-self:center !important;
    align-self:end !important;
  }

  .mhv2-desktop-cat-label{
    grid-column:1 !important;
    grid-row:2 !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 2px !important;
    font-size:15px !important;
    line-height:1.05 !important;
    text-align:center !important;
    white-space:normal !important;
    overflow:visible !important;
    word-break:normal !important;
  }

  .mhv2-desktop-cat-arrow{
    grid-column:2 !important;
    grid-row:2 !important;
    position:static !important;
    justify-self:end !important;
    align-self:start !important;
    margin-top:0 !important;
    width:24px !important;
    height:24px !important;
  }
}


/* ===== v0.1.1.25 DESKTOP CATEGORY WORD-WRAP GUARD =====
   Prevent any category name from breaking inside a word.
   Arrow remains in its own grid column from v0.1.1.24. */
@media (min-width:768px){
  .mhv2-desktop-cat-label{
    font-size:15px !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    white-space:normal !important;
  }
}


/* ===== v0.1.1.26 DESKTOP CATEGORY ARROW BELOW LABEL =====
   Desktop only:
   icon -> label -> centered arrow.
   Keeps current card height and label size; mobile unchanged. */
@media (min-width:768px){
  .mhv2-existing-cat-link{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:92px 36px 24px !important;
    row-gap:0 !important;
    align-content:start !important;
    align-items:start !important;
    justify-items:center !important;
  }

  .mhv2-existing-cat-link::before{
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:center !important;
    align-self:end !important;
  }

  .mhv2-desktop-cat-label{
    grid-column:1 !important;
    grid-row:2 !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 4px !important;
    font-size:15px !important;
    line-height:1.05 !important;
    text-align:center !important;
    white-space:normal !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  .mhv2-desktop-cat-arrow{
    grid-column:1 !important;
    grid-row:3 !important;
    position:static !important;
    justify-self:center !important;
    align-self:start !important;
    margin-top:0 !important;
    width:24px !important;
    height:24px !important;
  }
}


/* ===== v0.1.1.27 DESKTOP HERO MICRO-ADJUSTMENT =====
   Desktop only:
   - move the left "Home services made simple" block up about one row
   - widen the ZIP field so "Enter Zip" is fully visible
   - no other layout changes
*/
@media (min-width:768px){
  .mhv2-copy{
    transform:translate(68px, -28px) !important;
  }

  .mhv2-zip-row .mhv2-zip{
    width:160px !important;
    min-width:160px !important;
  }
}


/* ===== v0.1.1.29 MOBILE TRUST STRIP BOTTOM-SPACE TIGHTEN =====
   Mobile only:
   - reduce dead space beneath the four trust/callout labels
   - keep icon size, text size, four-column layout, and desktop unchanged
*/
@media (max-width:767px){
  .mhv2-trust{
    padding-bottom:8px !important;
  }
}


/* ===== v0.1.1.30 ZIP-BASED SERVICE ELIGIBILITY =====
   Applies only after a visitor enters a complete 5-digit ZIP.
   No calendar/time-slot check is performed here. */
.mhv2-zip-status{
  margin:7px 0 0;
  color:#5f6b78;
  font-size:12px;
  line-height:1.3;
}
.mhv2-zip-status.is-available{color:#176b3a}
.mhv2-zip-status.is-unavailable,
.mhv2-zip-status.is-error{color:#9a3d25}
.mhv2-zip-status.is-checking{color:#5f6b78}

.mhv2-existing-cat-item.mhv2-zip-unavailable,
.manivo-v2-service-row.mhv2-zip-unavailable,
.manivo-service-search-result.mhv2-zip-unavailable,
.manivo-service-group.mhv2-zip-unavailable-group{
  display:none !important;
}


/* ===== v0.1.1.33 BROWSE-FIRST ZIP AVAILABILITY =====
   Visitors can see the full catalog before and after ZIP validation.
   Unavailable services remain visible, are clearly labeled, and cannot be added.
   ZIP is required when booking intent begins. */

.mhv2-existing-cat-item.mhv2-zip-unavailable,
.manivo-v2-service-row.mhv2-zip-unavailable,
.manivo-service-search-result.mhv2-zip-unavailable,
.manivo-service-group.mhv2-zip-unavailable-group{
  display:initial !important;
}

.manivo-v2-service-row.mhv2-zip-unavailable{
  display:block !important;
  opacity:.68;
  background:#f7f9fc;
}

.manivo-v2-service-row.mhv2-zip-unavailable .manivo-v2-plus{
  opacity:.35;
  cursor:not-allowed;
}

.mhv2-service-availability{
  margin-top:5px;
  color:#9a3d25;
  font-size:11px;
  font-weight:700;
  line-height:1.25;
}

.manivo-service-search-result.mhv2-zip-unavailable{
  opacity:.62;
}

.mhv2-zip-status{
  min-height:16px;
}

/* ZIP intent gate */
html.mhv2-zip-gate-open,
html.mhv2-zip-gate-open body{
  overflow:hidden;
}

.mhv2-zip-gate[hidden]{
  display:none !important;
}

.mhv2-zip-gate{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.mhv2-zip-gate-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,35,70,.52);
}

.mhv2-zip-gate-card{
  position:relative;
  z-index:1;
  width:min(430px, 100%);
  border-radius:18px;
  background:#fff;
  box-shadow:0 22px 65px rgba(4,30,63,.28);
  padding:28px;
  color:#0b315f;
}

.mhv2-zip-gate-card h3{
  margin:0 30px 8px 0;
  color:#0b315f;
  font-size:24px;
  line-height:1.15;
}

.mhv2-zip-gate-card p{
  margin:0 0 20px;
  color:#526170;
  font-size:14px;
  line-height:1.5;
}

.mhv2-zip-gate-close{
  position:absolute;
  top:12px;
  right:14px;
  border:0;
  background:transparent;
  color:#617184;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.mhv2-zip-gate-field{
  display:block;
  margin-bottom:10px;
}

.mhv2-zip-gate-field span{
  display:block;
  margin-bottom:6px;
  color:#0b315f;
  font-size:13px;
  font-weight:700;
}

.mhv2-zip-gate-field input{
  width:100%;
  height:48px;
  box-sizing:border-box;
  border:1px solid #cbd6e2;
  border-radius:10px;
  padding:0 14px;
  font-size:16px;
  outline:none;
}

.mhv2-zip-gate-field input:focus{
  border-color:#0b315f;
  box-shadow:0 0 0 3px rgba(11,49,95,.10);
}

.mhv2-zip-gate-status{
  min-height:18px;
  margin:3px 0 8px;
  color:#9a3d25;
  font-size:12px;
}

.mhv2-zip-gate-submit{
  width:100%;
  min-height:48px;
  border:0;
  border-radius:10px;
  background:#f2a900;
  color:#0b315f;
  font-weight:800;
  cursor:pointer;
}

.mhv2-zip-gate-submit:disabled{
  opacity:.65;
  cursor:wait;
}

.mhv2-zip-gate-browse{
  display:block;
  margin:12px auto 0;
  border:0;
  background:transparent;
  color:#0b315f;
  font-size:13px;
  font-weight:700;
  text-decoration:underline;
  cursor:pointer;
}

@media (max-width:767px){
  .mhv2-zip-gate{
    align-items:flex-end;
    padding:12px;
  }

  .mhv2-zip-gate-card{
    border-radius:18px 18px 14px 14px;
    padding:24px 20px 20px;
  }

  .mhv2-zip-gate-card h3{
    font-size:21px;
  }
}


/* ===== v0.1.1.34 LEGACY DUPLICATE CLEANUP =====
   Only elements positively identified by the safe category-adjacent detector
   are hidden. Category/service catalog remains untouched. */
.mhv2-legacy-duplicate{
  display:none !important;
}


/* ===== v0.1.1.35 MOBILE GAP + ZIP MODAL POLISH =====
   Mobile only:
   1) remove most of the dead space between the four-callout strip and Categories
   2) keep the modal heading clear of the close button
   3) make underlying page content less visually distracting behind the modal
*/
@media (max-width:767px){
  .mhv2-trust{
    margin-bottom:4px !important;
  }

  .mhv2-category-heading{
    margin-top:0 !important;
    padding-top:8px !important;
  }

  .mhv2-zip-gate-card h3{
    margin-right:0 !important;
    padding-right:72px !important;
  }

  .mhv2-zip-gate-close{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .mhv2-zip-gate-backdrop{
    background:rgba(7,35,70,.76) !important;
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
  }
}


/* ===== v0.1.1.37 MOBILE ZIP HELPER ORDER FIX =====
   .mhv2-mobile is a flex column with explicit child ordering.
   The helper/status line was a new flex child with the default order:0,
   which caused it to jump above the headline. Keep it directly after
   the ZIP field and before the action buttons. */
@media (max-width:767px){
  .mhv2-zip-status-mobile{
    order:4 !important;
    margin:6px 0 0 !important;
    min-height:16px;
    align-self:stretch;
  }

  .mhv2-actions-mobile{
    order:5 !important;
  }
}


/* ===== v0.1.1.38 STRUCTURAL MOBILE ZIP HELPER FIX =====
   Different approach: ZIP input + helper text are now one flex child.
   The helper physically cannot jump above the headline. */
@media (max-width:767px){
  .mhv2-mobile-zip-block{
    order:4 !important;
    width:100%;
    margin-top:8px;
  }

  .mhv2-mobile-zip-block .mhv2-zip-mobile{
    order:initial !important;
    margin-top:0 !important;
    width:100%;
  }

  .mhv2-mobile-zip-block .mhv2-zip-status-mobile{
    order:initial !important;
    display:block !important;
    margin:6px 2px 0 !important;
    min-height:16px;
    color:#5f6b78;
    font-size:12px;
    line-height:1.3;
  }

  .mhv2-actions-mobile{
    order:5 !important;
  }
}

/* ===== v0.1.1.40 MOBILE REMOVE DUPLICATE HOW-IT-WORKS HEADING =====
   Mobile only: remove the standalone HOW IT WORKS divider that previously
   appeared above the service search. The How Manivo Works video button and
   the four explanatory cards remain unchanged. */
@media (max-width:767px){
  .mhv2-how-title{
    display:none !important;
  }
}

/* ===== v0.1.1.41 MOBILE CATEGORY V2 ICONS + VISUAL SIZE NORMALIZATION =====
   Mobile only:
   - use the V2 category asset filenames (same cache-busted family as desktop)
   - preserve Cleaning as the visual-size reference
   - compensate for different transparent padding inside the source PNG canvases
     so the remaining seven icons read at approximately the same visual size
   - labels remain live CSS text; no label text is baked into these PNGs
*/
@media (max-width:767px){
  .mhv2-cat-cleaning .mhv2-existing-cat-link::before{
    background-image:url("categories/cleaning-v2.png") !important;
    background-size:auto 100% !important;
  }
  .mhv2-cat-home-maintenance .mhv2-existing-cat-link::before{
    background-image:url("categories/home-maintenance-v2.png") !important;
    background-size:auto 104% !important;
  }
  .mhv2-cat-installations .mhv2-existing-cat-link::before{
    background-image:url("categories/installations-v2.png") !important;
    background-size:auto 104% !important;
  }
  .mhv2-cat-smart-home .mhv2-existing-cat-link::before{
    background-image:url("categories/smart-home-v2.png") !important;
    background-size:auto 111% !important;
  }
  .mhv2-cat-yard-care .mhv2-existing-cat-link::before{
    background-image:url("categories/yard-care-v2.png") !important;
    background-size:auto 107% !important;
  }
  .mhv2-cat-assembly .mhv2-existing-cat-link::before{
    background-image:url("categories/assembly-v2.png") !important;
    background-size:auto 103% !important;
  }
  .mhv2-cat-organization .mhv2-existing-cat-link::before{
    background-image:url("categories/organization-v2.png") !important;
    background-size:auto 115% !important;
  }
  .mhv2-cat-home-check .mhv2-existing-cat-link::before{
    background-image:url("categories/home-check-v2.png") !important;
    background-size:auto 101% !important;
  }
}


/* ===== v0.1.1.42 MOBILE REMOVE LEGACY CATEGORY CARDS =====
   Mobile only: the new Manivo Core "Browse by category" icon rail is now the
   authoritative category navigation. Remove the superseded large two-column
   category-card grid and its legacy heading from the mobile hero so customers
   see only the new category rail. Desktop behavior is unchanged. */
@media (max-width:767px){
  .mhv2-existing-cat-grid,
  .mhv2-category-heading{
    display:none !important;
  }
}

/* ===== v0.1.1.43 FRAMED SEARCH / ZIP / VIDEO MODULE =====
   Isolated hero-control redesign inspired by the approved framed-search concept.
   Search behavior still delegates to the existing Manivo Core service-search control;
   ZIP eligibility, hero copy, steps, trust strip, and catalog behavior are unchanged. */
.mhv2-control-panel{
  width:min(620px, 100%);
  padding:22px 24px 20px;
  border:1px solid #dce3ea;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(8,42,86,.09);
  overflow:visible;
}
.mhv2-control-fields{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);
  gap:18px;
  align-items:start;
}
.mhv2-control-panel .mhv2-search-row,
.mhv2-control-panel .mhv2-zip-row{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
}
.mhv2-control-panel .mhv2-search,
.mhv2-control-panel .mhv2-mobile-search{
  width:100%;
  margin:0;
}
.mhv2-control-panel .manivo-service-search-box{
  min-height:56px!important;
  height:56px!important;
  padding:0 16px!important;
  border:1px solid #dfe4ea!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.mhv2-control-panel .manivo-service-search-submit{
  display:none!important;
}
.mhv2-control-panel .manivo-service-search-input,
.mhv2-control-panel .manivo-service-search-box input[type="search"],
.mhv2-control-panel .manivo-service-search-box input[type="text"]{
  min-width:0!important;
  width:100%!important;
  font-size:16px!important;
}
.mhv2-control-panel .mhv2-zip{
  width:100%!important;
  min-width:0!important;
  min-height:56px!important;
  height:56px;
  margin:0!important;
  padding:0 16px;
  border-color:#dfe4ea;
  box-shadow:none!important;
  font-size:16px;
}
.mhv2-control-panel .mhv2-zip-input{
  min-width:0;
  width:100%;
}
.mhv2-control-panel .mhv2-zip-status{
  margin:7px 0 0!important;
  min-height:16px;
  font-size:12px;
  line-height:1.3;
}
.mhv2-control-divider{
  height:1px;
  margin:20px 0 18px;
  background:#dce3ea;
}
.mhv2-control-actions{
  display:grid;
  grid-template-columns:minmax(190px,1fr) 50px minmax(250px,1.22fr);
  gap:14px;
  align-items:center;
}
.mhv2-control-search-btn{
  min-height:58px;
  width:100%;
  margin:0;
  padding:0 26px;
  border:0;
  border-radius:9px;
  background:linear-gradient(90deg,var(--gold2),#f0a900);
  color:#fff;
  box-shadow:0 7px 16px rgba(217,145,0,.18);
  font-family:inherit;
  font-weight:800;
  font-size:17px;
  line-height:1;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.mhv2-control-search-btn:hover,
.mhv2-control-search-btn:focus-visible{
  filter:brightness(.98);
  box-shadow:0 9px 20px rgba(217,145,0,.24);
  transform:translateY(-1px);
}
.mhv2-control-or{
  display:grid;
  place-items:center;
  min-height:46px;
  border-left:1px solid #dce3ea;
  border-right:1px solid #dce3ea;
  color:#70747b;
  font-size:14px;
  line-height:1;
}
.mhv2-control-video{
  min-width:0!important;
  min-height:68px!important;
  width:100%;
  padding:9px 18px!important;
  justify-content:flex-start;
  text-align:left;
}
.mhv2-control-video .mhv2-play{
  flex:0 0 auto;
  margin-right:12px;
}
.mhv2-control-video-copy{
  display:grid;
  gap:3px;
  min-width:0;
}
.mhv2-control-video-copy strong{
  color:var(--navy)!important;
  font-size:16px;
  line-height:1.15;
}
.mhv2-control-video-copy small{
  color:var(--navy);
  font-size:12px;
  line-height:1.2;
  font-style:italic;
  font-weight:500;
  white-space:normal;
}
.mhv2-control-panel-desktop{
  margin-top:0;
}

@media (min-width:768px){
  .mhv2-control-panel-desktop .mhv2-search-row,
  .mhv2-control-panel-desktop .mhv2-zip-row{
    max-width:none!important;
  }
}

@media (max-width:767px){
  .mhv2-control-panel-mobile{
    order:3;
    width:100%;
    padding:16px;
    border-radius:15px;
  }
  .mhv2-control-fields{
    grid-template-columns:1fr;
    gap:10px;
  }
  .mhv2-control-panel-mobile .mhv2-mobile-search,
  .mhv2-control-panel-mobile .mhv2-mobile-zip-block{
    order:initial!important;
    width:100%;
    margin:0!important;
  }
  .mhv2-control-panel-mobile .mhv2-mobile-search{
    margin-top:0!important;
  }
  .mhv2-control-panel-mobile .mhv2-zip-status-mobile{
    order:initial!important;
  }
  .mhv2-control-divider{
    margin:14px 0;
  }
  .mhv2-control-actions{
    grid-template-columns:1fr;
    gap:9px;
  }
  .mhv2-control-or{
    min-height:auto;
    border:0;
    font-size:12px;
  }
  .mhv2-control-search-btn{
    min-height:54px;
    font-size:16px;
  }
  .mhv2-control-video{
    min-height:60px!important;
  }
  .mhv2-mobile-grid{
    order:6;
  }
}

/* ===== v0.1.1.44 LIVE CONTROL-PANEL MARKUP SYNC + AVAILABILITY SUMMARY =====
   Repairs the partial v0.1.1.43 deployment by matching PHP markup to the
   already-shipped framed control-panel CSS. Book a Service is removed from the
   hero; Search services + ZIP share the top row; the orange Search control and
   How Manivo Works video sit below. ZIP availability messaging is presented once,
   directly below the trust strip, while ZIP eligibility logic remains unchanged. */
.mhv2-availability-summary{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:min(760px, calc(100% - 48px));
  min-height:20px;
  margin:-46px auto 28px;
  color:#5f6b78;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  text-align:center;
}
.mhv2-availability-summary-mark{
  flex:0 0 auto;
  color:#66788a;
  font-size:14px;
  line-height:1;
}
.mhv2-availability-summary.is-available{
  color:#176b3a;
}
.mhv2-availability-summary.is-available .mhv2-availability-summary-mark{
  color:#176b3a;
}
.mhv2-availability-summary.is-unavailable,
.mhv2-availability-summary.is-error{
  color:#9a3d25;
}
.mhv2-availability-summary.is-unavailable .mhv2-availability-summary-mark,
.mhv2-availability-summary.is-error .mhv2-availability-summary-mark{
  color:#9a3d25;
}
.mhv2-availability-summary.is-checking,
.mhv2-availability-summary.is-checking .mhv2-availability-summary-mark{
  color:#5f6b78;
}

/* Prevent the older per-field helper from reappearing if stale markup is ever
   mixed with this version during a cache transition. */
.mhv2-control-panel .mhv2-zip-status{
  display:none !important;
}

@media (max-width:767px){
  .mhv2-availability-summary{
    width:calc(100% - 28px);
    min-height:18px;
    margin:6px auto 8px;
    padding:0 4px;
    font-size:11.5px;
    line-height:1.3;
  }
  .mhv2-availability-summary-mark{
    font-size:12px;
  }
}



/* ===== v0.1.1.45 ZIP HELPER + TALLER VIDEO CTA + SLIM AVAILABILITY BAR =====
   Focused refinement only:
   - restores the small gray ZIP helper below the ZIP field
   - gives the How Manivo Works CTA more vertical presence on desktop
   - relocates the dynamic ZIP availability message into a slim bordered bar
     directly below the trust strip, matching the approved visual direction
   - category rail, hero steps, ZIP eligibility logic and search behavior unchanged. */
.mhv2-zip-helper{
  margin:7px 2px 0;
  color:#7a838d;
  font-size:12px;
  line-height:1.3;
  font-weight:500;
}

@media (min-width:768px){
  .mhv2-control-video{
    min-height:82px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
  .mhv2-control-search-btn{
    min-height:68px;
  }

  /* Tighten the trust-to-availability relationship so the new status bar reads
     as a deliberate companion element rather than floating in the white space. */
  .mhv2-trust{
    margin-bottom:12px;
  }
}

.mhv2-availability-summary{
  width:min(1220px, calc(100% - 80px));
  max-width:1220px;
  min-height:44px;
  margin:0 auto 28px;
  padding:9px 16px;
  border:1px solid #d4e5e5;
  border-radius:9px;
  background:#fbfdfd;
  box-shadow:0 2px 8px rgba(8,42,86,.025);
  color:#40566f;
  font-size:14px;
  line-height:1.35;
  font-weight:500;
}
.mhv2-availability-summary-mark{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border:1.8px solid #738498;
  border-radius:50%;
  color:#738498;
  font-size:12px;
  line-height:1;
  font-weight:800;
}
.mhv2-availability-summary.is-available{
  color:#40566f;
}
.mhv2-availability-summary.is-available .mhv2-availability-summary-mark{
  border-color:#0b9a82;
  color:#0b9a82;
}
.mhv2-availability-summary.is-unavailable,
.mhv2-availability-summary.is-error{
  color:#85432f;
}
.mhv2-availability-summary.is-unavailable .mhv2-availability-summary-mark,
.mhv2-availability-summary.is-error .mhv2-availability-summary-mark{
  border-color:#b55a3f;
  color:#b55a3f;
}
.mhv2-availability-summary.is-checking,
.mhv2-availability-summary.is-checking .mhv2-availability-summary-mark{
  color:#68788a;
}
.mhv2-availability-summary.is-checking .mhv2-availability-summary-mark{
  border-color:#8a98a7;
}

@media (max-width:767px){
  .mhv2-zip-helper{
    margin-top:6px;
    font-size:11.5px;
  }
  .mhv2-availability-summary{
    width:calc(100% - 28px);
    min-height:40px;
    margin:7px auto 10px;
    padding:8px 12px;
    border-radius:8px;
    font-size:11.5px;
    line-height:1.3;
  }
  .mhv2-availability-summary-mark{
    width:18px;
    height:18px;
    font-size:10.5px;
  }
}


/* ===== v0.1.1.46 EXPLICIT ZIP SEARCH + LOCAL CATALOG FILTER =====
   New-customer flow:
   - typing never validates, filters, clears prior results, or scrolls
   - Search/Enter is enabled only for a complete 5-digit ZIP
   - an intentional search validates ZIP, updates the status bar, then smooth-scrolls
   - unavailable services and zero-result categories are hidden only after validation
   - a remembered, previously validated session ZIP restores without auto-scrolling. */
.mhv2-control-search-btn:disabled,
.mhv2-control-search-btn[aria-disabled="true"]{
  opacity:.46;
  cursor:not-allowed;
  box-shadow:none!important;
  filter:saturate(.7);
}

.mhv2-availability-summary{
  scroll-margin-top:96px;
}
.mhv2-availability-summary-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  min-width:0;
  text-align:left;
}
.mhv2-availability-summary-detail{
  color:#69798a;
  font-size:12px;
  line-height:1.3;
  font-weight:500;
}
.mhv2-availability-retry{
  flex:0 0 auto;
  margin-left:8px;
  padding:0;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:#0a715f;
  font:inherit;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
}
.mhv2-availability-retry:hover,
.mhv2-availability-retry:focus-visible{
  color:#075b4d;
}
.mhv2-availability-summary:not(.is-unavailable) .mhv2-availability-summary-copy{
  align-items:center;
  text-align:center;
}
.mhv2-availability-summary.is-unavailable{
  min-height:58px;
}

/* v0.1.1.33 intentionally kept unavailable items visible for browse-first mode.
   The html state below is only added after a completed explicit ZIP search and
   therefore safely overrides that earlier presentation. */
html.mhv2-zip-filter-active .manivo-v2-service-row.mhv2-zip-unavailable,
html.mhv2-zip-filter-active .manivo-service-search-result.mhv2-zip-unavailable,
html.mhv2-zip-filter-active .manivo-service-group.mhv2-zip-unavailable-group,
html.mhv2-zip-filter-active .mhv2-existing-cat-item.mhv2-zip-unavailable,
html.mhv2-zip-filter-active .mhv2-zip-unavailable-wrap,
.manivo-service-category-tab.mhv2-zip-category-unavailable{
  display:none!important;
}

@media (max-width:767px){
  .mhv2-availability-summary{
    scroll-margin-top:74px;
  }
  .mhv2-availability-summary.is-unavailable{
    min-height:64px;
    flex-wrap:wrap;
    justify-content:flex-start;
    column-gap:8px;
    row-gap:5px;
  }
  .mhv2-availability-summary-copy{
    flex:1 1 calc(100% - 30px);
  }
  .mhv2-availability-summary-detail{
    font-size:11px;
  }
  .mhv2-availability-retry{
    margin-left:26px;
    font-size:11.5px;
  }
}

/* ===== v0.1.1.48 SEARCH ABOVE DIVIDER + FULL-WIDTH VIDEO CTA =====
   Focused visual-only refinement requested from the approved concept:
   - Search sits above the existing gray divider
   - How Manivo Works spans the full control-panel width below the divider
   - no other hero, ZIP, availability, filtering, category, or service behavior changes. */
.mhv2-control-search-row{
  display:flex;
  justify-content:flex-start;
  width:100%;
  margin-top:18px;
}
.mhv2-control-search-row .mhv2-control-search-btn{
  width:min(230px, 42%);
}
.mhv2-control-video-row{
  width:100%;
}
.mhv2-control-video-row .mhv2-control-video{
  width:100%!important;
  max-width:none!important;
}

@media (max-width:767px){
  .mhv2-control-search-row{
    margin-top:14px;
  }
  .mhv2-control-search-row .mhv2-control-search-btn{
    width:100%;
  }
}

/* ===== v0.1.1.49 CENTER VIDEO CTA + TIGHTER SEARCH SPACING =====
   Focused visual-only refinement:
   - centers the How Manivo Works icon/copy group within the full-width button
   - reduces the vertical gap between the search/ZIP row and Search button
   - no behavior, availability, filtering, category, service, trust-strip, or hero-step changes. */
.mhv2-control-video-row .mhv2-control-video{
  justify-content:center;
}
.mhv2-control-video-row .mhv2-control-video-copy{
  text-align:left;
}

@media (min-width:768px){
  .mhv2-control-search-row{
    margin-top:6px;
  }
}

@media (max-width:767px){
  .mhv2-control-search-row{
    margin-top:8px;
  }
}

/* ===== v0.1.1.51 ZIP GATE VISUAL POLISH =====
   Focused popup-only refinement based on the approved visual reference:
   - stronger branded header with location icon
   - cleaner close control, divider, ZIP field, and primary CTA
   - subtle reassurance note below the CTA
   - removes the separate Continue browsing button from markup
   - no ZIP eligibility, catalog, search, filtering, or booking behavior changes. */
.mhv2-zip-gate-backdrop{
  background:rgba(7,35,70,.62);
  -webkit-backdrop-filter:blur(1.5px);
  backdrop-filter:blur(1.5px);
}

.mhv2-zip-gate-card{
  width:min(520px, 100%);
  border:1px solid rgba(11,49,95,.06);
  border-radius:22px;
  padding:34px 38px 30px;
  box-shadow:0 28px 80px rgba(4,30,63,.28);
}

.mhv2-zip-gate-intro{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  align-items:start;
  gap:22px;
  padding-right:42px;
}

.mhv2-zip-gate-pin{
  width:84px;
  height:84px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff5dc;
  color:#f2a900;
}

.mhv2-zip-gate-pin svg{
  width:45px;
  height:45px;
  fill:currentColor;
}

.mhv2-zip-gate-card .mhv2-zip-gate-intro h3{
  margin:6px 0 9px !important;
  padding:0 !important;
  color:#0b315f;
  font-size:28px;
  font-weight:800;
  line-height:1.12;
  letter-spacing:-.4px;
}

.mhv2-zip-gate-card .mhv2-zip-gate-intro p{
  margin:0;
  color:#526170;
  font-size:15px;
  line-height:1.48;
}

.mhv2-zip-gate-close{
  top:20px;
  right:20px;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid #dce4ec;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#0b315f;
  font-size:27px;
  font-weight:400;
  line-height:1;
  box-shadow:0 4px 14px rgba(11,49,95,.07);
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}

.mhv2-zip-gate-close:hover,
.mhv2-zip-gate-close:focus-visible{
  background:#f7f9fb;
  border-color:#bdc9d6;
}

.mhv2-zip-gate-close:active{
  transform:scale(.97);
}

.mhv2-zip-gate-divider{
  height:1px;
  margin:26px 0 25px;
  background:#e2e8ef;
}

.mhv2-zip-gate-field{
  margin-bottom:0;
}

.mhv2-zip-gate-field span{
  margin-bottom:8px;
  color:#0b315f;
  font-size:14px;
  font-weight:800;
}

.mhv2-zip-gate-field input{
  height:58px;
  border:1px solid #cbd6e2;
  border-radius:12px;
  padding:0 18px;
  background:#fff;
  color:#26384b;
  font-size:18px;
  box-shadow:0 2px 5px rgba(11,49,95,.04);
}

.mhv2-zip-gate-field input::placeholder{
  color:#9aa7b4;
}

.mhv2-zip-gate-status{
  min-height:18px;
  margin:7px 0 8px;
  font-size:12.5px;
  line-height:1.35;
}

.mhv2-zip-gate-submit{
  position:relative;
  width:100%;
  min-height:60px;
  padding:0 64px 0 24px;
  border:0;
  border-radius:11px;
  background:#183f70;
  color:#fff;
  font-size:17px;
  font-weight:800;
  line-height:1.2;
  box-shadow:0 7px 18px rgba(11,49,95,.16);
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}

.mhv2-zip-gate-submit::after{
  content:'→';
  position:absolute;
  top:50%;
  right:28px;
  transform:translateY(-53%);
  color:#fff;
  font-size:31px;
  font-weight:300;
  line-height:1;
}

.mhv2-zip-gate-submit:hover:not(:disabled),
.mhv2-zip-gate-submit:focus-visible:not(:disabled){
  background:#12365f;
  box-shadow:0 9px 22px rgba(11,49,95,.21);
}

.mhv2-zip-gate-submit:active:not(:disabled){
  transform:translateY(1px);
}

.mhv2-zip-gate-submit:disabled{
  opacity:.72;
}

.mhv2-zip-gate-note{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:start;
  gap:12px;
  margin-top:21px;
  color:#5c6978;
  font-size:14px;
  line-height:1.45;
}

.mhv2-zip-gate-shield{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f2a900;
}

.mhv2-zip-gate-shield svg{
  width:27px;
  height:27px;
  fill:currentColor;
}

@media (max-width:767px){
  .mhv2-zip-gate{
    padding:12px;
  }

  .mhv2-zip-gate-card{
    width:100%;
    border-radius:20px 20px 15px 15px;
    padding:26px 22px 23px;
  }

  .mhv2-zip-gate-intro{
    grid-template-columns:64px minmax(0,1fr);
    gap:15px;
    padding-right:38px;
  }

  .mhv2-zip-gate-pin{
    width:64px;
    height:64px;
  }

  .mhv2-zip-gate-pin svg{
    width:35px;
    height:35px;
  }

  .mhv2-zip-gate-card .mhv2-zip-gate-intro h3{
    margin-top:3px !important;
    font-size:23px;
    line-height:1.12;
  }

  .mhv2-zip-gate-card .mhv2-zip-gate-intro p{
    font-size:13.5px;
  }

  .mhv2-zip-gate-close{
    top:16px;
    right:16px;
    width:40px;
    height:40px;
    font-size:24px;
  }

  .mhv2-zip-gate-divider{
    margin:22px 0 21px;
  }

  .mhv2-zip-gate-field input{
    height:54px;
    font-size:17px;
  }

  .mhv2-zip-gate-submit{
    min-height:56px;
    font-size:16px;
  }

  .mhv2-zip-gate-note{
    margin-top:18px;
    font-size:13px;
  }
}


/* ===== v0.1.1.52 SELECT SERVICES → BROWSE BY CATEGORY =====
   Functional affordance only; existing card/step visual styling is preserved. */
.mhv2 [data-mhv2-browse-jump]{
  cursor:pointer;
}
.mhv2 [data-mhv2-browse-jump]:focus-visible{
  outline:3px solid rgba(13,148,136,.35);
  outline-offset:4px;
}
