.trust-page {
  width: min(860px, calc(100% - 32px));
  margin: 24px auto 64px;
  color: #222;
  font: 16px/1.65 Arial, sans-serif;
}
.trust-page__header {
  padding: 24px;
  margin: 12px 0 28px;
  color: #fff;
  background: #111;
  border-radius: 12px;
}
.trust-page__header h1 { margin: 0 0 8px; font-size: clamp(28px, 5vw, 42px); }
.trust-page__header p { margin: 6px 0; }
.trust-page__updated { color: #ccc; font-size: 14px; }
.trust-page section { margin: 0 0 28px; }
.trust-page h2 { margin-bottom: 8px; font-size: 23px; }
.trust-page p, .trust-page li { max-width: 75ch; }
.trust-page__contact { padding: 18px; background: #f3f5f7; border-radius: 8px; }
.message-page { width: min(700px, calc(100% - 32px)); margin: 60px auto; }
