@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/fonts/ibm-plex-sans-arabic-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/fonts/ibm-plex-sans-arabic-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  --ink: #0B0B0B;
  --paper: #F4F3EF;
  --white: #FFFFFF;
  --muted: #737373;
  --line: #D6D5D0;
  --page-gutter: clamp(24px, 5.2vw, 88px);
  color-scheme: light;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; }
body { margin: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
a { color: inherit; }
::selection { color: var(--white); background: var(--ink); }
.page-width { width: min(calc(100% - 2 * var(--page-gutter)), 1440px); margin-inline: auto; }
.hero { position: relative; isolation: isolate; height: 100svh; min-height: 650px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-image, .hero-image img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; }
.hero-image img { object-fit: cover; object-position: 50% 48%; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgb(11 11 11 / .34), rgb(11 11 11 / .04) 30%, rgb(11 11 11 / .36) 59%, rgb(11 11 11 / .67)); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 124px; border-bottom: 1px solid rgb(255 255 255 / .24); }
.brand { display: flex; align-items: center; gap: 16px; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-name { font-size: 29px; line-height: 1.5; font-weight: 500; }
.brand-description { font-size: 12px; line-height: 1.7; }
.brand-mark { position: relative; display: block; width: 37px; height: 43px; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after, .brand-mark > span { content: ""; position: absolute; inset-inline: 0; height: 17px; background: currentColor; clip-path: polygon(50% 0,100% 66%,100% 100%,50% 34%,0 100%,0 66%); }
.brand-mark::before { top: 0; }
.brand-mark > span { top: 12px; }
.brand-mark::after { top: 24px; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 13px 23px; border: 1px solid transparent; text-decoration: none; font-size: 15px; line-height: 1.7; font-weight: 500; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.contact-button svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.4; flex: 0 0 auto; }
.contact-button--outline { border-color: rgb(255 255 255 / .65); color: var(--white); }
.contact-button--outline:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.contact-button--white { color: var(--ink); background: var(--white); border-color: var(--white); }
.contact-button--white:hover { background: var(--paper); border-color: var(--paper); }
.contact-button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.hero .contact-button--white:focus-visible, .contact-section .contact-button:focus-visible { outline-color: var(--white); }
.hero-content { position: absolute; inset-inline: var(--page-gutter); top: 57%; transform: translateY(-10%); text-align: center; animation: reveal 650ms ease-out both; }
.eyebrow { font-size: 14px; line-height: 1.8; font-weight: 400; }
.hero-eyebrow { margin-bottom: 17px; }
.hero-eyebrow span { margin-inline: 8px; }
h1 { font-size: clamp(44px, 4.55vw, 76px); line-height: 1.4; }
h1 span { display: inline-block; }
.hero-description { margin: 15px auto 29px; font-size: 17px; line-height: 1.9; max-width: 580px; text-wrap: balance; }
.hero-content .contact-button { min-width: 220px; }
.hero-bottom { position: absolute; bottom: 27px; inset-inline: 0; display: flex; align-items: center; gap: 24px; font-size: 12px; line-height: 1.7; }
.hero-bottom-line { flex: 1; height: 1px; background: rgb(255 255 255 / .30); }
.section-space { padding-block: 108px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 32px; margin-bottom: 62px; }
.section-label { display: flex; gap: 18px; align-items: center; padding-top: 10px; }
.section-number { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
h2 { font-size: clamp(32px, 3.1vw, 48px); line-height: 1.5; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service { padding: 34px 30px 5px; border-inline-start: 1px solid var(--line); }
.service:first-child { border-inline-start: none; padding-inline-start: 0; }
.service:last-child { padding-inline-end: 0; }
.service-icon { display: block; width: 36px; height: 36px; stroke: currentColor; stroke-width: 1.25; stroke-linecap: square; stroke-linejoin: miter; margin-bottom: 30px; }
h3 { font-size: 21px; line-height: 1.7; }
.service p { margin-top: 10px; max-width: 260px; font-size: 16px; line-height: 1.95; }
.process { background: var(--white); border-top: 1px solid var(--line); }
.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; }
.process-heading h2 { margin-top: 24px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: flex; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.step-number { padding-top: 8px; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.process-list p { font-size: 16px; line-height: 1.9; margin-top: 6px; color: var(--muted); }
.contact-section { background: var(--ink); color: var(--white); padding-top: 82px; }
.contact-content { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 77px; }
.contact-content .eyebrow { margin-bottom: 16px; }
.contact-content h2 { font-size: clamp(36px, 3.6vw, 56px); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgb(255 255 255 / .24); min-height: 108px; padding-block: 24px; }
.footer-brand { display: flex; gap: 12px; align-items: center; font-size: 21px; font-weight: 500; }
.footer-brand .brand-mark { width: 25px; height: 31px; }
.footer-brand .brand-mark::before, .footer-brand .brand-mark::after, .footer-brand .brand-mark > span { height: 12px; }
.footer-brand .brand-mark > span { top: 9px; }
.footer-brand .brand-mark::after { top: 18px; }
.site-footer p { font-size: 13px; line-height: 1.8; }
.copyright { white-space: nowrap; }
.contact-notice { position: fixed; z-index: 5; bottom: 24px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); padding: 18px 24px; background: var(--white); color: var(--ink); border: 1px solid var(--line); font-size: 15px; line-height: 1.8; text-align: center; }
.contact-notice:empty { display: none; }
.noscript-notice { padding: 16px; text-align: center; font-size: 14px; }
@keyframes reveal { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
@media (min-width: 1800px) { .hero-content { top: 59%; } }
@media (max-width: 1000px) {
  .section-space { padding-block: 80px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service { padding: 28px 24px 32px; }
  .service:nth-child(3) { border-inline-start: none; padding-inline-start: 0; }
  .service:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service:nth-child(2) { padding-inline-end: 0; }
  .service-icon { margin-bottom: 20px; }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .process-layout { gap: 7%; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  :root { --page-gutter: 24px; }
  .hero { min-height: 700px; }
  .site-header { min-height: 104px; gap: 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 27px; height: 34px; }
  .brand-mark::before, .brand-mark::after, .brand-mark > span { height: 13px; }
  .brand-mark > span { top: 10px; }
  .brand-mark::after { top: 20px; }
  .brand-name { font-size: 22px; }
  .brand-description { display: none; }
  .header-contact { padding: 10px 11px; gap: 10px; min-height: 44px; font-size: 14px; }
  .header-contact svg { width: 16px; height: 16px; }
  .hero-image img { object-position: 43% 46%; }
  .hero-shade { background: linear-gradient(180deg, rgb(11 11 11 / .30), rgb(11 11 11 / .08) 28%, rgb(11 11 11 / .42) 51%, rgb(11 11 11 / .73)); }
  .hero-content { top: 51%; transform: translateY(-5%); }
  .hero-eyebrow { font-size: 13px; margin-bottom: 14px; }
  h1 { font-size: clamp(35px, 9.1vw, 49px); line-height: 1.5; }
  h1 span { display: block; }
  .hero-description { font-size: 15px; max-width: 340px; margin-top: 12px; margin-bottom: 26px; }
  .hero-bottom { font-size: 10px; gap: 12px; bottom: 24px; }
  .hero-bottom > span:first-child { display: none; }
  .section-space { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-label { padding-top: 0; font-size: 13px; }
  .section-heading h2 { margin-top: 22px; }
  h2 { font-size: 32px; }
  .service { padding: 24px 18px 26px; }
  .service-icon { width: 31px; height: 31px; margin-bottom: 20px; }
  h3 { font-size: 18px; }
  .service p { font-size: 15px; line-height: 1.9; }
  .process-layout { grid-template-columns: 1fr; gap: 34px; }
  .process-heading h2 { margin-top: 22px; }
  .process-list li { gap: 24px; padding-block: 24px; }
  .process-list p { font-size: 15px; }
  .contact-section { padding-top: 59px; }
  .contact-content { align-items: flex-start; flex-direction: column; padding-bottom: 52px; gap: 28px; }
  .contact-content h2 { font-size: 35px; }
  .site-footer { align-items: flex-start; display: grid; grid-template-columns: 1fr; gap: 17px; padding-block: 29px; }
  .site-footer p { font-size: 12px; }
  .copyright { margin-top: 6px; }
}
@media (max-width: 360px) {
  :root { --page-gutter: 18px; }
  .brand-name { font-size: 20px; }
  .header-contact { gap: 6px; padding-inline: 9px; }
  .header-contact svg { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service { border-inline-start: none; padding-inline: 0; }
  .service + .service { border-top: 1px solid var(--line); }
}
@media (max-height: 650px) and (min-width: 601px) {
  .hero { min-height: 570px; }
  .site-header { min-height: 94px; }
  .hero-content { top: 42%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
