.trust-hero {
  padding: 22px 28px 0;
}
.trust-hero-inner {
  width: min(1100px, 100%);
  min-height: 250px;
  margin: 0 auto;
  padding: 42px 46px;
  display: flex;
  align-items: end;
  color: #f4f2eb;
  background:
    radial-gradient(circle at 82% 20%, rgba(230,184,63,.18), transparent 24%),
    linear-gradient(120deg, var(--navy), var(--navy-2));
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 7px solid var(--season-sun);
  border-radius: 6px 6px 2px 2px;
  box-shadow: var(--shadow-lg);
}
.trust-kicker {
  margin: 0 0 12px;
  color: #89c7e9;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.trust-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .94;
}
.trust-dek {
  max-width: 720px;
  margin: 18px 0 0;
  color: #ccdae2;
  font-size: 15px;
  line-height: 1.65;
}
.trust-shell {
  width: min(1100px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 76px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.trust-nav {
  padding: 15px;
  display: grid;
  gap: 3px;
  position: sticky;
  top: 82px;
  background: var(--panel-translucent);
  border: 1px solid var(--line);
  border-top: 4px solid var(--season-field);
  border-radius: 4px;
  box-shadow: var(--shadow-sm);
}
.trust-nav-label {
  margin: 0 8px 8px;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.trust-nav a {
  min-height: 40px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  color: var(--ink-soft);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.trust-nav a:hover { color: var(--ink); background: var(--chip-hover); }
.trust-nav a[aria-current="page"] { color: var(--ink); background: var(--surf2); box-shadow: inset 3px 0 0 var(--season-sun); }
.trust-content { display: grid; gap: 16px; }
.trust-card {
  padding: clamp(24px, 5vw, 48px);
  background: var(--panel-translucent);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: var(--shadow-sm);
}
.trust-card h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.05;
}
.trust-card h2:first-child { margin-top: 0; }
.trust-card h3 {
  margin: 24px 0 6px;
  color: var(--ink);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 19px;
}
.trust-card p, .trust-card li {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.72;
}
.trust-card p { margin: 0 0 14px; }
.trust-card ul { margin: 8px 0 18px; padding-left: 21px; }
.trust-card a { color: var(--navy-2); font-weight: 700; }
.trust-note {
  padding: 18px 20px;
  color: var(--ink-soft);
  background: var(--season-wash);
  border-left: 5px solid var(--season-sky);
  font-size: 12px;
  line-height: 1.65;
}
.trust-note strong { color: var(--ink); }
.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.principle {
  padding: 19px;
  background: var(--surf2);
  border: 1px solid var(--line);
  border-top: 4px solid var(--season-sky);
  border-radius: 3px;
}
.principle:nth-child(2) { border-top-color: var(--season-field); }
.principle:nth-child(3) { border-top-color: var(--season-sun); }
.principle strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
}
.principle p { margin: 0; font-size: 11px; }
.flow-list {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  counter-reset: flow;
}
.flow-list li {
  min-height: 74px;
  padding: 16px 12px 16px 58px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.flow-list li:last-child { border-bottom: 0; }
.flow-list li::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  width: 38px;
  height: 38px;
  position: absolute;
  left: 4px;
  top: 16px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--season-sun);
  border-radius: 50%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  font-weight: 800;
}
.flow-list strong { display: block; color: var(--ink); font-size: 12px; }
.contact-card { padding: clamp(22px, 5vw, 40px); border-top: 5px solid var(--season-field); }
.contact-form { display: grid; gap: 17px; }
.contact-field { display: grid; gap: 7px; }
.contact-field label { color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.contact-field input, .contact-field select, .contact-field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--surf2);
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  font: 14px "IBM Plex Sans", sans-serif;
}
.contact-field input, .contact-field select { min-height: 49px; padding: 0 13px; }
.contact-field textarea { min-height: 170px; padding: 13px; line-height: 1.5; resize: vertical; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: 3px solid var(--season-wash); border-color: var(--season-sky); }
.contact-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.contact-submit {
  min-height: 48px;
  padding: 0 20px;
  color: #101d28;
  background: var(--season-sun);
  border: 1px solid rgba(16,42,61,.2);
  border-radius: 4px;
  font: 700 12px "IBM Plex Sans", sans-serif;
  cursor: pointer;
}
.contact-submit:disabled { opacity: .6; cursor: wait; }
.privacy-note { max-width: 450px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.privacy-note a { color: var(--navy-2); }
.contact-status { min-height: 20px; margin: 0; color: var(--season-field); font-size: 12px; font-weight: 700; }
.contact-status.error { color: var(--fire); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 820px) {
  .trust-hero { padding: 10px 12px 0; }
  .trust-hero-inner { min-height: 0; padding: 30px 24px; }
  .trust-shell { width: min(100% - 24px, 1100px); padding-top: 12px; grid-template-columns: 1fr; gap: 12px; }
  .trust-nav { position: static; grid-template-columns: repeat(4, minmax(0,1fr)); }
  .trust-nav-label { grid-column: 1 / -1; }
  .trust-nav a { min-height: 42px; justify-content: center; padding: 0 5px; text-align: center; }
  .trust-nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--season-sun); }
}
@media (max-width: 560px) {
  .trust-hero h1 { font-size: clamp(39px, 12vw, 54px); }
  .trust-dek { font-size: 13px; }
  .trust-nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .principles { grid-template-columns: 1fr; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
}
