.story-hero
.story-hero {
  padding: 120px 20px 80px;
  color: white;
  background:
    linear-gradient(135deg, rgba(46, 43, 122, 0.95), rgba(20, 24, 42, 0.9)),
    url("/static/images/training.a2ed6c5286f0.jpg") center / cover;
}
.story-hero-grid

.story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.story-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1.03;
  margin: 0 0 1rem;
}

.story-hero p {
  max-width: 720px;
}
.story-hero-image

.story-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}


.hero-content
.hero-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.hero-subtitle

.hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  max-width: 48rem;
  margin: 0 auto 2rem;
}

.hero-buttons
.hero-buttons {
  margin: 25px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}