
/* Clearly Clean V17 ROOT HOTFIX
   Loaded directly from /public_html so it does not depend on assets/site.css being replaced.
*/

:root{
  --cc-navy:#071a2d;
  --cc-blue:#2ca7df;
  --cc-blue2:#168fca;
  --cc-sky:#eef9fe;
  --cc-line:#d8e7ef;
  --cc-muted:#587084;
  --cc-shadow:0 18px 50px rgba(7,26,45,.12);
}

/* ---------- REAL WORK / GALLERY ---------- */

.work-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:1040px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.work-tile,
.work-tile.tall,
.work-tile.wide{
  position:relative!important;
  display:block!important;
  grid-row:auto!important;
  grid-column:auto!important;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  overflow:hidden!important;
  border-radius:16px!important;
  border:1px solid var(--cc-line)!important;
  background:#d9ecf5!important;
  text-decoration:none!important;
}

.work-tile img,
.work-tile.tall img,
.work-tile.wide img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  display:block!important;
}

.work-tile:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(to top,rgba(5,24,41,.82),rgba(5,24,41,.06) 62%)!important;
  z-index:1!important;
}

.work-tile-copy{
  position:absolute!important;
  z-index:2!important;
  left:13px!important;
  right:13px!important;
  bottom:12px!important;
  color:#fff!important;
  line-height:1.15!important;
}

.work-tile-copy span{
  display:block!important;
  color:#91dcfa!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

.work-tile-copy strong{
  display:block!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  margin-top:4px!important;
}

/* Instagram should be a compact social strip, not giant images. */
.social-proof-band{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:22px!important;
  background:linear-gradient(135deg,#071a2d,#143f64)!important;
  color:#fff!important;
  border-radius:24px!important;
  padding:28px 30px!important;
}

.social-proof-band h2{color:#fff!important}
.social-proof-band p{color:#d5e9f4!important;font-size:14px!important}

.instagram-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--cc-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

.instagram-link svg{
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  max-width:15px!important;
  flex:0 0 15px!important;
}

.instagram-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:7px!important;
  max-width:720px!important;
  margin:16px auto 0!important;
}

.instagram-grid a{
  position:relative!important;
  display:block!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border-radius:12px!important;
  border:1px solid var(--cc-line)!important;
}

.instagram-grid img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  display:block!important;
}

.instagram-grid a:after{
  content:"↗"!important;
  position:absolute!important;
  right:6px!important;
  top:6px!important;
  display:grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  border-radius:50%!important;
  background:rgba(7,26,45,.78)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}

.social-proof-row{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:14px!important;
}

.social-pill{
  border:1px solid var(--cc-line)!important;
  background:#fff!important;
  border-radius:999px!important;
  padding:7px 10px!important;
  font-size:10px!important;
  font-weight:900!important;
  color:var(--cc-navy)!important;
}

/* Service-page recent work. */
.real-work-strip{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  max-width:980px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.real-work-photo{
  position:relative!important;
  height:220px!important;
  min-height:220px!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#d8ebf4!important;
}

.real-work-photo img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}

.real-work-photo:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(to top,rgba(6,25,42,.68),transparent 58%)!important;
}

.real-work-caption{
  position:absolute!important;
  z-index:2!important;
  left:13px!important;
  right:13px!important;
  bottom:11px!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}

/* Dedicated gallery. */
.category-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}

.category-grid .work-tile,
.category-grid .work-tile.tall,
.category-grid .work-tile.wide{
  height:185px!important;
  min-height:185px!important;
  max-height:185px!important;
}

/* ---------- INSTANT QUOTE WIZARD ---------- */

