.trust-page {
  --trust-ink: #0a1833;
  --trust-ink-soft: #42506a;
  --trust-blue: #2864f0;
  --trust-blue-dark: #174bc1;
  --trust-coral: #ef765f;
  --trust-green: #3cb998;
  --trust-warm: #fbfaf7;
  --trust-soft: #f6f8fd;
  --trust-border: #d8e1f1;
  --font-display: "Figtree", sans-serif;
  --font-body: "Source Sans 3", sans-serif;
  color: var(--trust-ink);
  background: var(--trust-warm);
}

.trust-page main {
  overflow: clip;
}

.trust-page h1,
.trust-page h2,
.trust-page h3,
.trust-page strong {
  text-wrap: balance;
}

.trust-page-hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  padding: 180px 0 112px;
  background:
    radial-gradient(circle at 6% 15%, rgba(201, 220, 255, 0.92), transparent 31%),
    radial-gradient(circle at 93% 17%, rgba(255, 220, 214, 0.88), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #f5f8ff 72%, #eef4ff 100%);
}

.trust-page-hero-glow {
  position: absolute;
  top: 56px;
  right: -130px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(40, 100, 240, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 92px rgba(255, 255, 255, 0.19),
    0 0 0 184px rgba(40, 100, 240, 0.025);
  pointer-events: none;
}

.trust-page-swoosh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.trust-page-swoosh path {
  fill: none;
  stroke: rgba(40, 100, 240, 0.49);
  stroke-dasharray: 2 14;
  stroke-linecap: round;
  stroke-width: 4;
}

.trust-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(460px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
}

.trust-page-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 36px;
  font-size: clamp(4rem, 5.65vw, 5.9rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.062em;
}

.trust-page-hero-copy h1 span {
  display: block;
  color: var(--trust-coral);
}

.trust-page-hero-lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--trust-ink-soft);
  font-size: clamp(1.04rem, 1.3vw, 1.22rem);
  line-height: 1.55;
}

.trust-page-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.trust-page-hero-actions .button {
  min-height: 62px;
  padding-inline: 28px;
  border-radius: 18px;
}

.trust-page-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--trust-ink);
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(40, 100, 240, 0.4);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.trust-page-text-link:hover {
  color: var(--trust-blue-dark);
  text-decoration-color: currentColor;
}

.trust-page-hero-stage {
  display: grid;
  min-height: 0;
}

.trust-page-hero-photo {
  position: relative;
  aspect-ratio: 1 / 1.02;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  background: #dce5f0;
  box-shadow: 0 32px 75px rgba(34, 62, 117, 0.17);
}

.trust-page-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 21, 47, 0.08), transparent 44%);
  content: "";
  pointer-events: none;
}

.trust-page-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trust-page-flow {
  position: relative;
  min-height: 620px;
}

.trust-page-flow::before {
  position: absolute;
  inset: 25px 8px 42px 36px;
  border: 1px solid rgba(40, 100, 240, 0.11);
  border-radius: 48% 52% 46% 54%;
  background: rgba(255, 255, 255, 0.27);
  box-shadow: 0 40px 100px rgba(43, 74, 136, 0.1);
  content: "";
  transform: rotate(-4deg);
}

.trust-page-flow-line {
  position: absolute;
  inset: 20px 0 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 40px);
}

.trust-page-flow-line path {
  fill: none;
  stroke: var(--trust-blue);
  stroke-linecap: round;
  stroke-width: 2.5;
}

.trust-page-flow-line circle {
  fill: #fff;
  stroke: var(--trust-blue);
  stroke-width: 3;
}

.trust-page-flow-card {
  position: absolute;
  z-index: 1;
  display: grid;
  width: min(310px, 69%);
  min-height: 112px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(148, 171, 218, 0.38);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 22px 55px rgba(37, 63, 118, 0.14);
  backdrop-filter: blur(12px);
}

.trust-page-flow-source {
  top: 34px;
  left: 0;
}

.trust-page-flow-chip {
  top: 190px;
  right: 0;
  border-color: rgba(40, 100, 240, 0.42);
}

.trust-page-flow-context {
  top: 346px;
  left: 1%;
}

.trust-page-flow-receiver {
  right: 2%;
  bottom: 12px;
}

