/* Shared layout stability for static marketing pages */
#header-placeholder {
  min-height: 84px;
}

#footer-placeholder {
  min-height: 300px;
}

.store-badge {
  display: block;
  height: 50px;
  width: auto;
  border-radius: 8px;
  background-color: #111;
}

.store-badge--apple {
  width: 150px;
}

.store-badge--google {
  width: 169px;
}

.app-screenshot {
  aspect-ratio: 1170 / 835;
  width: 100%;
  height: auto;
  background-color: #e9ecef;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  display: block;
  object-fit: cover;
}
