:root{--bg:#050509;--panel:#11111a;--red:#e41236;--red2:#ff3d5d;--gold:#e6c46a;--text:#f6f2ee;--muted:#b9b2b8;--line:rgba(255,255,255,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,#2b0710 0,#050509 42%,#020204 100%);color:var(--text);font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;line-height:1.6}.scanlines{position:fixed;inset:0;pointer-events:none;z-index:5;background:linear-gradient(rgba(255,255,255,.025) 50%,rgba(0,0,0,.06) 50%);background-size:100% 4px;mix-blend-mode:overlay}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,64px);background:rgba(5,5,9,.78);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:170px;max-width:38vw}.site-header nav{display:flex;gap:18px}.site-header a{color:var(--text);text-decoration:none;font-weight:700}.hero{position:relative;min-height:780px;display:grid;place-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.25)),url('../images/zealotx-hero-bg.jpg') center/cover;filter:saturate(1.25) contrast(1.15);transform:scale(1.04)}.hero-grid{position:relative;width:min(1180px,92vw);display:grid;grid-template-columns:360px 1fr;gap:64px;align-items:center}.cover-wrap{padding:18px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.03));box-shadow:0 30px 90px rgba(0,0,0,.55)}.book-cover{width:100%;border-radius:18px;display:block;box-shadow:0 0 40px rgba(228,18,54,.28)}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;font-weight:900}.hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,5.8rem);line-height:.95;margin:0 0 24px}.hero blockquote{font-family:Georgia,serif;font-size:clamp(1.1rem,2vw,1.55rem);border-left:4px solid var(--red);padding:18px 0 18px 24px;margin:0 0 28px;color:#fff;background:linear-gradient(90deg,rgba(228,18,54,.14),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:999px;border:1px solid var(--line);color:var(--text);text-decoration:none;font-weight:900;background:rgba(255,255,255,.06);transition:.25s}.btn:hover{transform:translateY(-2px);border-color:var(--red2);box-shadow:0 10px 30px rgba(228,18,54,.25)}.primary{background:linear-gradient(135deg,var(--red),#7c0619);border-color:#ff6d83}.ghost{background:rgba(0,0,0,.25)}.large{font-size:1.15rem;padding:16px 28px}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.section{width:min(1180px,92vw);margin:0 auto;padding:90px 0}.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:0 0 20px}.section-lead{color:var(--muted);max-width:760px}.cards{display:grid;gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article,.chapter-card,.buy-panel,.series-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 20px 70px rgba(0,0,0,.25)}.cards article{padding:24px}.cards h3,.chapter-card h3,.series-card h3{margin:.2rem 0 .5rem;color:#fff}.cards p,.series-card p{color:var(--muted)}.chapter-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.chapter-card{padding:26px}.chapter-card span{color:var(--red2);font-size:2.6rem;font-family:Georgia,serif;font-weight:900}.chapter-card div{display:flex;gap:10px;flex-wrap:wrap}.audio::before{content:'▶'}.buy-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:38px}.buy-panel p{color:var(--muted);margin:0}.series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.series-card{padding:18px;text-align:center}.series-card img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.series-card.active{box-shadow:0 0 50px rgba(228,18,54,.18)}footer{padding:44px 20px;text-align:center;border-top:1px solid var(--line);color:var(--muted);background:#030305}footer img{width:82px;border-radius:14px;opacity:.85}.reader{max-width:760px;margin:70px auto;padding:30px;color:var(--text)}@media(max-width:900px){.hero{padding:70px 0}.hero-grid{grid-template-columns:1fr;gap:34px}.cover-wrap{max-width:320px;margin:auto}.cards.four,.chapter-list,.series-grid{grid-template-columns:1fr}.buy-panel{align-items:flex-start;flex-direction:column}.site-header nav{display:none}}
 
.book-audio-player{position:sticky;bottom:0;z-index:20;display:grid;grid-template-columns:minmax(190px,320px) 1fr;gap:18px;align-items:center;width:min(1180px,calc(100% - 28px));margin:0 auto 14px;padding:14px 16px;border:1px solid rgba(255,61,93,.5);border-radius:22px;background:linear-gradient(135deg,rgba(8,8,14,.96),rgba(31,5,12,.94));box-shadow:0 -18px 70px rgba(0,0,0,.45),0 0 34px rgba(228,18,54,.18);backdrop-filter:blur(18px)}.book-audio-meta{display:flex;flex-direction:column;min-width:0}.book-audio-kicker{color:var(--red2);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:900}.book-audio-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.book-audio-meta small{color:var(--muted)}.book-audio-player audio{width:100%;accent-color:var(--red)}.book-audio-player:not(.is-loaded){border-color:rgba(255,255,255,.18);box-shadow:0 -14px 50px rgba(0,0,0,.32)}@media(max-width:720px){.book-audio-player{grid-template-columns:1fr;gap:10px;border-radius:18px}.book-audio-meta strong{white-space:normal}}
.chapter-list{grid-template-columns:repeat(4,1fr)}.chapter-card.premium{border-color:rgba(230,196,106,.5);background:linear-gradient(145deg,rgba(230,196,106,.14),rgba(228,18,54,.08),rgba(255,255,255,.025));box-shadow:0 22px 80px rgba(230,196,106,.12)}.chapter-card.premium p{color:var(--muted);margin:.2rem 0 1rem}.btn.paypal{border-color:rgba(230,196,106,.85);box-shadow:0 10px 30px rgba(230,196,106,.16)}@media(max-width:1100px){.chapter-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.chapter-list{grid-template-columns:1fr}}
.amazon-buy-button{display:inline-flex;align-items:center;justify-content:center;width:190px;max-width:100%;line-height:0;text-decoration:none;border-radius:999px;transition:transform .25s,filter .25s,box-shadow .25s}.amazon-buy-button img,.series-card .amazon-buy-button img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border:0;border-radius:0}.amazon-buy-button:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 12px 30px rgba(255,153,0,.24)}.amazon-buy-button-large{width:240px}.series-buy-button{width:200px;margin:12px auto 0}.footer-buy-button{width:180px;margin-top:10px}@media(max-width:720px){.amazon-buy-button-large{width:210px}.series-buy-button{width:190px}}
