:root{--brand-dark-green:#1B4D3E;--brand-light-green:#76BC43;--brand-orange:#EAA734;--text-light:#F4F4F4;--text-gray:#A0A0A0;--bg-dark:#0F2B22;--bg-darker:#0a1f18}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background-color:var(--bg-dark);color:var(--text-light);line-height:1.8}a{text-decoration:none;color:var(--brand-light-green);transition:.3s}a:hover{color:var(--brand-orange)}@media (max-width:1100px){nav{flex-direction:column;gap:15px}}nav{display:flex;justify-content:space-between;align-items:center;padding:20px 8%;background:rgba(27,77,62,.95);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:24px;font-weight:700;display:flex;align-items:center;gap:10px}.logo-image{cursor:pointer;width:250px}@media (max-width:600px){.logo-image{width:160px;margin:10px}}.logo-icon{width:30px;height:30px;background:var(--brand-dark-green);border-radius:50%;border:2px solid #fff;display:flex;justify-content:center;align-items:center;font-size:18px;color:#fff}.logo-text span:first-child{color:var(--text-light)}.logo-text span:last-child{color:var(--brand-orange)}.nav-links{display:flex;gap:30px}.nav-links a{color:var(--text-light)}.nav-links a:hover{color:var(--brand-orange)}.page-header{padding:80px 8% 60px;background:linear-gradient(135deg,var(--bg-darker) 0,var(--brand-dark-green) 100%);text-align:center;border-bottom:1px solid rgba(118,188,67,.2)}.breadcrumb{font-size:12px;color:var(--text-gray);text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.breadcrumb span{color:var(--brand-orange)}.page-title{font-size:42px;line-height:1.2;margin-bottom:20px;color:#fff}.page-subtitle{font-size:18px;color:var(--text-gray);max-width:600px;margin:0 auto}.content-container{max-width:1200px;margin:0 auto;padding:60px 20px}.bilingual-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:25px;align-items:start}.lang-en{direction:ltr;text-align:left}.lang-ar{direction:rtl;text-align:right;font-family:Tahoma,'Segoe UI',Arial,sans-serif;font-size:17px}h2.section-title{color:#fff;font-size:28px;margin:50px 0 30px;border-bottom:2px solid rgba(255,255,255,.05);padding-bottom:10px}.intro-quote{text-align:center;font-style:italic;font-size:20px;color:var(--brand-orange);margin:30px 0;padding:20px;background:rgba(234,167,52,.05);border-radius:8px}.text-block p{color:var(--text-gray);margin-bottom:15px;line-height:1.8}.text-block strong{color:#fff}.feature-box{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);padding:20px;border-radius:8px;transition:.3s}.feature-box:hover{border-color:var(--brand-light-green);background:rgba(118,188,67,.05)}.feature-box p{margin:0;color:var(--text-gray);font-size:15px}.feature-box strong{color:var(--brand-orange);display:block;margin-bottom:5px;font-size:16px}.lang-ar.feature-box strong{font-size:18px}.video-container{text-align:center;margin:40px 0}.video-container video{max-width:100%;width:800px;border-radius:12px;border:2px solid rgba(118,188,67,.3);background:#000;box-shadow:0 10px 30px rgba(0,0,0,.5)}.certification-box{background:rgba(27,77,62,.4);border-left:4px solid var(--brand-light-green);padding:25px;border-radius:0 8px 8px 0;margin-top:50px}.lang-ar.certification-box{border-left:none;border-right:4px solid var(--brand-light-green);border-radius:8px 0 0 8px}footer{padding:50px 8%;background:var(--bg-darker);border-top:1px solid var(--brand-dark-green);font-size:14px;color:var(--text-gray);display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-col a{color:var(--text-gray)}.footer-col a:hover{color:var(--brand-light-green)}.footer-sub{margin-top:10px;display:flex;gap:30px;background-color:#f5f5dc17;width:420px}.footer-sub a{display:block;width:50%;padding:5px}.footer-col h4{color:#fff;margin-bottom:15px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}@media (max-width:900px){.page-title{font-size:32px}.bilingual-row{grid-template-columns:1fr;gap:20px}.lang-ar{padding-bottom:20px;border-bottom:1px dashed rgba(255,255,255,.1)}.feature-box.lang-ar{border-bottom:1px solid rgba(255,255,255,.05)}}