
.hm-tabs{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
.hm-tab{
  background:#fff; border:1.5px solid #EAE2D4; border-radius:999px;
  padding:9px 15px; min-height:44px; font:inherit; font-weight:700; font-size:.85rem;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important; cursor:pointer;
}
.hm-tab.on{ background:#5E7E57; border-color:#5E7E57; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.hm-tab:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }
.hm-step{
  display:flex; align-items:center; gap:10px; padding:11px 0; border-bottom:1px solid #F4F1E8;
  color:#4a4a44 !important; -webkit-text-fill-color:#4a4a44 !important;
}
.hm-step:last-child{ border-bottom:none; }
.hm-step-n{
  flex:none; width:26px; height:26px; border-radius:50%; display:grid; place-items:center;
  background:#EAF1E4; font-size:.76rem; font-weight:800;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important;
}
.hm-days{ display:flex; gap:5px; flex-wrap:wrap; margin:12px 0; }
.hm-day{
  width:40px; height:40px; border-radius:50%; border:1.5px solid #EAE2D4; background:#fff;
  font:inherit; font-weight:800; font-size:.72rem; cursor:pointer; min-height:40px;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important;
}
.hm-day.on{ background:#7d9e77; border-color:#7d9e77; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.hm-day:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }
.hm-gentle{
  font-size:.82rem; font-style:italic; margin:0 0 14px;
  color:#a8a496 !important; -webkit-text-fill-color:#a8a496 !important;
}
.hm-clean{ display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:12px 0; border-bottom:1px solid #F4F1E8; flex-wrap:wrap; }
.hm-clean:last-child{ border-bottom:none; }
.hm-clean b{ font-size:.95rem; color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
.hm-clean .freq{
  font-size:.72rem; font-weight:700; border-radius:999px; padding:3px 9px; background:#F4F1E8;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important; margin-left:8px;
}
