.lmc-service-equipment {
  padding: 2.5rem 0 3rem;
}

.lmc-service-equipment .h2_title {
  margin: 0 0 1.5rem;
  color: #013232;
  text-align: center;
}

.lmc-service-equipment__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}

.lmc-service-equipment__card {
  margin: 0;
  height: 100%;
  background: #fff;
  border: 0.5px solid rgba(9, 185, 170, 0.25);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lmc-service-equipment__card:hover {
  border-color: #09b9aa;
  box-shadow: 0 8px 24px rgba(1, 50, 50, 0.08);
}

.lmc-service-equipment__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.lmc-service-equipment__media {
  aspect-ratio: 4 / 3;
  background: #f5f7f6;
  overflow: hidden;
}

.lmc-service-equipment__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lmc-service-equipment__placeholder {
  width: 100%;
  height: 100%;
  background: #f0f2f1;
}

.lmc-service-equipment__text {
  display: grid;
  gap: 6px;
  padding: 14px 14px 16px;
}

.lmc-service-equipment__category {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  color: #8c8c8c;
}

.lmc-service-equipment__caption {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #013232;
  font-weight: 600;
}

.lmc-service-equipment__controls {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.lmc-service-equipment__arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #09b9aa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.lmc-service-equipment__arrow:hover {
  background: #08a899;
}

.lmc-service-equipment__arrow.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.lmc-service-equipment__pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lmc-service-equipment__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: #c8c8c8;
  opacity: 1;
  transition: width 0.2s ease, background 0.2s ease;
}

.lmc-service-equipment__pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  background: #09b9aa;
}

.lmc-technology-page {
  padding-bottom: 3.5rem;
}

.lmc-technology-page__body {
  padding-top: 1.5rem;
}

.lmc-technology-page__media {
  margin: 0 0 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f7f6;
}

.lmc-technology-page__media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.lmc-technology-page__meta {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
}

.lmc-technology-page__meta p {
  margin: 0 0 0.5rem;
  color: #333;
  line-height: 1.5;
}

.lmc-technology-page__meta p:last-child {
  margin-bottom: 0;
}

.lmc-technology-page__content {
  max-width: 820px;
  line-height: 1.7;
  color: #333;
}

.lmc-technology-page__back {
  display: inline-block;
  margin-top: 1.75rem;
  color: #09b9aa;
  font-weight: 600;
  text-decoration: none;
}

.lmc-technology-page__back:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 560px) {
  .lmc-service-equipment {
    padding: 2rem 0 2.5rem;
  }

  .lmc-service-equipment__controls {
    margin-top: 22px;
    gap: 14px;
  }

  .lmc-service-equipment__arrow {
    width: 40px;
    height: 40px;
  }

  .lmc-service-equipment__caption {
    font-size: 14px;
  }
}
