.deep-psychology-section { margin: 60px 0; padding: 0 16px; }

.dp-divider { text-align: center; margin: 60px 0 40px; position: relative; }
.dp-divider::before {
  content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(167,139,250,0.5), transparent);
}
.dp-divider-text {
  position: relative; background: var(--bg-primary, #050510);
  padding: 0 24px; color: #a78bfa; font-size: 0.9rem; letter-spacing: 0.2em;
}

.dp-header { text-align: center; margin-bottom: 40px; }
.dp-title {
  font-family: 'Noto Serif JP', serif; font-size: 1.6rem; line-height: 1.6;
  color: #e8e6f0; margin-bottom: 16px;
}
.dp-title-em {
  background: linear-gradient(135deg, #a78bfa, #f472b6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.dp-subtitle { color: #9b97b0; font-size: 0.95rem; line-height: 1.8; }

.dp-locked { position: relative; min-height: 400px; }
.dp-blur-preview { filter: blur(6px); pointer-events: none; opacity: 0.5; }
.dp-blur-block {
  background: rgba(15, 15, 36, 0.5); border: 1px solid rgba(124, 91, 245, 0.2);
  border-radius: 16px; padding: 24px; margin-bottom: 16px;
}
.dp-blur-block h3 { color: #a78bfa; margin-bottom: 12px; font-size: 1.1rem; }
.dp-blur-block p { color: #9b97b0; line-height: 1.8; }

.dp-cta-overlay {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100%; max-width: 480px; z-index: 10;
}
.dp-cta-card {
  background: linear-gradient(135deg, rgba(124,91,245,0.95), rgba(167,139,250,0.95));
  backdrop-filter: blur(20px); border-radius: 24px; padding: 40px 32px; text-align: center;
  box-shadow: 0 20px 60px rgba(124,91,245,0.4);
}
.dp-cta-icon { font-size: 3rem; margin-bottom: 16px; }
.dp-cta-card h3 { color: white; font-size: 1.4rem; margin-bottom: 12px; }
.dp-cta-card p { color: rgba(255,255,255,0.9); margin-bottom: 24px; line-height: 1.7; font-size: 0.95rem; }

.dp-btn-primary {
  display: block; width: 100%; padding: 16px; background: white; color: #7c5bf5;
  border: none; border-radius: 12px; font-size: 1.05rem; font-weight: 700;
  cursor: pointer; margin-bottom: 12px; text-decoration: none; text-align: center;
  transition: transform 0.2s;
}
.dp-btn-primary:hover { transform: translateY(-2px); color: #7c5bf5; }
.dp-btn-secondary {
  display: block; width: 100%; padding: 14px; background: transparent; color: white;
  border: 1px solid rgba(255,255,255,0.5); border-radius: 12px; cursor: pointer;
  text-decoration: none; text-align: center;
}
.dp-btn-secondary:hover { color: white; background: rgba(255,255,255,0.1); }

.dp-cta-features {
  display: flex; justify-content: space-around; margin-top: 20px;
  color: rgba(255,255,255,0.9); font-size: 0.85rem;
}

.dp-prompt-profile {
  text-align: center; padding: 40px; background: rgba(15,15,36,0.6);
  border: 1px solid rgba(124,91,245,0.3); border-radius: 20px;
}
.dp-prompt-profile h3 { color: #e8e6f0; margin-bottom: 12px; }
.dp-prompt-profile p { color: #9b97b0; margin-bottom: 24px; }
.dp-prompt-profile .dp-btn-primary {
  display: inline-block; width: auto; padding: 14px 32px;
  background: linear-gradient(135deg, #7c5bf5, #f472b6); color: white;
}

.dp-form {
  background: rgba(15,15,36,0.6); border: 1px solid rgba(124,91,245,0.2);
  border-radius: 20px; padding: 32px;
}
.dp-form h3 { color: #e8e6f0; margin-bottom: 20px; font-size: 1.1rem; }
.dp-form label { display: block; color: #c8c4d8; font-size: 0.85rem; margin-bottom: 8px; }

.dp-mood-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 12px 0 24px;
}
.dp-mood {
  padding: 12px 8px; background: rgba(124,91,245,0.1);
  border: 1px solid rgba(124,91,245,0.3); border-radius: 10px;
  color: #e8e6f0; cursor: pointer; font-size: 0.85rem;
  transition: all 0.2s; text-align: center;
}
.dp-mood:hover { background: rgba(124,91,245,0.2); border-color: rgba(124,91,245,0.5); }
.dp-mood.active {
  background: linear-gradient(135deg, #a78bfa, #f472b6);
  border-color: transparent; transform: scale(1.05); color: white;
}

#dp-situation {
  width: 100%; background: rgba(0,0,0,0.3); border: 1px solid rgba(124,91,245,0.3);
  border-radius: 10px; padding: 12px; color: #e8e6f0; font-size: 0.95rem;
  margin: 8px 0 24px; resize: vertical; box-sizing: border-box; font-family: inherit;
}
#dp-situation::placeholder { color: #6b6780; }

.dp-btn-generate {
  width: 100%; padding: 18px; background: linear-gradient(135deg, #7c5bf5, #f472b6);
  color: white; border: none; border-radius: 14px; font-size: 1.1rem; font-weight: 700;
  cursor: pointer; transition: all 0.3s;
}
.dp-btn-generate:disabled { opacity: 0.4; cursor: not-allowed; }
.dp-btn-generate:not(:disabled):hover {
  transform: translateY(-2px); box-shadow: 0 10px 30px rgba(124,91,245,0.4);
}
.dp-note { text-align: center; color: #6b6780; font-size: 0.8rem; margin-top: 12px; }

.dp-loading { text-align: center; padding: 60px 20px; }
.dp-loading-spinner {
  width: 60px; height: 60px; border: 3px solid rgba(167,139,250,0.2);
  border-top-color: #a78bfa; border-radius: 50%; margin: 0 auto 20px;
  animation: dp-spin 1s linear infinite;
}
.dp-loading p { color: #a78bfa; font-size: 0.95rem; }
@keyframes dp-spin { to { transform: rotate(360deg); } }

.dp-report { display: flex; flex-direction: column; gap: 24px; }
.dp-block {
  background: linear-gradient(135deg, rgba(15,15,36,0.8), rgba(20,20,50,0.8));
  border: 1px solid rgba(167,139,250,0.3); border-radius: 20px; padding: 32px;
  position: relative; overflow: hidden;
}
.dp-block::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: linear-gradient(to bottom, #a78bfa, #f472b6);
}
.dp-block-label {
  font-size: 0.75rem; color: #a78bfa; letter-spacing: 0.15em; margin-bottom: 8px;
}
.dp-block-title {
  font-family: 'Noto Serif JP', serif; font-size: 1.3rem;
  color: #e8e6f0; margin-bottom: 16px; line-height: 1.5;
}
.dp-block-body { color: #d4d2e0; line-height: 2; font-size: 0.95rem; }

.dp-steps { display: grid; gap: 12px; margin-top: 16px; }
.dp-step {
  display: flex; align-items: center; gap: 16px;
  background: rgba(124,91,245,0.1); padding: 16px; border-radius: 12px;
}
.dp-step-num {
  width: 40px; height: 40px; min-width: 40px;
  background: linear-gradient(135deg, #a78bfa, #f472b6); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700;
}
.dp-step-text { color: #e8e6f0; font-size: 0.95rem; }

.dp-lucky-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px; margin-top: 16px;
}
.dp-lucky-item {
  background: rgba(245,200,66,0.08); border: 1px solid rgba(245,200,66,0.25);
  border-radius: 12px; padding: 16px; text-align: center;
}
.dp-lucky-label { font-size: 0.7rem; color: #f5c842; letter-spacing: 0.1em; }
.dp-lucky-value { font-size: 1.1rem; color: #e8e6f0; margin-top: 4px; font-weight: 600; }

.dp-amulet {
  text-align: center; padding: 40px 24px;
  background: linear-gradient(135deg, rgba(245,200,66,0.1), rgba(244,114,182,0.1));
  border: 1px solid rgba(245,200,66,0.2); border-radius: 20px;
}
.dp-amulet .dp-block-label { margin-bottom: 16px; }
.dp-amulet-text {
  font-family: 'Noto Serif JP', serif; font-size: 1.3rem;
  color: #f5c842; line-height: 1.8;
}

.dp-share { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.dp-share-btn {
  padding: 12px 24px; border-radius: 30px; border: none;
  cursor: pointer; font-weight: 600; font-size: 0.9rem; transition: transform 0.2s;
}
.dp-share-btn:hover { transform: translateY(-2px); }

@media (max-width: 768px) {
  .dp-title { font-size: 1.3rem; }
  .dp-mood-grid { grid-template-columns: repeat(2, 1fr); }
  .dp-block { padding: 20px 16px; }
  .dp-cta-overlay { padding: 0 16px; }
  .dp-cta-card { padding: 32px 20px; }
  .dp-lucky-grid { grid-template-columns: repeat(3, 1fr); }
}
