.ja-team-page {
  color: #575757;
}

.ja-team-page .uk-container {
  max-width: 1260px;
}

.ja-team-section {
  padding: 72px 0;
}

.ja-team-section + .ja-team-section {
  padding-top: 0;
}

.ja-team-title {
  margin: 0 0 24px;
  color: #240440;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
}

.ja-team-section-title {
  margin: 0;
  color: #240440;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.ja-team-subcopy,
.ja-team-hero__copy p,
.ja-team-board__card p,
.ja-team-slide__role,
.ja-team-slide__company {
  color: #575757;
}

.ja-team-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.ja-team-hero__copy p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
}

.ja-team-image-shell {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 380px;
  background:
    radial-gradient(circle at 20% 20%, rgba(132, 193, 255, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(157, 91, 255, 0.28);
  box-shadow: 0 28px 60px rgba(7, 0, 19, 0.28);
}

.ja-team-image-shell img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
}

.ja-team-image-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(42, 6, 74, 0.04), rgba(42, 6, 74, 0.18));
}

.ja-team-image-shell.is-placeholder::before,
.ja-team-slide__media.is-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.ja-team-leadership__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.ja-team-leadership__nav {
  display: flex;
  gap: 14px;
}

.ja-team-leadership__nav .swiper-button-prev,
.ja-team-leadership__nav .swiper-button-next {
  position: static;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.ja-team-leadership__nav .swiper-button-prev:hover,
.ja-team-leadership__nav .swiper-button-next:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.22);
}

.ja-team-leadership__nav .swiper-button-prev::after,
.ja-team-leadership__nav .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
  color: #575757;
}

.ja-team-leadership__nav .swiper-button-prev::after {
  content: 'prev';
}

.ja-team-leadership__nav .swiper-button-next::after {
  content: 'next';
}

.ja-team-swiper {
  overflow: visible;
}

.ja-team-slide {
  background: transparent;
}

.ja-team-slide__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 330px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at top left, rgba(255, 224, 160, 0.35), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(164, 94, 255, 0.22);
}

.ja-team-slide__media img {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
}

.ja-team-slide__name {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #575757;
}

.ja-team-slide__role {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.ja-team-board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.ja-team-board__card {
  min-height: 174px;
  padding: 26px 24px;
  border-radius: 18px;
  border: 1px solid #57575755;
}

.ja-team-board__card h3 {
  margin: 0 0 14px;
  color: #575757;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.ja-team-board__card p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.65;
}

.ja-team-board__card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .ja-team-hero__grid {
    grid-template-columns: 1fr;
  }

  .ja-team-title {
    font-size: 44px;
  }

  .ja-team-section-title {
    font-size: 36px;
  }

  .ja-team-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ja-team-section {
    padding: 52px 0;
  }

  .ja-team-title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .ja-team-section-title {
    font-size: 30px;
  }

  .ja-team-hero__copy p,
  .ja-team-subcopy {
    font-size: 16px;
    line-height: 1.7;
  }

  .ja-team-image-shell,
  .ja-team-image-shell img {
    min-height: 280px;
  }

  .ja-team-leadership__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .ja-team-slide__media,
  .ja-team-slide__media img {
    min-height: 300px;
    height: 300px;
  }

  .ja-team-board__grid {
    grid-template-columns: 1fr;
  }

  .ja-team-board__card {
    min-height: auto;
  }
}
