/* Android landing hero mirrors the current Gaming landing hero exactly. */
.android-page .hero.android-hero {
  min-height: 470px;
  border-color: rgba(0, 207, 215, .54);
  background: #090e13;
  color: #f5f8fa;
}

.android-page .hero.android-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 10, 15, .96) 0%, rgba(5, 10, 15, .78) 35%, rgba(5, 10, 15, .16) 72%, rgba(5, 10, 15, .1) 100%);
}

.android-page .hero.android-hero .hero-media {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background: #090e13;
}

.android-page .hero.android-hero .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.android-page .hero.android-hero .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 470px;
  max-width: 590px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.android-page .hero.android-hero .eyebrow {
  width: max-content;
  padding: .3rem .6rem;
  border-radius: 7px;
  background: rgba(90, 159, 201, .16);
  color: #8fd3f4;
  letter-spacing: .08em;
}

.android-page .hero.android-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.android-page .hero.android-hero .hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  color: #d0d8df;
}

@media (max-width: 760px) {
  .android-page .hero.android-hero {
    min-height: 0;
  }

  .android-page .hero.android-hero::after {
    display: none;
  }

  .android-page .hero.android-hero .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1717 / 916;
  }

  .android-page .hero.android-hero .hero-media img {
    object-fit: cover;
    object-position: center;
  }

  .android-page .hero.android-hero .hero-copy {
    min-height: 0;
    max-width: none;
    justify-content: flex-start;
    padding: 1.4rem;
  }
}
