.hero {
  position: relative;
  height: 70vh;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.hud {
  position: relative;
  z-index: 2;
  border: 1px solid var(--amber);
  padding: 1.5rem 2rem;
  max-width: 600px;
  text-align: center;
  background: rgba(0, 0, 0, 0.32);
  box-shadow:
    0 0 16px rgba(255, 191, 0, 0.25),
    inset 0 0 14px rgba(255, 191, 0, 0.18);
}

.hud h1 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hud p {
  opacity: 0.85;
  margin: 0;
}

.main-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 4rem auto 3rem;
  padding: 0 1.5rem 3rem;
}
