.site-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
}

.site-nav {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.site-nav a {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  padding: 0.34rem 0.8rem;
  font-size: 0.85rem;
  color: #1f2430;
  transition: all 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: #000;
}

.site-nav a.is-active {
  background: #000;
  color: #fff;
}


.legal-content h1 {
  margin-top: 0;
}

.legal-content h2 {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}

.form-status {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #525252;
}

.form-status.error {
  color: #a21616;
}

.form-status.success {
  color: #165f22;
}
