/* CLRBD V7 FINAL3 HOTFIX2 — 2026-08-09
   Public hero copy is locked to FINAL3 and CTA buttons sit ABOVE the headline. */

.hero .hero-copy{max-width:1040px!important}
.hero .hero-copy .kicker{margin-bottom:18px!important}
.hero .hero-actions-final3{
  margin:0 0 24px!important;
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
}
.hero .hero-actions-final3 .btn{min-width:170px!important;min-height:51px!important;padding-inline:24px!important}
.hero .hero-primary-action{box-shadow:0 12px 28px rgba(165,31,39,.22)!important}
.hero .hero-secondary-action{border-color:rgba(255,255,255,.58)!important;background:rgba(255,255,255,.06)!important}
.hero #hero-title{
  max-width:1000px!important;
  font-size:clamp(54px,7vw,92px)!important;
  line-height:.98!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
  margin:0 0 18px!important;
}
.hero .hero-lead{max-width:820px!important;margin:0!important}
.hero-practice-pills{display:none!important}

body.v7-final3-scrolled #v7-install-app{display:none!important}
#v7-install-app{transition:opacity .18s ease,transform .18s ease!important}

@media (hover:hover) and (pointer:fine) and (min-width:1121px){
  .service-mega .nav-submenu{transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}
}
@media(max-width:760px){
  .hero #hero-title{font-size:clamp(43px,13vw,62px)!important;line-height:1.01!important}
  .hero .hero-actions-final3{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;margin-bottom:22px!important}
  .hero .hero-actions-final3 .btn{min-width:0!important;width:100%!important;padding-inline:12px!important}
}
@media(max-width:430px){
  .hero #hero-title{font-size:clamp(40px,12vw,53px)!important}
  .hero .hero-actions-final3{grid-template-columns:1fr!important}
}
