.selectServiceWrapper {
  max-width: 660px;
  margin: 0 auto;
  width: 100%
}

.servicesCardsWrapper {
  width: 100%;
  margin: 10px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px
}

.serviceCard {
  background: var(--color-bg-white);
  border: 1px solid #FFC1AE;
  border-radius: 8px;
  padding: 40px 14px 17px;
  width: 100%;
  max-width: 270px;
}

#step1Section-1 .serviceCard {
  min-height: 438px;
  display: flex;
  flex-direction: column;
}

.serviceCard .serviceTitle {
  font-family: var(--font-sans);
  font-weight: var(--weight-bold);
  font-size: var(--text-lg);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  text-align: center;
  color: var(--color-text-heading);
  margin: 19px auto 15px
}

.serviceCard .serviceDescription {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  text-align: center;
  color: var(--color-text-body)
}

.serviceCard .letterTypePill {
  background: #F4F4F4;
  border-radius: 100px;
  padding: 7px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: max-content;
  margin: auto auto 18px;
  font-weight: 400;
  font-size: var(--text-xs);
  line-height: 150%;
  text-align: center;
  color: var(--color-text-body)
}

.serviceCard:hover {
  cursor: pointer;
  box-shadow: 5px 5px 3px 0px #F9731626
}

.serviceCard.selectedService {
  background: #FEF9F5;
  border: 1px solid var(--color-orange);
  position: relative
}

.serviceCard.selectedService .serviceTitle {
  color: var(--color-orange);
  font-weight: 700
}

.serviceCard.selectedService .serviceDescription {}

.serviceCard.selectedService .letterTypePill {
  background: #FFECDD
}

.serviceCard.selectedService .letterTypePill img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(72%) saturate(3460%) hue-rotate(342deg) brightness(106%) contrast(102%)
}

.serviceCard.selectedService:hover {
  cursor: unset;
  box-shadow: none
}

.serviceCard.selectedService::before {
  position: absolute;
  right: 10px;
  top: 10px;
  content: url(../images/selected_tick_orange.svg)
}

.serviceCard p {
  text-align: center;
  color: var(--color-text-body);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: var(--text-sm);
}

.selectServiceWrapper .borderedDescription {
  background: #FEF9F5
}

.selectServiceWrapper .heading {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px
}

.selectServiceWrapper .borderedDescription .heading::before {
  position: absolute;
  content: url('../images/idea_bulb.svg');
  left: 0;
  top: 2px
}

.borderedDescription ul li {
  font-weight: 400;
  font-size: var(--text-base);
  line-height: 150%;
  color: var(--color-text-heading);
  padding-left: 15px;
  margin-bottom: 10px
}

.borderedDescription ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--color-navy);
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%)
}

.formBtnWrapper {
  margin: 20px auto
}

#step1Section-1 .formBtnWrapper .btnPrimary {
  max-width: 177px;
  width: 100%;
  height: 49px
}

.beforeStartScreen {
  padding-bottom: 50px
}

.beforeStartScreen .introContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px
}

.introContent .textContent {
  max-width: 510px;
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body)
}

.introContent .textContent strong {
  color: var(--color-text-heading);
  font-family: var(--font-sans);
  font-weight: var(--weight-bold);
  font-size: var(--text-md);
  line-height: var(--leading-body)
}

.introContent .textContent p:first-child {
  margin-bottom: 14px
}

/* ── Heading + subheading above the two-col intro ── */
.beforeStartScreen .introHead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.beforeStartScreen .introHeading {
  font-family: var(--font-serif);
  font-weight: var(--weight-regular);
  font-size: var(--text-4xl);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-text-heading);
  margin: 0 0 14px;
}

.beforeStartScreen .introSubheading {
  font-family: var(--font-sans);
  font-weight: var(--weight-medium);
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  color: var(--color-orange);
  margin: 0;
}

.introContent .textContent .introLead {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--color-text-body);
  margin-bottom: 14px;
}

.introContent .textContent .introBenefits {
  margin: 20px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.introContent .textContent .introBenefits li {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--color-text-body);
  padding-left: 28px;
  position: relative;
}

.introContent .textContent .introBenefits li strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: var(--weight-bold);
  font-size: var(--text-md);
  color: var(--color-text-heading);
  line-height: var(--leading-snug);
  margin-bottom: 2px;
}

.introContent .textContent .introBenefits li .introBenefitDesc {
  display: block;
  font-size: var(--text-base);
  color: var(--color-text-body);
  line-height: var(--leading-snug);
}

.introContent .textContent .introBenefits li::before {
  position: absolute;
  content: url('../images/intro/shield-check.svg');
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
}

.introContent .textContent .introTrustBadge {
  display: block;
  margin: 22px 0 14px;
}

/* Legacy fallback — kept so other variants that still use plain <ul> render */
.introContent .textContent ul:not(.introBenefits) {
  margin: 20px 0px;
  list-style: none
}

.introContent .textContent ul:not(.introBenefits) li {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  letter-spacing: var(--tracking-normal);
  color: var(--color-text-body);
  padding-left: 24px;
  position: relative
}

