.downloads-hero {
  padding: clamp(56px, 7vw, 84px) 0;
  background: linear-gradient(180deg, rgba(12, 20, 27, 0.58), rgba(12, 20, 27, 0.22));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.downloads-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.downloads-hero__title {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.downloads-hero__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 70ch;
}

.downloads-hero__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: fit-content;
  font-weight: 700;
}

.downloads-hero__note-ico {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
}
