.report-lockup {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-bottom: 46px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: linear-gradient(125deg, #191622, #332752);
  color: #fff;
  text-align: center;
  box-shadow: 6px 6px 0 var(--yellow);
}
.report-lockup span { color: var(--yellow); font: 900 .75rem 'DM Sans'; letter-spacing: .18em; }
.report-lockup b { font-size: clamp(1.25rem, 3vw, 1.8rem); line-height: 1.45; }
.report-lockup small { color: #dcd6e9; }
.psychology-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.psychology-grid article { padding: clamp(26px, 4vw, 42px); border: 2px solid var(--ink); border-radius: 28px; background: #fff; box-shadow: 5px 5px 0 var(--ink); }
.psychology-grid article > span,.inner-conflict span,.defense-section > span,.relationship-reading span,.oracle-card > span,.action-map > span { color: #6558ff; font: 900 .75rem 'DM Sans'; letter-spacing: .14em; }
.psychology-grid h3,.inner-conflict h3,.defense-section h3,.relationship-reading h3,.oracle-card h3,.action-map h3 { margin: 10px 0 16px; font-size: clamp(1.3rem, 2.5vw, 1.85rem); line-height: 1.4; }
.psychology-grid p,.inner-conflict p,.defense-section p,.reading-columns p,.action-map p { color: #4e4955; line-height: 2; }
.psychology-grid .shadow { margin: 22px 0 0; padding: 18px; border-radius: 16px; background: #f5f2fa; }
.psychology-grid .shadow b,.reading-columns b { display: block; margin-bottom: 7px; color: var(--ink); }
.inner-conflict,.defense-section,.relationship-reading,.oracle-card,.action-map { margin-top: 20px; padding: clamp(28px, 5vw, 52px); border-radius: 30px; }
.inner-conflict { background: #fff4cf; border: 3px solid var(--ink); }
.voice-pair { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 28px 0; }
.voice-pair blockquote { margin: 0; padding: 22px; border-radius: 20px; background: #fff; font-size: 1.05rem; font-weight: 900; line-height: 1.8; }
.voice-pair i { font-size: 1.5rem; font-weight: 900; }
.defense-section { background: #191622; color: #fff; }
.defense-section > span { color: var(--yellow); }
.defense-section p { color: #eeeaf4; }
.relationship-reading { background: #fff; box-shadow: var(--shadow); }
.reading-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reading-columns p { margin: 0; padding: 22px; border-radius: 18px; background: #f7f5fb; }
.oracle-card { position: relative; overflow: hidden; border: 3px solid var(--ink); background: linear-gradient(135deg, #6255ff, #aa4ebd 55%, #ff5b74); color: #fff; box-shadow: 8px 8px 0 var(--ink); }
.oracle-card:after { content: '✦'; position: absolute; right: 28px; top: 4px; color: rgba(255,255,255,.18); font-size: 9rem; }
.oracle-card > span { color: #f3ff54; }
.oracle-card h3,.oracle-card blockquote,.oracle-card p { position: relative; z-index: 1; }
.oracle-card blockquote { max-width: 760px; margin: 22px 0; font-size: clamp(1.2rem, 2.7vw, 1.75rem); font-weight: 900; line-height: 1.75; }
.oracle-card p { margin: 0; color: #eeeaf4; font-size: .9rem; }
.action-map { background: #eefcf8; border: 2px solid var(--ink); }
.action-map ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0 0; padding: 0; counter-reset: action; list-style: none; }
.action-map li { padding: 22px; border-radius: 18px; background: #fff; counter-increment: action; }
.action-map li:before { content: '0' counter(action); display: block; margin-bottom: 13px; color: #41b99d; font: 900 1.5rem 'DM Sans'; }
.action-map li b { display: block; margin-bottom: 8px; }
.action-map li p { margin: 0; font-size: .92rem; line-height: 1.75; }
.report-note { margin-top: 34px; padding: 18px 22px; border-left: 4px solid #a39dac; color: #6f6a74; font-size: .84rem; line-height: 1.8; }
.type-overview { max-width: 820px; margin-left: auto; margin-right: auto; }
.overview-analysis { grid-template-columns: .7fr 1.3fr; }
.overview-letters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 18px 0 44px; }
.overview-letters span { padding: 9px 14px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; font-weight: 800; }
.overview-letters b { margin-right: 7px; color: #6558ff; }
.overview-cta { padding: 34px; border-radius: 26px; background: var(--yellow); text-align: center; }
.overview-cta h3 { margin-bottom: 8px; font-size: 1.45rem; }
.overview-cta p { margin: 0 auto 24px; max-width: 610px; }

@media (max-width: 700px) {
  .report-lockup { justify-items: start; text-align: left; }
  .psychology-grid,.reading-columns,.action-map ol { grid-template-columns: 1fr; }
  .voice-pair { grid-template-columns: 1fr; }
  .voice-pair i { text-align: center; }
  .inner-conflict,.defense-section,.relationship-reading,.oracle-card,.action-map { border-radius: 24px; }
  .overview-analysis { grid-template-columns: 1fr; }
  .overview-cta { text-align: left; padding: 26px 22px; }
}
