* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

.team.swiper {
  width: 100%;
  height: 100vh;
  padding: 60px 0;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}

.team__content {
  display: flex;
  max-width: 1600px;
  width: 100%;
}

.team__img {
  flex: 0 0 400px;
  width: 400px;
  height: 298px;
  overflow: hidden;
}

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

.team__info {
  flex: 1;
  padding: 30px;
  background: #f5f5fa;
  height: 298px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cat__link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #24a3ff;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block;
}

.gradient-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #f0145a 0%, #ef8080 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 30px;
}

.team__name {
  color: #b3b3ba;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.team__post {
  font-size: 14px;
  color: #b3b3ba;
}

.swiper-pagination {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #24a3ff;
  opacity: 0.2;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
  pointer-events: auto;
}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 5px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
