.system-detail {
  padding: 42px 0 170px;
}
@media (max-width: 845px) {
  .system-detail {
    padding: 40px 0 80px;
  }
}
.system-detail__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 15px;
}
.system-detail__description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-primary);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
@media (max-width: 845px) {
  .system-detail__description {
    margin-bottom: 36px;
    text-align: left;
  }
}

.system-filters {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media (max-width: 845px) {
  .system-filters {
    gap: 10px;
    margin-bottom: 32px;
  }
}
.system-filters__label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.system-filters__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.system-filters__btn {
  appearance: none;
  background: transparent;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  border-image-slice: 1;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 4%;
  text-transform: uppercase;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.system-filters__btn.is-active, .system-filters__btn:hover {
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  color: #fff;
}

.system-subcategories {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.system-subcategory__title {
  color: #007EC3;
  margin: 0 0 40px;
  background: none;
  -webkit-text-fill-color: unset;
}
.system-subcategory__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .system-subcategory__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .system-subcategory__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .system-subcategory__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.system-item {
  display: flex;
  flex-direction: column;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  border-image-slice: 1;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}

a.system-item {
  cursor: pointer;
}
a.system-item:hover {
  border-color: #007EC3;
  box-shadow: 0 4px 16px rgba(0, 126, 195, 0.12);
}
a.system-item:hover .system-item__footer {
  background-color: #DFECFF;
}
a.system-item:hover .system-item__arrow {
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  color: #fff;
}
a.system-item:hover .system-item__img {
  transform: scale(1.05);
}

.system-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
}
.system-item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}
.system-item__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.system-item__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.75;
  padding: 2px 8px;
}
.system-item__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--color-primary);
  background-color: #DFECFF;
  transition: background 0.2s ease, color 0.2s ease;
}

.single-systeme .hero {
  margin-bottom: 0 !important;
  padding-bottom: 42px !important;
}
.single-systeme .hero .background,
.single-systeme .hero .overlay {
  display: none;
}
.single-systeme .hero .title {
  margin-bottom: 12px !important;
  text-wrap-style: balance;
  text-align: center !important;
}
.single-systeme .hero .text {
  text-align: center !important;
}
.single-systeme .hero .actions {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single-systeme .hero .actions {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=single-systeme.css.map */
