.pricing-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  font-family: 'Helvetica', sans-serif;
  color: #111;
}

.pricing-section .title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.package, .custom {
  border: 1px solid #222;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fafafa;
}

.package h2, .custom h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.package ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.package ul li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}

.package ul li:last-child {
  border-bottom: none;
}

.niches {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .pricing-section {
    padding: 20px;
  }
  .package h2, .custom h2 {
    font-size: 22px;
  }
}