:root {
  --navy: #071b3a;
  --blue: #0b3b73;
  --red: #d32620;
  --teal: #008f85;
  --line: #d5e1eb;
  --soft: #f5f9fb;
  --muted: #586a81;
  --display: "Sora", "Source Sans 3", system-ui, sans-serif;
  --body: "Source Sans 3", system-ui, sans-serif;
  --header: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--navy);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font: 400 16px/1.5 var(--body);
}

p,
li,
dd,
dt,
label,
input,
textarea,
button,
.form-note,
.form-privacy {
  font-family: var(--body);
}

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

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

section {
  scroll-margin-top: calc(var(--header) + 18px);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(170px, 220px) 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(221, 230, 237, 0.9);
  background: rgba(255, 255, 255, 0.95);
  padding: 17px clamp(18px, 3.2vw, 52px);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(145px, 12vw, 195px);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.75vw, 24px);
}

.site-nav a {
  color: #263a5d;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.language-toggle,
.mobile-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #52657e;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
}

.language-toggle a,
.mobile-language-toggle a {
  border-radius: 999px;
  padding: 5px 8px;
}

.language-toggle a.active,
.mobile-language-toggle a.active {
  background: #eef6f7;
  color: var(--teal);
}

.button,
.secondary-button,
.header-cta,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 8px;
  font-family: var(--display);
  font-weight: 900;
  white-space: nowrap;
}

.button,
.header-cta,
.mobile-cta {
  background: var(--red);
  color: #ffffff;
  padding: 13px 22px;
}

.secondary-button {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--navy);
  padding: 13px 22px;
}

.mobile-toggle,
.mobile-panel {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - var(--header));
  padding: calc(var(--header) + 48px) clamp(20px, 5vw, 82px) 58px;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 42%, rgba(239, 248, 255, 0.72) 100%),
    radial-gradient(circle at 82% 16%, rgba(0, 143, 133, 0.13), transparent 34%);
}

.label {
  display: inline-block;
  margin-bottom: 18px;
  color: #408c84;
  font: 900 15px/1.2 var(--display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(38px, 3.7vw, 54px);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}

h2 {
  max-width: 900px;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 850;
  line-height: 1.03;
}

.hero-copy > p,
.section-copy > p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #344762;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.5;
}

.section-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-family: var(--display);
  font-weight: 900;
}

.hero-copy > p:first-of-type {
  font-size: 16px;
}

.hero-support {
  color: #586a81 !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
}

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

.hero-media {
  display: grid;
  gap: 18px;
}

.hero-photo,
.system-proof,
.carousel-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 58, 0.16);
}

.hero-photo img,
.system-proof img {
  width: 100%;
  height: auto;
}

.partner-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  padding: 18px;
  box-shadow: 0 18px 42px rgba(7, 27, 58, 0.1);
}

.partner-card span {
  display: block;
  margin-bottom: 12px;
  color: #4b5d75;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 28px);
  align-items: center;
}

.logo-row img {
  max-height: 64px;
  width: 100%;
  object-fit: contain;
}

.section,
.pillars,
.pipeline-section,
.national,
.stakeholders,
.social-value,
.delivery-partner,
.credibility-trust,
.trust,
.get-involved,
.faq,
.platform-intro,
.platform-examples,
.insights,
.io-section,
.powered {
  padding: clamp(56px, 7.2vw, 100px) clamp(20px, 5vw, 82px);
}

.pillars {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 42%, #ffffff 100%);
}

.pillars .section-copy > p {
  max-width: none;
}

.signal-grid,
.challenge-grid,
.card-grid,
.benefit-list,
.social-grid,
.delivery-grid,
.faq-grid,
.proof-list,
.report-list,
.chip-grid,
.principles,
.risk-grid,
.return-list {
  display: grid;
  gap: 16px;
}

.signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.challenge-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.signal-card,
.challenge-card,
.value-card,
.pathway-card,
.social-card,
.delivery-card,
.faq-card,
.report-card,
.trust-panel,
.trust-step,
.form-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 27, 58, 0.06);
}

.signal-card,
.challenge-card,
.value-card,
.social-card,
.delivery-card,
.faq-card {
  padding: clamp(20px, 2.5vw, 30px);
}

.signal-card strong {
  display: block;
  color: var(--red);
  font: 800 clamp(34px, 4vw, 56px)/1 var(--display);
}

.signal-card p,
.challenge-card strong,
.value-card h3,
.social-card h3,
.delivery-card h3,
.faq-card h3,
.faq-card summary {
  margin: 14px 0 0;
  color: var(--navy);
  font: 800 22px/1.16 var(--display);
}

.signal-card span,
.challenge-card p,
.value-card p,
.pathway-card dd,
.social-card p,
.delivery-card p,
.faq-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: var(--body);
  line-height: 1.5;
}

.signal-card span {
  display: block;
  color: #6a7b91;
  font-size: 12px;
  font-weight: 800;
}

.value-card {
  min-height: 270px;
}

.pipeline-section {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 5vw, 74px);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pipeline-stage {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 16px 38px rgba(7, 27, 58, 0.08);
}

.pipeline-stage span {
  display: block;
  color: var(--red);
  font: 900 16px/1 var(--display);
}

.pipeline-stage strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font: 850 17px/1.18 var(--display);
}

.pipeline-stage p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.implementation-story {
  padding: clamp(56px, 7.2vw, 100px) clamp(20px, 5vw, 82px);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.implementation-story .section-copy {
  max-width: 920px;
}

.implementation-story .section-copy p {
  max-width: 820px;
}

.story-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.story-step {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 16px 38px rgba(7, 27, 58, 0.08);
}

.story-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -14px;
  z-index: 2;
  width: 14px;
  height: 2px;
  background: rgba(188, 50, 40, 0.46);
}

.story-step span {
  display: block;
  color: var(--red);
  font: 900 16px/1 var(--display);
}

.story-step strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font: 850 20px/1.18 var(--display);
}

.story-step p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.national {
  background: var(--navy);
  color: #ffffff;
}

.national h2,
.national .label {
  color: #ffffff;
}

.national p {
  color: #d7e3ee;
}

.benefit-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.benefit-list span,
.chip-grid span,
.principles span,
.return-list span,
.proof-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #29415b;
  font-family: var(--body);
  font-weight: 850;
  padding: 14px 16px;
}

.national .benefit-list span {
  border-color: rgba(255, 255, 255, 0.16);
  background: #0d274e;
  color: #d8e7f4;
}

.stakeholders {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: #f7fbfd;
}

.stakeholders .section-copy h2 {
  font-size: 30px;
}

.pathway-grid {
  display: contents;
}

.pathway-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.pathway-card h3 {
  font-size: 22px;
}

.pathway-card dl {
  margin: 14px 0;
}

.stakeholder-bullets {
  display: grid;
  gap: 10px;
  margin: 16px 0 18px;
  padding-left: 20px;
  color: var(--muted);
  font-family: var(--body);
  line-height: 1.45;
}

.stakeholder-bullets li::marker {
  color: var(--red);
}

.pathway-card dt {
  margin-top: 10px;
  color: var(--red);
  font-weight: 900;
}

.pathway-card a {
  margin-top: auto;
  color: var(--red);
  font-weight: 900;
}

.social-value {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
}

.social-grid {
  grid-template-columns: 1fr;
}

.delivery-partner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 72px);
  border-top: 1px solid rgba(221, 230, 237, 0.82);
  border-bottom: 1px solid rgba(221, 230, 237, 0.82);
  background: linear-gradient(90deg, #f8fbfd 0%, #ffffff 58%, #f7fbfd 100%);
}

.delivery-proof > p {
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(22px, 3vw, 34px);
  color: #344762;
  font-size: clamp(17px, 1.35vw, 20px);
}

