.app--services {
  max-width: var(--app-max-width);
  margin: 0 auto;
  min-height: 100vh;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.app--services::before {
  display: none;
}

.services-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text);
  overflow: hidden;
  padding: 0 0 0px;
}

.services-hero__blob {
  display: block;
  width: 100%;
  max-width: var(--app-max-width);
  height: auto;
}

.services-hero__back {
  position: absolute;
  top: 25px;
  left: 28px;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--violet);
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.services-hero__back:hover {
  background: var(--violet);
  color: #ffffff;
}

.services-hero__back:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 3px;
}

.services-hero__title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Unbounded', 'Play', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.services-hero__title span {
  display: block;
}

.services-hero__title--compact {
  top: 15px;
  font-size: 22px;
}

.services-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 16px 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border-radius: 14px;
  padding: 8px 10px 8px;
  position: relative;
  overflow: hidden;
}

.service-card + .service-card {
  margin-top: 10px;
}

.service-card--framed {
  border: 1px solid #BDB1FB;
}

.service-card--plain {
  border: none;
  padding: 14px 10px 16px;
}

.service-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-card__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.service-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.service-card__title {
  margin: 0;
  font-family: 'Unbounded', 'Play', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #2f2654;
  text-transform: none;
  text-align: left;
}

.service-card__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text);
}

.service-card__list {
  margin: 4px 0 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text);
}

.service-card__list li + li {
  margin-top: 4px;
}

.service-card__outcome {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.service-card__icon--secondary {
  background: #ffffff;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__result {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #2f2654;
}

.service-card--plain .service-card__outcome {
  padding-bottom: 0;
}

.service-card--guide {
  border: 1px solid #9080d4;
  border-radius: 24px;
  padding: 24px 20px;
  background: linear-gradient(135deg, rgba(189, 177, 251, 0.25), rgba(255, 255, 255, 0.9));
}

.service-guide__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.service-guide__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(47, 38, 84, 0.75);
}

.service-guide__title {
  margin: 0 0 10px;
  font-family: 'Unbounded', 'Play', sans-serif;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #2f2654;
}

.service-guide__description {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(31, 21, 53, 0.9);
}

.service-guide__list {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(31, 21, 53, 0.85);
}

.service-guide__list li + li {
  margin-top: 6px;
}

.service-guide__action {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.service-guide__button {
  width: 100%;
  text-align: center;
  background: #4d455d;
}

.service-guide__hint {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(47, 38, 84, 0.7);
}

.services-bottom {
  margin: 40px auto 0;
  width: calc(100% + 40px);
  max-width: calc(var(--app-max-width) + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0;
}

.services-bottom__wave {
  display: block;
  width: 100%;
  height: auto;
}
