:root {
  --mystic-deep: #150f2b;
  --mystic-violet: #4b2e83;
  --mystic-gold: #d9b464;
  --mystic-mist: #e9e4f5;
}

body {
 /* background: linear-gradient(180deg, #150f2b 0%, #1e1638 260px, #f7f5fb 260px);*/
  font-family: 'Nunito', sans-serif;
  color: #2b2540;
}

h1, h2, h3, .mystic-brand {
  font-family: 'Cormorant Garamond', serif;
}

.mystic-navbar {
  background: rgba(21, 15, 43, 0.92);
  backdrop-filter: blur(6px);
}

.mystic-brand {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--mystic-gold) !important;
  letter-spacing: 0.5px;
}

.mystic-btn, .btn-mystic {
  background: var(--mystic-gold);
  border: none;
  color: #201735 !important;
  font-weight: 600;
}
.mystic-btn:hover, .btn-mystic:hover {
  background: #e8c988;
  color: #201735;
}

.hero {
  color: #f4f1fb;
  padding: 5rem 0 3rem;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  color: var(--mystic-gold);
}

.hero p.lead {
  /*color: #cfc7ea;*/
  color:rgba(21, 15, 43, 0.92);
  max-width: 640px;
  margin: 1rem auto 2rem;
}

.service-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(75, 46, 131, 0.08);
  border: 1px solid #ece7f7;
  transition: transform .2s ease;
}
.service-card:hover { transform: translateY(-4px); }

.service-icon { font-size: 2.2rem; }

.card-mystic {
  border-radius: 1rem;
  border: 1px solid #ece7f7;
  box-shadow: 0 10px 30px rgba(75, 46, 131, 0.06);
}

.mystic-footer {
  background: var(--mystic-deep);
  color: #cfc7ea;
}

.testimonial {
  background: var(--mystic-mist);
  border-radius: 1rem;
  padding: 1.5rem;
}

.thumb-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: .6rem;
}

.badge-service {
  background: var(--mystic-violet);
}
