/* =========================================================
   6. Hero Section
   ========================================================= */

.hero {
  min-height: auto;
  padding: 60px 20px 50px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  margin-bottom: 4px;
  font-size: 38px;
}

.hero-subtitle,
.hero-text {
  margin: 5px;
  color: var(--text-gray);
  text-align: center;
}

.hero-subtitle {
  margin-bottom: 12px;
  font-size: 17px;
  opacity: 0.85;
}

.hero-text {
  font-size: 16px;
  line-height: 1.7;
}

.hero-points {
  max-width: 700px;
  margin: 20px auto;
  text-align: left;
}

.hero-points ul {
  margin: 20px auto;
  padding-left: 20px;
  text-align: left;
}

.hero-points li {
  margin: 10px 0;
  color: var(--gold);
  line-height: 1.6;
}

.hero-points li span {
  color: var(--text-dark);
}

.gold-line {
  width: 80px;
  height: 3px;
  margin: 10px auto 20px;
  background: linear-gradient(to right, var(--gold), #e5c07b);
  border-radius: 2px;
}