.delivery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.credibility-trust {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  border-top: 1px solid rgba(221, 230, 237, 0.82);
  border-bottom: 1px solid rgba(221, 230, 237, 0.82);
  background: linear-gradient(90deg, #f8fbfd 0%, #ffffff 58%, #f7fbfd 100%);
}

.credibility-trust .section-copy p + p {
  margin-top: 18px;
}

.risk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.risk-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #29415b;
  font-family: var(--body);
  font-weight: 850;
  padding: 16px 18px;
}

.trust {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 74px);
}

.trust .section-copy h2 span {
  display: block;
  color: var(--red);
}

.trust-model {
  display: grid;
  gap: 18px;
}

.trust-panel {
  padding: 22px;
}

.trust-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-step {
  padding: 18px;
}

.trust-step strong {
  display: block;
  color: var(--navy);
  font-weight: 900;
}

.permission-table {
  width: 100%;
  border-collapse: collapse;
  color: #344762;
}

.permission-table th,
.permission-table td {
  border-bottom: 1px solid var(--line);
  padding: 11px;
  text-align: left;
}

.principles {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.get-involved {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 72px);
  background: var(--navy);
}

.get-involved h2,
.get-involved .label {
  color: #ffffff;
}

.get-involved p {
  max-width: 620px;
  color: #d7e3ee;
  font-size: clamp(18px, 1.5vw, 21px);
}

.form-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: #32455f;
  font-family: var(--display);
  font-weight: 850;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cbd8e4;
  border-radius: 8px;
  padding: 13px 14px;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.form-note {
  display: none;
  border-radius: 8px;
  background: #eef8f7;
  color: #1d6f68;
  padding: 12px 14px;
}

.form-note[data-status="success"] {
  background: #eef8f7;
  color: #1d6f68;
}

.form-note[data-status="error"] {
  background: #fff2f0;
  color: #b9342a;
}

.form-note[data-status="pending"] {
  background: #f4f7fa;
  color: #526177;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-card button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.get-involved .form-privacy {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #d5e1eb;
  border-radius: 8px;
  background: #f7fbfd;
  color: #32455f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  padding: 12px 14px;
}

.get-involved .form-privacy a,
.privacy-card a {
  color: #32455f;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-card a {
  color: var(--red);
  font-weight: 900;
}

.privacy-card a.button {
  color: #ffffff;
  text-decoration: none;
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.faq-card summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  cursor: pointer;
  list-style: none;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--red);
  font: 900 24px/1 var(--display);
}

.faq-card[open] summary::after {
  content: "-";
}

.faq-card summary:focus-visible {
  outline: 3px solid rgba(0, 143, 133, 0.3);
  outline-offset: 4px;
  border-radius: 6px;
}

.platform-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
  padding-top: calc(var(--header) + 56px);
}

.system-proof {
  align-self: center;
}

.proof-list {
  margin-top: 22px;
}

.example-grid {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.example-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(24px, 4vw, 54px);
  box-shadow: 0 18px 44px rgba(7, 27, 58, 0.08);
}

.example-card h3 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
}

.example-card p {
  color: var(--muted);
  font-size: 20px;
}

.carousel-stage {
  position: relative;
  min-height: clamp(300px, 32vw, 410px);
  box-shadow: none;
}

.carousel-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  opacity: 0;
  transition: opacity 320ms ease;
}

.carousel-stage img.active {
  opacity: 1;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  cursor: pointer;
  font-size: 24px;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(7, 27, 58, 0.15);
}

.carousel-arrow.prev {
  left: 12px;
}

.carousel-arrow.next {
  right: 12px;
}

.carousel-dots {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c3d1dd;
}

.carousel-dots span.active {
  background: var(--red);
}

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

.io-section .section-copy {
  max-width: 920px;
}

.io-section .section-copy p {
  color: #d7e3ee;
}

