html,body{background:#fff !important;color:#172033}
body::before,body::after{display:none !important}
nav{
  height:60px !important;
  padding:0 clamp(14px,3vw,30px) !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid #e5e9f2 !important;
  box-shadow:0 4px 16px rgba(15,23,42,.05) !important;
}
.hero{
  padding:88px clamp(18px,5vw,64px) 22px !important;
  background:#fff !important;
}
.hero-bg{display:none !important}
.hero-tag{margin-bottom:10px !important;padding:4px 10px !important}
.hero-title{font-size:clamp(30px,4.5vw,48px) !important;letter-spacing:-1.4px !important}
.hero-sub{margin-top:9px !important;font-size:14px;line-height:1.65;max-width:68ch}
.quick-links{margin-top:12px !important}
.search-wrap{margin-top:14px !important;max-width:620px;padding:6px 11px !important;background:#fff !important;border-color:#dfe4ee !important}
.topics-section{padding:24px clamp(18px,5vw,64px) 0 !important}
.topics-header{margin-bottom:14px !important}
.section-label{margin-bottom:7px !important;letter-spacing:2px !important}
.section-title{font-size:clamp(24px,3vw,34px) !important}
.topics-grid{gap:10px !important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr)) !important}
.topic-card{padding:15px !important;border-radius:10px !important;background:#fff !important;border-color:#e2e7f0 !important;box-shadow:0 5px 16px rgba(15,23,42,.045)}
.topic-card:hover{transform:translateY(-2px) !important;border-color:#cbd5e1 !important}
.topic-icon{width:36px !important;height:36px !important;margin-bottom:9px !important;font-size:18px !important}
.topic-name{font-size:14px !important;margin-bottom:5px !important}
.topic-count{font-size:12px !important;line-height:1.5 !important;color:#5b667c !important}
.topic-badge{top:12px !important;right:12px !important}
