/* === Divination & Psychology Page === */
.dp-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 18px 70px;
}

.dp-hero {
  padding: 28px 0 10px;
  text-align: center;
}

.dp-hero h1 {
  font-size: 2rem;
  margin: 0 0 8px;
}

.dp-subtitle {
  margin: 0 auto;
  max-width: 680px;
  opacity: 0.85;
  line-height: 1.5;
}

.dp-section {
  padding: 28px 0;
}

.dp-section-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.top-back-wrapper {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}

.back-link {
  color: #e82978;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 6px 12px;
  border-radius: 8px;
}

.back-link:hover {
  background: rgba(20, 16, 45, 0.08);
}

.dp-icon {
  font-size: 1.3rem;
  line-height: 1.2;
  opacity: 0.9;
  margin-top: 2px;
}

.dp-section h2 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.3;
}

.dp-section p {
  line-height: 1.7;
  margin: 12px 0;
  opacity: 0.92;
}

.dp-list {
  margin: 10px 0 12px 18px;
  line-height: 1.7;
  opacity: 0.92;
}

.dp-quote {
  margin: 18px 0 10px;
  padding: 14px 16px;
  border-left: 3px solid rgba(138, 132, 201, 0.9);
  background: rgba(20, 16, 45, 0.35);
  border-radius: 12px;
  font-style: italic;
  line-height: 1.6;
  opacity: 0.95;
}

.dp-divider {
  height: 1px;
  margin: 26px 0 0;
  background: linear-gradient(to right, transparent, #8a84c9, transparent);
  opacity: 0.8;
}

.dp-bridge {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 215, 100, 0.25); /* soft yellow */
  border: 1px solid rgba(255, 215, 100, 0.45);
}

.dp-soft-cta {
  margin-top: 18px;
  opacity: 0.95;
}

.dp-soft-cta a {
  color: #f2f1f9;
  text-decoration: underline;
}

.dp-last .dp-divider {
  display: none;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .dp-hero h1 {
    font-size: 1.6rem;
  }
  .dp-section h2 {
    font-size: 1.1rem;
  }
}

.dp-quote-highlight {
  background: linear-gradient(
    135deg,
    rgba(198, 228, 129, 0.25),
    rgba(96, 189, 255, 0.18)
  );
  border-left: 3px solid #60bdff;
}

.dp-quote-author {
  display: block;
  text-align: right;
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.85;
}

.dp-soft-cta a {
  color: #0505fe; /* blue */
}
.dp-soft-cta a:hover {
  text-decoration: underline;
}

/* === How It Works Steps === */
.hiw-steps {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 18px;
}

.hiw-steps h2 {
  text-align: center;
  margin-bottom: 32px;
}

.hiw-step {
  display: flex;
  gap: 16px;
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(138, 132, 201, 0.15),
    rgba(96, 189, 255, 0.12)
  );
}

.hiw-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.hiw-step h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.hiw-step p {
  margin: 0;
  line-height: 1.6;
  opacity: 0.95;
}

/* Mobile */
@media (max-width: 480px) {
  .hiw-step {
    flex-direction: column;
  }
}

.hiw-highlight {
  max-width: 900px;
  margin: 40px auto;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(198, 228, 129, 0.25); /* pale green */
  border: 1px solid rgba(198, 228, 129, 0.45);
}
