.hero__btn-cursor { right: 414px; }
.sp-hero__ticker-track { animation-duration: 18s; }
.sp-hero__play-hint { display: none !important; }
.sp-hero__play { cursor: pointer; }

/* sp-role: расширенные карточки с заголовком + описанием */
.sp-role__metric-card {
  height: auto;
  min-height: 220px;
  padding: 24px 22px;
  gap: 12px;
  justify-content: flex-start;
}
.sp-role__metric-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-muted, #555);
  text-align: center;
}

/* sp-econ: переделанный блок «Как зарабатывает менеджер» + «Порядок расчётов» */
.sp-econ__title {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}
.sp-econ__title--second {
  margin-top: 40px;
}
.sp-econ__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sp-econ__card {
  background: var(--yellow);
  color: var(--dark);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  text-align: center;
}
.sp-econ__card-num {
  font-family: 'Unbounded', sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}
.sp-econ__card-label {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}
.sp-econ__card-sub {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.65;
}
.sp-econ__calc {
  text-align: center;
}
.sp-econ__calc-formula {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.sp-econ__calc-result {
  color: var(--yellow);
}
.sp-econ__calc-explain {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.sp-econ__summary {
  margin: 40px 0 20px;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: var(--yellow);
}
.sp-econ__label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255,255,255,0.55);
}
.sp-econ__calc-prefix { margin-right: 8px; }
@media (max-width: 720px) {
  .sp-econ__summary { font-size: 20px; margin: 28px 0 16px; }
  .sp-econ__label { font-size: 14px; }
  .sp-econ__calc-prefix { display: block; margin: 0 0 6px; }
}
@media (max-width: 720px) {
  .sp-econ__cards { grid-template-columns: 1fr; }
  .sp-econ__title { font-size: 20px; margin-bottom: 20px; }
  .sp-econ__card-num { font-size: 26px; }
  .sp-econ__calc-formula { font-size: 20px; }
}

/* whosearch — для длинных формулировок: разрешить перенос внутри bubble */
.whosearch__bubble {
  white-space: normal;
  height: auto;
  line-height: 1.35;
  padding: 12px 22px;
  font-size: 17px;
  max-width: 100%;
}

/* sp-prospects — описание + условие перехода в карточках (поверх существующего CSS partner) */
.sp-prospects__desc {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.7);
}
.sp-prospects__cond {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sp-prospects__cond-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.sp-prospects__cond-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sp-prospects__cond-list li {
  font-size: 14px;
  line-height: 1.4;
  color: var(--dark);
}
.sp-prospects__cond-list--check li {
  position: relative;
  padding-left: 24px;
}
.sp-prospects__cond-list--check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--dark) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/10px 10px no-repeat;
}

/* benefits — на мобиле заголовок в 2 строки, без сжатия в одну колонку */
@media (max-width: 768px) {
  .benefits__title {
    font-size: 22px;
    padding: 0;
    width: 90%;
    max-width: 360px;
    line-height: 1.15;
  }
}
@media (max-width: 480px) {
  .benefits__title {
    font-size: 18px;
    max-width: 300px;
  }
}

