/* PLATFORM PAGE */
.hero--platform {
  min-height: 420px;
  background-image:
    linear-gradient(rgba(13,32,64,0.85), rgba(13,32,64,0.85)),
    url('../images/city/city-welland-canal.jpg'),
    url('../../images/hero-banner.png'),
    linear-gradient(135deg, #0D2040 0%, #1A4FA0 100%);
  background-size: cover;
  background-position: top center;
}
.hero--platform h1 { color: var(--white); }
.hero--platform .hero__inner { padding: 64px 0; }