.instant-quote-hero{
  padding:48px 0 24px!important;
  background:linear-gradient(180deg,#eef8fc 0%,#fff 100%)!important;
  border-bottom:1px solid var(--cc-line)!important;
}

.instant-quote-intro{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.instant-quote-intro h1{
  max-width:700px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(38px,5vw,58px)!important;
}

.instant-quote-intro .lead{
  max-width:680px!important;
  margin:14px auto 18px!important;
  font-size:16px!important;
}

.instant-quote-meta{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:14px 0 10px!important;
}

.instant-quote-meta span{
  padding:7px 10px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--cc-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
}

.instant-quote-section{
  padding:28px 0 64px!important;
}

.instant-quote-shell{
  display:block!important;
  max-width:820px!important;
  margin:0 auto!important;
  border:1px solid var(--cc-line)!important;
  border-radius:25px!important;
  background:#fff!important;
  box-shadow:var(--cc-shadow)!important;
  overflow:hidden!important;
}

.instant-progress-wrap{
  display:block!important;
  padding:17px 24px 0!important;
  background:#fff!important;
}

.instant-progress-copy{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  margin-bottom:9px!important;
  color:var(--cc-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
}

.instant-progress{
  display:block!important;
  height:7px!important;
  border-radius:999px!important;
  background:#e9f2f6!important;
  overflow:hidden!important;
}

.instant-progress span{
  display:block!important;
  width:20%;
  height:100%!important;
  border-radius:999px!important;
  background:var(--cc-blue)!important;
}

.instant-step{
  display:none!important;
  padding:28px 30px 22px!important;
}

.instant-step.is-active{
  display:block!important;
}

.instant-step-head{
  display:block!important;
  max-width:700px!important;
  margin:0 0 20px!important;
}

.instant-step-head h2{
  margin:4px 0 7px!important;
  font-size:clamp(27px,4vw,38px)!important;
  color:var(--cc-navy)!important;
}

.instant-step-head p{
  margin:0!important;
  color:var(--cc-muted)!important;
  font-size:14px!important;
}

.instant-choice-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

.instant-choice-grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.instant-choice-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.instant-choice{
  position:relative!important;
  display:block!important;
  cursor:pointer!important;
  margin:0!important;
}

.instant-choice input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}

.instant-choice span{
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:84px!important;
  padding:15px!important;
  border:2px solid var(--cc-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  transition:.15s ease!important;
}

.instant-choice strong{
  color:var(--cc-navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

.instant-choice small{
  color:var(--cc-muted)!important;
  font-size:11px!important;
  line-height:1.4!important;
}

.instant-choice input:checked + span{
  border-color:var(--cc-blue)!important;
  background:var(--cc-sky)!important;
  box-shadow:0 0 0 3px rgba(44,167,223,.10)!important;
}

.instant-choice.compact span{
  min-height:65px!important;
  padding:12px!important;
}

.instant-question{
  padding:15px 0!important;
  border-top:1px solid var(--cc-line)!important;
}

.instant-question:first-of-type{
  border-top:0!important;
  padding-top:0!important;
}

.instant-question h3{
  margin:0 0 5px!important;
  color:var(--cc-navy)!important;
  font-size:17px!important;
}

.instant-question>p{
  margin:0 0 12px!important;
  color:var(--cc-muted)!important;
  font-size:12px!important;
}

.pane-counter{
  display:grid!important;
  grid-template-columns:56px minmax(145px,220px) 56px!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:9px!important;
  margin:24px auto 16px!important;
}

.pane-btn{
  display:block!important;
  min-height:56px!important;
  border:0!important;
  border-radius:14px!important;
  background:var(--cc-navy)!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.pane-value-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:7px 12px!important;
  border:2px solid var(--cc-blue)!important;
  border-radius:14px!important;
  background:#fff!important;
}

.pane-value-wrap input{
  width:82px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  text-align:right!important;
  color:var(--cc-navy)!important;
  font-size:26px!important;
  font-weight:900!important;
}

.pane-value-wrap span{
  color:var(--cc-muted)!important;
  font-size:12px!important;
  font-weight:900!important;
}

.pane-help{
  max-width:560px!important;
  margin:0 auto!important;
  padding:13px 15px!important;
  border:1px solid #c9e9f6!important;
  border-radius:15px!important;
  background:var(--cc-sky)!important;
}

.pane-help p{
  margin:3px 0 0!important;
  color:var(--cc-muted)!important;
  font-size:12px!important;
}

.instant-contact-gate{
  padding:20px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:18px!important;
  background:#fbfdfe!important;
}

.instant-contact-gate .form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}

.instant-contact-gate .field.full{
  grid-column:1/-1!important;
}

.instant-contact-gate .field label{
  display:block!important;
  margin-bottom:6px!important;
  color:var(--cc-navy)!important;
  font-size:12px!important;
  font-weight:900!important;
}

.instant-contact-gate input,
.instant-contact-gate select,
.instant-contact-gate textarea{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:48px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  background:#fff!important;
  color:var(--cc-navy)!important;
  font:inherit!important;
  font-size:14px!important;
}

.instant-contact-gate textarea{
  min-height:100px!important;
  resize:vertical!important;
}

.instant-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin-top:15px!important;
  padding:12px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:12px!important;
  background:#fff!important;
}

.instant-consent input{
  flex:none!important;
  width:17px!important;
  height:17px!important;
  min-height:0!important;
  margin-top:2px!important;
}

.instant-consent span{
  color:var(--cc-muted)!important;
  font-size:11px!important;
  line-height:1.45!important;
}

.instant-unlock{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-top:15px!important;
  padding-top:15px!important;
  border-top:1px solid var(--cc-line)!important;
}

.instant-unlock span{
  display:block!important;
  color:var(--cc-muted)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.instant-unlock strong{
  display:block!important;
  margin-top:3px!important;
  color:var(--cc-navy)!important;
  font-size:13px!important;
}

.instant-nav{
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:16px 30px 20px!important;
  border-top:1px solid var(--cc-line)!important;
  background:#fbfdfe!important;
}

.instant-nav .btn{
  min-width:115px!important;
}

.instant-validation{
  min-height:20px!important;
  padding:0 30px!important;
  color:#9b2f2f!important;
  font-size:12px!important;
  font-weight:900!important;
}

.instant-disclaimer,
.instant-result-note{
  box-sizing:border-box!important;
  max-width:820px!important;
  margin:16px auto 0!important;
  padding:14px 16px!important;
  border:1px solid #c9e9f6!important;
  border-radius:14px!important;
  background:var(--cc-sky)!important;
  color:#36586f!important;
  font-size:12px!important;
  line-height:1.5!important;
}

/* ---------- PERSISTENT CALL / TEXT / QUOTE ---------- */

.sticky{display:none!important}

.cc-contact-dock,
.contact-dock{
  position:fixed!important;
  z-index:9999!important;
  right:18px!important;
  bottom:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:7px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(7,26,45,.20)!important;
}

.cc-contact-dock-number,
.contact-dock-number{
  padding:3px 8px 3px 6px!important;
  line-height:1.15!important;
}

.cc-contact-dock-number span,
.contact-dock-number span{
  display:block!important;
  color:var(--cc-muted)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.cc-contact-dock-number strong,
.contact-dock-number strong{
  display:block!important;
  margin-top:2px!important;
  color:var(--cc-navy)!important;
  font-size:12px!important;
}

.cc-contact-action,
.contact-action{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:52px!important;
  min-height:40px!important;
  padding:0 10px!important;
  border:1px solid var(--cc-line)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--cc-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

.cc-contact-action.cc-quote,
.contact-action.contact-quote{
  border-color:var(--cc-blue)!important;
  background:var(--cc-blue)!important;
  color:#fff!important;
}

/* ---------- RESPONSIVE ---------- */

@media(max-width:1000px){
  .work-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .social-proof-band{grid-template-columns:1fr!important}
}

@media(max-width:700px){
  .work-grid,
  .category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .work-tile,
  .work-tile.tall,
  .work-tile.wide,
  .category-grid .work-tile{
    height:150px!important;
    min-height:150px!important;
    max-height:150px!important;
  }

  .instagram-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    max-width:100%!important;
  }

  .real-work-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .real-work-photo{
    height:165px!important;
    min-height:165px!important;
  }

  .instant-quote-hero{padding:38px 0 20px!important}
  .instant-quote-intro h1{font-size:36px!important}
  .instant-step{padding:22px 18px 18px!important}
  .instant-progress-wrap{padding:14px 18px 0!important}
  .instant-choice-grid,
  .instant-choice-grid.three,
  .instant-choice-grid.two{
    grid-template-columns:1fr!important;
  }

  .instant-choice span{min-height:66px!important}
  .instant-contact-gate .form-grid{grid-template-columns:1fr!important}
  .instant-contact-gate .field.full{grid-column:auto!important}
  .instant-unlock{align-items:stretch!important;flex-direction:column!important}
  .instant-unlock .btn{width:100%!important}
  .instant-nav{padding:14px 18px 18px!important}
  .instant-nav .btn{flex:1!important;min-width:0!important}

  body{padding-bottom:64px!important}

  .cc-contact-dock,
  .contact-dock{
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:auto!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    padding:7px 8px!important;
    justify-content:stretch!important;
  }

  .cc-contact-dock-number,
  .contact-dock-number{
    display:none!important;
  }

  .cc-contact-action,
  .contact-action{
    flex:1!important;
    min-width:0!important;
    min-height:45px!important;
    font-size:12px!important;
  }
}


/* ==========================================================
   V18 — whole-site consistency + customer-facing polish
   ========================================================== */
footer{margin-top:0!important}
.final-cta{padding:54px 0 64px!important}
.final-cta .cta{padding:44px 38px!important}
.cta h2 + .btn{margin-top:22px!important}
.cta .lead{max-width:720px;margin:16px auto 22px!important}
.cta .hero-ctas{margin-top:22px}
.plan-grid{padding-top:16px}
.plan{height:100%;display:flex;flex-direction:column}
.plan p{margin-bottom:8px}
.plan ul{margin-top:10px}
.plan.pop{border:2px solid var(--blue)!important;box-shadow:0 16px 38px rgba(44,167,223,.16)!important}
.badge{top:-15px!important;min-width:108px;text-align:center;letter-spacing:.06em}
.about-truck{object-position:center 69%!important}
.gutter-before-after img{height:360px!important}
.card h3,.detail-card h3,.promise-item h3{margin-bottom:8px}
@media(max-width:700px){
  .final-cta{padding:38px 0 48px!important}
  .final-cta .cta{padding:30px 20px!important}
  .gutter-before-after img{height:260px!important}
}


/* ==========================================================
   V19 — PPC conversion pass + brighter homepage hero + terms
   ========================================================== */

/* Brighter homepage hero while keeping the copy readable. */
.home-hero-photo{
  background-image:
    linear-gradient(90deg,
      rgba(5,20,36,.72) 0%,
      rgba(5,20,36,.58) 42%,
      rgba(5,20,36,.18) 72%,
      rgba(5,20,36,.07) 100%),
    url("assets/drive-home-hero.webp")!important;
  background-position:center 52%!important;
}
.home-hero-photo:after{
  background:linear-gradient(to top,rgba(7,26,45,.20),transparent 42%)!important;
}
.home-hero-photo h1{
  text-shadow:0 3px 26px rgba(0,0,0,.30)!important;
}
.home-hero-photo .lead{
  color:#f1f8fb!important;
  text-shadow:0 1px 12px rgba(0,0,0,.25);
}
.home-hero-conversion-note{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:14px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.home-hero-conversion-note span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.home-offer-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:15px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:900;
  backdrop-filter:blur(8px);
}

/* Stronger trust strip for PPC traffic. */
.trust-strip .trust strong{
  font-size:18px;
}
.trust-strip .trust span{
  font-size:11px;
}

/* Reduce decision friction around quote forms. */
.quote-fast-note{
  margin:0 0 15px;
  padding:11px 13px;
  border:1px solid #cfe8f3;
  border-radius:12px;
  background:#f2fbff;
  color:#335870;
  font-size:12px;
  font-weight:800;
}
.form-card .btn-primary{
  min-height:52px;
  font-size:13px;
}

/* PPC-friendly mini trust row for service heroes. */
.hero-trust-line{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.hero-trust-line span{
  padding:7px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:10px;
  font-weight:900;
}
.home-hero-photo .hero-trust-line span{
  border-color:rgba(255,255,255,.22);
  background:rgba(5,24,41,.50);
  color:#fff;
}

/* Terms page */
.terms-hero{
  padding:54px 0 30px;
  background:linear-gradient(180deg,#eef9fe,#fff);
  border-bottom:1px solid var(--line);
}
.terms-hero .section-head{
  max-width:900px;
  margin-bottom:0;
}
.terms-wrap{
  max-width:980px;
  margin:0 auto;
  padding:42px 0 70px;
}
.terms-intro{
  margin-bottom:24px;
  padding:18px 20px;
  border:1px solid #cfe8f3;
  border-radius:16px;
  background:#f4fbfe;
  color:var(--muted);
}
.terms-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.term-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,26,45,.05);
}
.term-card.full{
  grid-column:1/-1;
}
.term-card h2{
  font-size:22px;
  margin:0 0 9px;
}
.term-card h3{
  font-size:16px;
  margin:18px 0 7px;
}
.term-card p,
.term-card li{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.term-card ul{
  margin:8px 0 0;
  padding-left:20px;
}
.terms-contact{
  margin-top:24px;
  padding:26px;
  border-radius:20px;
  background:var(--navy);
  color:#fff;
}
.terms-contact h2,
.terms-contact p,
.terms-contact a{
  color:#fff;
}
.footer-legal{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px 18px;
}
.footer-legal a{
  color:#dceaf3;
  font-size:11px;
  font-weight:800;
}
.footer-legal span{
  color:#87a1b3;
  font-size:11px;
}

@media(max-width:700px){
  .home-hero-photo{
    background-image:
      linear-gradient(90deg,
        rgba(5,20,36,.68) 0%,
        rgba(5,20,36,.52) 58%,
        rgba(5,20,36,.17) 100%),
      url("assets/drive-home-hero.webp")!important;
  }
  .terms-grid{
    grid-template-columns:1fr;
  }
  .term-card.full{
    grid-column:auto;
  }
}


/* ==========================================================
   V20 — final hero spacing + construction/gutter consistency
   ========================================================== */

.home-hero-proof-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:17px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.home-hero-proof-row .stars{
  color:#ffc247;
  letter-spacing:1px;
  font-size:15px;
}
.home-hero-proof-row .proof-divider{
  width:1px;
  height:15px;
  background:rgba(255,255,255,.30);
}
.home-offer-pill{
  display:inline-flex!important;
  align-items:center!important;
  margin-top:13px!important;
  padding:9px 13px!important;
  border-radius:12px!important;
  line-height:1.35;
  max-width:100%;
}
.home-offer-pill strong{
  margin-right:5px;
}
.hero-phone-line{
  margin:11px 0 0;
  color:#eef7fb;
  font-size:12px;
  font-weight:800;
}
.hero-phone-line a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
}
/* Hide older redundant proof rows in case browser still has mixed markup during deployment. */
.home-hero-conversion-note,
.home-hero-photo .trust-inline,
.home-hero-photo .home-hero-proof{
  display:none!important;
}

/* Construction capability list — make the purpose obvious. */
.construction-capabilities .checks{
  margin-top:16px;
}
.construction-capabilities .checks div{
  font-size:14px;
}
.lift-cert-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(136,216,251,.14);
  border:1px solid rgba(136,216,251,.30);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

@media(max-width:700px){
  .home-hero-proof-row{
    gap:7px 10px;
  }
  .home-hero-proof-row .proof-divider{
    display:none;
  }
  .home-offer-pill{
    width:auto;
  }
}


/* ==========================================================
   V21 — real-photo corrections for exterior washing + screens
   ========================================================== */
.screen-feature-photo img{
  object-fit:cover;
  object-position:center;
}


/* V22 — final photo/copy consistency sweep */
.copy-tight{max-width:760px}


/* ==========================================================
   V23 — instant quote UX + county service areas
   ========================================================== */

/* Respect hidden state even though .btn uses display rules elsewhere. */
#instantNext[hidden]{
  display:none!important;
}

.instant-nav.is-final{
  justify-content:flex-start!important;
}

.instant-unlock .btn:disabled,
#instantSubmit:disabled{
  opacity:.45!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  transform:none!important;
}

.instant-result-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:18px!important;
  align-items:stretch!important;
}

.instant-result-actions .btn{
  width:100%!important;
  min-height:48px!important;
  padding:11px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.25!important;
}

.county-area-list{
  display:grid;
  gap:10px;
}

.county-area-list details{
  border:1px solid rgba(136,216,251,.28);
  border-radius:14px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.county-area-list summary{
  list-style:none;
  cursor:pointer;
  padding:15px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#fff;
  font-weight:900;
}

.county-area-list summary::-webkit-details-marker{
  display:none;
}

.county-area-list summary:after{
  content:"+";
  color:#88d8fb;
  font-size:20px;
  line-height:1;
}

.county-area-list details[open] summary:after{
  content:"−";
}

.county-area-list .county-city-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:0 15px 15px;
}

.county-area-list .county-city-list span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
  color:#e8f5fb;
  font-size:10px;
  font-weight:800;
}

.service-area-page-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.service-area-page-grid details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(7,26,45,.05);
}

