@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700;800&display=swap');
:root{
--teal:#008B97;--teal-dark:#006d76;--green:#168653;--ink:#102A43;--muted:#637789;--bg:#f6f8fa;--line:#dce8ec;--card:#fff;--shadow:0 20px 45px rgba(16,42,67,.08)
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif}
a{text-decoration:none;color:inherit}input,button,select{font:inherit}
.container{width:min(1640px,calc(100% - 80px));margin:auto}
.topbar{background:var(--green);color:#fff;font-size:13px}.topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between}
.navbar{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(16,42,67,.04)}
.navbar-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:14px}.brand img{width:78px;max-height:78px;object-fit:contain}.logo-fallback{display:none;width:64px;height:64px;border-radius:16px;background:var(--teal);color:#fff;place-items:center;font-weight:800}.brand strong{display:block;font-size:22px}.brand small{color:var(--muted)}
.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{padding:13px 14px;border-radius:12px;font-weight:700;color:#334e68;white-space:nowrap}.nav-links a:hover{background:#e8f7f8;color:var(--teal-dark)}.staff-btn{background:var(--teal)!important;color:#fff!important}

.hero{position:relative;height:690px;overflow:hidden;background:#0e3028;color:#fff}
.hero-slide{position:absolute;inset:0;opacity:0;transition:.75s ease}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.default-hero{background:radial-gradient(circle at 20% 20%,rgba(0,139,151,.28),transparent 30%),linear-gradient(135deg,#0d3327,#0f5f61)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,34,29,.95),rgba(4,34,29,.72),rgba(4,34,29,.28))}
.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:880px;margin-right:calc((100% - min(1640px,calc(100% - 80px)))/2);padding-block:70px}
.hero-label,.section-label{display:inline-flex;width:max-content;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:8px 15px;font-size:13px;font-weight:800}
.section-label{background:#e8f7f8;color:var(--teal-dark);border-color:rgba(0,139,151,.15)}
.hero h1{font-size:clamp(58px,8vw,118px);line-height:.95;margin:18px 0 10px;font-weight:800;letter-spacing:-2px}
.hero h2{font-size:clamp(30px,4vw,52px);line-height:1.25;margin:0 0 16px;max-width:880px}
.hero p{font-size:20px;line-height:2;color:#e9f5f1;margin:0 0 26px;max-width:830px}
.hero-search{display:flex;gap:10px;background:#fff;border-radius:18px;padding:10px;max-width:780px;box-shadow:var(--shadow)}
.hero-search input{flex:1;border:0;outline:0;padding:0 18px;color:#111;font-size:16px}
.hero-search button{height:58px;border:0;border-radius:12px;background:var(--green);color:#fff;font-weight:800;padding:0 26px;cursor:pointer}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.hero-actions a{background:#fff;color:var(--ink);border-radius:999px;padding:10px 15px;font-weight:800}.hero-actions a:last-child{background:var(--teal);color:#fff}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-meta span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:9px 14px;font-weight:700;font-size:13px}
.hero-dots{position:absolute;z-index:5;bottom:34px;right:calc((100% - min(1640px,calc(100% - 80px)))/2);display:flex;gap:8px}
.hero-dots button{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}
.hero-dots button.active{width:34px;border-radius:999px;background:#fff}

.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:-45px;position:relative;z-index:5}.stats article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;text-align:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.stats article:before{content:"";position:absolute;inset:auto -40px -40px auto;width:110px;height:110px;border-radius:50%;background:#e8f7f8}.stat-icon{font-size:24px;display:block;margin-bottom:8px}.stats strong{display:block;color:var(--teal);font-size:40px;line-height:1}.stats span:last-child{color:var(--muted);font-weight:800}

.section{padding:70px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:26px}.section-head h2{font-size:40px;margin:12px 0 0}.section-head p{color:var(--muted);line-height:1.8}.outline-btn,.section-head>a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 18px;font-weight:800}.head-actions{display:flex;gap:10px;flex-wrap:wrap}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 30px rgba(16,42,67,.05);cursor:pointer}.category-grid b{display:block;font-size:26px;color:var(--teal)}.category-grid span{color:var(--muted)}
.type-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.type-pills a{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-weight:800}.type-pills b{background:#e8f7f8;color:var(--teal-dark);border-radius:999px;padding:2px 8px}

.programs-section{background:#fff;border-block:1px solid var(--line);padding:70px 0}.filters-panel{background:#f8fbfc;border:1px solid var(--line);border-radius:22px;padding:14px;display:grid;grid-template-columns:2fr repeat(5,1fr) auto;gap:10px;margin-bottom:24px}.filters-panel input,.filters-panel select{height:46px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff;color:var(--ink)}.filters-panel button{height:46px;border:0;border-radius:12px;background:var(--teal);color:#fff;font-weight:800;padding:0 16px}
.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.program-card{display:grid;grid-template-columns:39% 61%;background:#fff;border:1px solid #cbd8de;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.program-media{min-height:360px;position:relative;background:#eaf2f5}.program-media img{width:100%;height:100%;object-fit:cover}.media-fallback{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#e8f7f8,#dcecf1);color:var(--teal);font-size:32px;font-weight:800}.program-media em{position:absolute;top:16px;right:16px;background:#fff;color:var(--green);font-style:normal;border-radius:999px;padding:7px 12px;font-weight:800;font-size:12px}.program-media em.soon{color:#9a6500}.program-media em.closed{color:#b42318}.program-body{padding:24px}.card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.share-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;color:var(--teal-dark);font-weight:800;cursor:pointer}.program-type{display:inline-flex;background:#e8f7f8;color:var(--teal-dark);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800}.program-body h3{font-size:27px;line-height:1.4;margin:14px 0 8px}.program-body p{color:var(--muted);line-height:1.75}.target-icons{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.target-badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;background:#f3f7f8;border:1px solid var(--line)}.target-badge.mother{background:#fff4f7;color:#9f3154}.target-badge.son{background:#eaf7ff;color:#1b5f91}.target-badge.daughter{background:#f4f0ff;color:#6140a8}
.program-details{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0}.program-details div{background:#f8fbfc;border:1px solid var(--line);border-radius:12px;padding:9px}.program-details b{display:block;color:#425466;font-size:11px;margin-bottom:4px}.program-details span{font-size:12px;color:var(--ink)}
.program-meta{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.program-meta span{background:#f7fafb;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:#456;font-size:12px;font-weight:700}.progress{height:8px;background:#e8eef1;border-radius:999px;overflow:hidden;margin-bottom:16px}.progress i{display:block;height:100%;background:var(--teal)}.program-actions{display:flex;gap:10px;flex-wrap:wrap}.program-actions a{display:inline-flex;background:var(--teal);color:#fff;border-radius:12px;padding:11px 15px;font-weight:800}.program-actions a.secondary{background:#fff;color:var(--teal-dark);border:1px solid var(--line)}
.no-results,.empty{background:#fff8e7;border:1px solid #e9cf83;color:#7a5200;border-radius:16px;padding:18px;text-align:center;font-weight:800;margin-top:18px}
.report-strip{padding:64px 0;background:#edf8f9}.report-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}.report-card h2{margin:12px 0 8px;font-size:36px}.report-card p{color:var(--muted)}.report-card a,.suggest-card>a{background:var(--teal);color:#fff;border-radius:14px;padding:12px 18px;font-weight:800}
.journey{background:#fff;padding:70px 0}.center{display:block;text-align:center}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.journey-grid article{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;box-shadow:0 10px 24px rgba(16,42,67,.04)}.journey-grid b{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--teal);color:#fff}.journey-grid p,.faq p{color:var(--muted);line-height:1.8}
.suggest-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#eef9fa);border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}.suggest-card h2{font-size:36px;margin:12px 0 8px}.suggest-card p{color:var(--muted)}
.faq-grid{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.faq summary{font-weight:800;cursor:pointer}
.footer{background:#102a43;color:#dce7ec;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:32px}.footer img{width:130px;background:#fff;border-radius:12px;padding:8px}.footer a{display:block;margin:8px 0;color:#dce7ec}.footer p{color:#c2d3dc}.footer-sites{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.footer-sites a,.contact-link{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:9px 12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;color:#c2d3dc}
.toast{position:fixed;bottom:22px;right:22px;background:#102a43;color:#fff;border-radius:14px;padding:12px 18px;z-index:1000;box-shadow:var(--shadow)}
[hidden]{display:none!important}
@media(max-width:1320px){.filters-panel{grid-template-columns:1fr 1fr 1fr}.featured-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.category-grid,.journey-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.report-card,.suggest-card{display:block}.program-card{grid-template-columns:1fr}.program-media{min-height:260px}}
@media(max-width:760px){.container{width:min(100% - 28px,1640px)}.topbar,.nav-links{display:none}.navbar-inner{height:76px}.brand img,.logo-fallback{width:54px;height:54px}.hero{height:650px}.hero-content{margin:auto;padding-inline:0}.hero h1{font-size:52px}.hero-search{flex-direction:column}.hero-search button{height:52px}.stats,.category-grid,.journey-grid{grid-template-columns:1fr}.filters-panel{grid-template-columns:1fr}.section-head{display:block}.footer-bottom{display:block;line-height:2}.program-details{grid-template-columns:1fr}}


.page-hero{
    background:linear-gradient(135deg,#0d3327,#0f5f61);
    color:#fff;
    padding:80px 0;
}
.page-hero .section-label{
    color:#fff;
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.24);
}
.page-hero h1{
    font-size:52px;
    margin:16px 0 10px;
}
.page-hero p{
    max-width:780px;
    color:#e9f5f1;
    line-height:2;
    font-size:18px;
}
.opportunities-search{
    margin-top:24px;
}
.notice{
    border-radius:16px;
    padding:16px 18px;
    margin-bottom:18px;
    font-weight:700;
}
.notice.danger{background:#fff1f0;color:#b42318;border:1px solid #ffccc7}
.notice.success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.notice.warning{background:#fff8e7;color:#7a5200;border:1px solid #e9cf83}
.small-notice{
    font-size:13px;
    margin-top:10px;
}
.beneficiary-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:24px;
    box-shadow:var(--shadow);
    margin-bottom:24px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
}
.beneficiary-card span{
    color:var(--muted);
    font-weight:800;
}
.beneficiary-card h2{
    margin:4px 0 0;
    font-size:30px;
}
.beneficiary-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.beneficiary-meta span{
    background:#e8f7f8;
    color:var(--teal-dark);
    border-radius:999px;
    padding:8px 12px;
}
.selected-program-brief{
    background:#fff;
    border:1px solid var(--line);
    border-radius:26px;
    overflow:hidden;
    display:grid;
    grid-template-columns:42% 58%;
    box-shadow:var(--shadow);
    margin-bottom:26px;
}
.selected-program-brief img{
    width:100%;
    height:100%;
    min-height:320px;
    object-fit:cover;
}
.selected-program-brief > div{
    padding:28px;
}
.selected-program-brief h2{
    font-size:36px;
    line-height:1.35;
    margin:14px 0 10px;
}
.selected-program-brief p{
    color:var(--muted);
    line-height:1.9;
}
.hint-text{
    background:#e8f7f8;
    border:1px solid rgba(0,139,151,.15);
    color:var(--teal-dark)!important;
    border-radius:14px;
    padding:12px;
}
.inline-form{
    margin-top:8px;
}
.register-btn{
    width:100%;
    border:0;
    border-radius:14px;
    background:var(--green);
    color:#fff;
    min-height:48px;
    font-weight:800;
    cursor:pointer;
}
@media(max-width:900px){
    .selected-program-brief{
        grid-template-columns:1fr;
    }
    .beneficiary-card{
        display:block;
    }
}
