.start-page {
  padding: 48px 0 72px;
}

.start-hero {
  max-width: 820px;
  margin-bottom: 40px;
}

.start-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--panel-strong);
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.start-hero__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.start-hero__lead {
  margin: 0 0 24px;
  color: var(--text-muted);
  font-size: 16px;
  max-width: 720px;
}

.start-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.start-steps {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.start-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--panel);
}

.start-steps__num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--primary-soft);
  color: var(--text);
}

.start-steps h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.start-steps p {
  margin: 0;
  color: var(--text-muted);
}

.start-faq__title {
  margin: 0 0 16px;
  font-size: 22px;
}

.start-faq__list {
  display: grid;
  gap: 10px;
}

.start-faq__item {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--panel);
  padding: 12px 14px;
}

.start-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.start-faq__item summary::-webkit-details-marker {
  display: none;
}

.start-faq__item p {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.start-foot {
  margin-top: 32px;
  color: var(--text-muted);
  font-size: 14px;
}

.start-foot a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
