:root {
  --navy: #0a192f;
  --navy-2: #10243f;
  --navy-3: #163050;
  --gold: #c5a059;
  --gold-deep: #b08b46;
  --white: #ffffff;
  --paper: #f5f7fa;
  --gray: #e2e8f0;
  --ink: #0a192f;
  --ink-soft: #3a4a5c;
  --danger: #b42318;
  --on-gold: #0a192f;
  --on-navy: #ffffff;
  --nav-h: 72px;
  --page-gutter: 24px;
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-r: env(safe-area-inset-right, 0px);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-l: env(safe-area-inset-left, 0px);
  --safe-inline-start: var(--safe-l);
  --safe-inline-end: var(--safe-r);
  --header-h: calc(var(--nav-h) + var(--safe-t));
  --max: 1180px;
  --max-wide: 1280px;
  --radius: 2px;
  --font: "Tajawal", "Montserrat", system-ui, sans-serif;
  --mono: "Fira Code", ui-monospace, monospace;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 18px 50px rgba(10, 25, 47, 0.12);
  --header-bg: rgba(10, 25, 47, 0.92);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
  scroll-padding-top: var(--header-h);
}

html[lang="en"] {
  --font: "Montserrat", system-ui, sans-serif;
}

[dir="rtl"] {
  --safe-inline-start: var(--safe-r);
  --safe-inline-end: var(--safe-l);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  min-height: 100dvh;
  touch-action: manipulation;
}

html[lang="en"] body {
  font-weight: 500;
  line-height: 1.65;
}

html[lang="ar"] body {
  font-size: 1.125rem;
  line-height: 1.8;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

.site-header :focus-visible,
.mobile-nav :focus-visible,
.hero :focus-visible,
.page-hero :focus-visible,
.proof :focus-visible,
.when :focus-visible,
.section-navy :focus-visible,
.cta-band :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--gold);
}

.skip {
  position: absolute;
  inset-inline-start: max(12px, var(--safe-inline-start));
  top: -48px;
  z-index: 100;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 16px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.skip:focus {
  top: calc(12px + var(--safe-t));
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding-inline: max(var(--page-gutter), var(--safe-inline-start)) max(var(--page-gutter), var(--safe-inline-end));
}

.wrap-wide {
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
  padding-inline: max(var(--page-gutter), var(--safe-inline-start)) max(var(--page-gutter), var(--safe-inline-end));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--header-h);
  padding-top: var(--safe-t);
  background: transparent;
  transition: background 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.site-header.is-scrolled,
.site-header.is-solid {
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.site-header.theme-light {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid transparent;
}

.site-header.theme-light.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--gray);
  box-shadow: 0 8px 24px rgba(10, 25, 47, 0.06);
  backdrop-filter: blur(16px);
}

.nav {
  height: var(--nav-h);
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
  padding-inline: max(var(--page-gutter), var(--safe-inline-start)) max(var(--page-gutter), var(--safe-inline-end));
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  min-height: 44px;
  max-width: calc(100% - 168px);
}

.logo img,
.logo-svg {
  height: 40px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: inline-start;
}

.logo .logo-on-light {
  display: none;
}

.theme-light .logo .logo-on-dark {
  display: none;
}

.theme-light .logo .logo-on-light {
  display: block;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2px;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  transition: color 200ms var(--ease);
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--white);
}

.theme-light .nav-links a {
  color: var(--ink-soft);
}

.theme-light .nav-links a:hover,
.theme-light .nav-links a.is-active {
  color: var(--navy);
}

a.btn.nav-cta {
  display: none;
  min-height: 44px;
  padding: 0 16px;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: stretch;
  flex-shrink: 0;
  height: 44px;
  margin-inline-start: auto;
  border: 0;
  background: transparent;
}

.lang-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
}

.lang-option + .lang-option {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
}

.lang-option[lang="ar"] {
  font-family: "Tajawal", system-ui, sans-serif;
}

.lang-option[lang="en"] {
  font-family: "Montserrat", system-ui, sans-serif;
}

.lang-option.is-active {
  background: transparent;
  color: var(--gold);
  box-shadow: inset 0 -2px 0 var(--gold);
}

.lang-option:not(.is-active):hover {
  color: var(--white);
  background: transparent;
}

.theme-light .lang-option {
  color: var(--ink-soft);
}

.theme-light .lang-option + .lang-option {
  border-inline-start-color: var(--gray);
}

.theme-light .lang-option.is-active {
  color: var(--navy);
  box-shadow: inset 0 -2px 0 var(--navy);
}

.theme-light .lang-option:not(.is-active):hover {
  color: var(--navy);
}

.theme-light .menu-toggle span {
  background: var(--navy);
}

