.hero {
  background: linear-gradient(135deg, #0b2741 0%, #0d3b66 55%, #1d5d97 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero::before {
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.08);
  right: -120px;
  top: -140px;
}

.hero::after {
  width: 280px;
  height: 280px;
  background: rgba(219, 138, 0, 0.15);
  left: -90px;
  bottom: -130px;
}

.hero-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 54px 20px 46px;
  position: relative;
  z-index: 2;
}

.module-top,
.module-top:link,
.module-top:visited {
  margin-bottom: 14px;
}

.module-top a,
.module-top a:link,
.module-top a:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f5fbff !important;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(245, 251, 255, 0.85);
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
}

.module-top a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

.module-top a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.kicker {
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffce74;
  margin: 0 0 10px;
}

.hero p {
  margin: 12px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}
