.getting-started-page h1,
.getting-started-page h2,
.getting-started-page h3,
.getting-started-page h4 {
  line-height: 1.2;
}

.gs-hero {
  max-width: 900px;
  margin: 0 auto;
}

.gs-hero-note {
  font-weight: 600;
  color: #ef6b6b;
}

.gs-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.gs-step-card,
.gs-result-card {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.gs-step-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ef6b6b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.getting-started-page img {
  max-height: 420px;
  object-fit: contain;
}

.gs-final-cta {
  padding-top: 20px;
}


.help-page h1,
.help-page h2,
.help-page h3 {
  line-height: 1.2;
}

.help-hero {
  max-width: 920px;
  margin: 0 auto;
}

.help-hero-note {
  color: #ef6b6b;
  font-weight: 600;
}

.help-card {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.help-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.help-card-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ef6b6b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.help-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.help-card p {
  margin-bottom: 0;
  color: #666;
}

.help-start-order {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.help-start-order span {
  background: #fff3f3;
  color: #d95b5b;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
}



.help-lesson-page h1,
.help-lesson-page h2,
.help-lesson-page h3 {
  line-height: 1.2;
}

.help-lesson-hero {
  max-width: 900px;
  margin: 0 auto;
}

.help-lesson-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff3f3;
  color: #d95b5b;
  font-weight: 700;
  margin-bottom: 16px;
}

.help-lesson-note {
  color: #ef6b6b;
  font-weight: 600;
}

.help-lesson-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.help-step-box {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.help-list,
.help-ordered-list {
  padding-left: 20px;
}

.help-list li,
.help-ordered-list li {
  margin-bottom: 8px;
}

.help-lesson-page img {
  max-height: 420px;
  object-fit: contain;
}

.help-next-step {
  padding-top: 12px;
}