.two-column-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.io-section h2,
.io-section .label {
  color: #ffffff;
}

.chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.chip-grid span {
  border-color: rgba(255, 255, 255, 0.16);
  background: #0d274e;
  color: #d8e7f4;
}

.outcome-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.outcome-map article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0d274e;
  padding: clamp(18px, 2vw, 24px);
}

.outcome-map strong {
  display: block;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.15;
}

.outcome-map p {
  margin: 12px 0 0;
  color: #d8e7f4;
  font-size: 17px;
  line-height: 1.45;
}

.powered {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, #ffffff 0%, #f7fbfd 100%);
}

.powered img {
  justify-self: end;
  max-width: 170px;
}

.privacy-page {
  background: #f7fbfd;
}

.privacy-hero {
  padding: calc(var(--header) + 56px) clamp(20px, 5vw, 82px) clamp(42px, 5vw, 72px);
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 48%, rgba(239, 248, 255, 0.75) 100%),
    radial-gradient(circle at 82% 16%, rgba(0, 143, 133, 0.11), transparent 34%);
}

.privacy-hero p {
  max-width: 740px;
  color: #344762;
  font-size: clamp(18px, 1.45vw, 21px);
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 82px) clamp(56px, 7.2vw, 100px);
}

.privacy-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 12px 32px rgba(7, 27, 58, 0.06);
}

.privacy-card-wide {
  grid-column: 1 / -1;
}

.privacy-card h2 {
  font-size: clamp(26px, 2.4vw, 36px);
}

.privacy-card p,
.privacy-card li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.privacy-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.privacy-card p + p,
.privacy-card ul + p {
  margin-top: 16px;
}

.vision-cta-card {
  background: linear-gradient(90deg, #ffffff 0%, #f7fbfd 100%);
}

.vision-statement-card {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(247, 251, 253, 0.95) 100%),
    radial-gradient(circle at 92% 16%, rgba(0, 143, 133, 0.1), transparent 32%);
}

.vision-goals {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  counter-reset: vision-goal;
}

.vision-goals li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  counter-increment: vision-goal;
}

.vision-goals li::before {
  content: counter(vision-goal, decimal-leading-zero);
  color: var(--red);
  font: 900 18px/1 var(--display);
}

@media (max-width: 1240px) {
  :root {
    --header: 78px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    min-width: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--navy);
    font-size: 26px;
  }

  .mobile-panel.open {
    position: fixed;
    top: calc(var(--header) + 4px);
    right: 18px;
    left: 18px;
    z-index: 70;
    display: grid;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 18px 44px rgba(7, 27, 58, 0.18);
  }

  .mobile-panel nav {
    display: grid;
    gap: 12px;
  }

  .mobile-language-toggle {
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 10px;
  }

  .hero,
  .pipeline-section,
  .stakeholders,
  .social-value,
  .delivery-partner,
  .credibility-trust,
  .trust,
  .get-involved,
  .platform-intro,
  .example-card,
  .powered {
    grid-template-columns: 1fr;
  }

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

  .card-grid,
  .pipeline,
  .story-flow,
  .pathway-grid,
  .principles,
  .faq-grid,
  .risk-grid,
  .trust-flow,
  .outcome-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-step::after {
    display: none;
  }

  .powered img {
    justify-self: start;
  }

  .privacy-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: calc(var(--header) + 34px);
  }

  h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .hero-actions,
  .button,
  .secondary-button,
  .form-card button {
    width: 100%;
  }

  .signal-grid,
  .challenge-grid,
  .card-grid,
  .pipeline,
  .story-flow,
  .benefit-list,
  .pathway-grid,
  .social-grid,
  .delivery-grid,
  .principles,
  .faq-grid,
  .risk-grid,
  .form-grid,
  .two-column-list,
  .chip-grid,
  .trust-flow,
  .outcome-map {
    grid-template-columns: 1fr;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
