body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #0d1422;
  color: #e5e7eb;
}

a {
  color: #e6c988;
  text-decoration: none;
}

h1, h2, h3 {
  color: #fff;
}

.section {
  padding: 80px 20px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.btn--primary {
  background: #e6c988;
  color: #0d1422;
  border: none;
}

.btn--ghost {
  border: 1px solid #e6c988;
  color: #e6c988;
  background: transparent;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* === Testimonial / Highlight Quote Styling === */
.highlight {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 50px 40px;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.highlight .quote-lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #e6c988;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.highlight p:not(.quote-lead) {
  color: #e5e7eb;
  line-height: 1.75;
  font-size: 1rem;
  text-align: justify;
}

.highlight cite {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #a1a1a1;
  font-style: normal;
  font-size: 0.95rem;
}
