:root{--navy-50: #EAEFF6;--navy-100: #C9D5E4;--navy-200: #93A8C5;--navy-300: #5C7CA6;--navy-400: #2D5183;--navy-500: #0E2E50;--navy-600: #0A2440;--navy-700: #072644;--navy-800: #051A30;--navy-900: #02101F;--cyan-50: #E8F5FA;--cyan-100: #C7E6F2;--cyan-200: #94D1E7;--cyan-300: #5BB8D9;--cyan-400: #2EA3C9;--cyan-500: #1F9FD4;--cyan-600: #1280B0;--cyan-700: #0A6188;--cyan-800: #074762;--cyan-900: #042E3F;--cream: #FAF7F2;--paper: #FFFCF6;--white: #FFFFFF;--ink-50: #F5F5F4;--ink-100: #E7E7E5;--ink-200: #CDCDC9;--ink-300: #A2A29D;--ink-400: #6E6E6A;--ink-500: #4D4D4A;--ink-700: #292927;--ink-900: #16161A;--trust-green-100: #D5E8DC;--trust-green-500: #0E7C44;--trust-green-700: #08502C;--success-500: #1E8A4F;--warning-500: #C58A1B;--danger-500: #C04038;--color-bg: var(--cream);--color-surface: var(--paper);--color-surface-raised: var(--white);--color-text: var(--ink-700);--color-text-strong: var(--ink-900);--color-text-muted: var(--ink-500);--color-text-on-dark: var(--cream);--color-divider: var(--ink-100);--color-brand: var(--navy-500);--color-brand-strong: var(--navy-700);--color-brand-tint: var(--navy-50);--color-cta: var(--cyan-500);--color-cta-hover: var(--cyan-600);--color-link: var(--navy-500);--color-accent: var(--cyan-500);--color-accent-tint: var(--cyan-50);--font-sans: "Saudi Riyal", "Readex Pro", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Saudi Riyal", "Readex Pro", ui-sans-serif, -apple-system, sans-serif;--text-xs: .8125rem;--text-sm: .9375rem;--text-base: 1.0625rem;--text-lg: 1.1875rem;--text-xl: clamp(1.375rem, 1.2rem + .6vw, 1.625rem);--text-2xl: clamp(1.625rem, 1.35rem + 1.2vw, 2.125rem);--text-3xl: clamp(2rem, 1.5rem + 2vw, 2.75rem);--text-4xl: clamp(2.5rem, 1.75rem + 3vw, 3.5rem);--leading-tight: 1.2;--leading-snug: 1.35;--leading-normal: 1.55;--leading-relaxed: 1.7;--leading-loose: 1.85;--tracking-eyebrow: .08em;--tracking-normal: 0;--tracking-tight: -.01em;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-black: 800;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: .875rem;--radius-xl: 1.25rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(14, 46, 80, .04);--shadow-sm: 0 2px 6px rgba(14, 46, 80, .06);--shadow-md: 0 6px 18px rgba(14, 46, 80, .08);--shadow-lg: 0 12px 32px rgba(14, 46, 80, .1);--shadow-cta: 0 6px 18px rgba(31, 159, 212, .32);--shadow-cta-hover: 0 10px 28px rgba(31, 159, 212, .4);--duration-instant: 80ms;--duration-fast: .16s;--duration-base: .24s;--duration-slow: .4s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-back: cubic-bezier(.34, 1.56, .64, 1);--container-narrow: 44rem;--container-default: 64rem;--container-wide: 72rem;--section-py: clamp(2rem, 1.25rem + 3.5vw, 4rem);--section-px: clamp(1rem, .5rem + 2vw, 2rem);--z-base: 0;--z-raised: 10;--z-sticky: 100;--z-header: 200;--z-overlay: 500}@media(prefers-reduced-motion:reduce){:root{--duration-fast: 1ms;--duration-base: 1ms;--duration-slow: 1ms}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}.tabular{font-variant-numeric:tabular-nums}.container{max-width:var(--container-default);margin:0 auto;padding-inline:var(--space-4)}header.site{background:var(--paper);border-bottom:1px solid var(--ink-100);padding:var(--space-3) 0;position:sticky;top:0;z-index:var(--z-header);backdrop-filter:saturate(140%) blur(8px)}header.site .container{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}header.site .brand{display:flex;align-items:center;gap:var(--space-2);color:var(--navy-700);font-weight:var(--weight-bold);font-size:var(--text-base);text-decoration:none}header.site .brand img{height:36px;width:auto}header.site nav{display:flex;align-items:center;gap:var(--space-4);font-size:var(--text-sm)}header.site nav a{color:var(--ink-700);font-weight:var(--weight-medium)}header.site nav a:hover{color:var(--navy-500);text-decoration:none}footer.site{margin-top:var(--space-16);padding:var(--space-8) 0;background:var(--navy-500);color:var(--cream);font-size:var(--text-sm)}footer.site .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);align-items:center}footer.site .brand-block{display:flex;align-items:center;gap:var(--space-3)}footer.site img.footer-logo{height:32px;width:auto;filter:brightness(0) invert(1);opacity:.95}footer.site a{color:var(--cyan-300);font-weight:var(--weight-medium)}footer.site a:hover{color:var(--white)}footer.site .copy{opacity:.8;font-size:var(--text-xs)}@font-face{font-family:Saudi Riyal;src:url(/fonts/saudi_riyal.woff2) format("woff2");font-weight:400;font-display:swap;unicode-range:U+20C1,U+E900}
