
.buildInlineEstimateButton::before{content:"";display:block;width:28px;height:28px;margin-bottom:10px;border-radius:9px;background:url("/assets/brand/logo-receipt.png") center/contain no-repeat}
/* V31.5 – proof cleanup, logo pack integration, visitor-facing polish */
.footerBrandLogo{display:inline-flex;align-items:center;max-width:220px;margin-bottom:12px}
.footerBrandLogo img{width:100%;height:auto;display:block}

.buildHeroQuickRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.stepHintRow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}
.stepHintRow .modeLeadText{margin:0;flex:1 1 auto}

.helpBubble{position:relative;flex:0 0 auto}
.helpBubble summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(11,31,53,.14);background:#fff;color:#17324d;font-weight:900;font-size:16px;cursor:pointer;box-shadow:0 10px 22px rgba(11,31,53,.08)}
.helpBubble summary::-webkit-details-marker{display:none}
.helpBubble[open] summary{background:#17324d;color:#fff}
.helpBubble > div{position:absolute;right:0;top:calc(100% + 8px);width:min(360px,calc(100vw - 48px));padding:14px 15px;border-radius:18px;border:1px solid rgba(11,31,53,.12);background:#fff;box-shadow:0 18px 34px rgba(11,31,53,.12);color:#304559;font-size:14px;line-height:1.5;z-index:40}
.inlineHelpBubble > div{right:auto;left:0}
.buildHelpBubble > div{min-width:280px}

.visitorChip{background:#fff;border-color:rgba(11,31,53,.08);color:#17324d}
body.homePage .seoBandCard .chipRow{margin-top:10px}

@media (max-width:900px){
  body{padding-bottom:112px}
  .buildHeroQuickRow{align-items:center}
}

@media (max-width:780px){
  body.homePage .heroWrapV18 .heroImg{height:680px}
  body.homePage .heroContentRefined{max-width:none}
  body.homePage .heroContentRefined h1{max-width:10ch;font-size:clamp(26px,8.4vw,44px);line-height:1.02}
  body.homePage .heroContentRefined p{font-size:1rem;line-height:1.45;max-width:26ch}
  body.homePage .heroContentRefined .btnRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  body.homePage .heroContentRefined .btnRow > *{width:100%}
  body.homePage .heroContentRefined .btnRow > *:nth-child(3),
  body.homePage .heroContentRefined .btnRow > *:nth-child(4){grid-column:1 / -1}
  body.homePage .heroCompareBtn{min-height:56px}

  body.buildPage .heroWrapV18 .heroImg{height:320px}
  body.buildPage .heroContent{top:18px;left:18px;right:18px;max-width:none}
  body.buildPage .heroContent h1{font-size:clamp(26px,8vw,42px);line-height:1.03;max-width:11ch}
  body.buildPage .heroContent p{font-size:.98rem;line-height:1.45;max-width:28ch}
  body.buildPage .heroContent .btnRow{display:grid;grid-template-columns:1fr;gap:10px;max-width:280px}
  .bookHeroCompactRail{gap:8px}
  .buildHeroQuickRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}
  .buildTrustStrip{margin:0;gap:8px}
  .buildTrustStrip span{width:auto;justify-content:flex-start;padding:8px 10px;font-size:11px}
  .stepHintRow{align-items:center}
  .helpBubble > div{right:0;left:auto;width:min(320px,calc(100vw - 36px))}
  .inlineHelpBubble > div{left:0;right:auto}
  .buildAssuranceSection{margin-top:8px}
  .footerBrandLogo{max-width:190px}
}

@media (max-width:520px){
  body.homePage .heroWrapV18 .heroImg{height:720px}
  body.homePage .heroContentRefined h1{font-size:clamp(24px,8vw,40px)}
  body.homePage .heroContentRefined p{font-size:.95rem;max-width:24ch}
  body.buildPage .heroWrapV18 .heroImg{height:300px}
  .buildHeroQuickRow{grid-template-columns:1fr auto}
  .buildTrustStrip{display:flex;flex-wrap:wrap}
  .buildTrustStrip span{flex:0 1 auto}
}
