/* Opt-in contact alternatives for homeowner pages; ordinary directory cards stay shared. */
.hj-results.has-offramp>:not(#route-help){display:none!important}
#route-help section{padding:24px;border:1px solid #dcc8ad;border-radius:18px;background:#fffaf1}
#route-help h2{font-size:clamp(23px,3vw,30px);line-height:1.2;margin:0 0 16px}
#route-help p{line-height:1.65;margin:0 0 20px}
#route-help .button{display:inline-flex;min-height:44px;white-space:normal}
#route-help button{display:block;background:none;border:0;text-decoration:underline;color:inherit;font:inherit;min-height:44px;margin-top:12px;text-align:left;cursor:pointer}
#route-help :focus-visible{outline:3px solid #a94f29;outline-offset:4px}
@media(max-width:600px){#route-help section{padding:20px}#route-help .button{width:100%;justify-content:center}}
