/* Housefinan mega footer navigation — 2026-08-20 */
.hf-footer-main{
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.55fr)!important;
  gap:46px!important;
  align-items:start!important;
}
.hf-footer-mega{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:28px 24px;
  min-width:0;
  align-items:start;
}
.hf-footer-mega-group{min-width:0}
.hf-footer-mega-title{
  margin:0 0 13px;
  color:#24373b;
  font-size:12.5px;
  line-height:1.25;
  font-weight:860;
  letter-spacing:-.01em;
}
.hf-footer-mega-links{
  display:grid;
  gap:9px;
}
.hf-footer-mega-links a{
  position:relative;
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  align-items:flex-start;
  gap:6px;
  padding:2px 0;
  color:#59666b!important;
  font-size:11px!important;
  line-height:1.48!important;
  font-weight:690!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
  transition:color .18s ease,transform .18s ease;
}
.hf-footer-mega-links a:hover{
  color:#247e7f!important;
  transform:translateX(2px);
}
.hf-footer-mega-links a[aria-current="page"]{
  color:#1c6f70!important;
  font-weight:850!important;
}
.hf-footer-mega-links a[aria-current="page"]:before{
  content:"";
  flex:0 0 auto;
  width:5px;
  height:5px;
  margin-top:.52em;
  border-radius:50%;
  background:#58bdbc;
  box-shadow:0 0 0 3px rgba(88,189,188,.13);
}
.hf-footer-mega-links a:focus-visible{
  outline:3px solid rgba(83,181,180,.22);
  outline-offset:3px;
  border-radius:4px;
}
.hf-footer-directory-nav,
.hf-footer-mini-nav{margin-top:28px!important}
@media(max-width:900px){
  .hf-footer-main{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .hf-footer-brand-block p{max-width:42ch!important}
  .hf-footer-mega{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 22px}
}
@media(max-width:680px){
  .hf-footer-mega{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}
  .hf-footer-mega-title{margin-bottom:10px;font-size:12px}
  .hf-footer-mega-links{gap:8px}
  .hf-footer-mega-links a{font-size:10.8px!important;line-height:1.45!important}
}
@media(max-width:390px){
  .hf-footer-mega{grid-template-columns:1fr;gap:22px}
  .hf-footer-mega-group{
    padding-bottom:18px;
    border-bottom:1px solid #e1e8e8;
  }
  .hf-footer-mega-group:last-child{padding-bottom:0;border-bottom:0}
}
@media(prefers-reduced-motion:reduce){
  .hf-footer-mega-links a{transition:none!important}
}