.service-area-page-grid summary{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-size:20px;
  font-weight:900;
}

.service-area-page-grid summary::-webkit-details-marker{
  display:none;
}

.service-area-page-grid summary:after{
  content:"+";
  color:var(--blue);
  font-size:24px;
}

.service-area-page-grid details[open] summary:after{
  content:"−";
}

.service-area-page-grid .county-city-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 20px 20px;
}

.service-area-page-grid .county-city-list span{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#f7fbfd;
  color:var(--navy);
  font-size:11px;
  font-weight:800;
}

@media(max-width:760px){
  .instant-result-actions{
    grid-template-columns:1fr!important;
  }

  .service-area-page-grid{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   V24 — existing Clearly Clean mascot placement
   No generated artwork; existing mascot assets only.
   ========================================================== */

.nav{
  position:relative;
}

/* Small peeking mascot on the header edge, similar to the current site. */
.header-mascot-peek{
  position:absolute;
  left:86px;
  bottom:-25px;
  width:82px;
  height:82px;
  object-fit:cover;
  object-position:center;
  z-index:3;
  pointer-events:none;
  user-select:none;
}

/* Keep the logo and nav controls comfortably above/around the mascot. */
.logo,
.links,
.menu-btn{
  position:relative;
  z-index:4;
}

/* One additional mascot appearance on the homepage only. */
.home-final-cta{
  position:relative;
}

.home-final-cta .mascot-cta-buddy{
  position:absolute;
  right:28px;
  top:-48px;
  width:92px;
  height:92px;
  padding:5px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 28px rgba(7,26,45,.12);
  z-index:2;
  pointer-events:none;
  transform:rotate(2deg);
}

.home-final-cta .mascot-cta-buddy img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:17px;
}

@media(max-width:1040px){
  .header-mascot-peek{
    left:82px;
    width:74px;
    height:74px;
    bottom:-22px;
  }
}

@media(max-width:640px){
  .header-mascot-peek{
    left:66px;
    width:58px;
    height:58px;
    bottom:-17px;
  }

  .home-final-cta .mascot-cta-buddy{
    width:72px;
    height:72px;
    right:16px;
    top:-38px;
  }
}

@media(max-width:390px){
  .header-mascot-peek{
    width:52px;
    height:52px;
    left:60px;
    bottom:-15px;
  }
}


/* ==========================================================
   V25 — transparent header mascot
   Existing artwork only; background removed in code.
   ========================================================== */

.header-mascot-peek{
  width:88px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  bottom:-25px!important;
  filter:drop-shadow(0 5px 7px rgba(7,26,45,.16));
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}

@media(max-width:1040px){
  .header-mascot-peek{
    width:78px!important;
    height:auto!important;
    bottom:-22px!important;
  }
}

@media(max-width:640px){
  .header-mascot-peek{
    width:62px!important;
    height:auto!important;
    bottom:-18px!important;
  }
}

@media(max-width:390px){
  .header-mascot-peek{
    width:56px!important;
    height:auto!important;
    bottom:-16px!important;
  }
}


/* ==========================================================
   V26 — user-selected real photo updates
   ========================================================== */

/* Residential service-plan hero now uses a real job photo. */
.service-plan-hero-photo{
  overflow:hidden;
  border-radius:28px;
  min-height:430px;
  box-shadow:0 18px 42px rgba(7,26,45,.10);
}
.service-plan-hero-photo img{
  width:100%;
  height:100%;
  min-height:430px;
  display:block;
  object-fit:cover;
  object-position:center 48%;
}

/* Lift-certified section now uses a real boom-lift photo instead of a text panel. */
.lift-certified-band{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)!important;
  gap:34px!important;
  align-items:center!important;
}
.lift-certified-photo{
  overflow:hidden;
  border-radius:22px;
  min-height:360px;
  background:#081b30;
}
.lift-certified-photo img{
  width:100%;
  height:100%;
  min-height:360px;
  max-height:450px;
  display:block;
  object-fit:cover;
  object-position:center 38%;
}

