/* Trust / support pages — Hubungi Kami, etc. Reuses home footer; minimal content layout. */

.trust-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background: #f8fafc;
}

.trust-page__header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.trust-page__header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.trust-page__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #111827;
  font-size: 1.125rem;
}

.trust-page__logo img {
  width: 40px;
  height: 40px;
}

.trust-page__logo-light {
  font-weight: 300;
}

.trust-page__logo-bold {
  font-weight: 700;
}

.trust-page__back {
  font-size: 0.875rem;
  color: #1565c0;
  text-decoration: none;
  font-weight: 500;
}

.trust-page__back:hover {
  text-decoration: underline;
}

.trust-page__main {
  flex: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  width: 100%;
  box-sizing: border-box;
}

.trust-page__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.trust-page__title {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.trust-page__intro {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
}

.trust-page__email-block {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1rem;
  background: #f1f5f9;
  border-radius: 8px;
  border-left: 4px solid #1565c0;
}

.trust-page__email-label {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.trust-page__email-link {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1565c0;
  word-break: break-all;
}

.trust-page__email-link:hover {
  text-decoration: underline;
}

.trust-page__note {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #64748b;
}

.trust-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.trust-page__btn--primary {
  background: #1565c0;
  color: #fff;
}

.trust-page__btn--primary:hover {
  background: #1d4ed8;
}

.trust-page__btn--ghost {
  background: #fff;
  color: #1565c0;
  border: 1px solid #cbd5e1;
}

.trust-page__btn--ghost:hover {
  background: #f8fafc;
}

.trust-page .home-footer {
  margin-top: auto;
}
