.pp0-gate-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.75rem 1.35rem;
  border: 1px solid #C5A572; color: #C5A572; background: transparent;
  border-radius: 2px; cursor: pointer; font-size: 0.9rem; letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}
.pp0-gate-btn:hover, .pp0-gate-btn:focus-visible {
  background: #C5A572; color: #0A0A0A; outline: none;
}
.pp0-reveal-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .pp0-reveal-grid { grid-template-columns: 1fr 1fr; }
}
.pp0-reveal-card {
  display: block; padding: 0.9rem 1rem;
  border: 1px solid #3A3A3C; border-radius: 2px;
  text-decoration: none; color: #F5F2E9;
  transition: border-color 0.2s ease;
}
.pp0-reveal-card:hover { border-color: #C5A572; color: #C5A572; }
.pp0-reveal-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #8A8A8F; margin-bottom: 0.25rem;
}
.pp0-reveal-value { font-size: 0.95rem; }
.pp0-reveal-actions { margin-top: 1rem; }
.pp0-mail-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.7rem 1.2rem;
  background: #C5A572; color: #0A0A0A; border: 0; border-radius: 2px;
  cursor: pointer; font-size: 0.875rem;
}
.pp0-mail-btn:hover { background: #d4b888; }
