/* Marketing hero: use the available desktop width so the headline sits farther left and the live smart card has more breathing room. */
@media (min-width: 1100px){
  section.brand-gradient > div:first-child{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:clamp(36px,3.2vw,64px) !important;
    padding-right:clamp(36px,3.2vw,64px) !important;
  }
  section.brand-gradient h1,
  section.brand-gradient h1 + p{
    margin-left:0 !important;
  }
}
