/* Habineo Premium UI v0.67.9 — pricing card rebuild + radar card cleanup */

/* 1) Pricing path cards: cleaner spacing, readable copy, fixed price anchor */
.hb67-pricing-path__grid{
  max-width:1340px!important;
  margin:0 auto!important;
  gap:26px!important;
  align-items:stretch!important;
}
.hb67-pricing-path__grid article{
  position:relative!important;
  display:block!important;
  min-height:260px!important;
  padding:28px 28px 28px 108px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.hb67-pricing-path__grid article > span{
  position:absolute!important;
  top:18px!important;
  left:18px!important;
  width:72px!important;
  height:72px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:22px!important;
  font-size:18px!important;
  font-weight:800!important;
}
.hb67-pricing-path__grid article > div{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  padding:0 10px 70px 0!important;
}
.hb67-pricing-path__grid article strong,
.hb67-pricing-path__grid article p,
.hb67-pricing-path__grid article em{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb67-pricing-path__grid article strong{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.28!important;
}
.hb67-pricing-path__grid article p{
  margin:0!important;
  max-width:26ch!important;
  font-size:16px!important;
  line-height:1.68!important;
}
.hb67-pricing-path__grid article em{
  position:absolute!important;
  left:108px!important;
  right:28px!important;
  bottom:24px!important;
  margin:0!important;
  font-size:18px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1.25!important;
}

/* 2) Pricing guidance section: white premium cards with lift on hover */
.hb67-pricing-guidance.hb67-pricing-guidance--clean{
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:0!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  display:block!important;
}
.hb67-pricing-guidance--clean .hb67-section-heading{
  margin-bottom:26px!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items article{
  min-height:168px!important;
  padding:24px 24px 22px!important;
  border:1px solid #dfe5f2!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(35,43,76,.06)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items article:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 40px rgba(35,43,76,.1)!important;
  border-color:#cfcff8!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items strong,
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items p{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items strong{
  margin:0 0 12px!important;
  font-size:20px!important;
  line-height:1.3!important;
  color:#1d2a4d!important;
}
.hb67-pricing-guidance--clean .hb67-pricing-guidance__items p{
  margin:0!important;
  font-size:15.5px!important;
  line-height:1.62!important;
  color:#62708e!important;
}

/* 3) Radar main KPI cards at right of map */
.hb-radar__result-kpis article{
  min-height:152px!important;
  padding:24px 22px 20px!important;
  border-radius:22px!important;
}
.hb-radar__result-kpis article span,
.hb-radar__result-kpis article strong,
.hb-radar__result-kpis article small{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb-radar__result-kpis article span{
  margin:0 0 12px!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:800!important;
}
.hb-radar__result-kpis article strong{
  margin:0 0 10px!important;
  font-size:23px!important;
  line-height:1.15!important;
}
.hb-radar__result-kpis article small{
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.hb-radar__result-context{
  padding:26px 24px!important;
}
.hb-radar__result-context span{margin:0 0 10px!important}
.hb-radar__result-context strong{margin:0 0 8px!important;font-size:16px!important;line-height:1.35!important}
.hb-radar__result-context small{font-size:14px!important;line-height:1.55!important}

/* 4) Radar usage breakdown cards */
.hb-radar__score-breakdown article{
  min-height:142px!important;
  padding:22px 20px 18px!important;
  border-radius:20px!important;
}
.hb-radar__score-breakdown article span{margin:0 0 10px!important;font-size:16px!important;line-height:1.3!important}
.hb-radar__score-breakdown article small{font-size:14px!important;line-height:1.54!important}
.hb-radar__score-breakdown article strong{font-size:15px!important}

/* 5) Radar sources & trends cards */
.hb-radar__risk-grid article,
.hb-radar__trend-snapshot article,
.hb-radar__estimate-grid article,
.hb-radar__method-inline article{
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.hb-radar__risk-grid{
  gap:16px!important;
}
.hb-radar__risk-grid article{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  min-height:144px!important;
  padding:22px 20px 18px!important;
  border-radius:20px!important;
}
.hb-radar__risk-grid article span,
.hb-radar__risk-grid article strong,
.hb-radar__risk-grid article small{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb-radar__risk-grid article span{
  margin:0 0 12px!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.hb-radar__risk-grid article strong{
  margin:0 0 10px!important;
  font-size:21px!important;
  line-height:1.2!important;
}
.hb-radar__risk-grid article small{
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.hb-radar__trend-snapshot{
  gap:16px!important;
}
.hb-radar__trend-snapshot article{
  min-height:148px!important;
  padding:22px 20px 18px!important;
  border-radius:20px!important;
}
.hb-radar__trend-snapshot article span,
.hb-radar__trend-snapshot article strong,
.hb-radar__trend-snapshot article small{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb-radar__trend-snapshot article span{
  margin:0 0 12px!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.hb-radar__trend-snapshot article strong{
  margin:0 0 10px!important;
  font-size:21px!important;
  line-height:1.18!important;
}
.hb-radar__trend-snapshot article small{
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.hb-radar__estimate-grid{
  gap:16px!important;
}
.hb-radar__estimate-grid article{
  min-height:144px!important;
  padding:22px 20px 18px!important;
  border-radius:20px!important;
}
.hb-radar__estimate-grid article span,
.hb-radar__estimate-grid article strong,
.hb-radar__estimate-grid article small{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb-radar__estimate-grid article span{
  margin:0 0 12px!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:800!important;
}
.hb-radar__estimate-grid article strong{
  margin:0 0 10px!important;
  font-size:22px!important;
  line-height:1.18!important;
}
.hb-radar__estimate-grid article small{
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.hb-radar__live-context{
  padding:22px!important;
  border-radius:22px!important;
}
.hb-radar__live-context>div span,
.hb-radar__live-context>div strong,
.hb-radar__live-context li span,
.hb-radar__live-context li strong,
.hb-radar__live-context>small{
  overflow-wrap:anywhere!important;
}
.hb-radar__live-context li{
  padding:16px 16px 14px!important;
  min-height:88px!important;
  border-radius:18px!important;
}
.hb-radar__live-context li span{font-size:12px!important;line-height:1.35!important}
.hb-radar__live-context li strong{margin-top:8px!important;font-size:17px!important;line-height:1.25!important}
.hb-radar__live-context>small{font-size:13px!important;line-height:1.6!important}
.hb-radar__method-inline{
  gap:14px!important;
  align-items:stretch!important;
}
.hb-radar__method-inline article{
  display:grid!important;
  grid-template-columns:12px minmax(0,1fr)!important;
  gap:14px!important;
  padding:18px 18px 16px!important;
  border-radius:18px!important;
}
.hb-radar__method-inline strong,
.hb-radar__method-inline small{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.hb-radar__method-inline strong{margin:0 0 6px!important;font-size:16px!important;line-height:1.35!important}
.hb-radar__method-inline small{margin:0!important;font-size:14px!important;line-height:1.55!important}
.hb-radar__source-registry-link{
  margin:18px 0 0!important;
  text-align:right!important;
}
.hb-radar__source-registry-link a{
  display:inline-block!important;
  font-size:14px!important;
  line-height:1.5!important;
}

/* 6) Mobile */
@media(max-width:1100px){
  .hb67-pricing-guidance--clean .hb67-pricing-guidance__items{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  .hb67-pricing-path__grid article{
    min-height:230px!important;
    padding:24px 20px 24px 92px!important;
  }
  .hb67-pricing-path__grid article > span{
    top:16px!important;
    left:16px!important;
    width:60px!important;
    height:60px!important;
    border-radius:18px!important;
    font-size:16px!important;
  }
  .hb67-pricing-path__grid article > div{padding:0 2px 62px 0!important}
  .hb67-pricing-path__grid article strong{font-size:19px!important}
  .hb67-pricing-path__grid article p{font-size:15px!important;max-width:none!important}
  .hb67-pricing-path__grid article em{left:92px!important;right:20px!important;bottom:20px!important;font-size:17px!important}
  .hb67-pricing-guidance--clean .hb67-pricing-guidance__items article{min-height:0!important;padding:22px 20px 20px!important}
  .hb-radar__risk-grid article,
  .hb-radar__trend-snapshot article,
  .hb-radar__result-kpis article,
  .hb-radar__estimate-grid article,
  .hb-radar__score-breakdown article{min-height:0!important}
  .hb-radar__source-registry-link{text-align:left!important}
}
