.trust-hub-page {
  padding-top: 32px;
  padding-bottom: 69px;
}

.trust-hub-page .hc-container {
  max-width: none;
}

.trust-hub-shell {
  max-width: none;
  padding: 0;
}

.trust-hub-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.trust-hub-back-arrow {
  color: var(--hc-accent-primary, #289a96);
  text-decoration: none;
  flex-shrink: 0;
}

.trust-hub-back-label {
  color: var(--text-primary, #1a1a1a);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.trust-hub-back:hover .trust-hub-back-arrow {
  color: #1f807d;
}

.trust-hub-back:hover .trust-hub-back-label {
  color: var(--text-primary, #1a1a1a);
  text-decoration-line: underline;
}

.trust-hub-hero {
  max-width: 720px;
  padding-bottom: 0;
}

.trust-hub-hero-state {
  max-width: 620px;
}

.trust-hub-title {
  margin: 0;
  color: var(--text-primary, #1a1a1a);
  font-family: var(--hc-font-family-cereal, "Airbnb Cereal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.96px;
}

.trust-hub-copy {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--text-secondary, #6b6b6b);
  font-size: 16px;
  line-height: 24px;
}

.trust-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-hub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.trust-hub-button--primary {
  background: var(--hc-accent-primary, #289a96);
  color: #ffffff;
}

.trust-hub-button--primary:hover {
  background: #1f807d;
  color: #ffffff;
}

.trust-hub-button--secondary {
  background: #ffffff;
  color: var(--hc-accent-primary, #289a96);
  border-width: 2px;
  border-color: var(--hc-accent-primary, #289a96);
}

.trust-hub-button--secondary:hover {
  border-color: #1f807d;
  color: #1f807d;
  background: rgba(40, 154, 150, 0.06);
}

.trust-hub-button:active {
  box-shadow: 0 0 0 2px rgba(40, 154, 150, 0.22);
}

.trust-hub-divider {
  margin: 62px 0 0;
  border: 0;
  border-top: 1px solid var(--border-subtle, #ebebeb);
  opacity: 1;
}

.trust-hub-section {
  padding: 32px 0 0;
}

.trust-hub-group {
  padding: 0;
}

.trust-hub-section-title {
  margin: 0 0 44px;
  color: var(--text-primary, #1a1a1a);
  font-family: var(--hc-font-family-cereal, "Airbnb Cereal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.trust-hub-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.trust-hub-group-title {
  margin: 0 0 12px;
  color: var(--text-primary, #1a1a1a);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.trust-hub-link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trust-hub-link {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.trust-hub-link:hover {
  color: #000000;
}

.trust-hub-loading,
.trust-hub-empty {
  color: var(--text-secondary, #6b6b6b);
  font-size: 16px;
  line-height: 24px;
}

.trust-hub-error {
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  background: var(--hc-error-light, #ffebe8);
  color: var(--text-primary, #1a1a1a);
}

.trust-hub-error-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.trust-hub-error-copy {
  margin: 0;
  color: var(--text-secondary, #6b6b6b);
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 744px) {
  .trust-hub-page {
    padding-top: 40px;
    padding-bottom: 69px;
  }

  .trust-hub-page .hc-container {
    padding-left: 69px;
    padding-right: 44px;
  }

  .trust-hub-back {
    margin-bottom: 28px;
  }

  .trust-hub-hero {
    padding-bottom: 0;
  }

  .trust-hub-title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }

  .trust-hub-copy {
    max-width: 540px;
  }

  .trust-hub-section {
    padding: 40px 0 0;
    max-width: 904px;
  }

  .trust-hub-divider {
    margin-top: 68px;
    max-width: 904px;
  }

  .trust-hub-section-title {
    margin-bottom: 44px;
  }

  .trust-hub-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}
