.trust-page {
  background: var(--stellalith-bone);
  color: var(--stellalith-ink);
}

.trust-shell {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 2rem;
}

.trust-eyebrow {
  color: var(--stellalith-gold);
  font-size: 0.75rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.trust-hero {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.trust-hero h1,
.trust-section h2,
.trust-faq h2 {
  color: var(--stellalith-night);
  font-family: var(--stellalith-serif);
  font-weight: 500;
  margin-top: 0;
}

.trust-hero h1 {
  font-size: clamp(2.75rem, 6vw, 5.75rem);
  line-height: 1;
  max-width: 14ch;
}

.trust-lede {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 66ch;
}

.trust-theme {
  border-left: 1px solid var(--stellalith-gold);
  color: var(--stellalith-night);
  font-family: var(--stellalith-serif);
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 2.5rem 0 0;
  max-width: 46ch;
  padding-left: 1.5rem;
}

.trust-section {
  border-top: 1px solid rgba(151, 142, 86, 0.3);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.trust-section-alt {
  background: #e8ece9;
}

.trust-section-grid {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.trust-section h2,
.trust-faq h2 {
  font-size: 2.25rem;
  line-height: 1.15;
  max-width: 18ch;
}

.trust-section-copy > p {
  line-height: 1.85;
  margin: 0 0 1.25rem;
}

.trust-points {
  border-top: 1px solid rgba(30, 36, 64, 0.2);
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.trust-points li {
  align-items: start;
  border-bottom: 1px solid rgba(30, 36, 64, 0.2);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1rem 1fr;
  line-height: 1.65;
  padding: 1rem 0;
}

.trust-points span {
  color: var(--stellalith-gold);
}

.trust-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.trust-actions a {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 800;
  gap: 0.7rem;
  min-height: 48px;
  text-decoration: none;
}

.trust-action-primary {
  background: var(--stellalith-night);
  border: 1px solid var(--stellalith-night);
  color: var(--stellalith-bone);
  padding: 0.75rem 1.25rem;
}

.trust-action-secondary {
  border-bottom: 1px solid var(--stellalith-gold);
}

.trust-faq {
  border-top: 1px solid rgba(151, 142, 86, 0.3);
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.trust-faq-list details {
  border-top: 1px solid rgba(30, 36, 64, 0.2);
  padding: 1.2rem 0;
}

.trust-faq-list details:last-child {
  border-bottom: 1px solid rgba(30, 36, 64, 0.2);
}

.trust-faq-list summary {
  color: var(--stellalith-night);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.5;
  padding-right: 2rem;
}

.trust-faq-list p {
  line-height: 1.8;
  margin: 1rem 0 0;
}

@media (max-width: 760px) {
  .trust-shell {
    padding-inline: 1.25rem;
  }

  .trust-hero h1 {
    font-size: 2.8rem;
  }

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

  .trust-section h2,
  .trust-faq h2 {
    font-size: 2rem;
  }
}
