@font-face {
  font-family: "Atlantis Arabic";
  src: url("assets/atlantis-arabic-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Atlantis Arabic";
  src: url("assets/atlantis-arabic-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF;
}

@font-face {
  font-family: "Atlantis Arabic";
  src: url("assets/atlantis-arabic-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Atlantis Arabic";
  src: url("assets/atlantis-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF;
}

:root {
  --navy: #15213d;
  --navy-soft: #24304d;
  --ink: #111827;
  --porcelain: #f6f5f1;
  --paper: #ffffff;
  --mist: #e8eef0;
  --teal: #8ab9bc;
  --teal-dark: #5f959a;
  --gold: #f1c55b;
  --line: rgba(21, 33, 61, .14);
  --shadow: 0 24px 70px rgba(13, 24, 48, .15);
  --radius: 1.5rem;
  --shell: min(1180px, calc(100vw - 3rem));
  font-family: "Atlantis Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.8;
  overflow-x: hidden;
}

body::selection { background: var(--gold); color: var(--navy); }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

html[dir="ltr"] body { font-family: "Atlantis Arabic", Arial, sans-serif; }
html[dir="ltr"] .phone-field input { text-align: left; }
html[dir="ltr"] .choice-grid span { text-align: left; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  right: .75rem;
  padding: .65rem 1rem;
  background: var(--paper);
  color: var(--navy);
  transform: translateY(-180%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: min(1420px, calc(100vw - 3rem)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 9rem); }

.preview-note {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .2rem 1rem;
  background: var(--gold);
  color: var(--navy);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.preview-note span + span {
  padding-inline-start: 1rem;
  border-inline-start: 1px solid rgba(21, 33, 61, .28);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 0;
  left: 0;
  width: var(--shell);
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand img { width: 44px; height: 44px; object-fit: contain; }

.site-header nav { display: flex; gap: 2rem; }
.site-header nav a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: .85rem;
  transition: color .2s ease;
}
.site-header nav a:hover { color: var(--paper); }

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: .22rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(13,23,48,.24);
  backdrop-filter: blur(16px) saturate(150%);
}
.language-switch button {
  min-width: 46px;
  min-height: 34px;
  padding: .35rem .7rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .12s ease;
}
.language-switch button:hover { color: var(--paper); }
.language-switch button:active { transform: scale(.94); }
.language-switch button[aria-pressed="true"] { background: var(--paper); color: var(--navy); box-shadow: 0 4px 14px rgba(5,11,24,.2); }
.language-switch-dark { border-color: var(--line); background: rgba(255,255,255,.72); }
.language-switch-dark button { color: #697181; }
.language-switch-dark button:hover { color: var(--navy); }
.language-switch-dark button[aria-pressed="true"] { background: var(--navy); color: var(--paper); }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .8rem 1.55rem;
  border: 1px solid transparent;
  border-radius: .7rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 44px; padding: .55rem 1.1rem; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.32); backdrop-filter: blur(14px); font-size: .82rem; }
.button-small:hover { background: var(--paper); color: var(--navy); }
.button-primary { background: var(--navy); color: var(--paper); box-shadow: 0 10px 30px rgba(11, 20, 40, .18); }
.button-primary:hover { background: #0d1730; }
.button-light { background: var(--paper); color: var(--navy); box-shadow: var(--shadow); }
.button-light:hover { background: var(--gold); }
.button-outline { background: transparent; border-color: rgba(21,33,61,.3); color: var(--navy); }
.button-outline:hover { border-color: var(--navy); background: rgba(21,33,61,.04); }

.hero {
  position: relative;
  min-height: 980px;
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: var(--navy);
  overflow: hidden;
}

.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 54% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8,13,25,.13) 0%, rgba(10,18,36,.48) 46%, rgba(8,15,31,.92) 100%),
    linear-gradient(0deg, rgba(11,18,34,.75) 0%, transparent 38%);
}
html[dir="ltr"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(8,13,25,.13) 0%, rgba(10,18,36,.48) 46%, rgba(8,15,31,.92) 100%),
    linear-gradient(0deg, rgba(11,18,34,.75) 0%, transparent 38%);
}
html[dir="ltr"] .text-link [aria-hidden="true"] { transform: rotate(180deg); }

.hero-content { position: relative; z-index: 2; flex: 1; min-height: 0; padding-top: 9.5rem; padding-bottom: 3.5rem; }
.hero-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,.78fr); gap: clamp(2.5rem,6vw,6.5rem); align-items: center; }
.hero-copy { width: auto; min-width: 0; }
.hero-form-slot {
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: calc(var(--radius) + .35rem);
  background: rgba(247,245,240,.93);
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(3,8,19,.38), inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(22px) saturate(145%);
}
.hero-form-heading { padding: .55rem .6rem .25rem; }
.hero-form-heading .eyebrow { margin-bottom: .4rem; color: var(--teal-dark); }
.hero-form-heading h2 { margin-bottom: .2rem; color: var(--navy); font-size: clamp(1.55rem,2.5vw,2.25rem); }
.hero-form-heading > p:last-child { margin-bottom: .7rem; color: #657082; font-size: .86rem; }
.hero-form-slot .project-form { min-height: 545px; padding: clamp(1.15rem,2vw,1.8rem); box-shadow: none; }
.hero-form-slot .form-progress { margin-bottom: 1.3rem; }
.hero-form-slot .form-step legend { font-size: clamp(1.3rem,2vw,1.7rem); }
.hero-form-slot .field-group { margin-top: 1.05rem; }
.hero-form-slot .text-field { margin-top: .95rem; }
.hero-form-slot .choice-grid span { min-height: 46px; padding: .55rem .7rem; }
.hero-form-slot .form-actions { margin-top: 1.4rem; }

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.eyebrow-dark { color: var(--teal-dark); }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; color: inherit; line-height: 1.25; letter-spacing: -.02em; }
h1 { margin-bottom: 1.7rem; font-size: clamp(2.6rem, 5.4vw, 5.6rem); font-weight: 800; }
h1 span { color: var(--gold); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.1rem, 4vw, 4.3rem); font-weight: 800; }
h3 { margin-bottom: .65rem; font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin-top: 0; }

