/* Public club / route / event marketing surfaces */
.pp-root {
  min-height: 100vh;
}

.pp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(19, 19, 20, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(59, 73, 75, 0.5);
}

.pp-nav a.pp-brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #00f0ff;
  text-decoration: none;
  font-size: 1.1rem;
}

.pp-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  gap: 0.5rem;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(12, 13, 14, 0.98), rgba(12, 13, 14, 0.88));
  border-top: 1px solid rgba(59, 73, 75, 0.55);
}

.pp-btn {
  flex: 1;
  text-align: center;
  padding: 0.65rem 0.75rem;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.pp-btn-primary {
  background: #5eead4;
  color: #042f2e;
}

.pp-btn-ghost {
  background: transparent;
  color: #5eead4;
  border: 1px solid rgba(94, 234, 212, 0.45);
}

.pp-map {
  height: 260px;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(59, 73, 75, 0.65);
}

.pp-card {
  border-radius: 1rem;
  border: 1px solid rgba(59, 73, 75, 0.55);
  background: rgba(32, 31, 32, 0.65);
  backdrop-filter: blur(18px);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}
