.cgs-showcase-shell {
  background: #ffffff;
  border-radius: 26px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  position: relative;
}

.cgs-showcase-head {
  margin-bottom: 1rem;
}

.cgs-showcase-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0f172a;
}

.cgs-card {
  width: 100%;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f9fc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.cgs-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.cgs-showcase-swiper {
  padding-bottom: 36px;
}

.cgs-pagination {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.cgs-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.25);
  opacity: 0.6;
}

.cgs-pagination .swiper-pagination-bullet-active {
  background: #0f172a;
  opacity: 1;
}
