.therapy-page{
  background: var(--bg, #fbf9ff);
  color: var(--text, #1f2b30);
  font-family: var(--font, var(--font-sans, "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif));
  padding: 72px 0 96px;
}

.therapy-container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  padding-left: 22px;
  padding-right: 22px;
}

.therapy-hero,
.therapy-section,
.therapy-final-cta{
  margin-top: 0;
}

.therapy-hero{
  display: grid;
  gap: clamp(22px, 3vw, 32px);
}

.therapy-title{
  margin: 0;
  font-size: clamp(36px, 4.6vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--text, #1f2b30);
}

.therapy-subtitle{
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--accent, #6f4cc8);
}

.therapy-lead,
.therapy-text{
  margin: 0;
  font-size: clamp(16.5px, 1.35vw, 18px);
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted, #5d6a70);
}

.therapy-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.therapy-section{
  padding: clamp(32px, 4vw, 48px) 0;
}

.therapy-section-title{
  margin: 0 0 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.028em;
  color: var(--text, #1f2b30);
}

.therapy-card{
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(35, 22, 64, 0.08);
}

.therapy-btn{
  min-height: 52px;
  padding: 16px 26px;
  border: none;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.therapy-btn--secondary{
  color: #ffffff;
}

.therapy-final-cta{
  border-left: 4px solid var(--accent, #6f4cc8);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(35, 22, 64, 0.08);
}

.therapy-info-card,
.therapy-decision-card{
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px){
  .therapy-page{
    padding: 42px 0 68px;
  }

  .therapy-container{
    gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .therapy-hero,
  .therapy-section,
  .therapy-final-cta{
    border-radius: 28px;
  }

  .therapy-actions{
    align-items: flex-start;
    gap: 8px;
  }

  .therapy-btn{
    min-height: 44px;
    padding-inline: 16px;
  }

  .therapy-info-card{
    padding: 16px 14px 16px 16px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid var(--border, rgba(67, 74, 84, 0.12)) !important;
    box-shadow: 0 16px 32px rgba(35, 22, 64, 0.08) !important;
  }

  .therapy-info-card::before{
    top: 16px !important;
    bottom: 16px !important;
    width: 4px !important;
  }

  .therapy-info-card__title{
    margin: 0 0 10px !important;
    font-size: clamp(20px, 6.2vw, 24px) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: var(--text, #1f2b30) !important;
  }

  .therapy-info-card__lead{
    margin: 0 0 12px !important;
    color: var(--accent, #6f4cc8) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
  }

  .therapy-info-list{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 7px !important;
  }

  .therapy-info-list__item{
    position: relative !important;
    margin: 0 !important;
    padding-left: 20px !important;
    color: var(--text, #1f2b30) !important;
    font-size: 13.8px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
  }

  .therapy-info-list__item::before{
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.6em !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: var(--accent, #6f4cc8) !important;
    box-shadow: 0 0 0 4px rgba(111, 76, 200, 0.10) !important;
  }

  .therapy-info-card__closing{
    margin: 12px 0 0 !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(67, 74, 84, 0.10) !important;
    color: var(--accent, #6f4cc8) !important;
    font-size: 13.8px !important;
    line-height: 1.52 !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 420px){
  .therapy-container{
    gap: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .therapy-hero,
  .therapy-section,
  .therapy-final-cta{
    padding-left: 18px;
    padding-right: 18px;
  }

  .therapy-info-card{
    padding: 14px 12px 14px 14px !important;
  }

  .therapy-info-card__title{
    font-size: 20px !important;
  }

  .therapy-info-list{
    gap: 6px !important;
  }

  .therapy-info-list__item{
    padding-left: 18px !important;
    font-size: 13.5px !important;
  }
}
