
.crew-reviews {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  width: 100%;
}

.crew-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 36px;
}

.crew-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.crew-shape-top { top: -125px; }
.crew-shape-bottom { bottom: -125px; }

.crew-header {
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}

.crew-header-icon img {
  width: 72px;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.crew-header-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 14px;
}

.crew-score-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.crew-star {
  color: #ffd22e;
  font-size: 32px;
  line-height: 1;
}

.crew-score {
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
}

.crew-header-subtitle {
  color: #dfe5ff;
  font-size: 18px;
  margin: 0;
}

.crew-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.crew-slider {
  display: flex;
  gap: 26px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 12px 4px;
}

.crew-slider::-webkit-scrollbar { display: none; }

.crew-card {
  min-width: 300px;
  max-width: 300px;
  min-height: 370px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px 26px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-top: 4px solid #9edff3;
}

.crew-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.crew-avatar {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}

.crew-meta h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: 700;
}

.crew-meta span {
  display: block;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 1.45;
}

.crew-card-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.crew-card-left {
  min-width: 88px;
  padding-top: 8px;
}

.crew-rating {
  font-size: 42px;
  line-height: 1;
  color: #232323;
  font-weight: 700;
  margin-bottom: 10px;
}

.crew-stars {
  color: #ffbf00;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.crew-card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crew-metric {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crew-metric-value {
  width: 32px;
  height: 32px;
  border: 2px solid #57bde9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  color: #5464a3;
  font-weight: 700;
  flex-shrink: 0;
  background: #fff;
}

.crew-metric-label {
  color: #6e6e6e;
  font-size: 11px;
  line-height: 1.35;
}

.crew-review-text {
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  margin-top: auto;
}

.crew-nav {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #26278f;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  transition: transform .2s ease, opacity .2s ease;
  padding: 0;
}

.crew-nav:hover { transform: scale(1.05); }

@media (max-width: 1200px) {
  .crew-card {
    min-width: 280px;
    max-width: 280px;
  }
}

@media (max-width: 1024px) {
  .crew-header-title { font-size: 34px; }
  .crew-score { font-size: 42px; }
  .crew-card {
    min-width: 260px;
    max-width: 260px;
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .crew-reviews { padding: 90px 0; }
  .crew-inner { padding: 0 16px; }
  .crew-shape {
    width: 160%;
    height: 120px;
  }
  .crew-shape-top { top: -80px; }
  .crew-shape-bottom { bottom: -80px; }
  .crew-header-title { font-size: 28px; }
  .crew-score { font-size: 36px; }
  .crew-header-subtitle { font-size: 15px; }
  .crew-slider-wrap { gap: 8px; }
  .crew-nav {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .crew-card {
    min-width: 85%;
    max-width: 85%;
    min-height: unset;
  }
  .crew-card-main {
    gap: 12px;
  }
  .crew-card-left {
    min-width: 80px;
  }
}