/* User-supplied gutter before/after pair. */
.gutter-before-after-v26 img{
  height:430px!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:820px){
  .lift-certified-band{
    grid-template-columns:1fr!important;
  }
  .lift-certified-photo,
  .lift-certified-photo img{
    min-height:300px;
  }
  .service-plan-hero-photo,
  .service-plan-hero-photo img{
    min-height:330px;
  }
}

@media(max-width:640px){
  .gutter-before-after-v26 img{
    height:300px!important;
  }
}


/* ==========================================================
   V27 — user-selected residential photos + header mascot placement
   ========================================================== */

/* Homepage residential service card */
.home-residential-card-v27 img{
  object-position:center 58%!important;
}

/* Residential service-plan hero */
.service-plan-hero-photo-v27 img{
  object-position:center 48%!important;
}

/*
  Header mascot:
  - smaller
  - farther from the company logo
  - moved upward so the hands sit near the bottom edge of the header
    instead of the whole character hanging below it
*/
.header-mascot-peek{
  left:158px!important;
  width:64px!important;
  height:auto!important;
  bottom:-4px!important;
  filter:drop-shadow(0 4px 6px rgba(7,26,45,.14))!important;
}

@media(max-width:1040px){
  .header-mascot-peek{
    left:142px!important;
    width:58px!important;
    bottom:-4px!important;
  }
}

