/* Keep the newer trust pages on the same neutral Apple-style surface as About and Videos. */
body.trust-page {
  --ink: #1d1d1f;
  --paper: #f5f5f7;
  --paper-deep: #e8e8ed;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, .16);
  --accent: #0071e3;
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Noto Sans SC Variable", sans-serif;
  font-optical-sizing: auto;
}

.trust-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 86px;
  border-bottom: 1px solid rgba(29, 29, 31, .16);
}

.trust-hero > p {
  margin: 0 0 24px;
  color: #0071e3;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 900px;
  overflow-wrap: anywhere;
  hyphens: auto;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.trust-hero > div {
  max-width: 760px;
  margin-top: 34px;
  color: #6e6e73;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.contact-channels {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 0;
}

.contact-channels-head {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: end;
  gap: 32px;
  margin-bottom: 28px;
}

.contact-channels-head p {
  margin: 0 0 8px;
  color: #0071e3;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
}

.contact-channels-head h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-channel-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1fr 184px;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 30px;
  color: #1d1d1f;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms ease-out, box-shadow .2s ease;
}

.contact-channel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .07);
}

.contact-channel-card:active { transform: scale(.985); }

.contact-channel-card:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .38);
  outline-offset: 3px;
}

.contact-channel-copy {
  min-width: 0;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.contact-channel-copy small {
  color: #6e6e73;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .04em;
}

.contact-channel-copy strong {
  margin-top: 12px;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.contact-channel-copy b {
  margin-top: auto;
  color: #0071e3;
  font-size: .92rem;
}

.contact-channel-card img {
  display: block;
  width: 184px;
  height: 184px;
  border-radius: 20px;
  object-fit: contain;
  background: #fff;
}

.trust-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-card {
  min-height: 330px;
  padding: 34px;
  background: #fff;
  border-radius: 30px;
}

.trust-card > span {
  color: #0071e3;
  font-size: .75rem;
  font-weight: 800;
}

.trust-card h2 {
  margin: 64px 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.trust-card p {
  margin: 0;
  color: #6e6e73;
  line-height: 1.75;
}

.trust-actions {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: rgba(29, 29, 31, .18);
  border-radius: 22px;
}

.trust-actions a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #f5f5f7;
  font-weight: 700;
}

.trust-actions span { color: #0071e3; }

.trust-foot {
  padding: 32px max(24px, calc((100vw - 1120px) / 2)) 54px;
  color: #86868b;
  border-top: 1px solid rgba(29, 29, 31, .14);
}

.trust-foot div { display: flex; flex-wrap: wrap; gap: 18px; }
.trust-foot a:hover { color: #1d1d1f; }
.trust-foot p { margin: 22px 0 0; font-size: .78rem; line-height: 1.7; }

@media (max-width: 820px) {
  .trust-hero { padding-top: 94px; }
  .contact-channels-head { grid-template-columns: 1fr; gap: 8px; }
  .contact-channel-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; }
  .trust-card h2 { margin-top: 42px; }
  .trust-actions { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .contact-channels { padding-top: 48px; }
  .contact-channel-card {
    min-height: 210px;
    grid-template-columns: 1fr 128px;
    padding: 22px;
    border-radius: 24px;
  }

  .contact-channel-card img {
    width: 128px;
    height: 128px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel-card { transition-duration: .01ms !important; }
}
