:root {
  --font-primary: "Inter", Arial, sans-serif;
  --text-primary: #f5f7f9;
  --text-secondary: #aab7c2;
  --text-muted: #7f909e;
  --accent: #1ea7e8;
  --dark: #031722;
  --font-size-body: 16px;
  --line-height-body: 1.65;
}

body {
  font-family: var(--font-primary);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", Arial, sans-serif;
  letter-spacing: 0;
}

p {
  line-height: 1.7;
}

.eyebrow {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.hero .eyebrow {
  font-size: 13px;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(52px, 5vw, 82px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.section-copy h2,
.section-heading h2,
.featured-copy h2,
.projects h2,
.process h2,
.contact-cta h2 {
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 620px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.65;
}

.intro .section-copy p:not(.eyebrow),
.expertise-lead,
.featured .featured-copy > p:not(.eyebrow),
.process .process-copy > p:not(.eyebrow),
.contact-cta .contact-lead {
  max-width: 620px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.75;
}

.button {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.text-link,
.service-link {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-header .topbar {
  color: #dce7ec;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.internal-page {
  font-family: var(--font-primary);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.internal-page .internal-hero h1 {
  font-family: var(--font-primary);
  font-size: clamp(52px, 5vw, 82px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.internal-page h2 {
  font-family: var(--font-primary);
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.site-header .navlinks a {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.site-header .button-outline {
  font-size: 13px;
}

.trustbar strong {
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.trustbar span {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.4;
}

.expertise .service h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.expertise .service p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.expertise .service .number {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.featured .project-num {
  font-size: clamp(78px, 8vw, 130px);
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.featured .tags span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.projects .project-gallery figcaption strong {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.projects .project-gallery figcaption span {
  font-size: 14px;
  line-height: 1.4;
}

.process .steps strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.process .steps span {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.process .steps b {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.profile .profile-stat strong {
  font-size: clamp(90px, 9vw, 150px);
  line-height: 0.8;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.profile .profile-stat span {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.profile .trust-lines span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.profile .profile-cta h3 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.contact-cta .contact-direct a {
  font-size: 15px;
  line-height: 1.5;
}

.footer h3 {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.footer .footer-links a,
.footer .footer-contact p,
.footer .footer-contact a {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.footer .footer-brand p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.footer .copyright {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .site-header .navlinks a {
    font-size: 15px;
  }

  .hero h1 {
    font-size: clamp(48px, 7vw, 68px);
  }

  .section-copy h2,
  .section-heading h2,
  .featured-copy h2,
  .projects h2,
  .process h2,
  .contact-cta h2 {
    font-size: clamp(40px, 6vw, 56px);
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .internal-page .internal-hero h1 {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .internal-page h2 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .section-copy h2,
  .section-heading h2,
  .featured-copy h2,
  .projects h2,
  .process h2,
  .contact-cta h2 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .hero-lead,
  .intro .section-copy p:not(.eyebrow),
  .expertise-lead,
  .featured .featured-copy > p:not(.eyebrow),
  .process .process-copy > p:not(.eyebrow),
  .contact-cta .contact-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .expertise .service h3 {
    font-size: 22px;
  }

  .profile .profile-stat strong {
    font-size: 72px;
  }
}
