:root{--primary: #1C1917;--on-primary: #FFFFFF;--secondary: #44403C;--accent: #A16207;--accent-light: #D97706;--accent-grad: linear-gradient(135deg, #A16207, #D97706);--bg: #FAFAF9;--bg-card: #FFFFFF;--bg-alt: #F5F5F4;--foreground: #0C0A09;--text: #292524;--text-muted: #78716C;--muted: #E8ECF0;--border: #D6D3D1;--border-strong: #A8A29E;--success: #16A34A;--amber: #D97706;--danger: #DC2626;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow: 0 2px 12px rgba(28,25,23,.08);--shadow-lg: 0 8px 32px rgba(28,25,23,.12);--shadow-xl: 0 16px 48px rgba(28,25,23,.16);font-family:Noto Sans Arabic,ui-sans-serif,system-ui,sans-serif;line-height:1.7;color:var(--text);background:var(--bg);scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Noto Naskh Arabic,serif;line-height:1.3}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,opacity .15s;font-family:Noto Sans Arabic,sans-serif}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent-grad);color:#fff;box-shadow:0 6px 28px #a1620759}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 36px #a1620780}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--text);background:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-alt);border-color:var(--accent);color:var(--accent)}.btn-sm{padding:.5rem 1.1rem;font-size:.82rem}.btn-lg{padding:.8rem 1.8rem;font-size:1rem}.badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;padding:.2rem .65rem;border-radius:999px}.badge.accent{background:#a162071f;color:var(--accent)}.badge.gold{background:#d9770626;color:#92400e}.section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:2.5rem}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem;background:#a1620714;padding:.25rem .75rem;border-radius:999px}.section-header h2{font-size:clamp(1.5rem,3.5vw,2.25rem);color:var(--primary);margin-bottom:.75rem}.section-desc{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:.95rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .55s ease forwards}.delay-1{animation-delay:.12s;opacity:0}.delay-2{animation-delay:.24s;opacity:0}.delay-3{animation-delay:.36s;opacity:0}.navbar{position:sticky;top:0;z-index:50;background:#fafaf9eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 1.5rem;height:64px}.nav-logo{font-family:Noto Naskh Arabic,serif;font-weight:700;font-size:1.15rem;color:var(--primary)}.logo-accent{color:var(--accent);font-weight:700}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-link{color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-cta{display:none}.menu-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.35rem}.hero{position:relative;text-align:center;padding:3rem 0 2rem;overflow:hidden}.hero-bg-glow{position:absolute;inset:-40% -20% auto -20%;height:70vh;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,rgba(161,98,7,.1),transparent 60%)}.hero-content{position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:var(--accent);margin-bottom:1rem;background:#a1620714;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(161,98,7,.15)}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:700;color:var(--primary);line-height:1.25;margin-bottom:1rem}.text-accent{color:var(--accent)}.hero-sub{color:var(--text-muted);font-size:1.05rem;max-width:580px;margin:0 auto 1.75rem;line-height:1.8}.hero-stats{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.stat-item{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85rem}.stat-divider{width:1px;height:20px;background:var(--border)}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.why-section{background:var(--bg-alt);border-radius:var(--radius-lg);margin-top:1rem}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.reason-card{text-align:center;padding:1.75rem 1.25rem}.reason-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#a162071a;color:var(--accent);margin:0 auto 1rem}.reason-card h3{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.4rem}.reason-card p{font-size:.85rem;color:var(--text-muted);line-height:1.7}.programs-list{display:flex;flex-direction:column;gap:1rem}.program-card{padding:0;overflow:hidden;cursor:pointer}.program-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer}.program-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#a162071a;color:var(--accent);flex-shrink:0}.program-info{flex:1;min-width:0}.program-tags{margin-bottom:.3rem}.program-title{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.2rem}.program-problem{font-size:.82rem;color:var(--text-muted)}.expand-icon{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.expand-icon.rotated{transform:rotate(-90deg)}.program-body{max-height:0;overflow:hidden;transition:max-height .45s ease,padding .3s ease;padding:0 1.5rem}.program-body.open{max-height:600px;padding:0 1.5rem 1.5rem}.program-desc{font-size:.9rem;color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.program-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.skills-title{font-size:.85rem;font-weight:700;color:var(--primary);margin-bottom:.6rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.4rem;margin-bottom:1rem}.skill-chip{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text);background:var(--bg-alt);padding:.35rem .7rem;border-radius:8px}.skill-chip svg{color:var(--success);flex-shrink:0}.program-audience{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.program-cta{width:100%;justify-content:center}.cal-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-bottom:1.75rem}.legend-item{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text-muted)}.legend-item.green svg{color:var(--success)}.legend-item.amber svg{color:var(--amber)}.legend-item.red svg{color:var(--danger)}.legend-item.muted svg{color:var(--text-muted)}.cal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.cal-card{padding:1.25rem}.cal-status{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.green{background:var(--success)}.status-dot.amber{background:var(--amber)}.status-dot.red{background:var(--danger)}.status-dot.muted{background:var(--text-muted)}.status-text{font-size:.75rem;font-weight:600}.cal-card.green .status-text{color:var(--success)}.cal-card.amber .status-text{color:var(--amber)}.cal-card.red .status-text{color:var(--danger)}.cal-card.muted .status-text{color:var(--text-muted)}.cal-title{font-size:.92rem;font-weight:700;color:var(--primary);margin-bottom:.75rem;line-height:1.4}.cal-details{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.cal-row{display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--text-muted)}.cal-row.seats{margin-top:.25rem;color:var(--text)}.cal-btn{width:100%;justify-content:center}.benefits-section{background:var(--bg-alt);border-radius:var(--radius-lg)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.benefit-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.88rem;transition:all .2s}.benefit-item:hover{border-color:var(--accent);transform:translate(-3px)}.benefit-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#a162071a;color:var(--accent);flex-shrink:0}.steps-track{position:relative}.steps-line{position:absolute;top:56px;left:50%;width:80%;height:2px;background:linear-gradient(90deg,var(--border),var(--accent),var(--border));transform:translate(-50%);display:none}.steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.step-card{text-align:center;padding:1.5rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:all .25s}.step-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.step-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-grad);color:#fff;font-weight:700;font-size:.85rem;margin:0 auto .75rem}.step-icon{color:var(--accent);margin-bottom:.75rem}.step-title{font-size:.95rem;font-weight:700;color:var(--primary);margin-bottom:.35rem}.step-desc{font-size:.82rem;color:var(--text-muted);line-height:1.7}.faq-section{background:var(--bg-alt);border-radius:var(--radius-lg)}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}.faq-item{padding:0;overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-family:Noto Naskh Arabic,serif;font-weight:600;font-size:.9rem;color:var(--primary);text-align:right}.faq-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.faq-chevron.rotated{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 1.25rem}.faq-answer.open{max-height:200px;padding:0 1.25rem 1rem}.faq-answer p{font-size:.85rem;color:var(--text-muted);line-height:1.8}.cta-card{background:linear-gradient(135deg,#1c1917,#292524);border-color:#44403c;padding:3rem 2rem;text-align:center}.cta-card h2{color:#fff;font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.75rem}.cta-card p{color:#a8a29e;max-width:540px;margin:0 auto 1.5rem;font-size:.95rem;line-height:1.8}.cta-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--accent-light);background:#d977061f;padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-actions .btn-primary{box-shadow:0 6px 28px #d9770659}.cta-actions .btn-ghost{border-color:#57534e;color:#d6d3d1}.cta-actions .btn-ghost:hover{border-color:var(--accent-light);color:var(--accent-light)}.footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.footer-inner{text-align:center}.footer-brand{font-family:Noto Naskh Arabic,serif;font-weight:700;font-size:1.1rem;color:var(--primary);margin-bottom:.5rem}.footer-desc{color:var(--text-muted);font-size:.82rem;max-width:400px;margin:0 auto 1rem;line-height:1.7}.footer-links{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{color:var(--text-muted);font-size:.82rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-copy{color:var(--text-muted);font-size:.75rem}@media(max-width:640px){.nav-inner{padding:0 1rem}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;background:var(--bg);border-bottom:1px solid var(--border);padding:.5rem 0;box-shadow:var(--shadow-lg)}.nav-links.open{display:flex}.nav-links .nav-link{padding:.75rem 1.5rem;width:100%}.nav-links .nav-cta{display:flex;margin:.5rem 1.5rem}.menu-toggle{display:flex}.hero{padding:2rem 0 1.5rem}.hero-stats{flex-direction:column;gap:.5rem}.stat-divider{display:none}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.section{padding:2.5rem 1rem}.section-header{margin-bottom:1.75rem}.reasons-grid,.cal-grid,.benefits-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr;gap:1rem}.skills-grid{grid-template-columns:1fr}.program-header{padding:1rem 1.1rem;flex-wrap:wrap}.program-body.open{padding:0 1.1rem 1.1rem}.cta-card{padding:2rem 1.25rem}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}}@media(min-width:641px)and (max-width:768px){.steps-grid{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.fade-up{animation:none;opacity:1}.card:hover,.step-card:hover{transform:none}*,*:before,*:after{transition-duration:0s!important;animation-duration:0s!important}}
