*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--green:#0F5132;
--terracotta:#C1663B;
--bg:#F7F3EC;
--text:#1C1C1C;
--footer-bg:#1C1C1C;
--ad-bg:#F0EBE3;
--white:#fff;
--max-read:720px;
}
body{
font-family:'IBM Plex Sans Arabic',sans-serif;
font-size:18px;
line-height:1.9;
color:var(--text);
background:var(--bg);
direction:rtl;
}
h1,h2,h3,h4,h5,h6{font-family:'Tajawal',sans-serif;font-weight:700;line-height:1.4;}
a{text-decoration:none;color:inherit;}
img{display:block;max-width:100%;}
.container{max-width:1140px;margin:0 auto;padding:0 24px;}
.read-container{max-width:var(--max-read);margin:0 auto;padding:0 24px;}

/* ===== HEADER ===== */
.site-header{background:var(--white);border-bottom:2px solid #e8e2d8;position:sticky;top:0;z-index:100;}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1140px;margin:0 auto;}
.logo-block{display:flex;flex-direction:column;align-items:flex-start;}
.logo-text{font-family:'Tajawal',sans-serif;font-weight:800;font-size:28px;color:var(--green);line-height:1.2;}
.logo-sub{font-size:12px;color:#888;letter-spacing:1px;font-family:'IBM Plex Sans Arabic',sans-serif;}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.main-nav a{font-size:14px;padding:6px 12px;border-radius:6px;transition:background .2s,color .2s;white-space:nowrap;}
.main-nav a:hover,.main-nav a.active{background:var(--green);color:var(--white);}
.nav-cta{background:var(--terracotta)!important;color:var(--white)!important;font-weight:600;border-radius:6px!important;}
.hamburger{display:none;background:none;border:none;font-size:28px;cursor:pointer;color:var(--green);}

/* ===== HERO ===== */
.hero{padding:48px 0 32px;}
.hero-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:16px;overflow:hidden;background:var(--white);box-shadow:0 4px 24px rgba(0,0,0,.08);max-width:1140px;margin:0 auto;}
.hero-image-wrap{position:relative;min-height:380px;}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover;}
.hero-content{padding:40px 40px 36px;display:flex;flex-direction:column;justify-content:center;}
.hero-badge{display:inline-block;background:var(--terracotta);color:var(--white);font-size:13px;font-weight:600;padding:4px 14px;border-radius:20px;margin-bottom:16px;width:fit-content;}
.hero-headline{font-size:32px;margin-bottom:16px;color:var(--text);}
.hero-excerpt{font-size:16px;color:#555;margin-bottom:20px;line-height:1.8;}
.hero-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;font-size:13px;color:#888;}
.hero-meta span{display:flex;align-items:center;gap:4px;}
.btn-green{display:inline-block;background:var(--green);color:var(--white);padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;transition:background .2s;border:none;cursor:pointer;width:fit-content;}
.btn-green:hover{background:#0a3d25;}

/* ===== SECTIONS BAR ===== */
.sections-bar{padding:12px 0 40px;}
.sections-strip{display:flex;gap:16px;overflow-x:auto;padding:0 24px;max-width:1140px;margin:0 auto;scrollbar-width:none;}
.sections-strip::-webkit-scrollbar{display:none;}
.cat-card{flex:0 0 auto;min-width:180px;background:var(--white);border:2px solid #e8e2d8;border-radius:12px;padding:20px 24px;text-align:center;transition:border-color .2s,transform .2s;cursor:pointer;}
.cat-card:hover{border-color:var(--terracotta);transform:translateY(-3px);}
.cat-card .emoji{font-size:32px;display:block;margin-bottom:8px;}
.cat-card .label{font-family:'Tajawal',sans-serif;font-weight:700;font-size:15px;color:var(--green);}

/* ===== LATEST ARTICLES ===== */
.latest-articles{padding:0 0 48px;}
.section-title{font-size:26px;color:var(--green);margin-bottom:32px;text-align:center;}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1140px;margin:0 auto;padding:0 24px;}
.article-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;}
.article-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1);}
.article-thumb{width:100%;height:200px;object-fit:cover;background:#e5e7eb;}
.article-body{padding:20px;}
.article-tag{display:inline-block;background:var(--terracotta);color:var(--white);font-size:11px;font-weight:600;padding:3px 10px;border-radius:14px;margin-bottom:10px;}
.article-title{font-family:'Tajawal',sans-serif;font-weight:700;font-size:17px;margin-bottom:10px;line-height:1.5;color:var(--text);}
.article-meta{display:flex;justify-content:space-between;font-size:12px;color:#999;}

/* ===== AD PLACEHOLDER ===== */
.ad-placeholder{max-width:1140px;margin:0 auto 48px;padding:0 24px;}
.ad-box{background:var(--ad-bg);border:2px dashed #c4bba8;border-radius:12px;padding:40px 20px;text-align:center;}
.ad-label{font-family:'Tajawal',sans-serif;font-weight:700;font-size:18px;color:#999;margin-bottom:8px;}
.ad-note{font-size:13px;color:#b0a898;}

/* ===== ABOUT TEASER ===== */
.about-teaser{background:var(--green);padding:64px 24px;text-align:center;}
.about-teaser .tagline{font-family:'Tajawal',sans-serif;font-weight:800;font-size:28px;color:var(--white);margin-bottom:20px;}
.about-teaser .mission{font-size:17px;color:rgba(255,255,255,.88);max-width:var(--max-read);margin:0 auto 28px;line-height:1.9;}
.btn-white{display:inline-block;background:var(--white);color:var(--green);padding:12px 36px;border-radius:8px;font-size:16px;font-weight:700;transition:background .2s;}
.btn-white:hover{background:#e8e2d8;}

/* ===== FOOTER ===== */
.site-footer{background:var(--footer-bg);color:var(--white);padding:40px 24px 24px;}
.footer-inner{max-width:1140px;margin:0 auto;}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-bottom:24px;border-bottom:1px solid #333;padding-bottom:24px;}
.footer-links a{font-size:14px;color:rgba(255,255,255,.7);transition:color .2s;}
.footer-links a:hover{color:var(--terracotta);}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;}
.footer-copy{font-size:13px;color:rgba(255,255,255,.5);}
.footer-copy a{color:var(--terracotta);}
.footer-social{display:flex;gap:16px;}
.footer-social a{width:36px;height:36px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.footer-social a:hover{background:var(--terracotta);}
.footer-social svg{width:18px;height:18px;fill:var(--white);}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
.hero-card{grid-template-columns:1fr;}
.hero-image-wrap{min-height:240px;}
.articles-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:680px){
.main-nav{display:none;flex-direction:column;position:absolute;top:100%;right:0;left:0;background:var(--white);padding:16px 24px;border-bottom:2px solid #e8e2d8;gap:4px;}
.main-nav.open{display:flex;}
.hamburger{display:block;}
.hero-headline{font-size:24px;}
.hero-content{padding:24px;}
.articles-grid{grid-template-columns:1fr;}
.sections-strip{gap:10px;}
.cat-card{min-width:150px;padding:14px 16px;}
.about-teaser .tagline{font-size:22px;}
.footer-bottom{flex-direction:column;text-align:center;}
}
