.hero-section {
  margin: 0 auto;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 32px;
}

.hero-image-wrapper {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.hero-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 32px #000c;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  left: 0; right: 0; bottom: 24px;
}

.hero-text h2 {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 3px 12px #000;
  text-transform: uppercase;
}
