.download-page {
  padding: 48px 20px 72px;
}

.download-wrap {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.download-logo {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 18px;
}

.download-wrap h1 {
  margin: 0 0 10px;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.download-lead {
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.download-status {
  margin: 0 0 24px;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.download-status.is-redirecting {
  color: var(--accent-soft);
}

.download-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.download-actions[hidden] {
  display: none;
}

.store-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  background: #111;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.store-btn:hover {
  text-decoration: none;
  border-color: #404040;
  background: #1a1a1a;
}

.store-btn-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.store-btn-apple .store-btn-icon {
  margin-left: 2px;
}

.store-btn small {
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.store-btn span {
  text-align: left;
  line-height: 1.2;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}

.download-note {
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.download-note a {
  color: var(--accent-soft);
}
