/* Компактный каталог: спикеры, подборки, мероприятия */

.site-breadcrumb--seo {
  display: none;
}

.site-breadcrumb--seo .hero-shape {
  display: none;
}

.candidate-list.seo-catalog-list.py-120,
.job-grid.seo-catalog-list.py-sec {
  padding-top: calc(7rem + 24px);
  padding-bottom: 72px;
}

.seo-catalog-hero {
  position: relative;
  z-index: 2;
  text-align: center;
}

.seo-catalog-hero__title {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.35;
  margin: 0 0 0.75rem;
  text-transform: none;
  word-break: break-word;
  text-shadow: 0 1px 8px rgba(0, 46, 114, 0.35);
}

.seo-catalog-hero .breadcrumb-menu {
  margin-bottom: 0;
}

.seo-catalog-summary {
  padding: 1.25rem 0 0;
  width: 100%;
}

.seo-catalog-summary__card {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.4rem 1.6rem 1.4rem 1.5rem;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(1, 63, 222, 0.08);
}

.seo-catalog-summary__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #013fde 0%, #667eea 100%);
}

.seo-catalog-summary__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 63, 222, 0.08);
  color: #013fde;
  font-size: 1.1rem;
}

.seo-catalog-summary__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #002e72;
  margin: 0 0 0.4rem;
}

.seo-catalog-summary__copy {
  margin: 0 0 0.95rem;
}

.seo-catalog-summary__copy p {
  margin: 0 0 0.75rem;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.7;
}

.seo-catalog-summary__copy p:last-child {
  margin-bottom: 0;
}

.seo-catalog-summary__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.seo-catalog-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(1, 63, 222, 0.08);
  color: #013fde;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

a.seo-catalog-tag:hover {
  background: rgba(1, 63, 222, 0.14);
  color: #002e72;
}

.seo-catalog-tag i {
  font-size: 0.8rem;
  opacity: 0.85;
}

@media (max-width: 991.98px) {
  .candidate-list.seo-catalog-list.py-120,
  .job-grid.seo-catalog-list.py-sec {
    padding-top: calc(7rem + 72px);
    padding-bottom: 48px;
  }

  .seo-catalog-summary {
    padding-top: 1rem;
  }

  .seo-catalog-summary__card {
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.2rem 1.15rem 1.2rem 1.25rem;
  }
}
