/* Android promo and app-detail content that is not owned by the shared frame or app-card styles. */

/* Match the working landing-hero structure: the framed section owns clipping,
   while the media inside it owns the 3:1 ratio. Keeping aspect-ratio off the
   framed element avoids browser-dependent bottom-border rasterization. */
.geo-promo-section,
.esca-promo-section {
  margin: 0;
  overflow: hidden;
}

.geo-promo-section {
  background: #171f2a;
}

.esca-promo-section {
  background: #f7efe5;
}

.geo-promo-image,
.esca-promo-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  object-position: center;
}

.geo-promo-image {
  background: #071421;
}

.esca-promo-image {
  background: #f7efe5;
}

.geo-promo-copy {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 3.4%;
  width: min(34%, 28rem);
  color: #eef4f7;
  pointer-events: none;
}

.geo-promo-copy p {
  margin: 0;
  font-size: clamp(.82rem, 1.45vw, 1.24rem);
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .46);
}

.app-detail-summary {
  margin-top: 1.5rem;
}

.app-detail-summary .section-heading {
  max-width: 900px;
}

.app-detail-summary h2 {
  margin-bottom: .6rem;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.app-detail-summary .lead {
  font-size: clamp(1rem, 1.7vw, 1.12rem);
}

body[data-page-title-key="pages.geo.metaTitle"] .content-section h2,
body[data-page-title-key="pages.geo.metaTitle"] .detail-card h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
}

@media (max-width: 760px) {
  .geo-promo-copy {
    top: 40%;
    width: 39%;
  }

  .geo-promo-copy p {
    font-size: clamp(.56rem, 2.35vw, .9rem);
    line-height: 1.28;
  }
}

@media (max-width: 620px) {
  .app-detail-summary {
    margin-top: 1rem;
  }
}
