/* MW4 Cheats - custom dark-red theme overrides (matches mw4cheat.com template) */
:root{--mw4-red:#E71818;--mw4-red-deep:#C41414;--mw4-red-soft:#F0A3A3;--mw4-red-glow:rgba(231,24,24,.16)}
::selection{background:rgba(231,24,24,.4);color:#fff}
html{scrollbar-color:#480F0F #0D0C0C}
:focus-visible{outline:2px solid #E71818;outline-offset:2px}
.btn{transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}
.btn:not(.btn--ghost):hover,.btn-buy:hover{box-shadow:0 0 22px var(--mw4-red-glow)}
.price-card{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.price-card:hover{border-color:rgba(231,24,24,.55);box-shadow:0 12px 32px var(--mw4-red-glow);transform:translateY(-2px)}
.price-card.is-featured{border-color:rgba(231,24,24,.65)}
/* FAQ accordions */
.faq-index__list{display:grid;gap:10px}
.faq-item{border:1px solid #302C2C;border-radius:12px;background:#100E0E;overflow:hidden;margin:0}
.faq-item:hover{border-color:rgba(231,24,24,.45)}
.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:14px 16px;font-weight:600;color:#F5F5F7;list-style:none}
.faq-item__q::-webkit-details-marker{display:none}
.faq-item__arrow{color:#E71818;font-size:18px;line-height:1;transition:transform .15s ease;flex:0 0 auto}
.faq-item[open] .faq-item__arrow{transform:rotate(45deg)}
.faq-item__a{padding:0 16px 14px;color:#A1A1AA}
.faq-item__a p{margin:0}
@media (max-width:640px){.faq-item__q{padding:12px}.faq-item__a{padding:0 12px 12px}}
/* SEO content sections */
.mw4-seo{border-top:1px solid #302C2C;background:#0A0909;padding:56px 0 64px;margin-top:64px}
.mw4-seo__inner{max-width:880px;margin:0 auto;padding:0 24px}
.mw4-seo h2{font-size:clamp(24px,3.4vw,32px);line-height:1.2;color:#F5F5F7;margin:0 0 16px}
.mw4-seo h2::after{content:"";display:block;width:56px;height:3px;border-radius:2px;background:linear-gradient(90deg,#E71818,transparent);margin-top:10px}
.mw4-seo h3{font-size:18px;line-height:1.3;color:#F0A3A3;margin:28px 0 8px}
.mw4-seo p{color:#A1A1AA;line-height:1.7;margin:0 0 14px}
.mw4-seo ul{margin:0 0 14px;padding-left:20px;color:#A1A1AA;line-height:1.7}
.mw4-seo li{margin:4px 0}
.mw4-seo li::marker{color:#E71818}
.mw4-seo a{color:#F0A3A3;text-decoration:underline;text-underline-offset:3px}
.mw4-seo a:hover{color:#E71818}
/* hero: lock the banner box to the artwork's own 1920:400 aspect so object-fit:cover
   crops nothing at full width - identical framing at any window width, zoom level or DPI
   (if a narrow window forces a taller box, cover trims only the artwork's empty left side) */
@media (min-width:761px){
.banner[data-astro-cid-xa52sxzc]{min-height:0;aspect-ratio:1920/400}
.banner__scrim[data-astro-cid-xa52sxzc]{background:linear-gradient(90deg,#08090aa8 0%,#08090a59 42%,#08090a0f 70%,#08090a00 100%)}
}