
/* V18 — compact ~50% hero card + expanded instant filters */
.hero-panel{
  min-height:168px!important;
  padding:18px 24px!important;
  border-radius:21px!important;
  grid-template-columns:minmax(0,1.55fr) minmax(170px,.45fr)!important;
  align-items:center!important
}
.hero-badge{font-size:8px!important;padding:5px 8px!important;gap:5px!important}
.hero-copy h2{
  font-size:clamp(23px,2.25vw,34px)!important;
  line-height:1.04!important;
  max-width:760px!important;
  margin:9px 0 6px!important;
  letter-spacing:-.025em
}
.hero-copy p{
  max-width:800px!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  margin:0!important
}
.hero-search{
  max-width:760px!important;
  min-height:42px!important;
  margin-top:10px!important;
  padding:4px 5px 4px 12px!important;
  border-radius:12px!important;
  gap:6px!important
}
.hero-search input{padding:6px!important;font-size:10.5px!important}
.hero-search .btn{padding:9px 13px!important;border-radius:9px!important;font-size:9px!important;min-height:34px}
.quick-tags{
  margin-top:8px!important;
  gap:5px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  max-width:970px
}
.quick-tags button{
  padding:4px 8px!important;
  font-size:8px!important;
  line-height:1.15!important;
  border-radius:999px!important;
  transition:.18s ease!important
}
.quick-tags button:hover{
  background:#ffffff1c!important;
  border-color:#7db9ff77!important;
  transform:translateY(-1px)
}
.hero-visual{min-width:170px!important}
.radar-card{
  width:145px!important;
  height:145px!important;
  box-shadow:inset 0 0 28px #0005,0 0 32px #1d6ed52b!important
}
.radar-head{
  top:9px!important;
  width:calc(100% - 22px)!important;
  font-size:6.5px!important
}
.radar-head b{font-size:5.5px!important;padding:2px 4px!important}
.radar-head b i{width:4px!important;height:4px!important}
.radar-dot{width:5px!important;height:5px!important}
.radar-stat{padding:6px 9px!important;border-radius:9px!important}
.radar-stat strong{font-size:18px!important}
.radar-stat span{font-size:6.5px!important}
.hero-panel:after{
  width:230px!important;height:230px!important;
  right:-55px!important;bottom:-85px!important;
  box-shadow:0 0 0 36px #ffffff08,0 0 0 76px #ffffff05!important
}
.stat-grid{margin:12px 0!important;gap:10px!important}
.stat-card{padding:11px 13px!important;border-radius:14px!important;gap:10px!important}
.stat-icon{width:35px!important;height:35px!important;border-radius:10px!important}
.stat-card span{font-size:9px!important}
.stat-card strong{font-size:18px!important;margin:2px 0!important}
.stat-card small{font-size:7.5px!important}
@media(max-width:1100px){
  .hero-panel{grid-template-columns:1fr!important;min-height:auto!important}
  .hero-visual{display:none!important}
}
@media(max-width:760px){
  .hero-panel{padding:18px 16px!important;border-radius:18px!important}
  .hero-copy h2{font-size:25px!important}
  .hero-copy p{font-size:10px!important}
  .quick-tags{max-height:62px;overflow:auto;padding-bottom:2px}
}
