/* v73 - home hero panel background swap + dark Why all4it benefit row */

.hero-panel {
  background:
    linear-gradient(180deg, rgba(5,7,10,.56) 0%, rgba(5,7,10,.76) 100%),
    linear-gradient(90deg, rgba(5,7,10,.82) 0%, rgba(5,7,10,.46) 42%, rgba(5,7,10,.64) 100%),
    url("../assets/home/home-hero-panel-bg.png") left center / cover no-repeat !important;
}

.hero-panel::before {
  opacity: .12 !important;
  background-size: 40px 40px !important;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(227,30,36,.18), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(227,30,36,.14), transparent 24%),
    linear-gradient(0deg, rgba(0,0,0,.24), transparent 42%);
}

.why .benefit-grid {
  position: relative;
  margin-top: 52px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
  gap: 1px;
  overflow: hidden;
}

.why .benefit-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,10,.72) 0%, rgba(5,7,10,.82) 100%),
    radial-gradient(circle at 18% 78%, rgba(227,30,36,.17), transparent 18%),
    radial-gradient(circle at 84% 22%, rgba(227,30,36,.14), transparent 22%),
    url("../assets/why/why-row-circuit.svg") center / cover no-repeat;
  pointer-events: none;
}

.why .benefit {
  position: relative;
  z-index: 1;
  min-height: 188px;
  padding: 32px 30px 30px;
  background: rgba(7,9,12,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.why .benefit::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 28px;
  width: 42px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
  box-shadow: 54px 0 0 -1px rgba(227,30,36,.9);
}

.why .benefit strong {
  display: block;
  padding-top: 24px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.03em;
  color: #fff;
}

.why .benefit p {
  margin-top: 16px;
  color: #c7cbd2;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .why .benefit-grid {
    grid-template-columns: 1fr;
  }
  .why .benefit {
    min-height: auto;
  }
}
