@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";:root{--text: #e6e9e9;--background: #070809;--primary: #9ddcee;--secondary: #132b4b;--accent: #ECF2F4}body{font-family:Manrope,sans-serif;background-color:var(--background);color:var(--text);margin:0;padding:0}.navbar{background-color:#2d2d2d;border-bottom:1px solid #404040;position:sticky;top:0;z-index:100;width:100%;padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:60px;max-width:1200px;margin:0 auto}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-brand h1{background:linear-gradient(135deg,#a0a0a0,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.025em}.navbar-brand.secondary h1{color:#ccc;font-size:1.3rem;font-weight:500}.navbar-menu{display:flex;align-items:center}.navbar-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:400;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s ease}.navbar-link:hover{background-color:#404040;color:#fff}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-left{gap:1rem}.navbar-brand h1{font-size:1.25rem}.navbar-brand.secondary h1{font-size:1.1rem}}@media (max-width: 480px){.navbar-left{gap:.5rem}.navbar-brand h1{font-size:1.1rem}.navbar-brand.secondary h1{font-size:1rem}}.landing-page{min-height:100vh;background-color:var(--background)}.main-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.content-container{text-align:center;max-width:800px;width:100%}.gradient-text{background:linear-gradient(135deg,#a0a0a0,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-title{font-size:clamp(3rem,8vw,8rem);font-weight:800;background:linear-gradient(135deg,#a0a0a0,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 3rem;letter-spacing:.1em;text-transform:uppercase}.subtitle-container{margin-top:3rem}.subtitle-english,.subtitle-arabic{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;color:#e6e9e9;margin:.5rem 0;line-height:1.6}.subtitle-arabic{font-family:Manrope,Tahoma,Arial,sans-serif;direction:rtl;text-align:center}@media (max-width: 768px){.main-content{padding:1rem;min-height:100vh}.main-title{margin-bottom:2rem}.subtitle-container{margin-top:2rem}}@media (max-width: 480px){.main-content{padding:.5rem}.main-title{margin-bottom:1.5rem}.subtitle-container{margin-top:1.5rem}}
