.data-processing-hero {
  background:
    linear-gradient(132deg, rgba(17, 28, 53, 0.94), rgba(31, 58, 93, 0.82)),
    url('/assets/img/data-processing/legacy/hero-linework.jpg') center/cover;
}

.data-processing-hero::before {
  background: radial-gradient(circle, rgba(111, 177, 240, 0.18) 0%, transparent 68%);
}

.data-processing-hero-visual {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 16, 31, 0.3);
  box-shadow: 0 18px 48px rgba(10, 18, 35, 0.24);
}

.data-processing-hero-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.data-products-grid {
  margin: 28px 0 8px;
}

.data-products-grid .aero-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.data-products-grid .aero-card-image {
  box-shadow: inset 0 0 0 1px rgba(26, 39, 68, 0.06);
}

.data-products-grid .aero-btn-secondary {
  margin-top: auto;
  width: fit-content;
  padding: 10px 16px;
}

@media (max-width: 900px) {
  .data-processing-hero-visual {
    max-width: 640px;
  }
}

.aero-content-grid > div > .aero-cta + .aero-section-title,
.aero-content-grid > div > .aero-pill-links + .aero-section-title {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 39, 68, 0.14);
}
