/*
Theme Name: eBookGhar Pro
Theme URI: https://ebookghar.online/
Author: Manish Barman
Description: Clean, responsive digital eBook sales theme for eBookGhar. Includes a premium landing-page layout, editable via WordPress Customizer, with configurable Buy Now and Thank You URLs.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: ebookghar-pro
*/
:root{--primary:#5b35f5;--primary2:#7c3aed;--text:#171717;--muted:#666;--bg:#f7f7fb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
a{text-decoration:none;color:inherit}.site-header{height:70px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center}
.header-inner{max-width:1180px;width:92%;margin:auto;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:800;font-size:22px}.brand span{color:var(--primary)}
.hero{max-width:1180px;width:92%;margin:55px auto;background:#fff;border-radius:28px;padding:55px;box-shadow:0 20px 70px rgba(30,20,80,.09)}
.hero-grid{display:grid;grid-template-columns:420px 1fr;gap:65px;align-items:center}.cover-wrap{background:#f1f1f5;border-radius:20px;padding:18px;box-shadow:0 12px 35px rgba(0,0,0,.08)}
.cover{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:12px}.eyebrow{font-size:13px;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:1.2px}.title{font-size:54px;line-height:1.08;margin:12px 0}.subtitle{font-size:20px;color:var(--muted);line-height:1.6}.author{font-size:15px;color:#555;margin:20px 0}.features{list-style:none;padding:0;margin:25px 0}.features li{margin:12px 0;color:#444}.features li:before{content:"✓";color:#16a34a;font-weight:800;margin-right:10px}
.buy-row{display:flex;align-items:center;gap:18px;margin-top:25px}.price{font-size:31px;font-weight:800}.buy-btn{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;padding:15px 28px;border-radius:12px;font-weight:800;box-shadow:0 12px 25px rgba(91,53,245,.25);transition:.2s}.buy-btn:hover{transform:translateY(-2px)}.secure{font-size:12px;color:#777;margin-top:10px}
.content{max-width:900px;width:92%;margin:30px auto 70px;background:#fff;padding:45px;border-radius:22px}.content h2{font-size:28px}.content p{line-height:1.8;color:#444}
.site-footer{text-align:center;padding:28px;color:#777;font-size:13px}
@media(max-width:800px){.hero{padding:25px;margin:25px auto}.hero-grid{grid-template-columns:1fr;gap:30px}.cover-wrap{max-width:360px;margin:auto}.title{font-size:40px}.buy-row{flex-wrap:wrap}.content{padding:28px}}
