
:root{--afchb-accent:#e24b2d}
#afchb-hero-root{display:none}
.afchb-hero{position:relative;margin:0 0 12px 0;background:#0f1117;border-radius:16px;overflow:hidden}
.afchb-cover{position:relative;height:360px;background:#0b0e14}
.afchb-cover::before{content:"";position:absolute;inset:0;background:var(--afchb-overlay, url('')) center/cover no-repeat;filter:saturate(1.05) brightness(.9)}
.afchb-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.88) 100%)}
.afchb-row{position:absolute;left:28px;right:28px;bottom:26px;display:flex;gap:22px;align-items:flex-end}
.afchb-logo{width:128px;height:128px;border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.35);box-shadow:0 10px 24px rgba(0,0,0,.35)}
.afchb-logo img{max-width:86%;max-height:86%;object-fit:contain}
.afchb-title{color:#fff;font-size:38px;font-weight:900;margin:0;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.afchb-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.afchb-chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:999px;color:#fff;font-size:15px}
.afchb-actions{margin-left:auto;display:flex;gap:10px}
.afchb-btn{background:var(--afchb-accent);color:#fff;border:none;border-radius:999px;padding:12px 16px;font-weight:800;text-decoration:none}
.afchb-hide{display:none !important}
@media (max-width:1024px){ .afchb-cover{height:320px}.afchb-title{font-size:30px}.afchb-logo{width:108px;height:108px}}
@media (max-width:780px){ .afchb-cover{height:290px}.afchb-row{left:16px;right:16px;gap:14px}.afchb-title{font-size:24px}.afchb-actions{display:none}}
