/* Home V10 Phase 5W — restore service/legal/operator links without reintroducing footer dead space. */
@media (max-width:820px){
  html[data-cardondo-home="v10-shell"] .homeV10Footer{
    width:calc(100% - 28px)!important;
    margin:18px auto calc(78px + env(safe-area-inset-bottom))!important;
    padding:15px 0 0!important;
    min-height:0!important;
    display:block!important;
    border-top:1px solid #ececea!important;
    color:#8a8f94!important;
    font-size:9px!important;
    line-height:1.4!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand{
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
    min-width:0!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand b{
    color:#555b60!important;
    font-size:10.5px!important;
    line-height:1.2!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand span{
    color:#90959a!important;
    font-size:8.5px!important;
    line-height:1.4!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 13px!important;
    margin-top:10px!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a{
    flex:0 0 auto!important;
    color:#666c72!important;
    font-size:9px!important;
    line-height:1.25!important;
    font-weight:700!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a[href="/privacy"]{
    color:#42484e!important;
    font-weight:900!important;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a[href="/admin"]{
    color:#969ba0!important;
  }
}

@media (max-width:390px){
  html[data-cardondo-home="v10-shell"] .homeV10Footer{width:calc(100% - 24px)!important}
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks{gap:8px 11px!important}
}

@media (min-width:821px){
  html[data-cardondo-home="v10-shell"] .homeV10Footer{
    width:min(1180px,calc(100% - 48px));
    margin:28px auto 36px;
    padding:18px 0 0;
    border-top:1px solid #ececea;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    color:#8a8f94;
  }
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand{display:flex;flex-direction:column;gap:4px}
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand b{color:#555b60;font-size:12px}
  html[data-cardondo-home="v10-shell"] .homeV10FooterBrand span{font-size:10px}
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks{display:flex;flex-wrap:wrap;gap:14px}
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a{color:#666c72;font-size:10px;font-weight:700;text-decoration:none}
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a[href="/privacy"]{font-weight:900;color:#42484e}
  html[data-cardondo-home="v10-shell"] .homeV10FooterLinks a[href="/admin"]{color:#969ba0}
}