.trust-page-flow-card img,
.trust-page-flow-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  background: #eaf1ff;
}

.trust-page-flow-card img {
  padding: 7px;
}

.trust-page-flow-icon svg {
  width: 25px;
  fill: none;
  stroke: var(--trust-blue-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.trust-page-flow-card small,
.trust-page-flow-card strong,
.trust-page-flow-card div > span {
  display: block;
}

.trust-page-flow-card small {
  margin-bottom: 2px;
  color: var(--trust-blue-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-page-flow-card strong {
  color: var(--trust-ink);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.15;
}

.trust-page-flow-card div > span {
  margin-top: 4px;
  color: var(--trust-ink-soft);
  font-size: 0.78rem;
  line-height: 1.3;
}

.trust-page-human-badge {
  position: absolute;
  z-index: 2;
  right: 10%;
  bottom: -8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px 10px 9px;
  border: 1px solid rgba(18, 97, 78, 0.16);
  border-radius: 999px;
  color: #144d40;
  background: #e5f8f2;
  box-shadow: 0 13px 32px rgba(39, 87, 77, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-page-human-badge i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #23856d;
  font-style: normal;
}

.trust-page-foundation {
  position: relative;
  scroll-margin-top: 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 224, 217, 0.6), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(218, 231, 255, 0.7), transparent 30%),
    var(--trust-warm);
}

.trust-page-foundation::after {
  position: absolute;
  right: -170px;
  bottom: -250px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(40, 100, 240, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(40, 100, 240, 0.025),
    0 0 0 140px rgba(40, 100, 240, 0.02);
  content: "";
  pointer-events: none;
}

.trust-page-foundation .shell {
  position: relative;
  z-index: 1;
}

.trust-page-foundation-heading {
  max-width: 980px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.trust-page-foundation-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.9rem, 5.7vw, 5.8rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.trust-page-foundation-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 100px);
  margin-bottom: clamp(44px, 6vw, 72px);
}

.trust-page-foundation-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--trust-ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.trust-page-foundation-copy strong {
  color: var(--trust-ink);
  font-weight: 700;
}

.trust-page-proof {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--trust-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 25px 75px rgba(32, 58, 111, 0.12);
}

.trust-page-proof article {
  min-width: 0;
  padding: 28px 26px;
}

.trust-page-proof article + article {
  border-left: 1px solid var(--trust-border);
}

.trust-page-proof strong,
.trust-page-proof span {
  display: block;
}

.trust-page-proof strong {
  margin-bottom: 8px;
  color: var(--trust-blue-dark);
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 2.2vw, 2.05rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.trust-page-proof article:first-child strong,
.trust-page-proof article:last-child strong {
  color: var(--trust-coral);
}

.trust-page-proof span {
  color: var(--trust-ink-soft);
  font-size: 0.86rem;
  line-height: 1.35;
}

.trust-page-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  align-items: end;
  gap: clamp(50px, 8vw, 115px);
  margin-bottom: clamp(55px, 7vw, 90px);
}

.trust-page-section-heading h2,
.trust-page-practice-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.65rem, 5vw, 5.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.trust-page-section-heading > p {
  margin-bottom: 6px;
  color: var(--trust-ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

.trust-page-recognition {
  scroll-margin-top: 110px;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 224, 217, 0.6), transparent 26%),
    var(--trust-soft);
}

.trust-page-section-heading--compact {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 28px;
}

.trust-page-section-heading--compact h2 {
  max-width: none;
}

.trust-page-section-heading--compact > p {
  max-width: 680px;
}

.trust-page-recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-page-recognition-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--trust-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 55px rgba(37, 63, 118, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.trust-page-recognition-card:hover {
  border-color: rgba(40, 100, 240, 0.38);
  box-shadow: 0 27px 70px rgba(37, 63, 118, 0.13);
  transform: translateY(-4px);
}

.trust-page-org-mark {
  display: grid;
  min-height: 96px;
  place-items: center;
  margin-bottom: 28px;
  padding: 14px 22px;
  border: 1px solid #e1e7f2;
  border-radius: 18px;
  background: #fff;
}

.trust-page-org-mark img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.trust-page-org-mark--pharos img {
  width: min(190px, 100%);
}

.trust-page-org-mark--vws img {
  height: 64px;
}

.trust-page-org-mark--alliance img {
  height: 64px;
}

.trust-page-card-label {
  margin-bottom: 16px;
  color: var(--trust-blue-dark);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-page-recognition-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.trust-page-recognition-card > p:not(.trust-page-card-label) {
  margin-bottom: 28px;
  color: var(--trust-ink-soft);
  font-size: 0.95rem;
}

.trust-page-recognition-card > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  align-self: flex-start;
  color: var(--trust-blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}

.trust-page-recognition-card > a:hover {
  color: #0c347f;
  text-decoration-thickness: 2px;
}

.trust-page-governance {
  color: #fff;
  background: var(--trust-warm);
}

.trust-page-governance-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 7vw, 92px);
  overflow: hidden;
  padding: clamp(48px, 7vw, 86px);
  border: 1px solid rgba(131, 158, 216, 0.24);
  border-radius: 44px;
  background:
    radial-gradient(circle at 89% 3%, rgba(40, 100, 240, 0.35), transparent 31%),
    linear-gradient(145deg, #0a1833, #12264e);
  box-shadow: 0 35px 95px rgba(10, 24, 51, 0.2);
}

.trust-page-governance-panel::after {
  position: absolute;
  right: -170px;
  bottom: -250px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(144, 174, 237, 0.2);
  border-radius: 50%;
  content: "";
}

.trust-page-governance-copy,
.trust-page-governance-principles,
.trust-page-boundaries {
  position: relative;
  z-index: 1;
}

.trust-page-governance-copy h2 {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.trust-page-governance-copy h2 span {
  color: #ff8b73;
}

.trust-page-governance-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #c8d3e8;
  font-size: 1.08rem;
}

.trust-page-governance-principles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-page-governance-principles li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-page-governance-principles li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(143, 178, 255, 0.28);
  border-radius: 14px;
  color: #bcd0ff;
  background: rgba(40, 100, 240, 0.12);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
}

.trust-page-governance-principles strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.trust-page-governance-principles p {
  margin: 7px 0 0;
  color: #bcc9e0;
  font-size: 0.92rem;
}

.trust-page-boundaries {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 12px;
}

.trust-page-boundary {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.trust-page-boundary--yes {
  background: rgba(60, 185, 152, 0.12);
}

.trust-page-boundary--no {
  background: rgba(239, 118, 95, 0.1);
}

.trust-page-boundary-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}

.trust-page-boundary-title span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #0b3d32;
  background: #8fe0c9;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
}

.trust-page-boundary--no .trust-page-boundary-title span {
  color: #5c2118;
  background: #ff9c88;
}

.trust-page-boundary h3 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
}

.trust-page-boundary p {
  margin: 0;
  color: #c5d1e4;
  font-size: 0.92rem;
}

.trust-page .trust-page-ai {
  position: relative;
  color: var(--trust-ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(239, 118, 95, 0.12), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(40, 100, 240, 0.12), transparent 34%),
    linear-gradient(145deg, #fbfaf7, #f5f8ff 58%, #f8faff);
}

.trust-page .trust-page-ai::before {
  background: linear-gradient(90deg, transparent, rgba(60, 185, 152, 0.1), transparent);
}

.trust-page .trust-page-ai::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40, 100, 240, 0.14) 0.8px, transparent 0.8px);
  background-size: 26px 26px;
  content: "";
  opacity: 0.42;
  -webkit-mask-image: radial-gradient(circle at 70% 50%, #000, transparent 60%);
  mask-image: radial-gradient(circle at 70% 50%, #000, transparent 60%);
}

.trust-page .trust-page-ai .ai-layout {
  position: relative;
  z-index: 2;
}

.trust-page .trust-page-ai .ai-copy .eyebrow {
  padding: 0;
  border: 0;
  color: var(--trust-blue-dark);
  background: transparent;
  box-shadow: none;
}

.trust-page .trust-page-ai .ai-copy h2 {
  color: var(--trust-ink);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.trust-page .trust-page-ai .ai-copy > p:not(.eyebrow) {
  color: var(--trust-ink-soft);
}

.trust-page .trust-page-ai .ai-proof-list li {
  border-color: var(--trust-border);
  border-radius: 15px;
  color: var(--trust-ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(37, 63, 118, 0.08);
}

.trust-page .trust-page-ai .ai-visual {
  min-height: 570px;
  border-color: var(--trust-border);
  background:
    radial-gradient(circle at 50% 48%, rgba(40, 100, 240, 0.14), transparent 34%),
    radial-gradient(circle at 72% 26%, rgba(60, 185, 152, 0.13), transparent 24%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(37, 63, 118, 0.13), inset 0 1px 0 #fff;
}

.trust-page .trust-page-ai .ai-orbit {
  border-color: rgba(40, 100, 240, 0.24);
}

.trust-page .trust-page-ai .orbit-small {
  border-color: rgba(60, 185, 152, 0.3);
}

.trust-page .trust-page-ai .ai-core {
  background: linear-gradient(145deg, var(--trust-coral), var(--trust-blue));
  box-shadow: 0 25px 70px rgba(40, 100, 240, 0.42);
}

.trust-page .trust-page-ai .ai-data-line {
  background: linear-gradient(90deg, transparent, rgba(40, 100, 240, 0.58), transparent);
  box-shadow: 0 0 15px rgba(40, 100, 240, 0.18);
}

.trust-page .trust-page-ai .ai-node {
  border-color: var(--trust-border);
  color: var(--trust-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(37, 63, 118, 0.1);
}

.trust-page .trust-page-ai .node-channel-three {
  border-color: rgba(60, 185, 152, 0.34);
  color: var(--trust-ink);
  background: #9ae2ce;
}

.trust-page-practice {
  background: var(--trust-soft);
}

.trust-page-practice-heading {
  max-width: none;
  margin-bottom: 58px;
}

.trust-page-practice-heading h2 {
  max-width: none;
}

.trust-page-practice-board {
  overflow: hidden;
  border: 1px solid var(--trust-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(37, 63, 118, 0.1);
}

.trust-page-practice-board > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-page-result {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  gap: 24px;
  padding: 34px;
}

.trust-page-result + .trust-page-result {
  border-left: 1px solid var(--trust-border);
}

.trust-page-result > strong {
  color: var(--trust-blue);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4.1vw, 4.15rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.trust-page-result--coral > strong {
  color: var(--trust-coral);
}

.trust-page-result h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.trust-page-result p {
  margin-bottom: 11px;
  color: var(--trust-ink-soft);
  font-size: 0.9rem;
}

.trust-page-result small {
  color: #65718a;
  font-weight: 700;
}

.trust-page-result-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  color: var(--trust-blue-dark);
  background: #eaf1ff;
}

.trust-page-result-icon svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.trust-page-practice-board > p {
  margin: 0;
  padding: 17px 32px;
  border-top: 1px solid var(--trust-border);
  color: #5f6c84;
  background: #f8faff;
  font-size: 0.8rem;
  line-height: 1.45;
}

.trust-page-final {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--trust-warm);
}

.trust-page-final-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid #cfdaf0;
  border-radius: 38px;
  background:
    radial-gradient(circle at 89% 15%, rgba(195, 216, 255, 0.8), transparent 34%),
    linear-gradient(135deg, #fff5f1, #f5f8ff 54%, #edf3ff);
  box-shadow: 0 26px 70px rgba(42, 67, 119, 0.1);
}

.trust-page-final-card::after {
  position: absolute;
  right: -170px;
  bottom: -300px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(40, 100, 240, 0.18);
  border-radius: 50%;
  content: "";
}

.trust-page-final-card > div {
  position: relative;
  z-index: 1;
}

.trust-page-final-card h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.trust-page-final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.trust-page-final-actions .button {
  min-height: 60px;
  padding-inline: 28px;
  border-radius: 18px;
}

@media (max-width: 1100px) {
  .trust-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .trust-page-hero-copy {
    max-width: 850px;
  }

  .trust-page-hero-stage {
    width: min(680px, 100%);
    min-height: 540px;
    margin: 20px auto 0;
  }

  .trust-page-flow {
    width: min(700px, 100%);
    min-height: 590px;
    margin-inline: auto;
  }

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

  .trust-page-proof article:nth-child(3) {
    border-top: 1px solid var(--trust-border);
    border-left: 0;
  }

  .trust-page-proof article:nth-child(4) {
    border-top: 1px solid var(--trust-border);
  }

  .trust-page-recognition-card {
    min-height: 510px;
    padding: 26px;
  }

  .trust-page-governance-panel {
    grid-template-columns: 1fr;
  }

  .trust-page-governance-copy {
    max-width: 780px;
  }

  .trust-page-result {
    padding: 28px;
  }
}

@media (max-width: 820px) {
  .trust-page-hero {
    min-height: auto;
    padding-top: 150px;
  }

  .trust-page-hero-copy h1 {
    font-size: clamp(3rem, 11vw, 5.2rem);
  }

  .trust-page-hero-actions,
  .trust-page-section-heading,
  .trust-page-final-card {
    grid-template-columns: 1fr;
  }

  .trust-page-section-heading {
    align-items: start;
    gap: 24px;
  }

  .trust-page-foundation-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .trust-page-foundation-copy p {
    max-width: 720px;
  }

  .trust-page-recognition-grid {
    grid-template-columns: 1fr;
  }

  .trust-page-recognition-card {
    min-height: auto;
  }

  .trust-page-org-mark {
    max-width: 270px;
  }

  .trust-page .trust-page-ai .ai-visual {
    min-height: 430px;
  }

  .trust-page-practice-board > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-page-result:nth-child(3) {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    border-top: 1px solid var(--trust-border);
    border-left: 0;
  }

  .trust-page-final-card {
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .trust-page {
    --shell: min(100% - 32px, 1180px);
  }

  .trust-page-hero {
    padding: 126px 0 86px;
  }

  .trust-page .trust-page-ai .ai-visual {
    min-height: 360px;
  }

  .trust-page-hero-glow {
    display: none;
  }

  .trust-page-swoosh {
    opacity: 0.55;
  }

  .trust-page-hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 14vw, 4rem);
    line-height: 0.98;
  }

  .trust-page-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .trust-page-hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .trust-page-text-link {
    justify-content: center;
  }

  .trust-page-hero-stage {
    min-height: 0;
    margin-top: 5px;
  }

  .trust-page-hero-photo {
    border-radius: 28px;
  }

  .trust-page-flow {
    display: grid;
    min-height: auto;
    gap: 12px;
    margin-top: 25px;
  }

  .trust-page-flow::before,
  .trust-page-flow-line {
    display: none;
  }

  .trust-page-flow-card {
    position: static;
    width: 100%;
    min-height: 98px;
  }

  .trust-page-flow-card + .trust-page-flow-card {
    position: relative;
  }

  .trust-page-flow-card + .trust-page-flow-card::before {
    position: absolute;
    top: -12px;
    left: 41px;
    width: 2px;
    height: 12px;
    background: var(--trust-blue);
    content: "";
  }

  .trust-page-human-badge {
    position: static;
    justify-self: start;
    margin-top: 4px;
  }

  .trust-page-proof {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .trust-page-proof article {
    padding: 22px;
  }

  .trust-page-proof article + article,
  .trust-page-proof article:nth-child(3) {
    border-top: 1px solid var(--trust-border);
    border-left: 0;
  }

  .trust-page-section-heading h2,
  .trust-page-practice-heading h2 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .trust-page-foundation-heading h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .trust-page-foundation-copy {
    margin-bottom: 36px;
  }

  .trust-page-foundation-copy p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .trust-page-recognition-card {
    padding: 23px;
    border-radius: 22px;
  }

  .trust-page-governance-panel {
    padding: 32px 22px;
    border-radius: 28px;
  }

  .trust-page-governance-principles li {
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .trust-page-governance-principles li > span {
    width: 38px;
    height: 38px;
  }

  .trust-page-boundaries {
    grid-template-columns: 1fr;
  }

  .trust-page-boundary {
    padding: 21px;
  }

  .trust-page-practice-board > ul {
    grid-template-columns: 1fr;
  }

  .trust-page-result,
  .trust-page-result:nth-child(3) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding: 25px;
    border-left: 0;
  }

  .trust-page-result + .trust-page-result {
    border-top: 1px solid var(--trust-border);
  }

  .trust-page-practice-board > p {
    padding: 17px 24px;
  }

  .trust-page-final-card {
    padding: 34px 23px;
    border-radius: 28px;
  }

  .trust-page-final-actions,
  .trust-page-final-actions .button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .trust-page-recognition-card,
  .trust-page-recognition-card:hover {
    transition: none;
    transform: none;
  }
}
