/* ==============================
   HERO SLIDER STYLES
   ============================== */

.hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 450px;
}

.btn-explore {
  background: #c9a84c;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  transition: 0.3s;
}

.btn-explore:hover {
  background: #b8932e;
  color: #fff;
}

/* Avatar Group */
.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  color: #fff;
  font-size: 14px;
}

.avatar-circle:first-child {
  margin-left: 0;
}

.avatar-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.hero-stat {
  font-size: 36px;
  font-weight: 700;
  color: #e8d5c4;
}

.hero-stat-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-stat-text {
    text-align: center;
  }
}
