*{box-sizing:border-box}
body{margin:0;background:#f4f6fb;color:#132048;font-family:Tahoma,Arial,sans-serif;direction:rtl}
a{text-decoration:none;color:#425CC7}
.container{max-width:1180px;margin:0 auto;padding:18px}
.site-header{background:#132048;color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 8px 26px rgba(19,32,72,.16)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.brand{font-size:28px;font-weight:800;color:#FFB71B}
.main-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.main-nav a{color:#fff;font-weight:700}
.hero{background:linear-gradient(135deg,#132048,#425CC7);color:#fff;border-radius:24px;padding:34px;box-shadow:0 14px 38px rgba(19,32,72,.18)}
.hero .badge{background:#FFB71B;color:#132048}
.badge{display:inline-block;background:#FFB71B;color:#132048;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800}
.section-title{font-size:30px;margin:28px 0 16px}
.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.card{background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 28px rgba(19,32,72,.08)}
.news-card img,.article-image{width:100%;height:190px;object-fit:cover;border-radius:16px;margin-bottom:12px;background:#eef1f8}
.news-card h2{font-size:21px;line-height:1.45;margin:12px 0}
.news-card p{color:#536074;line-height:1.7}
.article-layout{max-width:900px;margin:24px auto}
.article-layout h1{font-size:38px;line-height:1.35}
.article-content{font-size:18px;line-height:2;color:#1f2a44}
.site-footer{background:#132048;color:#fff;text-align:center;margin-top:40px;padding:22px}
.mobile-bottom-nav{display:none}
.empty-state{text-align:center;padding:40px;color:#536074}
@media(max-width:760px){
  .brand{font-size:22px}
  .main-nav{gap:10px;font-size:13px}
  .container{padding:14px}
  .hero{padding:24px}
  .article-layout h1{font-size:28px}
  .mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e7eaf2;justify-content:space-around;padding:10px;z-index:50}
  .mobile-bottom-nav a{font-size:13px;font-weight:700}
  body{padding-bottom:54px}
}
