/* ===== Common page blocks ===== */
.bp-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.bp-404__card {
  max-width: 28rem;
  text-align: center;
  padding: 2rem;
}

.bp-404__icon {
  font-size: 4rem;
  color: var(--bp-destructive);
  margin-bottom: 1rem;
}

.bp-404__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bp-404__text {
  color: var(--bp-muted);
  margin-bottom: 2rem;
}

.bp-cta-dark {
  background: #111b14;
  border-top: 1px solid var(--bp-border);
}

.bp-cta-band {
  background: rgba(var(--bp-primary-rgb), 0.05);
  border-top: 1px solid var(--bp-border);
}