@media(max-width:700px){
  .header-mascot-peek{
    left:112px!important;
    width:50px!important;
    bottom:-3px!important;
  }
}

@media(max-width:430px){
  .header-mascot-peek{
    left:100px!important;
    width:46px!important;
    bottom:-2px!important;
  }
}


/* ==========================================================
   V30 — MOBILE HEADER ONLY
   Mascot left • logo centered • menu right
   Desktop/tablet layout above 640px is unchanged.
   ========================================================== */

@media(max-width:640px){

  header .nav{
    position:relative;
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-left:14px;
    padding-right:14px;
  }

  /* Center the main Clearly Clean logo independently of the menu button. */
  header .nav .logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    z-index:5!important;
    margin:0!important;
  }

  header .nav .logo img{
    height:54px!important;
    width:auto!important;
    display:block;
  }

  /* Put the peeking mascot on the far left, away from the centered logo. */
  header .header-mascot-peek{
    left:14px!important;
    right:auto!important;
    bottom:-8px!important;
    width:48px!important;
    height:auto!important;
    z-index:5!important;
    filter:drop-shadow(0 3px 5px rgba(7,26,45,.12))!important;
  }

  /* Keep Menu on the right. */
  header .menu-btn{
    display:block!important;
    position:relative!important;
    margin-left:auto!important;
    z-index:6!important;
    min-width:78px;
  }
}