.menu-toggle {
  position: absolute;
  inset-inline-end: var(--safe-inline-end);
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  flex-shrink: 0;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2.5px;
  background: var(--gold);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0;
  background: var(--navy);
  z-index: 40;
  padding: 32px max(24px, var(--safe-r)) calc(48px + var(--safe-b)) max(24px, var(--safe-l));
  flex-direction: column;
  gap: 8px;
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--white);
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  cursor: pointer;
}

.mobile-nav .btn {
  margin-top: 16px;
  align-self: stretch;
  border-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 200ms var(--ease), color 200ms var(--ease), border-color 200ms var(--ease), opacity 200ms var(--ease);
  text-align: center;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover:not(:disabled) {
  background: var(--gold-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}

.btn-ghost:hover {
  background: rgba(197, 160, 89, 0.12);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
}

.btn-navy:hover:not(:disabled) {
  background: var(--navy-2);
}

.btn-ghost-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-ghost-navy:hover {
  background: var(--navy);
  color: var(--white);
}

.icon-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.kicker.on-light {
  color: var(--navy);
}

.kicker.on-light::before {
  background: var(--gold);
}

.display {
  font-weight: 800;
  font-size: clamp(2rem, 5.2vw, 3.75rem);
  line-height: 1.14;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.h3 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lede {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  max-width: 38rem;
  overflow-wrap: break-word;
}

html[lang="en"] .lede {
  font-weight: 500;
  line-height: 1.7;
}

.muted {
  color: var(--ink-soft);
}

.mono {
  font-family: var(--mono);
  font-size: 0.85rem;
  letter-spacing: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  padding: calc(var(--header-h) + 40px) 0 64px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(197, 160, 89, 0.22) 1px, transparent 0);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at 18% 30%, black 0%, transparent 52%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  max-width: 38rem;
  min-width: 0;
}

.hero .display {
  margin: 12px 0 16px;
}

.hero .lede {
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.16);
}

.hero-meta div {
  min-width: 120px;
}

.hero-meta span {
  display: block;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.hero-meta p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 280px;
}

.hero-art {
  width: 100%;
  height: auto;
}

.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: calc(var(--header-h) + 56px) 0 48px;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset-inline-end: -80px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero .lede {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 16px;
}

.page-hero .lede a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-hero .display {
  margin-top: 12px;
}

.page-hero .btn {
  margin-top: 16px;
}

.section {
  padding: 64px 0;
}

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.section-paper {
  background: var(--paper);
}

.section-head {
  max-width: 42rem;
  margin-bottom: 32px;
}

.section-head .h2 {
  margin: 10px 0 12px;
}

.split {
  display: grid;
  gap: 32px;
}

.gold-rule {
  width: 56px;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin: 20px 0;
}

.proof {
  background: var(--navy-2);
  color: var(--white);
  padding: 28px 0;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.proof-item span {
  display: block;
  font-family: var(--mono);
  color: var(--gold);
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.proof-item p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
}

.when {
  background: var(--navy-2);
  color: var(--white);
  padding: 48px 0;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.when .section-head {
  margin-bottom: 32px;
}

.when .muted,
.when .section-head p:not(.kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.when-grid {
  display: grid;
  gap: 20px;
}

.when-item {
  padding: 8px 0 20px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
}

.when-item span {
  display: block;
  font-family: var(--mono);
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.when-item h3 {
  margin-bottom: 8px;
}

.when-item p {
  color: rgba(255, 255, 255, 0.78);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.75;
}

.brief {
  display: grid;
  gap: 28px;
}

.brief-meta {
  font-family: var(--mono);
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.brief-grid {
  display: grid;
  gap: 20px;
}

.brief-col {
  padding-top: 16px;
  border-top: 2px solid var(--gold);
}

.brief-col h3 {
  margin-bottom: 8px;
}

.brief .h2 {
  margin: 10px 0 12px;
}

.kicker + .h2 {
  margin-top: 10px;
}

.brief-note {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.muted + .bounds {
  margin-top: 24px;
}

.sector-caption {
  margin-top: 32px;
  margin-bottom: 12px;
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sector-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--gray);
  background: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.section-follow {
  margin-top: 32px;
}

.note-chip {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  border: 1px solid var(--gold);
  padding: 4px 10px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.form-privacy {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 36rem;
}

.prose {
  max-width: 40rem;
  line-height: 1.85;
}

html[lang="en"] .prose {
  line-height: 1.75;
}

.prose p + p {
  margin-top: 1.1em;
}

.prose .muted {
  margin-top: 0;
}

.prose h2 {
  margin: 2em 0 0.7em;
}

html[lang="en"] .display {
  line-height: 1.18;
}

html[lang="en"] .kicker,
html[lang="en"] .field span,
html[lang="en"] .footer-col h2,
html[lang="en"] .contact-block h2 {
  font-weight: 600;
}

html[lang="en"] .when-item p {
  font-weight: 500;
}

.card-grid.stack {
  grid-template-columns: 1fr;
}

.section-navy .card {
  background: transparent;
  border-color: rgba(197, 160, 89, 0.35);
  color: var(--white);
}

.section-navy .list-checks li {
  border-color: rgba(226, 232, 240, 0.16);
  color: rgba(255, 255, 255, 0.82);
}

.section-navy .card > p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 20px;
}

body.page-contact .nav-cta,
body.page-thanks .nav-cta,
body.page-contact .mobile-nav .btn,
body.page-thanks .mobile-nav .btn {
  display: none;
}

.section-navy .section-head p:not(.kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card {
  background: var(--white);
  border: 1px solid var(--gray);
  padding: 24px;
  border-radius: var(--radius);
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease);
}

a.card {
  color: inherit;
  cursor: pointer;
}

a.card:hover,
a.card:focus-visible {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.card-num {
  font-family: var(--mono);
  color: var(--navy);
  font-size: 0.85rem;
  display: block;
  margin-bottom: 16px;
}

.section-navy .card-num,
.section-navy .step-index {
  color: var(--gold);
}

.card h3 {
  margin-bottom: 12px;
}

.card p {
  color: var(--ink-soft);
  font-weight: 400;
  line-height: 1.7;
}

html[lang="en"] .card p {
  font-weight: 500;
}

.icon-frame {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--navy);
}

.icon-frame svg {
  width: 24px;
  height: 24px;
}

.list-checks li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray);
  color: var(--ink-soft);
}

.list-checks svg {
  width: 18px;
  height: 18px;
  color: var(--navy);
  margin-top: 4px;
}

.steps {
  display: grid;
  gap: 16px;
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 8px 0;
}

.step-index {
  font-family: var(--mono);
  font-size: 1.1rem;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.4;
}

.step p {
  margin-top: 8px;
}

.step a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-navy .step p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  line-height: 1.7;
}

html[lang="en"] .section-navy .step p {
  font-weight: 500;
}

.compare {
  display: grid;
  gap: 16px;
}

.compare-col {
  padding: 28px 24px;
  border: 1px solid var(--gray);
}

.compare-col.accent {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.compare-col .kicker {
  margin-bottom: 16px;
}

.compare-col.accent .kicker {
  color: var(--gold);
}

.compare-col p {
  margin-top: 12px;
}

.compare-col.plain p {
  color: var(--ink-soft);
}

.founders {
  display: grid;
  gap: 16px;
}

.founder {
  text-align: start;
  padding: 24px;
  border: 1px solid var(--gray);
  border-inline-start: 3px solid var(--gold);
  background: var(--white);
}

.founder-role {
  font-family: var(--mono);
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.founder h3 {
  margin-bottom: 8px;
}

.founder p:not(.founder-role) {
  color: var(--ink-soft);
  font-weight: 400;
  line-height: 1.7;
}

html[lang="en"] .founder p:not(.founder-role) {
  font-weight: 500;
}

.cta-band {
  background: var(--navy);
  color: var(--white);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.cta-band .h2 {
  max-width: 18ch;
  margin: 12px 0 16px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  margin-bottom: 24px;
}

.site-footer {
  background: #071221;
  color: var(--white);
  padding: 56px 0 calc(28px + var(--safe-b));
}

.footer-grid {
  display: grid;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
}

.footer-brand img {
  height: 72px;
  width: auto;
  margin-bottom: 16px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  max-width: 28rem;
}

.footer-col h2 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 14px;
}

.footer-col a,
.footer-col p {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.footer-col a {
  cursor: pointer;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.form {
  display: grid;
  gap: 18px;
}

.form-errors {
  border: 1px solid var(--danger);
  background: #fef2f2;
  color: var(--danger);
  padding: 16px 18px;
}

.form-errors h2 {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.form-errors a {
  color: var(--danger);
  text-decoration: underline;
  cursor: pointer;
}

.form-errors li + li {
  margin-top: 6px;
}

.hp {
  position: absolute;
  inset-inline-start: -9999px;
  height: 0;
  overflow: hidden;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.field .hint {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.field input,
.field select,
.field textarea {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #c5ced8;
  border-radius: var(--radius);
  background: var(--white);
  width: 100%;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 2px;
  border-color: var(--navy);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--danger);
}

.field-error {
  color: var(--danger);
  font-size: 0.85rem;
}

.form-row {
  display: grid;
  gap: 16px;
}

.form-status {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  gap: 32px;
}

.contact-aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.contact-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray);
}

.contact-block h2 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 8px;
}

.contact-block p + p {
  margin-top: 8px;
}

.contact-block a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bounds {
  display: grid;
  gap: 16px;
}

.bound {
  padding: 24px;
  border-inline-start: 3px solid var(--gold);
  background: var(--white);
}

.bound p {
  margin-top: 8px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: rise 500ms var(--ease) forwards;
}

.reveal[data-delay="2"] { animation-delay: 80ms; }
.reveal[data-delay="3"] { animation-delay: 160ms; }
.reveal[data-delay="4"] { animation-delay: 240ms; }

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.js .reveal {
  animation: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms var(--ease), transform 420ms var(--ease);
}

.js .reveal.is-in {
  opacity: 1;
  transform: none;
}

[dir="rtl"] .skip,
[dir="rtl"] .nav-links a,
[dir="rtl"] .mobile-nav a,
[dir="rtl"] .btn,
[dir="rtl"] .kicker,
[dir="rtl"] .display,
[dir="rtl"] .h2,
[dir="rtl"] .h3,
[dir="rtl"] .hero-meta p,
[dir="rtl"] .proof-item p,
[dir="rtl"] .footer-col h2,
[dir="rtl"] .field span,
[dir="rtl"] .contact-block h2,
[dir="rtl"] .form-errors h2 {
  letter-spacing: 0;
  text-transform: none;
}

[dir="rtl"] .display {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.85rem, 4.8vw, 3.25rem);
}

[dir="rtl"] .h2 {
  font-weight: 700;
  line-height: 1.45;
}

[dir="rtl"] .h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

[dir="rtl"] .lede {
  font-size: 1.1875rem;
  line-height: 1.85;
  max-width: 36rem;
}

[dir="rtl"] .hero-copy {
  max-width: 36rem;
}

[dir="rtl"] .kicker {
  font-size: 0.875rem;
  font-weight: 500;
}

[dir="rtl"] .btn {
  font-size: 0.9375rem;
  font-weight: 700;
}

[dir="rtl"] .nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
}

[dir="rtl"] .mobile-nav a {
  font-size: 1.0625rem;
  font-weight: 500;
}

[dir="rtl"] .hero-meta p,
[dir="rtl"] .proof-item p {
  font-weight: 500;
}

[dir="rtl"] .field span,
[dir="rtl"] .footer-col h2,
[dir="rtl"] .contact-block h2 {
  font-size: 0.875rem;
  font-weight: 500;
}

[dir="rtl"] .icon-arrow,
[dir="rtl"] .list-checks svg {
  transform: scaleX(-1);
}

[dir="rtl"] .cta-band .h2 {
  max-width: 22rem;
}

[dir="rtl"] .footer-col a,
[dir="rtl"] .footer-col p {
  font-size: 1rem;
}

[dir="rtl"] .note-chip {
  letter-spacing: 0;
  text-transform: none;
}

.ltr,
a[href^="tel"],
a[href^="mailto"] {
  direction: ltr;
  unicode-bidi: isolate;
}

@media (min-width: 768px) {
  :root {
    --page-gutter: 32px;
  }

  .nav-links,
  a.btn.nav-cta {
    display: flex;
  }

  .nav-links {
    margin-inline-start: 8px;
  }

  body.page-contact a.btn.nav-cta,
  body.page-thanks a.btn.nav-cta {
    display: none;
  }

  .lang-switch {
    margin-inline-start: auto;
  }

  .menu-toggle {
    display: none;
  }

  .proof-grid,
  .card-grid.two,
  .split,
  .compare,
  .form-row,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-grid.four {
    grid-template-columns: 1fr 1fr;
  }

  .founders {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 1fr;
  }

  .steps.row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 34rem;
  }

  .when-grid,
  .brief-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-grid.four,
  .proof-grid,
  .steps.row {
    grid-template-columns: repeat(4, 1fr);
  }

  .section {
    padding: 80px 0;
  }

  .cta-band {
    padding: 80px 0;
  }

  .when {
    padding: 64px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .js .reveal,
  .js .reveal.is-in {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .hero-art .pulse,
  .hero-art .orbit {
    animation: none;
  }
}

@media (max-width: 767px) {
  :root {
    --nav-h: 64px;
  }

  .nav {
    padding-inline-start: max(var(--page-gutter), var(--safe-inline-start));
    padding-inline-end: calc(56px + var(--safe-inline-end));
    gap: 12px;
  }

  .logo img {
    height: 32px;
  }

  .lang-option {
    padding: 0 8px;
    font-size: 0.75rem;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 32px) 0 48px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    display: none;
  }

  .section,
  .cta-band {
    padding: 56px 0;
  }

  .when {
    padding: 48px 0;
  }

  .display {
    font-size: 1.625rem;
    letter-spacing: 0.012em;
  }

  [dir="rtl"] .display {
    font-size: 1.85rem;
  }

  .lede {
    font-size: 1.0625rem;
  }

  [dir="rtl"] .lede {
    font-size: 1.125rem;
  }
}

@media (max-width: 374px) {
  .display,
  [dir="rtl"] .display {
    font-size: 1.625rem;
  }
}
