/* Container */
.container {
  background-color: #ffffff;
  border-radius: 48px;
  padding: 48px 48px 16px 48px;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  margin: 0 0 16px 0;
  color: #343741;
  letter-spacing: -0.24px;
}

.intro-section {
  margin-bottom: 32px;
}

.intro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #343741;
  margin: 0 0 16px 0;
}

.section {
  margin-bottom: 32px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0 0 16px 0;
  color: #343741;
}

.subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #343741;
  margin: 0 0 16px 0;
}

/* Steps List */
.steps-container {
  padding: 16px 0;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-item {
  margin-bottom: 16px;
}

.step-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  color: #343741;
  margin: 0 0 16px 0;
  padding-left: 48px;
  text-indent: -48px;
}

.step-title::before {
  content: "• ";
  margin-right: 16px;
}

.step-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #343741;
  margin: 0 0 16px 0;
  padding-left: 48px;
}

.step-description a {
  color: #06748c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.step-description a:hover {
  opacity: 0.8;
}

.step-link {
  padding-left: 48px;
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.step-link a {
  color: #06748c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.step-link a:hover {
  opacity: 0.8;
}

/* Questions Section */
.questions-section {
  margin-top: 0;
}

.closing-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #343741;
  margin: 0;
}

.storeBadge {
  height: 40px;
  margin-right: 10px;
}

.store-label {
  display: inline-block;
  width: 150px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container {
    padding: 32px 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 38.4px;
  }

  h2 {
    font-size: 28px;
    line-height: 33.6px;
  }

  .step-title {
    font-size: 24px;
    line-height: 28.8px;
  }
}
