:root {
  --trust-navy-950: #071b2d;
  --trust-navy-900: #0b2942;
  --trust-blue-700: #17658a;
  --trust-blue-100: #dff1f5;
  --trust-orange: #ef7d43;
  --trust-paper: #f4f1eb;
  --trust-white: #fffdf9;
  --trust-ink: #102a3d;
  --trust-muted: #536978;
  --trust-line: rgba(16, 42, 61, 0.16);
  --trust-shell: 1160px;
  --trust-gutter: clamp(20px, 4vw, 56px);
  --trust-serif: "Hoefler Text", Iowan Old Style, Baskerville, "Times New Roman", serif;
  --trust-sans: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.trust-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--trust-paper);
  color: var(--trust-ink);
  font-family: var(--trust-sans);
  font-size: 16px;
  line-height: 1.7;
}

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

.trust-page h1,
.trust-page h2,
.trust-page h3,
.trust-page p,
.trust-page ul,
.trust-page ol,
.trust-page dl {
  margin-top: 0;
}

.trust-page h1,
.trust-page h2 {
  color: inherit;
  font-family: var(--trust-serif);
  font-weight: 600;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.trust-page h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  font-size: clamp(45px, 6vw, 78px);
  line-height: 1;
}

.trust-page h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.trust-page h3 {
  margin-bottom: 10px;
  color: inherit;
  font-family: var(--trust-sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.trust-page a {
  color: var(--trust-blue-700);
  text-underline-offset: 3px;
}

.trust-page a:focus-visible,
.trust-page button:focus-visible {
  outline: 3px solid var(--trust-orange);
  outline-offset: 4px;
}

.trust-skip {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--trust-white);
  color: var(--trust-navy-950);
  font-weight: 700;
}

.trust-skip:focus {
  transform: none;
}

.trust-shell {
  width: min(100%, var(--trust-shell));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--trust-gutter);
  padding-left: var(--trust-gutter);
}

.trust-eyebrow {
  margin-bottom: 16px;
  color: #b94b1d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trust-hero {
  position: relative;
  padding: clamp(100px, 13vw, 160px) 0 clamp(72px, 9vw, 112px);
  overflow: hidden;
  background: var(--trust-navy-950);
  color: var(--trust-white);
}

.trust-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 35%, rgba(74, 178, 193, 0.2), transparent 32%),
    linear-gradient(115deg, rgba(7, 27, 45, 0.1), rgba(7, 27, 45, 0.88));
  content: "";
  pointer-events: none;
}

.trust-hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 20%, transparent 95%);
  pointer-events: none;
}

.trust-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}

.trust-hero .trust-eyebrow {
  color: #ff9b6c;
}

.trust-lede {
  max-width: 670px;
  margin-bottom: 0;
  color: #cbd8e0;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.58;
}

.trust-scope-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 3px solid var(--trust-orange);
  background: rgba(255, 255, 255, 0.07);
  color: #dbe5eb;
  font-size: 14px;
}

.trust-scope-note strong {
  color: var(--trust-white);
}

.trust-model {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(5, 21, 35, 0.55);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.trust-model p {
  margin-bottom: 18px;
  color: #9fb3bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-model ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: trust-model;
  list-style: none;
}

.trust-model li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: #edf4f7;
  font-weight: 650;
  counter-increment: trust-model;
}

.trust-model li::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ff9b6c;
  content: counter(trust-model, decimal-leading-zero);
  font-size: 11px;
}

.trust-section {
  padding: clamp(72px, 9vw, 112px) 0;
}

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

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

.trust-section-dark .trust-eyebrow {
  color: #ff9b6c;
}

.trust-section-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 7vw, 90px);
  margin-bottom: 50px;
  align-items: start;
}

.trust-section-intro > div:last-child {
  max-width: 680px;
}

.trust-section-intro p:last-child {
  margin-bottom: 0;
}

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

.trust-card {
  padding: 26px;
  border: 1px solid var(--trust-line);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.72);
}

.trust-card p:last-child,
.trust-card ul:last-child {
  margin-bottom: 0;
}

.trust-card-label {
  margin-bottom: 18px;
  color: #b94b1d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-section-dark .trust-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.trust-section-dark .trust-card p,
.trust-section-dark .trust-card li {
  color: #c6d5de;
}

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

.trust-fact {
  padding: 28px;
  border-top: 3px solid var(--trust-orange);
  background: var(--trust-white);
}

.trust-fact dt {
  margin-bottom: 8px;
  font-weight: 800;
}

.trust-fact dd {
  margin: 0;
  color: var(--trust-muted);
}

.trust-prose {
  max-width: 800px;
}

.trust-prose section {
  padding: 34px 0;
  border-bottom: 1px solid var(--trust-line);
}

.trust-prose section:first-child {
  padding-top: 0;
}

.trust-prose section:last-child {
  border-bottom: 0;
}

.trust-prose h2 {
  max-width: 18ch;
  font-size: clamp(28px, 3.2vw, 42px);
}

.trust-prose li + li {
  margin-top: 8px;
}

.trust-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.trust-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: var(--trust-white);
}

.trust-table th,
.trust-table td {
  padding: 16px;
  border: 1px solid var(--trust-line);
  text-align: left;
  vertical-align: top;
}

.trust-table th {
  background: var(--trust-blue-100);
  font-size: 13px;
  font-weight: 800;
}

.trust-callout {
  padding: 28px;
  border-left: 4px solid var(--trust-orange);
  background: #e8f2f4;
}

.trust-callout p:last-child {
  margin-bottom: 0;
}

.trust-cta {
  padding: clamp(70px, 9vw, 110px) 0;
  background: var(--trust-orange);
  color: var(--trust-navy-950);
}

.trust-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: center;
}

.trust-cta p {
  font-size: 18px;
}

.trust-button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 12px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--trust-navy-950);
  border-radius: 4px;
  background: var(--trust-navy-950);
  color: var(--trust-white) !important;
  font-weight: 750;
  text-decoration: none;
}

.trust-page #footer a {
  color: inherit;
}

@media only screen and (max-width: 960px) {
  .trust-hero-layout,
  .trust-section-intro,
  .trust-cta-inner {
    grid-template-columns: 1fr;
  }

  .trust-model {
    max-width: 580px;
  }

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

@media only screen and (max-width: 640px) {
  .trust-hero {
    padding-top: 76px;
  }

  .trust-grid,
  .trust-facts {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .trust-fact,
  .trust-model {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-page *,
  .trust-page *::before,
  .trust-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
