@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--navy: #0f2744;--navy-light: #1a3a5c;--navy-dark: #0a1c30;--gold: #c9a227;--gold-light: #e3c04b;--gold-dark: #a88a1e;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--success: #059669;--error: #dc2626;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container-padding: clamp(1rem, 5vw, 4rem);--shadow-sm: 0 1px 2px rgba(15, 39, 68, .05);--shadow-md: 0 4px 6px -1px rgba(15, 39, 68, .07), 0 2px 4px -2px rgba(15, 39, 68, .05);--shadow-lg: 0 10px 15px -3px rgba(15, 39, 68, .08), 0 4px 6px -4px rgba(15, 39, 68, .05);--shadow-xl: 0 20px 25px -5px rgba(15, 39, 68, .1), 0 8px 10px -6px rgba(15, 39, 68, .05);--shadow-gold: 0 10px 40px -10px rgba(201, 162, 39, .3);--transition-fast: .15s ease;--transition-base: .25s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--gray-800);background:var(--gray-50);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--gold)}img{max-width:100%;height:auto}.rtl{direction:rtl;font-family:"Tahoma",var(--font-body)}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.header-single{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.75rem var(--container-padding)}.brand{flex-shrink:0}.brand-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);letter-spacing:.02em}.brand-tagline{font-size:.65rem;color:var(--gray-500);letter-spacing:.12em;text-transform:uppercase;margin-top:1px}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lang-select{font-family:var(--font-body);font-size:.8rem;font-weight:600;padding:.5rem 2rem .5rem .75rem;border-radius:var(--radius-full);border:1.5px solid var(--gray-200);background:var(--white);color:var(--navy);cursor:pointer;transition:all var(--transition-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230f2744' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.lang-select:hover{border-color:var(--navy)}.lang-select:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0f27441a}.cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all var(--transition-base);background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:var(--white);box-shadow:var(--shadow-md)}.cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--white)}.ghost{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-full);border:1.5px solid var(--gray-300);background:transparent;color:var(--gray-700);cursor:pointer;transition:all var(--transition-fast)}.ghost:hover{border-color:var(--navy);color:var(--navy);background:var(--gray-50)}.nav{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.nav a{font-size:.8125rem;font-weight:500;color:var(--gray-600);padding:.5rem .875rem;border-radius:var(--radius-full);transition:all var(--transition-fast);white-space:nowrap}.nav a:hover{color:var(--navy);background:var(--gray-100)}.nav a.active{color:var(--white);background:var(--navy)}.page{max-width:1400px;margin:0 auto;padding:2rem var(--container-padding) 4rem;display:grid;gap:2.5rem}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,var(--navy-light) 100%);color:var(--white);padding:clamp(2.5rem,5vw,4rem);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);position:relative}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(201,162,39,.15) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:#c9a22726;padding:.5rem 1rem;border-radius:var(--radius-full);margin-bottom:1.5rem;border:1px solid rgba(201,162,39,.3)}.hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.125rem;line-height:1.7;color:#fffc;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero .cta{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-dark);padding:1rem 2rem;font-weight:600;box-shadow:var(--shadow-gold)}.hero .cta:hover{transform:translateY(-3px);box-shadow:0 15px 50px -10px #c9a22780}.hero .ghost{border-color:#fff6;color:var(--white);padding:1rem 2rem}.hero .ghost:hover{background:#ffffff1a;border-color:#fff9}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--gold)}.stat-label{font-size:.8125rem;color:#fff9;margin-top:.25rem}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.hero-image{width:100%;max-width:350px;animation:float 6s ease-in-out infinite}.hero-image svg{width:100%;height:auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.intro{text-align:center;max-width:800px;margin:0 auto;padding:1rem 0}.intro h1{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--navy);margin-bottom:1rem}.intro p{font-size:1.125rem;color:var(--gray-600);line-height:1.8}.card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-100);transition:all var(--transition-base);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--gold) 0%,var(--gold-light) 100%);opacity:0;transition:opacity var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card:hover:before{opacity:1}.card h2{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.card p{color:var(--gray-600);line-height:1.7}.card ul{list-style:none;margin-top:1rem}.card ul li{border-bottom:1px solid var(--gray-100);display:grid;gap:.25rem;position:relative;padding:.875rem 0 .875rem 1.5rem}.card ul li:before{content:"";position:absolute;left:0;top:1.1rem;width:8px;height:8px;background:var(--gold);border-radius:50%}.card ul li:last-child{border-bottom:none;padding-bottom:0}.card ul li strong{font-weight:600;color:var(--navy)}.card ul li span{font-size:.9375rem;color:var(--gray-600)}.card ol{margin-top:1rem;padding-left:1.25rem;counter-reset:step}.card ol li{color:var(--gray-700);counter-increment:step;position:relative;padding:.75rem 0 .75rem 2.5rem;list-style:none}.card ol li:before{content:counter(step);position:absolute;left:0;top:.75rem;width:24px;height:24px;background:var(--navy);color:var(--white);border-radius:50%;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.sections,.criteria,.steps,.tiers,.faq{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-section{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-100)}.feature-section-header{text-align:center;margin-bottom:2rem}.feature-section-header h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.feature-section-header p{font-size:1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-item{display:flex;gap:1rem;padding:1.25rem;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-100);transition:all var(--transition-base)}.feature-item:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{flex-shrink:0;width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.feature-icon.navy{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%)}.feature-icon.gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%)}.feature-icon svg{width:26px;height:26px;fill:var(--white)}.feature-content h3{font-family:var(--font-body);font-size:1.0625rem;font-weight:600;color:var(--navy);margin-bottom:.375rem}.feature-content p{font-size:.9rem;color:var(--gray-600);line-height:1.5}.steps-section{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);border-radius:var(--radius-xl);padding:2.5rem;color:var(--white)}.steps-section .feature-section-header h2{color:var(--white)}.steps-section .feature-section-header p{color:#ffffffb3}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.step-item{text-align:center;padding:1.5rem;background:#ffffff0d;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);transition:all var(--transition-base)}.step-item:hover{background:#ffffff1a;transform:translateY(-3px)}.step-number{width:48px;height:48px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-dark);font-family:var(--font-display);font-size:1.25rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-item h3{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.step-item p{font-size:.875rem;color:#ffffffb3;line-height:1.5}@media (max-width: 768px){.feature-section,.steps-section{padding:1.5rem}.feature-section-header h2{font-size:1.5rem}.feature-grid,.steps-grid{grid-template-columns:1fr}}.badge{display:inline-block;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-dark);font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:var(--radius-full);margin-bottom:.75rem}.filters{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1rem}.chip{font-size:.8125rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-full);border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600);transition:all var(--transition-fast);cursor:pointer}.chip:hover{border-color:var(--navy);color:var(--navy);background:var(--white)}.empty{text-align:center;padding:3rem 0}.empty h3{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem}.empty p{color:var(--gray-500);margin-bottom:1.5rem}.form{display:grid;gap:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.form-field{display:grid;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.form-field input,.form-field textarea,.form-field select{font-family:var(--font-body);font-size:.9375rem;padding:.875rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);color:var(--gray-800);transition:all var(--transition-fast)}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0f27441a}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.form-field textarea{min-height:120px;resize:vertical}.form-actions{display:flex;align-items:center;gap:1rem;padding-top:.5rem}.form-actions .cta{padding:.875rem 1.75rem}.form-actions .success{font-size:.875rem;color:var(--success);font-weight:500}.form-actions .error{font-size:.875rem;color:var(--error);font-weight:500}.step-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--gray-100)}.step-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--navy)}.step-counter{font-size:.8125rem;font-weight:600;color:var(--white);background:var(--navy);padding:.5rem 1rem;border-radius:var(--radius-full)}.upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.directory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.legal h1{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--navy);margin-bottom:1.5rem}.legal pre{font-family:var(--font-body);font-size:.9375rem;line-height:1.8;white-space:pre-wrap;word-wrap:break-word;background:var(--white);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);color:var(--gray-700)}.site-footer{background:linear-gradient(135deg,var(--gray-900) 0%,var(--navy-dark) 100%);color:var(--gray-300);padding:3rem var(--container-padding);display:grid;gap:1rem}.site-footer>div:first-child{font-family:var(--font-display);font-size:1.25rem;color:var(--white)}.site-footer .legal-links{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem 0}.site-footer .legal-links a{font-size:.875rem;color:var(--gray-400);transition:color var(--transition-fast)}.site-footer .legal-links a:hover{color:var(--gold)}.site-footer .fineprint{font-size:.8125rem;color:var(--gray-500)}.loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1rem;color:var(--gray-500)}@media (max-width: 1024px){.hero{grid-template-columns:1fr;text-align:center}.hero-content{order:2}.hero-visual{order:1}.hero p{margin:0 auto}.hero-actions,.hero-stats{justify-content:center}.hero-image{max-width:250px}}@media (max-width: 1200px){.header-single{flex-wrap:wrap;gap:1rem}.nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}}@media (max-width: 768px){.header-single{flex-direction:column;gap:1rem;padding:1rem var(--container-padding)}.header-right{width:100%;justify-content:center;flex-wrap:wrap}.nav{justify-content:center;flex-wrap:wrap}.nav a{font-size:.75rem;padding:.4rem .6rem}.hero{padding:2rem}.hero h1{font-size:1.75rem}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.hero-actions{flex-direction:column;width:100%}.hero .cta,.hero .ghost{width:100%;justify-content:center}.sections,.criteria,.steps,.tiers,.faq,.pillars{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page>*{animation:fadeIn .5s ease forwards}.page>*:nth-child(1){animation-delay:0s}.page>*:nth-child(2){animation-delay:.1s}.page>*:nth-child(3){animation-delay:.15s}.page>*:nth-child(4){animation-delay:.2s}.page>*:nth-child(5){animation-delay:.25s}
