.app-page {
  max-width: 800px;
  margin: 0 auto;
}

.app-title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3.2rem;
}

.app-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  flex-shrink: 0;
}

.app-title-text h1 {
  margin: 0 0 0.4rem 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.app-tagline {
  margin: 0;
  opacity: 0.7;
}

.app-hero {
  width: 100%;
  margin-bottom: 2.4rem;
}

.app-hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.app-badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}

.app-description {
  line-height: 1.9em;
}

@media (max-width: 480px) {
  .app-title-bar {
    flex-direction: column;
  }
}