.introContent .textContent ul:not(.introBenefits) li::before {
  position: absolute;
  content: url('../images/intro/shield-check.svg');
  left: 0;
  top: 5%;
  width: 14px;
  height: 14px
}

.introContent .questionDesc {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-align: left;
  color: var(--color-text-secondary);
  margin-top: 13px
}

#step0Section .formBtnWrapper {
  margin: 30px auto 63px;
  flex-direction: column;
  gap: 10px
}

#step0Section .formBtnWrapper .questionDesc {
  font-size: var(--text-base)
}

#step0Section .formBtnWrapper .btnPrimary {
  max-width: 380px;
  width: auto;
  height: auto;
}

#step0Section .formBtnWrapper .skipBtn {
  max-width: fit-content;
  width: 100%
}

.reviewsInfoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px
}

.reviewsInfoWrapper .reviewInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4px
}

.reviewInfo .reviewInfoImg {
  height: 68px
}

.reviewInfo p {
  font-weight: 500;
  font-style: Medium;
  font-size: var(--text-xs);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--color-text-body)
}

.reviewsInfoWrapper .reviewInfo .reviewInfoText {
  font-weight: 500;
  font-style: Medium;
  font-size: var(--text-xs);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--color-text-body)
}

#step1Section-2 {}

#step1Section-2 .letter-wrapper {
  padding: 35px 40px
}
#step1Section-2 .questionDescSm{
  text-align: center;
}

#step1Section-2 .letter-wrapper h3 {
  font-family: var(--font-serif);
  font-weight: var(--weight-regular);
  font-size: var(--text-2xl);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-tight);
  color: var(--color-text-heading);
  text-align: center;
  margin: 0 0 20px
}

#step1Section-2 .letter-wrapper .flexLetterWrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 25px
}

#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p {
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  margin-bottom: 20px;
  padding-left: 34px;
  margin-top: 0
}


#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 6px
}

#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li {
  position: relative;
  padding-left: 34px;
  color: var(--color-text-body);
  font-size: var(--text-base);
  line-height: 170%
}

#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFEFD9;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FF5B2E'%3E%3Cellipse cx='7' cy='9' rx='3.2' ry='2.8'/%3E%3Cellipse cx='3' cy='5' rx='1.3' ry='1.7'/%3E%3Cellipse cx='5.8' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='8.7' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='11' cy='5' rx='1.1' ry='1.4'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li strong {
  margin-bottom: 0;
  font-weight: 700
}

#step1Section-2 .letter-wrapper .questionDesc {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-text-secondary);
  text-align: center;
  margin-top: 20px
}

#step1Section-2 .formBtnWrapper {
  margin: 40px auto 60px
}

#step1Section-2 .btnPrimary {
  max-width: 200px;
  width: 100%;
  height: 49px
}

#step1Section-3-1 .container {
  max-width: 804px;
  margin: 0 auto
}

#step1Section-3-1 .questionDesc {
  text-align: left;
  margin: 14px 0px;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--color-text-body)
}

#step1Section-3-1 ul {
  margin: 0px 0px 30px;
  list-style: none
}

#step1Section-3-1 ul li {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  letter-spacing: var(--tracking-normal);
  color: var(--color-text-body);
  padding-left: 24px;
  position: relative
}

#step1Section-3-1 ul li::before {
  position: absolute;
  content: url('../images/intro/shield-check.svg');
  left: 0;
  top: 5%;
  width: 14px;
  height: 14px
}

#step1Section-3-2 .container {
  max-width: 768px;
  margin: 0 auto
}

#step1Section-3-2 .questionDesc {
  text-align: left;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--color-text-body)
}

#step1Section-3-2,
#step1Section-4-1 .questionHeading {
  margin-bottom: 20px
}

#step1Section-3-2 .letter-wrapper {
  border: none;
  padding: 0px
}

#step1Section-3-2 .letter-wrapper .headingTxt {
  font-family: var(--font-sans);
  color: var(--color-text-heading);
  font-size: var(--text-md);
  font-weight: var(--weight-bold);
  line-height: var(--leading-snug);
  margin: 24px 0 20px;
  padding-left: 0px
}

#step1Section-3-2 .letter-wrapper p {
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-style: normal;
  font-weight: var(--weight-regular);
  line-height: var(--leading-body)
}

#step1Section-3-2 .letter-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0
}

#step1Section-3-2 .letter-wrapper ul li {
  position: relative;
  padding-left: 34px;
  color: var(--color-text-body);
  font-size: var(--text-md);
  line-height: 170%
}

#step1Section-3-2 .letter-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFEFD9;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FF5B2E'%3E%3Cellipse cx='7' cy='9' rx='3.2' ry='2.8'/%3E%3Cellipse cx='3' cy='5' rx='1.3' ry='1.7'/%3E%3Cellipse cx='5.8' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='8.7' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='11' cy='5' rx='1.1' ry='1.4'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

#step1Section-3-2 .letter-wrapper ul li strong {
  margin-bottom: 0px;
  font-size: var(--text-md);
  color: var(--color-text-heading)
}

#step1Section-3-2 .letter-wrapper p {
  padding-left: 34px;
  margin: 0px 0px 12px
}

