.store-page {
  min-height: 100vh;
}

.store-header {
  padding: 24px;
  background: radial-gradient(circle at top, rgba(14, 165, 233, .2), transparent 55%), var(--bg);
}

.store-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.store-hero {
  text-align: center;
  padding: 24px 0 40px;
}

.store-app-icon {
  border-radius: 28px;
  margin-bottom: 16px;
  box-shadow: 0 12px 40px rgba(14, 165, 233, .25);
}

.store-subtitle {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 12px;
}

.store-meta {
  color: var(--muted);
  margin-bottom: 24px;
}

.store-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.store-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  color: #04111d;
  padding: 14px 24px;
  font-size: 1rem;
}

.store-play-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(4, 17, 29, 0.15);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
}

.store-note {
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 480px;
  margin: 0 auto;
}

.store-feature-banner {
  margin: 0 auto 40px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1f2937;
}

.store-feature-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.store-shot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.store-shot-grid figure {
  margin: 0;
}

.store-shot-grid img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #1f2937;
  display: block;
}

.store-shot-grid figcaption {
  text-align: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.store-install-steps {
  max-width: 640px;
  margin: 0 auto;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.7;
}

.store-install-steps li + li {
  margin-top: 8px;
}
