/* Module 9 */
.m09 { position: fixed; inset: 0; z-index: 100; background: linear-gradient(180deg, #07060f, #0a0a1a); color: var(--text, #f5f4ef); display: flex; flex-direction: column; overflow: hidden; }
.m09-header { display: flex; justify-content: space-between; padding: 1.4rem 2rem 1rem; border-bottom: 0.5px solid rgba(255,255,255,0.06); }
.m09-eyebrow { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-bright, #c9b46f); margin: 0 0 0.4rem; }
.m09-title { font-family: 'Newsreader', serif; font-size: 1.3rem; margin: 0; letter-spacing: -0.02em; }
.m09-adt-stage { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.m09-adt-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.3) blur(2px); }
.m09-adt-card { position: relative; max-width: 560px; padding: 2rem; background: rgba(15,15,28,0.95); border: 1px solid rgba(237,106,94,0.4); border-radius: 12px; backdrop-filter: blur(8px); }
.blink { animation: blink 1s ease-in-out infinite alternate; color: #ed6a5e; }
@keyframes blink { from { opacity: 0.6; } to { opacity: 1; } }
.m09-adt-detail { background: rgba(0,0,0,0.4); padding: 0.8rem 1rem; border-radius: 6px; font-family: 'SF Mono', Menlo, monospace; font-size: 0.82rem; line-height: 1.55; margin: 1rem 0; }
.m09-adt-quote { font-family: 'Newsreader', serif; font-size: 1rem; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 1rem 0; }
.m09-stage { flex: 1; display: grid; grid-template-columns: 1fr 420px; gap: 1.5rem; padding: 1.5rem 2rem; overflow: hidden; }
.m09-pano { width: 100%; height: 100%; border-radius: 8px; }
.m09-side { display: flex; flex-direction: column; gap: 1rem; overflow-y: auto; }
.m09-husband { background: rgba(255,255,255,0.03); border: 0.5px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 0.8rem 1rem; font-family: 'Newsreader', serif; font-size: 0.95rem; line-height: 1.55; }
.m09-steps { display: flex; flex-direction: column; gap: 0.5rem; }
.m09-feedback { background: rgba(255,255,255,0.03); border-radius: 6px; padding: 0.8rem 1rem; }
.m09-feedback .good { color: #a0e090; }
.m09-feedback .bad  { color: #ed6a5e; }
.m09-final { flex: 1; max-width: 600px; margin: 0 auto; padding: 2rem; }
.m09-quote { font-family: 'Newsreader', serif; font-size: 1.05rem; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 1rem 0; }
.hidden { display: none !important; }
@media (max-width: 1100px) { .m09-stage { grid-template-columns: 1fr; } }
