@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f1f3d;--navy-light:#1a3058;--gold:#c9a84c;--gold-light:#e8d5a3;--cream:#f8f6f1;--text-muted:#8a9bb5}body,html{height:100%}body{font-family:Inter,sans-serif;background:var(--navy);color:var(--cream);display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden;position:relative}body:before{content:"";background:radial-gradient(ellipse 80% 60% at 50% 0,rgba(201,168,76,.12) 0,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(26,48,88,.8) 0,transparent 60%)}.grid-overlay,body:before{position:fixed;inset:0;pointer-events:none}.grid-overlay{background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 0),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 0);background-size:60px 60px}.container{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;max-width:640px;width:100%;animation:fadeUp 1s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.logo-wrap{display:flex;justify-content:center;margin-bottom:2rem}.logo-image{width:min(180px,55vw);height:auto;mix-blend-mode:lighten}.divider{display:flex;align-items:center;gap:1rem;margin:0 auto 2.5rem;max-width:280px}.divider-line{flex:1 1;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.divider-icon{color:var(--gold);font-size:.75rem}.badge{display:inline-block;background:rgba(201,168,76,.15);border:1px solid rgba(201,168,76,.4);color:var(--gold-light);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:100px;margin-bottom:1.5rem}.headline-ar{font-family:Amiri,serif;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:700;color:var(--cream);margin-bottom:.75rem;direction:rtl}.headline-en{font-size:clamp(1rem,3vw,1.2rem);font-weight:300;color:var(--text-muted);margin-bottom:2rem;letter-spacing:.02em}.description{font-size:.95rem;line-height:1.8;color:var(--text-muted);margin-bottom:.5rem;direction:rtl}.description-en{font-size:.875rem;line-height:1.7;color:rgba(138,155,181,.7);margin-bottom:3rem}.progress-bar{width:100%;max-width:320px;margin:0 auto 1rem;height:3px;background:rgba(255,255,255,.08);border-radius:100px;overflow:hidden}.progress-fill{height:100%;width:40%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:100px;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.progress-label{font-size:.75rem;color:rgba(138,155,181,.5);letter-spacing:.06em;margin-bottom:3rem}.site-footer{font-size:.8rem;color:rgba(138,155,181,.4);border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem}.site-footer span{color:var(--gold)}