@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Noto+Nastaliq+Urdu:wght@400;600;700&display=swap");
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.7}
.container{width:min(1120px,92%);margin:0 auto}
a{color:#0c5adb;text-decoration:none}a:hover{text-decoration:underline}
.site-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}
.header-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;color:#0f172a;font-weight:800}
.brand img{width:46px;height:46px;border-radius:8px;object-fit:cover}
nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0}
nav a{font-weight:600;color:#1e293b}
.btn{display:inline-block;background:#0c5adb;color:#fff;padding:10px 16px;border-radius:10px;font-weight:700;border:1px solid #0c5adb}
.btn:hover{text-decoration:none;background:#0849b8}
.hero{background:linear-gradient(180deg,#e6f0ff 0,#f8fbff 100%);padding:44px 0 24px}
.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center}
.hero img{width:100%;border-radius:14px;border:1px solid #dbeafe}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px;margin:18px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.urdu{font-family:"Noto Nastaliq Urdu",serif;direction:rtl;text-align:right;font-size:20px;line-height:2}
.site-footer{background:#0b1220;color:#e2e8f0;margin-top:36px;padding:24px 0}
.site-footer a{color:#93c5fd}
.footer-wrap{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
@media(max-width:900px){.hero-grid,.grid-3,.grid-4{grid-template-columns:1fr}.urdu{font-size:18px}}
