/* Housefinan simple directory footer · multilingual — 2026-08-21
   Dense, scalable navigation inspired by large product footers: categories first, cards removed. */
.hf-footer--simple{
  padding:54px 0 34px!important;
  background:#f6f8f8!important;
}
.hf-footer--simple .hf-footer-inner{
  width:min(1320px,calc(100% - 56px))!important;
}
.hf-footer--simple .hf-footer-simple-head{
  padding-bottom:28px;
  border-bottom:1px solid #dfe6e6;
}
.hf-footer--simple .hf-footer-brand-block{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  min-width:0;
}
.hf-footer--simple .hf-footer-brand{
  flex:0 0 auto;
}
.hf-footer--simple .hf-footer-brand-block p{
  max-width:none!important;
  margin:0!important;
  color:#6d777b!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  font-weight:650!important;
}
.hf-footer--simple .hf-footer-language{
  flex:0 0 auto!important;
  margin:0 0 0 auto!important;
}
.hf-footer--simple .hf-footer-guides-shortcut{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  margin-left:8px;
  padding:8px 12px;
  border:1px solid #d9e5e5;
  border-radius:10px;
  background:#fff;
  color:#376b6d!important;
  font-size:11.5px;
  line-height:1;
  font-weight:800;
  text-decoration:none!important;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,color .18s ease;
}
.hf-footer--simple .hf-footer-guides-shortcut:hover{
  border-color:#a9d2d1;
  background:#f8fcfc;
  color:#1f7475!important;
  transform:translateY(-1px);
}
.hf-footer--simple .hf-footer-guides-shortcut[aria-current="page"]{
  border-color:#9bcecc;
  background:#ebf7f6;
  color:#1c6f70!important;
}
.hf-footer--simple .hf-footer-simple-grid{
  display:grid!important;
  grid-template-columns:1.2fr 1fr 1fr 1fr .92fr .88fr!important;
  gap:36px 34px!important;
  align-items:start;
  min-width:0;
  padding:38px 0 40px;
  border-bottom:1px solid #dfe6e6;
}
.hf-footer--simple .hf-footer-nav-column{
  display:grid;
  align-content:start;
  gap:30px;
  min-width:0;
}
.hf-footer--simple .hf-footer-stack-group{
  min-width:0;
}
.hf-footer--simple .hf-footer-stack-title{
  margin:0 0 14px!important;
  color:#26363a!important;
  font-size:13.5px!important;
  line-height:1.25!important;
  font-weight:880!important;
  letter-spacing:-.01em!important;
}
.hf-footer--simple .hf-footer-stack-title a{
  color:inherit!important;
  text-decoration:none!important;
}
.hf-footer--simple .hf-footer-stack-title a:hover{
  color:#237c7d!important;
}
.hf-footer--simple .hf-footer-stack-links{
  display:grid;
  gap:10px;
  min-width:0;
}
.hf-footer--simple .hf-footer-stack-links a{
  position:relative;
  display:inline-flex;
  align-items:flex-start;
  width:fit-content;
  max-width:100%;
  color:#606b70!important;
  font-size:12.25px!important;
  line-height:1.42!important;
  font-weight:650!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
  transition:color .16s ease,transform .16s ease;
}
.hf-footer--simple .hf-footer-stack-links a:hover{
  color:#247e7f!important;
  transform:translateX(2px);
}
.hf-footer--simple .hf-footer-stack-links a[aria-current="page"]{
  color:#1b7071!important;
  font-weight:850!important;
  padding-left:11px;
}
.hf-footer--simple .hf-footer-stack-links a[aria-current="page"]:before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#66bdbc;
  box-shadow:0 0 0 3px rgba(102,189,188,.14);
}
.hf-footer--simple .hf-footer-more{
  margin-top:2px;
  color:#2b7778!important;
  font-weight:820!important;
}
.hf-footer--simple .hf-footer-legal{
  margin-top:0!important;
  padding-top:26px!important;
  border-top:0!important;
}
.hf-footer--simple .hf-footer-legal p{
  max-width:none!important;
  color:#778085!important;
  font-size:9.7px!important;
  line-height:1.62!important;
}
.hf-footer--simple .hf-footer-legal p + p{
  margin-top:11px!important;
}
/* The old visual browser is intentionally absent in ES footers. */
.hf-footer--simple .hf-footer-browser,
.hf-footer--simple .hf-footer-directory-nav,
.hf-footer--simple .hf-footer-mini-nav{display:none!important}

@media(max-width:1180px){
  .hf-footer--simple .hf-footer-simple-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px 42px!important;
  }
}
@media(max-width:760px){
  .hf-footer--simple{
    padding:42px 0 30px!important;
  }
  .hf-footer--simple .hf-footer-inner{
    width:min(100% - 36px,1320px)!important;
  }
  .hf-footer--simple .hf-footer-brand-block{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:12px 18px!important;
  }
  .hf-footer--simple .hf-footer-brand-block p{
    grid-column:1 / -1;
    grid-row:2;
    max-width:44ch!important;
  }
  .hf-footer--simple .hf-footer-language{
    grid-column:2;
    grid-row:1;
    margin:0!important;
  }
  .hf-footer--simple .hf-footer-guides-shortcut{
    grid-column:1 / -1;
    width:fit-content;
    margin:2px 0 0!important;
  }
  .hf-footer--simple .hf-footer-simple-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px 28px!important;
    padding:32px 0 34px;
  }
  .hf-footer--simple .hf-footer-nav-column{
    gap:26px;
  }
}
@media(max-width:470px){
  .hf-footer--simple .hf-footer-inner{
    width:calc(100% - 30px)!important;
  }
  .hf-footer--simple .hf-footer-simple-head{
    padding-bottom:24px;
  }
  .hf-footer--simple .hf-footer-brand-block{
    grid-template-columns:1fr!important;
  }
  .hf-footer--simple .hf-footer-language{
    grid-column:1;
    grid-row:3;
    justify-self:start;
  }
  .hf-footer--simple .hf-footer-guides-shortcut{
    grid-column:1;
    grid-row:4;
  }
  .hf-footer--simple .hf-footer-simple-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:30px 0 32px;
  }
  .hf-footer--simple .hf-footer-nav-column{
    gap:28px;
    padding-bottom:0;
    border-bottom:0;
  }
  .hf-footer--simple .hf-footer-stack-title{
    margin-bottom:11px!important;
    font-size:13px!important;
  }
  .hf-footer--simple .hf-footer-stack-links{
    gap:9px;
  }
  .hf-footer--simple .hf-footer-stack-links a{
    font-size:12px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .hf-footer--simple .hf-footer-guides-shortcut,
  .hf-footer--simple .hf-footer-stack-links a{transition:none!important}
}

/* Multilingual compact footer: adapts to the number of populated categories. */
.hf-footer--simple .hf-footer-simple-grid.hf-footer-simple-grid--compact{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;}
.hf-footer--simple .hf-footer-afm{margin:0!important;flex:0 0 auto;}
@media(max-width:760px){.hf-footer--simple .hf-footer-afm{grid-column:1/-1;grid-row:auto;margin:2px 0 0!important;}}
@media(max-width:470px){.hf-footer--simple .hf-footer-afm{grid-column:1;}}
