.hero-section {
  background: linear-gradient(135deg, #f7f3ee, #eef6f4, #e7f0ee);
}

/* Text */
.hero-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  color: #0b3b35;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: #0b3b35;
}

.hero-text {
  margin-top: 20px;
  color: rgba(11, 59, 53, 0.8);
}

.hero-affiliation {
  margin-top: 24px;
  font-weight: 500;
  color: #0b3b35;
}

/* Button */
.hero-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ffb547;
  color: #0b3b35;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Image */
.hero-image {
  width: 100%;
  border-radius: 36px;
}

/* Decorative Circle */
.hero-circle {
  position: absolute;
  left: -20px;
  bottom: 80px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid rgba(94, 234, 212, 0.4);
}

/* Background Blobs */
.hero-blob {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}

.hero-blob-teal {
  top: -120px;
  left: -120px;
  background: rgba(153, 246, 228, 0.3);
}

.hero-blob-orange {
  bottom: 0;
  right: -120px;
  background: rgba(253, 186, 116, 0.3);
}

/* Slick */
.hero-slider .slick-dots {
  bottom: 25px;
}

.hero-slider .slick-dots li button:before {
  font-size: 10px;
  color: #0b3b35;
  opacity: 0.4;
}

.hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
