.hero {
  padding: 96px 0 72px;
  text-align: center;
}

.hero-logo {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--accent);
}

.hero-tag {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 32px;
}

.hero .btn-row {
  justify-content: center;
  margin-bottom: 8px;
}

.by-line {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 18px;
}

.by-line strong {
  color: var(--text-secondary);
}

.feature-card h3 {
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 0.92rem;
  margin: 0;
}

.premium-card {
  background: linear-gradient(160deg, var(--surface), var(--bg-elevated));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}

.premium-card .btn-row {
  justify-content: center;
  margin-top: 20px;
}

.premium-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 12px;
}
