.team-card{background:#fff;border-radius:18px;padding:24px;text-align:center;box-shadow:0 16px 32px #0f172a14;border:1px solid rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.team-card:hover,.team-card:focus-within{transform:translateY(-6px);box-shadow:0 22px 44px #0f172a1f}.team-card__photo{width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:4px solid rgba(52,152,219,.2)}.team-card__name{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:6px}.team-card__role{color:#6b7280;font-size:.95rem}.header{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 16px #00000014;position:sticky;top:0;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;padding:20px 0;gap:32px}.header__branding{display:flex;flex-direction:column;gap:8px;align-items:flex-end;text-align:right}.header__logo{display:inline-flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:12px;font-size:1.625rem;font-weight:700;color:#fff;letter-spacing:-.02em;text-decoration:none;line-height:1.2}.header__logo-img{inline-size:58px;block-size:58px;width:58px;height:58px;flex-shrink:0}.header__logo-video{border-radius:14px;object-fit:cover;background-color:#fefafa;overflow:hidden}.header__logo-text{display:inline-flex;flex-direction:column;gap:4px;text-align:right;line-height:1.3;align-items:flex-end}.header__logo-text strong{font-size:1.5rem;font-weight:800}@media(max-width:768px){.header__logo-text strong{font-size:.8rem}}.header__logo-text small{font-size:.85rem;font-weight:500;color:#ffffffc7}.header__tagline{font-size:.9rem;color:#fffc;max-width:420px}.header__nav ul{list-style:none;display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse;gap:28px;margin:0}.header__nav a{color:#ffffffdb;font-weight:600;position:relative;padding-bottom:4px;transition:color .2s ease}.header__nav a:after{content:"";position:absolute;right:0;bottom:0;width:100%;height:2px;background-color:#ffffffe6;transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.header__nav a:hover,.header__nav a:focus{color:#fff}.header__nav a:hover:after,.header__nav a:focus:after,.header__nav .is-active:after{transform:scaleX(1)}.header__menu-toggle{display:none}@media(max-width:768px){.header__inner{flex-direction:row-reverse;align-items:center;flex-wrap:wrap}.header__logo{gap:10px;font-size:1.4rem}.header__logo-img{inline-size:48px;block-size:48px;width:48px;height:48px}.header__menu-toggle{display:flex;flex-direction:column;gap:5px;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0}.header__menu-toggle span{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__nav{display:none;width:100%;order:3}.header__nav.is-open{display:block}.header__nav ul{flex-direction:column;align-items:flex-end;gap:16px;margin-top:20px}}.footer{background:#10131a;color:#ffffffd6;margin-top:80px;padding:64px 0 24px}.footer__content{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.footer__brand h2{font-size:1.5rem;color:#fff;margin-bottom:12px}.footer__brand p{max-width:320px;line-height:1.7}.footer__links h3,.footer__contact h3{color:#fff;font-size:1.05rem;margin-bottom:16px}.footer__links ul,.footer__contact ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer__links a,.footer__social a{color:#ffffffbf;transition:color .2s ease}.footer__links a:hover,.footer__social a:hover{color:var(--secondary-color)}.footer__social{display:flex;gap:16px;margin-top:16px}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:20px;text-align:center;font-size:.85rem;color:#fff9}@media(max-width:640px){.footer{padding:48px 0 16px}.footer__social{flex-wrap:wrap}}:root{--primary-color: #34a0ff;--secondary-color: #16c994;--accent-color: #f97316;--background-color: #f6f8fb;--text-color: #1f2937;--font-family: "Tajawal", "Inter", "Segoe UI", sans-serif;--font-size-base: 16px;--font-size-large: 24px;--font-size-small: 14px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);line-height:1.6;background:linear-gradient(180deg,#f6f8fb,#fff 35%,#f8fafc);color:var(--text-color);-webkit-font-smoothing:antialiased;direction:rtl;text-align:right}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell main{flex:1}a{text-decoration:none;color:var(--primary-color)}a:hover,a:focus{color:var(--secondary-color)}img{max-width:100%;display:block}main{display:flex;flex-direction:column;gap:96px;padding:72px 0 96px}.container{width:min(1080px,90vw);margin:0 auto}.section{display:grid;gap:32px}.section__header{display:flex;flex-direction:column;gap:12px}.section__eyebrow{font-size:.9rem;font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--accent-color)}.section__title{font-size:clamp(1.875rem,3vw,2.75rem);line-height:1.2;color:#111827}.section__description{max-width:640px;color:#4b5563}.grid{display:grid;gap:24px}.grid--columns-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid--columns-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 12px 36px #0f172a14;border:1px solid rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease;text-align:right}.card:hover,.card:focus-within{transform:translateY(-6px);box-shadow:0 18px 36px #0f172a1f}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;border-radius:999px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 24px #3498db40}.cta-button:hover,.cta-button:focus{transform:translateY(-2px);box-shadow:0 18px 28px #2ecc7147}.cta-button--secondary{background:#111827;box-shadow:none}.hero__actions{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap}.text-muted{color:#6b7280}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#3498db1f;color:var(--primary-color);font-size:.85rem;font-weight:600}.hero{display:grid;gap:48px;align-items:center;padding:48px 0 32px}.hero__headline{font-size:clamp(2.5rem,5vw,3.8rem);line-height:1.1;color:#0f172a}.hero__stats{display:flex;flex-wrap:wrap;gap:24px 48px;margin-top:32px}.hero__stat{display:flex;flex-direction:column;gap:4px}.hero__stat-number{font-size:1.75rem;font-weight:700;color:#0f172a}.hero__stat-label{color:#6b7280;font-size:.95rem}.pill--neutral{background:#0f172a0d}.card__title{font-size:1.25rem;color:#0f172a;margin-bottom:16px}.card__description{margin-bottom:16px}.card__section{margin-top:16px;display:grid;gap:12px}.card__meta-title{font-size:.95rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase;color:#1f2937}.card__list{list-style:none;padding:0;margin:0;display:grid;gap:16px;color:#1f2937}.card__list--bulleted{list-style:disc;padding-left:0;padding-right:18px;color:#4b5563;gap:8px;list-style-position:inside}.pill{background:#0f172a0d;border-radius:999px;padding:6px 12px;font-size:.85rem;font-weight:600;color:#111827}form{display:grid;gap:20px}label{display:block;font-weight:600;margin-bottom:6px}input,textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background-color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;text-align:right}input:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #3498db1f}textarea{min-height:160px;resize:vertical}button[type=submit]{justify-self:end}.tag-list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}@media(min-width:960px){.hero{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){main{gap:72px}.hero__stats{gap:16px 24px}.cta-button{width:100%;justify-content:center}}
