/* Hero (standalone) — prefix ah- */
:root{--ah-accent:#e50914;--ah-text:#e8e8ed;--ah-muted:#bdbfc6}
.ah-hero{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;text-align:center;isolation:isolate;overflow:hidden}
.ah-hero::before{content:"";position:absolute;inset:0;background-image:var(--ah-bg);background-size:cover;background-position:center;filter:brightness(.6) saturate(1.1);transform:scale(1.02)}
.ah-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(70% 100% at 50% 20%, #0000 0%, #000a 70%),linear-gradient(180deg,#00000066,transparent 35%,#000000aa)}
.ah-hero__inner{position:relative;z-index:1;padding:clamp(40px,8vh,96px) 16px;max-width:1100px;margin:auto}
.ah-hero__title{font-size:clamp(2rem,4vw+1rem,4.2rem);font-weight:900;line-height:1.15;color:var(--ah-text);margin:0 0 .6rem}
.ah-hero__title span{background:linear-gradient(180deg,#ff6b6b 0%, var(--ah-accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 22px #e5091433}
.ah-hero__lead{font-size:clamp(1rem,1.2vw+1rem,1.4rem);color:var(--ah-text);opacity:.95;margin:0 auto 1.2rem;max-width:900px}
.ah-hero__ctas{display:flex;gap:12px;justify-content:center;margin:0 0 1.2rem;flex-wrap:wrap}
.ah-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border-radius:14px;border:1px solid #ffffff1a;font-weight:800;cursor:pointer;text-decoration:none;transition:.2s;font-size:1rem}
.ah-btn--watch{background:var(--ah-accent);color:#fff;border-color:transparent}
.ah-btn--ghost{background:#0006;color:var(--ah-text)}
.ah-btn:hover{filter:brightness(1.06)}
.ah-hero__stats{margin-top:.5rem;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.ah-hero__stats li{list-style:none;background:#0006;border:1px solid #ffffff14;border-radius:12px;padding:.6rem .9rem;min-width:120px}
.ah-hero__stats strong{display:block;font-size:1.25rem;font-weight:900;color:var(--ah-text)}
.ah-hero__stats span{font-size:.85rem;color:var(--ah-muted)}
@media (max-width:640px){.ah-hero{min-height:68vh}}

/* --- FIX: اجعل نص زر الهيرو الأحمر أبيض دائمًا بكل الحالات --- */
.ah-btn--watch,
.ah-btn--watch:link,
.ah-btn--watch:visited,
.ah-btn--watch:hover,
.ah-btn--watch:focus,
.ah-btn--watch:active{
  color:#fff !important;
}
.ah-btn--watch span{color:inherit !important;}
.ah-btn--watch svg{fill:currentColor !important;}