.niche-breadcrumbs {
  padding: 12px 0 20px 0;
  font-size: 14px;
  color: #94a3b8;
}
.niche-breadcrumbs a {
  color: #64748b;
  text-decoration: none;
}
.niche-breadcrumbs a:hover {
  color: #1a89f9;
}
.niche-breadcrumbs span {
  color: #94a3b8;
  margin: 0 6px;
}
.niche-hero-stats {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
.niche-hero-stat {
  background: #f2f7fd;
  border-radius: 16px;
  padding: 16px 20px;
  flex: 1;
}
.niche-hero-stat h3 {
  font-weight: 700;
  font-size: 28px;
  color: #1a89f9;
  line-height: 110%;
}
.niche-hero-stat span {
  font-size: 13px;
  color: #64748b;
  margin-top: 6px;
}
.niche-problems {
  padding: 80px 0;
}
.niche-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.niche-problems__card {
  background: #f2f7fd;
  border-radius: 20px;
  padding: 28px 24px;
}
.niche-problems__card-icon {
  width: 56px;
  height: 56px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(26, 137, 249, 0.6) 0%, #1a89f9 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.niche-problems__card-icon svg {
  width: 28px;
  height: 28px;
}
.niche-problems__card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 12px;
}
.niche-problems__card p {
  font-size: 14px;
  line-height: 150%;
  color: #64748b;
}
.niche-features {
  padding: 80px 0;
}
.niche-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.niche-features__card {
  border: 2px solid #f2f7fd;
  border-radius: 20px;
  padding: 28px 24px;
  transition: border-color 0.2s;
}
.niche-features__card:hover {
  border-color: #1a89f9;
}
.niche-features__card-num {
  width: 40px;
  height: 40px;
  background: radial-gradient(78.13% 78.13% at 31.25% 21.88%, rgba(26, 137, 249, 0.02) 0%, rgba(26, 137, 249, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #1a89f9;
  margin-bottom: 16px;
}
.niche-features__card h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 10px;
}
.niche-features__card p {
  font-size: 14px;
  line-height: 150%;
  color: #64748b;
}
@media (max-width: 1024px) {
  .niche-problems__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .niche-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .niche-problems__grid {
    grid-template-columns: 1fr;
  }
  .niche-problems {
    padding: 40px 0;
  }
  .niche-features {
    padding: 40px 0;
  }
  .niche-features__grid {
    grid-template-columns: 1fr;
  }
  .niche-hero-stats {
    flex-direction: column;
    gap: 12px;
  }
  .niche-hero-stat h3 {
    font-size: 22px;
  }
}

/* Hero Niche — расширенная левая колонка */
.hero-niche .container {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.hero-niche .hero__content {
  width: 620px;
  min-width: 620px;
}
.hero-niche .hero__img {
  max-width: 580px;
  flex: 1;
  position: relative;
}

/* Hero графика */
.niche-hero-graphic {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 540px;
  background: radial-gradient(circle at 30% 40%, rgba(26, 137, 249, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 70% 60%, rgba(26, 137, 249, 0.05) 0%, transparent 50%);
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Центральный круг */
.niche-hero-graphic__center {
  width: 200px;
  height: 200px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(26, 137, 249, 0.6) 0%, #1a89f9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(26, 137, 249, 0.3);
  position: relative;
  z-index: 2;
}
.niche-hero-graphic__center svg {
  width: 80px;
  height: 80px;
}

/* Плавающие карточки */
.niche-hero-graphic__card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(27, 59, 112, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  animation: nicheFloat 6s ease-in-out infinite;
}
.niche-hero-graphic__card:nth-child(2) {
  animation-delay: -2s;
}
.niche-hero-graphic__card:nth-child(4) {
  animation-delay: -4s;
}
.niche-hero-graphic__card-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #f2f7fd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.niche-hero-graphic__card-icon svg {
  width: 22px;
  height: 22px;
}
.niche-hero-graphic__card-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #0f172a;
}
.niche-hero-graphic__card-text span {
  font-weight: 400;
  font-size: 12px;
  color: #64748b;
  display: block;
  margin-top: 2px;
}

/* Позиции карточек */
.niche-hero-graphic__card--1 {
  top: 8%;
  right: 5%;
}
.niche-hero-graphic__card--2 {
  bottom: 25%;
  left: -5%;
}
.niche-hero-graphic__card--3 {
  bottom: 5%;
  right: 10%;
}

/* Декоративные элементы */
.niche-hero-graphic__dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.niche-hero-graphic__dot {
  position: absolute;
  border-radius: 50%;
  background: #1a89f9;
  opacity: 0.15;
}
.niche-hero-graphic__dot--1 {
  width: 12px; height: 12px; top: 15%; left: 20%;
  animation: nichePulse 3s ease-in-out infinite;
}
.niche-hero-graphic__dot--2 {
  width: 8px; height: 8px; top: 30%; right: 15%;
  animation: nichePulse 3s ease-in-out infinite 1s;
}
.niche-hero-graphic__dot--3 {
  width: 16px; height: 16px; bottom: 35%; left: 10%;
  animation: nichePulse 3s ease-in-out infinite 0.5s;
}
.niche-hero-graphic__dot--4 {
  width: 10px; height: 10px; top: 50%; right: 8%;
  animation: nichePulse 3s ease-in-out infinite 1.5s;
}
.niche-hero-graphic__dot--5 {
  width: 6px; height: 6px; bottom: 15%; left: 30%;
  animation: nichePulse 3s ease-in-out infinite 2s;
}

/* Орбитальные кольца */
.niche-hero-graphic__ring {
  position: absolute;
  border: 2px dashed rgba(26, 137, 249, 0.12);
  border-radius: 50%;
  z-index: 1;
}
.niche-hero-graphic__ring--1 {
  width: 300px; height: 300px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.niche-hero-graphic__ring--2 {
  width: 420px; height: 420px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* Статистика внутри графики */
.niche-hero-graphic__stat {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 20px rgba(27, 59, 112, 0.06);
  text-align: center;
  z-index: 3;
}
.niche-hero-graphic__stat--1 {
  top: 5%;
  left: 5%;
  animation: nicheFloat 5s ease-in-out infinite 1s;
}
.niche-hero-graphic__stat--2 {
  top: 40%;
  right: 0%;
  animation: nicheFloat 5s ease-in-out infinite 3s;
}
.niche-hero-graphic__stat h4 {
  font-weight: 700;
  font-size: 22px;
  color: #1a89f9;
  line-height: 1;
}
.niche-hero-graphic__stat p {
  font-size: 11px;
  color: #64748b;
  margin-top: 4px;
  white-space: nowrap;
}

/* Мини-график */
.niche-hero-graphic__mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 30px;
  margin-top: 6px;
}
.niche-hero-graphic__mini-chart div {
  width: 6px;
  background: #1a89f9;
  border-radius: 2px;
  opacity: 0.6;
}

/* Анимации */
@keyframes nicheFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes nichePulse {
  0%, 100% { opacity: 0.15; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(1.3); }
}

/* Адаптив */
@media (max-width: 1300px) {
  .hero-niche .hero__content {
    width: 560px;
    min-width: 560px;
  }
  .niche-hero-graphic {
    max-width: 460px;
  }
  .niche-hero-graphic__center {
    width: 160px;
    height: 160px;
  }
  .niche-hero-graphic__center svg {
    width: 60px;
    height: 60px;
  }
  .niche-hero-graphic__ring--1 { width: 250px; height: 250px; }
  .niche-hero-graphic__ring--2 { width: 350px; height: 350px; }
}
@media (max-width: 1024px) {
  .hero-niche .hero__content {
    width: 100%;
    min-width: unset;
  }
  .niche-hero-graphic {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .niche-hero-graphic {
    max-width: 360px;
    aspect-ratio: 1 / 1;
  }
  .niche-hero-graphic__center {
    width: 120px;
    height: 120px;
  }
  .niche-hero-graphic__center svg {
    width: 48px;
    height: 48px;
  }
  .niche-hero-graphic__card {
    padding: 10px 14px;
    gap: 8px;
  }
  .niche-hero-graphic__card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .niche-hero-graphic__card-icon svg {
    width: 18px;
    height: 18px;
  }
  .niche-hero-graphic__card-text {
    font-size: 12px;
  }
  .niche-hero-graphic__card-text span {
    font-size: 10px;
  }
  .niche-hero-graphic__ring--1 { width: 180px; height: 180px; }
  .niche-hero-graphic__ring--2 { width: 280px; height: 280px; }
  .niche-hero-graphic__stat h4 { font-size: 18px; }
  .niche-hero-graphic__stat p { font-size: 10px; }
}

/* Замена заголовков на div с сохранением стилей */
div.tariff__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin: 20px 0 8px 0;
}
div.niche-hero-stat__num {
  font-weight: 700;
  font-size: 28px;
  color: #1a89f9;
  line-height: 110%;
}
div.niche-hero-graphic__stat-num {
  font-weight: 700;
  font-size: 22px;
  color: #1a89f9;
  line-height: 1;
}
div.niche-problems__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 12px;
}
div.niche-features__card-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 10px;
}
div.free-test__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #fff;
  max-width: 651px;
}
div.cta__content-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
}
div.cta__content-form-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  color: #0f172a;
}
div.system-approach__card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  vertical-align: bottom;
  color: #fff;
}
div.system-approach__card-step-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}
div.accordion-header__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 700px) {
  div.free-test__title {
    font-size: 24px;
  }
  div.cta__content-title {
    font-size: 28px;
  }
  div.niche-hero-stat__num {
    font-size: 22px;
  }
  div.niche-hero-graphic__stat-num {
    font-size: 18px;
  }
  div.system-approach__card-title {
    font-size: 18px;
  }
  div.accordion-header__title {
    font-size: 16px;
  }
}

