.trust-hero {
  padding: 4.5rem 0 3rem;
  background: linear-gradient(180deg, #F0F7FF 0%, #FFFFFF 100%);
}

.trust-hero .container,
.trust-page .container {
  max-width: 880px;
}

.trust-eyebrow {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.trust-hero h1 {
  margin-bottom: 1rem;
}

.trust-hero p {
  color: var(--color-gray-600);
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 760px;
}

.trust-page {
  padding: 3.5rem 0 5rem;
}

.trust-page section {
  padding: 0;
  background: transparent;
  margin-bottom: 2.5rem;
}

.trust-page h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.trust-page h3 {
  font-size: 1.125rem;
  margin: 1.5rem 0 0.5rem;
}

.trust-page p,
.trust-page li {
  line-height: 1.8;
}

.trust-page ul {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.trust-page li {
  margin-bottom: 0.5rem;
}

.trust-updated {
  color: var(--color-gray-600);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.trust-table-wrap {
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-sm);
  overflow-x: auto;
}

.trust-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.trust-table caption {
  color: var(--color-gray-700);
  font-weight: 700;
  padding: 0.9rem 1rem;
  text-align: left;
}

.trust-table th,
.trust-table td {
  border-bottom: 1px solid var(--color-gray-200);
  line-height: 1.6;
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
}

.trust-table th {
  background: var(--color-gray-50);
  color: var(--color-gray-900);
  font-weight: 700;
}

.trust-table tr:last-child td {
  border-bottom: 0;
}

.trust-table code {
  background: var(--color-gray-50);
  border: 1px solid var(--color-gray-200);
  border-radius: 4px;
  color: var(--color-gray-900);
  font-size: 0.92em;
  padding: 0.1rem 0.25rem;
}

.trust-link-pill {
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-sm);
  color: var(--color-gray-700);
  font-weight: 600;
  padding: 0.65rem 0.9rem;
}

.trust-link-pill:hover {
  border-color: var(--color-primary);
}

.breadcrumb {
  color: var(--color-gray-600);
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.breadcrumb a {
  color: var(--color-gray-600);
}

.trust-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-footer-brand img {
  height: 32px;
  width: 32px;
}

@media (max-width: 768px) {
  .trust-hero {
    padding: 3rem 0 2rem;
  }

  .trust-page {
    padding: 2.5rem 0 4rem;
  }
}