#step1Section-4-1 .container {
  max-width: 704px
}

#step1Section-4-1 .questionDesc {
  text-align: left;
  margin-bottom: 15px;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--color-text-body)
}

#step1Section-4-1 .headingTxt,
#step1Section-4-2 .headingTxt {
  margin-bottom: 20px;
  text-align: center;
  color: var(--color-text-heading);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-style: normal;
  font-weight: var(--weight-bold);
  line-height: var(--leading-snug)
}

#step1Section-4-1 .serviceCard,
#step1Section-4-2 .serviceCard {
  max-width: 298px;
  text-align: center;
  padding: 20px 15px 27px
}

#step1Section-4-1 .serviceCard .serviceTitle,
#step1Section-4-2 .serviceCard .serviceTitle {
  font-size: var(--text-md)
}

#step1Section-4-2 .headingTxt {
  text-align: left;
  font-size: var(--text-md)
}

#step1Section-4-2 .container {
  max-width: 1000px
}

#step1Section-4-2 ul {
  margin: 10px 0px 36px;
  list-style: none
}

#step1Section-4-2 .letter-wrapper {
  border: none;
  padding: 0
}

#step1Section-4-2 .letter-wrapper ul {
  margin: 0 0 4px
}

#step1Section-4-2 .letter-wrapper p {
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  padding-left: 40px;
  margin: 0 0 14px
}

#step1Section-4-2 ul li {
  position: relative;
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  padding-left: 36px;
  margin-bottom: 7px
}

#step1Section-4-2 ul li::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #FFEFD9;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FF5B2E'%3E%3Cellipse cx='7' cy='9' rx='3.2' ry='2.8'/%3E%3Cellipse cx='3' cy='5' rx='1.3' ry='1.7'/%3E%3Cellipse cx='5.8' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='8.7' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='11' cy='5' rx='1.1' ry='1.4'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

#step1Section-4-2 ul li strong {
  color: var(--color-text-heading);
  font-weight: 700;
  line-height: 170%
}

#step1Section-4-2 .headingTxt {
  text-align: left;
  margin-bottom: 8px
}

#step1Section-4-2 .letter-wrapper + .headingTxt {
  margin-top: 24px
}

@media (max-width:575px) {
  .reviewsInfoWrapper {
    flex-wrap: wrap;
    gap: 40px
  }

  .beforeStartScreen .introContent {
    flex-direction: column;
    gap: 30px
  }

  .beforeStartScreen .introContent .introImage {
    max-width: 360px;
    width: 100%
  }

  .beforeStartScreen .introContent .introImage img {
    height: auto;
    width: 100%
  }

  .beforeStartScreen .introContent .textContent p {
    font-size: var(--text-base);
    line-height: 160%
  }

  .beforeStartScreen .introHead {
    margin-bottom: 24px;
  }

  .beforeStartScreen .introHeading {
    font-size: var(--text-2xl);
  }

  .beforeStartScreen .introSubheading {
    font-size: var(--text-md);
  }

  .introContent .textContent .introBenefits li strong {
    font-size: var(--text-base);
  }

  .introContent .textContent .introBenefits li .introBenefitDesc {
    font-size: var(--text-sm);
  }

  .serviceCard .serviceTitle {
    margin: 0px auto 10px
  }

  .servicesCardsWrapper .serviceCard img {
    display: none
  }

  .serviceCard .serviceTitle {
    font-size: var(--text-md);
    line-height: 150%
  }

  .selectServiceSection {
    padding-bottom: 75px
  }

  .servicesCardsWrapper {
    gap: 10px;
    flex-direction: column
  }

  .questionHeading {
    font-size: var(--text-xl);
    line-height: 150%
  }

  .serviceCard {
    padding: 25px 29px;
    max-width: 360px
  }

  .serviceCard p {
    font-size: var(--text-base)
  }

  .serviceCard .letterTypePill {
    margin: 10px auto 0
  }

  .borderedDescription {
    border-radius: 2px
  }

  .borderedDescription {
    padding: 20px 22px
  }

  .selectServiceWrapper .heading {
    margin-bottom: 20px
  }

  .selectServiceSection .formBtnWrapper {
    margin: 30px auto 34px
  }

  .selectServiceSection .formBtnWrapper .btnPrimary {
    max-width: 215px
  }

  .personalInfoSection .formBtnWrapper {
    margin: 40px auto
  }

  .therapistSection .formBtnWrapper {
    margin: 0px auto
  }

  #step1Section-2 .letter-wrapper {
    padding: 15px 20px
  }

  #step1Section-2 .letter-wrapper h3 {
    font-size: var(--text-xl)
  }

  #step1Section-2 .letter-wrapper .flexLetterWrapper {
    flex-wrap: wrap
  }

  #step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p {
    font-size: var(--text-base);
    margin-bottom: 15px
  }

  #step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li strong {
    margin-bottom: 0px
  }

  #step1Section-2 .letter-wrapper .flexLetterWrapper {
    gap: 0px;
    flex-direction: column
  }

  #step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p {
    margin-top: 0px
  }
}