.hero-lede { max-width: 575px; margin-bottom: 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.hero-actions .button-primary { background: var(--gold); color: var(--navy); }
.hero-actions .button-primary:hover { background: #ffd87c; }
.text-link { display: inline-flex; gap: .5rem; color: rgba(255,255,255,.85); text-underline-offset: .35rem; }
.text-link-dark { color: var(--navy); }
.microcopy { margin-top: .8rem; color: rgba(255,255,255,.62); font-size: .82rem; }

.hero-rail {
  position: relative;
  z-index: 3;
  width: min(1040px, calc(100% - 3rem));
  min-height: 82px;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  border-radius: 1.3rem 1.3rem 0 0;
  background: rgba(247,245,240,.93);
  color: var(--navy);
  backdrop-filter: blur(22px) saturate(140%);
  font-size: .82rem;
  font-weight: 800;
}
.hero-rail i { width: clamp(22px, 5vw, 80px); height: 1px; background: linear-gradient(90deg, var(--teal), var(--gold)); }

.section-heading { margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading h2 { max-width: 850px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.split-heading > p { max-width: 460px; margin-bottom: .8rem; color: #4c5567; font-size: 1.06rem; }
.centered-heading { text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.intro-copy { max-width: 740px; margin-bottom: 3rem; color: #4f5868; font-size: 1.1rem; }

.problem { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article { min-height: 220px; padding: 2rem 1.5rem; border-inline-start: 1px solid var(--line); }
.problem-grid article:last-child { border-inline-end: 1px solid var(--line); }
.problem-index, .why-grid article > span { color: var(--teal-dark); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.problem-grid h3 { margin-top: 3.6rem; color: var(--navy); }
.problem-grid p { color: #596171; line-height: 1.7; }

.approach { position: relative; background: var(--navy); color: var(--paper); overflow: hidden; }
.approach::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: -7rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(138,185,188,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(138,185,188,.025), 0 0 0 12rem rgba(138,185,188,.018);
}
.approach-layout { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.approach-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 2rem; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.system-map { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.system-map li { display: grid; grid-template-columns: 54px 1fr 1.2fr; gap: 1.2rem; align-items: center; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.17); }
.system-map span { color: var(--gold); font-family: Arial, sans-serif; font-size: .75rem; }
.system-map strong { font-size: 1.08rem; }
.system-map small { color: rgba(255,255,255,.58); line-height: 1.6; }

.process { background: var(--porcelain); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); }
.process-list li { position: relative; min-height: 300px; padding: 2rem 1.35rem 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.process-list li:last-child { border-inline-end: 1px solid var(--line); }
.process-list li::after { content: ""; position: absolute; top: -4px; right: 1.35rem; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.step-number { color: var(--teal-dark); font-family: Arial, sans-serif; font-size: .76rem; font-weight: 800; }
.process-list div { margin-top: 5.5rem; }
.process-list p { color: #5b6473; line-height: 1.7; }

.paths { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; max-width: 980px; margin-inline: auto; }
.path-card { position: relative; min-height: 520px; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--porcelain); display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; }
.path-card { box-shadow: 0 18px 50px rgba(21,33,61,.07); transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease; }
.path-card:hover { transform: translateY(-8px); border-color: rgba(95,149,154,.55); box-shadow: 0 30px 75px rgba(21,33,61,.15); }
.path-card-primary { background: var(--navy); color: var(--paper); }
.path-card-primary::after { content: ""; position: absolute; bottom: -10rem; left: -8rem; width: 26rem; height: 26rem; border: 1px solid rgba(138,185,188,.24); transform: rotate(45deg); }
.path-label { position: relative; color: var(--teal-dark); font-size: .75rem; font-weight: 800; }
.path-card-primary .path-label { color: var(--gold); }
.path-card h3 { position: relative; max-width: 410px; margin-top: 2rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.path-card ul { position: relative; width: 100%; margin: 1.5rem 0 2.5rem; padding: 0; list-style: none; }
.path-card li { padding-block: .65rem; border-bottom: 1px solid var(--line); }
.path-card-primary li { border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.76); }
.path-card .button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 62px;
  margin-top: auto;
  border-radius: .9rem;
  font-size: 1rem;
  box-shadow: 0 7px 0 rgba(8,16,34,.22), 0 18px 34px rgba(8,16,34,.24);
}
.path-card .button::after { content: "←"; font-size: 1.2rem; line-height: 1; transition: transform .18s ease; }
html[dir="ltr"] .path-card .button::after { transform: rotate(180deg); }
.path-card .button:hover::after { transform: translateX(-4px); }
html[dir="ltr"] .path-card .button:hover::after { transform: rotate(180deg) translateX(-4px); }
.path-card-primary .button-primary {
  border-color: var(--gold);
  background: linear-gradient(180deg, #ffd978 0%, var(--gold) 100%);
  color: var(--navy);
  box-shadow: 0 7px 0 #bd9131, 0 18px 34px rgba(0,0,0,.3);
}
.path-card-primary .button-primary:hover {
  border-color: #ffe29a;
  background: #ffe29a;
  color: var(--navy);
  box-shadow: 0 9px 0 #bd9131, 0 22px 40px rgba(0,0,0,.34);
}
.path-card-primary .button-primary:active {
  transform: translateY(4px);
  box-shadow: 0 3px 0 #bd9131, 0 9px 18px rgba(0,0,0,.25);
}
.path-card .button-outline { background: var(--teal); border-color: var(--teal); color: var(--navy); box-shadow: 0 7px 0 #4f8387, 0 18px 32px rgba(95,149,154,.3); }
.path-card .button-outline:hover { background: var(--gold); border-color: var(--gold); box-shadow: 0 9px 0 #bd9131, 0 22px 38px rgba(201,158,56,.28); }
.path-card .button-outline:active { transform: translateY(4px); box-shadow: 0 3px 0 #4f8387, 0 8px 16px rgba(95,149,154,.22); }

.audience { background: var(--porcelain); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.audience-grid article { min-width: 0; min-height: 280px; padding: clamp(2rem,5vw,4rem); border-radius: var(--radius); background: var(--paper); display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-content: start; gap: .75rem 1rem; box-shadow: 0 16px 44px rgba(21,33,61,.055); overflow: visible; }
.audience-title { grid-row: 1 / span 2; display: flex; flex-direction: column; align-items: flex-start; }
.audience-title span { color: var(--navy); font-size: clamp(1.8rem,3vw,3rem); font-weight: 800; }
.audience-title small { color: var(--teal-dark); font-family: Arial, sans-serif; font-size: .68rem; letter-spacing: .15em; }
.audience-grid p { margin: 0; padding-block: .45rem; border-bottom: 1px solid var(--line); color: #4e5768; }

.proof { background: #0f172b; color: var(--paper); }
.proof-heading { max-width: 900px; margin-bottom: 4rem; text-align: center; }
.proof-heading h2 { margin-inline: auto; }
.proof-heading > p:last-child { max-width: 680px; margin-inline: auto; color: rgba(255,255,255,.65); }
.proof-visual { display: grid; grid-template-columns: minmax(0,1fr) 110px minmax(0,1fr); align-items: center; }
.proof-visual figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: var(--shadow); transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease; }
.proof-visual figure:hover { transform: translateY(-7px); box-shadow: 0 34px 90px rgba(3,8,19,.34); }
.proof-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.proof-visual figure:hover img { transform: scale(1.035); }
.proof-visual figcaption { min-height: 90px; padding: 1.15rem 1.4rem; display: grid; grid-template-columns: auto 1fr; gap: .1rem .8rem; align-items: center; background: var(--paper); color: var(--navy); }
.proof-visual figcaption span { grid-row: 1 / span 2; color: var(--teal-dark); font-family: Arial, sans-serif; font-size: .73rem; }
.proof-visual figcaption small { color: #697181; }
.proof-connector { height: 1px; background: linear-gradient(90deg, var(--teal), var(--gold)); position: relative; }
.proof-connector span { position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; background: var(--gold); transform: translate(-50%,-50%) rotate(45deg); }

.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.why-grid article { min-height: 190px; padding: 2rem; border-bottom: 1px solid var(--line); border-inline-end: 1px solid var(--line); }
.why-grid h3 { max-width: 460px; margin-top: 2rem; font-size: clamp(1.25rem,2.4vw,2rem); }

.evaluation { background: var(--porcelain); }
.evaluation-layout { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(540px,1.22fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.evaluation-layout > * { min-width: 0; }
.evaluation-copy { position: sticky; top: 2rem; }
.evaluation-copy > p:not(.eyebrow) { max-width: 500px; color: #566071; font-size: 1.08rem; }
.form-assurance { margin-top: 2rem; display: grid; gap: .55rem; color: var(--navy); font-size: .88rem; }
.form-assurance span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-inline-end: .7rem; border-radius: 50%; background: var(--teal); }

.survey-embed {
  width: 100%;
  min-width: 0;
  min-height: 760px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(21,33,61,.08);
}
.survey-embed iframe { display: block; width: 100%; min-height: 760px; border: 0; background: transparent; }
.hero-form-slot .survey-embed {
  min-height: 720px;
  max-height: 720px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.hero-form-slot .survey-embed iframe { min-height: 720px; }

.project-form { min-height: 670px; padding: clamp(1.5rem,5vw,3.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 55px rgba(21,33,61,.08); }
.form-progress { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; }
.progress-copy { white-space: nowrap; color: #687181; font-size: .82rem; }
.progress-copy b { color: var(--navy); }
.progress-track { flex: 1; height: 4px; border-radius: 999px; background: var(--mist); direction: rtl; overflow: hidden; }
.progress-track span { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--gold)); transition: width .35s ease; }
.form-error { margin-bottom: 1rem; padding: .8rem 1rem; border-radius: .65rem; background: #fff1ee; color: #8b2d20; font-size: .9rem; }
.form-step { margin: 0; padding: 0; border: 0; }
.form-step legend { width: 100%; margin-bottom: .35rem; color: var(--navy); font-size: clamp(1.55rem,3vw,2.25rem); font-weight: 800; line-height: 1.35; }
.form-hint { margin-bottom: 1.7rem; color: #687181; font-size: .9rem; }
.field-group { margin-top: 1.6rem; }
.field-label, .text-field > span { display: block; margin-bottom: .6rem; color: var(--navy); font-size: .9rem; font-weight: 800; }
.field-label + .choice-grid { margin-top: .4rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .65rem; }
.choice-grid-2 { grid-template-columns: repeat(2,1fr); }
.choice-grid-3 { grid-template-columns: repeat(3,1fr); }
.choice-wide { grid-column: 1 / -1; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { position: relative; min-height: 54px; padding: .7rem 1rem; border: 1px solid rgba(21,33,61,.2); border-radius: .72rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #fff 0%, #f2f4f4 100%); color: var(--navy); text-align: center; box-shadow: 0 6px 0 rgba(21,33,61,.09), 0 10px 22px rgba(21,33,61,.07); transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease; }
.choice-grid label:hover span { border-color: var(--teal-dark); background: #f1f8f8; transform: translateY(-3px); box-shadow: 0 8px 0 rgba(95,149,154,.24), 0 15px 30px rgba(21,33,61,.1); }
.choice-grid label:active span { transform: translateY(2px); box-shadow: 0 2px 0 rgba(21,33,61,.14), 0 5px 12px rgba(21,33,61,.08); }
.choice-grid input:checked + span { border-color: var(--navy); background: var(--navy); color: var(--paper); box-shadow: 0 6px 0 #091228, 0 14px 28px rgba(21,33,61,.24); transform: translateY(-2px); }
.choice-grid input:checked + span::after { content: ""; width: 8px; height: 8px; margin-inline-start: .55rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(241,197,91,.16); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.text-field { display: block; margin-top: 1.3rem; }
.text-field input { width: 100%; min-height: 56px; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--porcelain); color: var(--ink); font-size: 1rem; }
.text-field input::placeholder { color: #9298a3; }
.text-field input:focus { border-color: var(--teal-dark); background: var(--paper); outline: 3px solid rgba(138,185,188,.25); }
.text-field > small { display: block; margin-top: .4rem; color: #79808c; font-size: .78rem; }
.phone-field input { text-align: right; }
.form-actions { width: 100%; margin-top: 2.2rem; display: flex; gap: .8rem; }
.form-actions .form-next,
.form-actions .form-submit {
  flex: 1;
  min-width: 210px;
  min-height: 64px;
  margin-inline-start: 0;
  border-color: var(--gold);
  border-radius: .9rem;
  background: linear-gradient(180deg, #ffd978 0%, var(--gold) 100%);
  color: var(--navy);
  box-shadow: 0 7px 0 #c99e38, 0 16px 34px rgba(201,158,56,.3);
  font-size: 1.02rem;
  letter-spacing: .01em;
}
.form-actions .form-next::after { content: "←"; font-size: 1.25rem; line-height: 1; transition: transform .18s ease; }
html[dir="ltr"] .form-actions .form-next::after { transform: rotate(180deg); }
.form-actions .form-submit::after { content: "✓"; font-size: 1.08rem; }
.form-actions .form-next:hover,
.form-actions .form-submit:hover {
  border-color: #ffd978;
  background: #ffd978;
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 9px 0 #c99e38, 0 20px 40px rgba(201,158,56,.36);
}
.form-actions .form-next:hover::after { transform: translateX(-4px); }
html[dir="ltr"] .form-actions .form-next:hover::after { transform: rotate(180deg) translateX(-4px); }
.form-actions .form-next:active,
.form-actions .form-submit:active {
  transform: translateY(4px);
  box-shadow: 0 3px 0 #c99e38, 0 8px 18px rgba(201,158,56,.24);
}
.form-actions .form-back { flex: 0 0 auto; min-width: 120px; }

.final-cta { background: var(--navy); color: var(--paper); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.final-cta h2 { max-width: 850px; }
.final-cta p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.68); }

.site-footer { padding-block: 2.5rem; background: #0c1325; color: rgba(255,255,255,.64); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .83rem; }
.brand-footer { color: var(--paper); }
.footer-inner p { margin: 0; }
.footer-inner > a:not(.brand) { color: var(--paper); text-underline-offset: .3rem; }
.mobile-cta { display: none; }

.preview-dialog { width: min(560px, calc(100vw - 2rem)); padding: clamp(1.7rem,5vw,3rem); border: 0; border-radius: var(--radius); color: var(--ink); box-shadow: 0 30px 100px rgba(5,11,24,.38); }
.preview-dialog::backdrop { background: rgba(10,16,31,.68); backdrop-filter: blur(6px); }
.preview-dialog h2 { color: var(--navy); font-size: clamp(1.6rem,4vw,2.6rem); }
.preview-dialog > p:not(.eyebrow) { color: #596273; }
.dialog-mark { width: 52px; height: 52px; margin-bottom: 1.5rem; border-radius: 50%; background: var(--navy); position: relative; }
.dialog-mark::after { content: ""; position: absolute; left: 18px; top: 13px; width: 11px; height: 20px; border-right: 3px solid var(--gold); border-bottom: 3px solid var(--gold); transform: rotate(45deg); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }

.thanks-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--porcelain); }
.thanks-header { position: static; min-height: 100px; color: var(--navy); }
.thanks-main { flex: 1; padding-block: clamp(4rem,8vw,8rem); }
.thanks-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.8fr); gap: clamp(3rem,8vw,8rem); align-items: center; }
.thanks-message h1 { color: var(--navy); font-size: clamp(2.6rem,5vw,5rem); }
.thanks-message > p:not(.eyebrow) { max-width: 620px; color: #596273; font-size: 1.05rem; }
.success-mark { position: relative; width: 92px; height: 92px; margin-bottom: 2rem; border: 1px solid var(--teal); border-radius: 50%; }
.success-mark span::before { content: ""; position: absolute; left: 36px; top: 23px; width: 18px; height: 34px; border-right: 4px solid var(--navy); border-bottom: 4px solid var(--navy); transform: rotate(45deg); }
.meeting-list { padding: clamp(2rem,5vw,3.5rem); border-radius: var(--radius); background: var(--navy); color: var(--paper); box-shadow: var(--shadow); }
.meeting-list h2 { font-size: clamp(1.8rem,3vw,2.8rem); }
.meeting-list ul { margin: 2rem 0; padding: 0; list-style: none; }
.meeting-list li { display: flex; gap: 1rem; padding-block: .8rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.meeting-list li span { color: var(--gold); font-family: Arial, sans-serif; font-size: .72rem; }
.meeting-note { color: rgba(255,255,255,.6); font-size: .8rem; }

.thanks-actions { display: flex; align-items: center; gap: 1.2rem; }
.booking-section { margin-top: clamp(4rem,8vw,7rem); }
.booking-copy { max-width: 700px; margin-bottom: 2rem; }
.booking-copy h2 { color: var(--navy); font-size: clamp(2rem,4vw,3.5rem); }
.booking-copy > p:not(.eyebrow) { color: #596273; }
.calendar-shell {
  padding: clamp(.75rem,2vw,1.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.calendar-shell iframe { width: 100%; min-height: 760px; border: 0; display: block; }

.reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
.path-card.reveal-ready.is-visible:hover { transform: translateY(-8px); }
.proof-visual figure.reveal-ready.is-visible:hover { transform: translateY(-7px); }

@media (max-width: 1020px) {
  .site-header nav { display: none; }
  .site-header > .button { display: none; }
  .hero { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero-copy { width: min(720px, 100%); }
  .hero-form-slot { width: min(720px, 100%); margin-inline: auto; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .problem-grid article:nth-child(2) { border-inline-end: 1px solid var(--line); }
  .problem-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .approach-layout { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .process-list li:last-child { grid-column: 1 / -1; min-height: 230px; }
  .process-list div { margin-top: 3.5rem; }
  .evaluation-layout { grid-template-columns: 1fr; }
  .evaluation-copy { position: static; }
  .evaluation-copy h2 { max-width: 680px; }
  .thanks-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 2rem, 1180px); }
  .shell-wide { width: calc(100% - 2rem); }
  .section { padding-block: 4.5rem; }
  .preview-note { justify-content: flex-start; min-height: 34px; overflow: hidden; white-space: nowrap; font-size: .68rem; }
  .site-header { top: 34px; min-height: 74px; }
  .site-header { gap: .65rem; }
  .brand span { display: none; }
  .brand img { width: 42px; height: 42px; }
  .language-switch { margin-inline-start: auto; }
  .language-switch button { min-width: 42px; min-height: 32px; padding-inline: .55rem; }
  .hero { min-height: 0; }
  .hero-content { padding-top: 8.5rem; padding-bottom: 2rem; }
  .hero-layout { display: grid; gap: 2rem; }
  .hero-media img { object-position: 45% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,15,31,.98) 0%, rgba(8,15,31,.72) 45%, rgba(8,15,31,.22) 76%, rgba(8,15,31,.28) 100%); }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); line-height: 1.22; }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .microcopy { text-align: center; }
  .hero-form-slot { padding: .7rem; border-radius: 1.25rem; }
  .hero-form-heading { padding: .45rem .55rem .15rem; }
  .hero-form-slot .project-form { min-height: 0; padding: 1rem; }
  .hero-rail { min-height: 66px; padding-inline: .8rem; gap: .42rem; font-size: .65rem; overflow: hidden; }
  .hero-rail i { width: 12px; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 170px; border-inline-end: 1px solid var(--line); border-top: 1px solid var(--line); }
  .problem-grid article:first-child { border-top: 0; }
  .problem-grid h3 { margin-top: 2.2rem; }
  .approach::before { width: 22rem; height: 22rem; }
  .system-map li { grid-template-columns: 40px 1fr; padding-block: 1rem; }
  .system-map small { grid-column: 2; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:last-child { grid-column: auto; min-height: 190px; }
  .process-list div { margin-top: 2.5rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 470px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 0; grid-template-columns: 1fr 1fr; padding: 1.5rem; }
  .audience-title { grid-row: auto; grid-column: 1 / -1; margin-bottom: .5rem; }
  .proof-visual { grid-template-columns: 1fr; gap: 1rem; }
  .proof-connector { width: 1px; height: 42px; margin-inline: auto; background: linear-gradient(180deg, var(--teal), var(--gold)); }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 155px; }
  .project-form { min-height: 0; padding: 1.25rem; }
  .evaluation-layout, .evaluation-copy, .project-form, .survey-embed { min-width: 0; width: 100%; }
  .survey-embed,
  .survey-embed iframe,
  .hero-form-slot .survey-embed,
  .hero-form-slot .survey-embed iframe { min-height: 820px; }
  .hero-form-slot .survey-embed { max-height: 820px; }
  .choice-grid, .choice-grid-2, .choice-grid-3 { grid-template-columns: 1fr; }
  .choice-wide { grid-column: auto; }
  .choice-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid-2 .choice-wide { grid-column: 1 / -1; }
  .choice-grid span { justify-content: flex-start; text-align: start; }
  .form-actions { position: sticky; bottom: .6rem; z-index: 3; padding: .6rem; margin: 2rem -.6rem -.6rem; border-radius: .9rem; background: rgba(255,255,255,.9); backdrop-filter: blur(15px); }
  .form-actions .button { flex: 1; min-width: 0; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    left: max(1rem, env(safe-area-inset-left));
    min-height: 62px;
    display: flex;
    border-color: var(--gold);
    border-radius: .9rem;
    background: linear-gradient(180deg, #ffd978 0%, var(--gold) 100%);
    color: var(--navy);
    box-shadow: 0 7px 0 #bd9131, 0 18px 38px rgba(5,11,24,.38);
    transform: translateY(0);
    opacity: 1;
  }
  .mobile-cta::after { content: "←"; font-size: 1.2rem; line-height: 1; }
  html[dir="ltr"] .mobile-cta::after { transform: rotate(180deg); }
  .mobile-cta:hover { border-color: #ffe29a; background: #ffe29a; color: var(--navy); box-shadow: 0 9px 0 #bd9131, 0 22px 44px rgba(5,11,24,.42); }
  .mobile-cta:active { transform: translateY(4px); box-shadow: 0 3px 0 #bd9131, 0 9px 20px rgba(5,11,24,.3); }
  .mobile-cta.is-hidden { pointer-events: none; transform: translateY(120%); opacity: 0; }
  .thanks-header { top: auto; }
  .thanks-header .text-link { display: inline-flex; font-size: .82rem; }
  .thanks-main { padding-block: 3.5rem; }
  .meeting-list { padding: 1.5rem; }
  .thanks-actions { gap: .65rem; }
  .thanks-actions .text-link { white-space: nowrap; }
  .booking-section { margin-top: 3rem; }
  .calendar-shell { padding: .35rem; border-radius: 1rem; }
  .calendar-shell iframe { min-height: 820px; }
}

@media (max-width: 370px) {
  :root { --shell: calc(100% - 1.4rem); }
  .shell-wide { width: calc(100% - 1.4rem); }
  h1 { font-size: 2.25rem; }
  .hero-rail span:nth-of-type(2), .hero-rail i:nth-of-type(2), .hero-rail span:nth-of-type(4), .hero-rail i:nth-of-type(4) { display: none; }
  .preview-note span + span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-ready { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .hero-rail, .hero-form-slot, .language-switch, .button-small, .form-actions, .preview-dialog::backdrop { backdrop-filter: none; }
  .hero-rail { background: var(--porcelain); }
}
