.hero-lead {
  display: flex;
  flex-direction: column;
  gap: 1.625em; /* 26px */
  color: var(--white);
}

.hero-lead__tag {
  font-weight: 500;
}

.hero-lead__title {
  display: flex;
  flex-direction: column;
}

.hero-lead__title-row {
  display: flex;
  align-items: center;
}

strong.hero-lead__title-row {
  font-weight: inherit;
  isolation: isolate;
}

strong.hero-lead__title-row::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: var(--red);
  width: 3.58em;   /* 358px ÷ 100px */
  height: 0.32em;  /* 32% від font-size */
  left: -0.12em;   /* -12px ÷ 100px */
  top: 0.68em;     /* 68px ÷ 100px */
}

.hero-lead__cta {
  display: flex;
  align-items: center;
  gap: 1.25em; /* 20px */
  flex-wrap: wrap;
}
