/* v42: match the hero's lower background to the intelligence section.
   Only the existing decorative fade and the next section's top space change. */
.dp-hero.dp-v5.dp-v8::after{
  background:linear-gradient(180deg,rgba(7,16,30,0) 0%,#07101e 100%);
}
.dp-hero.dp-v5.dp-v8 + .dpx-intelligence.dpx-minimal{
  padding-top:48px;
}
@media(max-width:800px){
  .dp-hero.dp-v5.dp-v8 + .dpx-intelligence.dpx-minimal{padding-top:40px}
}
@media(max-width:520px){
  .dp-hero.dp-v5.dp-v8 + .dpx-intelligence.dpx-minimal{padding-top:36px}
}