/* Тарифы */
div.tariff-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
}
div.tariff-section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
}

/* Промо-карточки */
div.promotion__services-card-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
}
.promotion__services-card.left div.promotion__services-card-title {
  color: #ffffff;
}
.promotion__services-card.left div.promotion__services-card-title span {
  color: rgba(255, 255, 255, 0.698);
}
.promotion__services-card.right div.promotion__services-card-title {
  color: #1a89f9;
}
.promotion__services-card.right div.promotion__services-card-title span {
  color: #0f172a;
}

/* Допуслуги */
div.additional__services-card-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
}

/* Команда */
div.team-info__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}

/* Отзывы */
div.rating-count {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
}
div.user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

/* Цитата */
div.quote-box__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}

/* Футер */
div.footer__slogan {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-top: 32px;
}
div.footer__slogan span {
  color: #1a89f9;
}
div.footer__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

/* Hero мобильный */
div.hero__content-title-media {
  display: none;
}

@media (max-width: 1024px) {
  div.hero__content-title-media {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    padding-left: 16px;
    margin-bottom: 40px;
  }
  div.hero__content-title-media span {
    color: #1a89f9;
  }
}
@media (max-width: 768px) {
  div.tariff-name {
    font-size: 18px;
  }
  div.promotion__services-card-title {
    font-size: 22px;
  }
  div.rating-count {
    font-size: 48px;
  }
  div.footer__slogan {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  div.hero__content-title-media {
    margin-bottom: 20px;
  }
}