/* Trust Center hub — extends legal.css (Nexus design system) */

.trust-hero__layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.trust-hero__mark img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
}

.trust-section-title {
  margin: 48px 0 8px;
  font-family: var(--vo-heading);
  font-size: clamp(24px, 3vw, 32px);
  color: var(--vo-ivory);
}

.trust-section-deck {
  margin: 0 0 20px;
  color: var(--vo-ivory-muted);
  max-width: 62ch;
}

.trust-essential-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trust-essential-card__title {
  font-weight: 700;
  color: var(--vo-ivory);
}

.trust-overview {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 18px;
  margin-top: 36px;
}

.trust-overview .legal-card {
  backdrop-filter: var(--vo-glass-blur-soft);
  -webkit-backdrop-filter: var(--vo-glass-blur-soft);
}

.trust-overview .legal-card h2 {
  margin: 0 0 12px;
  font-family: var(--vo-heading);
  font-size: 22px;
  color: var(--vo-ivory);
}

.trust-overview .legal-card p {
  margin: 0;
  color: var(--vo-ivory-muted);
  line-height: 1.65;
}

.trust-overview .legal-card p + p {
  margin-top: 10px;
}

.trust-product {
  border: 1px solid var(--vo-gold-stroke);
  border-radius: var(--vo-r-2xl);
  padding: 20px;
  background: var(--vo-chrome-recess-bg);
  backdrop-filter: var(--vo-glass-blur-soft);
  -webkit-backdrop-filter: var(--vo-glass-blur-soft);
  margin-top: 36px;
}

.trust-product h2 {
  margin: 0 0 8px;
  font-family: var(--vo-heading);
  font-size: 20px;
  color: var(--vo-ivory);
}

.trust-product p {
  margin: 0;
  color: var(--vo-ivory-muted);
}

.trust-product a {
  color: var(--vo-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.registration-note {
  border: 1px solid var(--vo-gold-stroke);
  border-radius: var(--vo-r-md);
  padding: 16px 18px;
  background: rgba(199, 168, 107, 0.08);
  margin: 28px 0 0;
  color: var(--vo-ivory-muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .trust-hero__layout,
  .trust-overview,
  .trust-essential-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}
