body {
  font-family: 'Merriweather', serif;
  background: #1a1a2e;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
}

.numerology-hero {
  background: linear-gradient(rgba(26,26,46,0.85), rgba(26,26,46,0.85)), url('https://example.com/mystic-background.jpg') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
}

.numerology-hero h1 {
  color: #f2c94c;
  font-size: 3rem;
  margin-bottom: 20px;
}

.numerology-hero p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.numerology-calculator input {
  padding: 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: none;
  width: 250px;
  margin-right: 10px;
}

.numerology-calculator button {
  padding: 15px 25px;
  font-size: 1rem;
  background-color: #9b59b6;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.numerology-calculator button:hover {
  background-color: #8e44ad;
}

#numerologyResult {
  margin-top: 25px;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 8px;
  display: inline-block;
}

.credibility-section {
  padding: 60px 20px;
  text-align: center;
}

.credibility-section h2 {
  color: #f2c94c;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.testimonial {
  margin-top: 10px;
  font-style: italic;
  font-size: 1rem;
}

.cta-section p {
  margin-top: 20px;
  font-size: 1.1rem;
}

.cta-section a {
  color: #9b59b6;
  text-decoration: underline;
}
