:root {
  --ink: #0c1730;
  --ink-soft: #3a4660;
  --line: #e3e7ee;
  --paper: #f6f7f9;
  --white: #ffffff;
  --blue: #1d6bff;
  --focus: #1d6bff;
  --serif: "Source Sans 3", "Segoe UI", sans-serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --wrap: 1080px;
  --header: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: var(--white);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip:focus {
  top: 0.75rem;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  direction: ltr;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  height: 46px;
  width: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
}

.brand-name {
  font-family: "Plus Jakarta Sans", "Source Sans 3", sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.brand-tag {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a2744;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  color: var(--white) !important;
  background: var(--ink);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}

.nav-cta:hover {
  background: #1a2c52;
}

.nav-toggle {
  display: none;
  font: inherit;
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  max-width: 18ch;
}

h3 {
  font-size: 1.45rem;
}

p {
  margin: 0 0 1rem;
}

.eyebrow,
.section-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.85rem;
}

.section-label.light {
  color: #8eb6ff;
}

.lede,
.intro {
  font-size: 1.25rem;
  color: var(--ink-soft);
  max-width: 38rem;
}

.hero {
  padding: 4.5rem 0 5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
}

.hero-mark {
  display: flex;
  justify-content: center;
}

.hero-mark img {
  width: min(280px, 70%);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-block;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  cursor: pointer;
}

.button:hover {
  background: #1a2c52;
}

.text-link {
  font-weight: 600;
  color: var(--ink);
}

.band,
.approach,
.who,
.contact {
  padding: 5rem 0;
}

.band {
  background: var(--paper);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 2.25rem;
}

.split article {
  border-top: 2px solid var(--ink);
  padding-top: 1.25rem;
}

.split p,
.steps p,
.who p,
.contact p {
  color: var(--ink-soft);
}

.steps {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.steps li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  grid-row: 1 / span 2;
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--blue);
}

.steps h3,
.steps p {
  grid-column: 2;
}

.steps {
  counter-reset: step;
}

.steps h3 {
  margin-bottom: 0.35rem;
}

.after {
  background: var(--ink);
  color: var(--white);
  padding: 5.5rem 0;
}

.after-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.after h2 {
  max-width: 14ch;
}

.after p {
  color: #d5dbe6;
  font-size: 1.15rem;
}

.narrow {
  max-width: 760px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.mail a {
  color: var(--ink);
  font-weight: 600;
  font-size: 1.2rem;
}

form {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
}

input,
textarea {
  font: inherit;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfd6e2;
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

input:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.form-error {
  color: #9b2c2c;
  font-size: 0.95rem;
  margin: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 3rem;
}

.footer-inner .brand {
  margin-bottom: 0.9rem;
}

.fine {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

@media (max-width: 800px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header);
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem 1.25rem;
    gap: 0.9rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-grid,
  .split,
  .after-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    grid-template-columns: 3.5rem 1fr;
    gap: 0.75rem;
  }

  .hero {
    padding-top: 2.75rem;
  }

  .hero-mark {
    order: -1;
    justify-content: flex-start;
  }

  .hero-mark img {
    width: 120px;
  }

  .band,
  .approach,
  .who,
  .contact,
  .after {
    padding: 3.5rem 0;
  }
}

html[lang="ar"] {
  --sans: "Readex Pro", "Source Sans 3", sans-serif;
  --serif: "Readex Pro", "Source Sans 3", sans-serif;
}

html[lang="ar"] body {
  line-height: 1.85;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
}

html[lang="ar"] h1 {
  max-width: 18em;
}

html[lang="ar"] h2,
html[lang="ar"] .after h2 {
  max-width: 16em;
}

html[lang="ar"] .eyebrow,
html[lang="ar"] .section-label {
  letter-spacing: 0;
}

html[lang="ar"] .lede,
html[lang="ar"] .intro {
  max-width: 40rem;
}
