.ehc-wrap{padding-top:18px; padding-bottom:38px;}
.ehc-hero{background: linear-gradient(135deg, rgba(41,55,124,.95), rgba(120,184,64,.85)); border-radius:18px; padding:22px 22px; color:#fff; display:flex; align-items:flex-start; justify-content:space-between; gap:14px; box-shadow:0 18px 40px rgba(0,0,0,.12); margin-bottom:18px;}
.ehc-title{margin:0; font-weight:700; letter-spacing:.2px;}
.ehc-sub{margin:6px 0 0 0; opacity:.9; max-width:820px;}
.ehc-badge{background: rgba(255,255,255,.16); padding:10px 12px; border-radius:999px; font-weight:600; display:inline-flex; align-items:center; gap:8px;}
.ehc-stat{background:#fff; border-radius:16px; padding:14px 14px; margin-top:10px; box-shadow:0 10px 26px rgba(0,0,0,.06); border:1px solid rgba(0,0,0,.04);}
.ehc-stat-k{color:rgba(20,27,55,.65); font-weight:600; font-size:12px; text-transform:uppercase; letter-spacing:.6px;}
.ehc-stat-v{font-size:28px; font-weight:800; color:#0b1020; margin-top:4px;}
.ehc-panel{border-radius:16px; overflow:hidden; box-shadow:0 10px 26px rgba(0,0,0,.06); border:1px solid rgba(0,0,0,.04);}
.ehc-h{font-weight:800; margin-top:0; margin-bottom:12px;}
.ehc-list{list-style:none; padding-left:0; margin:0;}
.ehc-list li{padding:12px 0; border-bottom:1px solid rgba(0,0,0,.06);} 
.ehc-list li:last-child{border-bottom:none;}
.ehc-list-title{font-weight:700;}
.ehc-list-sub{color:rgba(20,27,55,.65);}
.ehc-card{background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:14px; padding:14px; margin-bottom:12px;}
.ehc-card-h{display:flex; align-items:flex-start; justify-content:space-between; gap:10px;}
.ehc-card-title{font-weight:800; font-size:16px;}
.ehc-card-sub{color:rgba(20,27,55,.7); margin-top:6px;}
.ehc-pill{background:rgba(41,55,124,.10); color:#29377C; padding:6px 10px; border-radius:999px; font-weight:700;}
.ehc-card-body{margin-top:10px; color:#0b1020; line-height:1.6;}
.ehc-note{border:1px solid rgba(0,0,0,.06); border-radius:14px; padding:12px; margin-bottom:10px; background:#fff;}
.ehc-note-h{display:flex; align-items:center; justify-content:space-between; gap:10px;}
.ehc-note-b{margin-top:8px; color:#0b1020;}
@media (max-width: 768px){
  .ehc-hero{flex-direction:column;}
}