@media(max-width:390px){
  header .nav{
    min-height:72px;
    padding-left:10px;
    padding-right:10px;
  }

  header .nav .logo img{
    height:50px!important;
  }

  header .header-mascot-peek{
    left:10px!important;
    width:44px!important;
    bottom:-7px!important;
  }

  header .menu-btn{
    min-width:72px;
    padding:8px 10px;
  }
}


/* ==========================================================
   V33 — conversion, mobile UX, accessibility polish
   ========================================================== */

.instant-cta-mobile{display:none;}

/* Clear keyboard focus for navigation and conversion controls. */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid #84d8ff;
  outline-offset:3px;
}

@media(max-width:700px){
  /* Keep the homepage hero focused and compact on phones. */
  .home-hero-photo{
    min-height:0!important;
    padding:38px 0 34px!important;
  }
  .home-hero-photo h1{
    margin-bottom:14px!important;
  }
  .home-hero-photo .lead{
    font-size:18px!important;
    line-height:1.48!important;
    margin-bottom:18px!important;
    max-width:100%!important;
  }
  .home-hero-photo .hero-ctas{
    gap:10px!important;
  }
  .home-hero-photo .hero-ctas .btn{
    min-height:54px!important;
  }
  .instant-cta-desktop{display:none;}
  .instant-cta-mobile{display:inline;}
  .home-hero-proof-row{
    margin-top:14px!important;
  }
  .home-offer-pill{
    margin-top:11px!important;
  }
  /* The fixed Call/Text/Quote dock already provides this action on mobile. */
  .hero-phone-line{
    display:none!important;
  }
}

@media(max-width:390px){
  .home-hero-photo{
    padding:34px 0 30px!important;
  }
  .home-hero-photo .lead{
    font-size:17px!important;
  }
}
