.report-preview-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,5vw,64px);align-items:center}
.report-preview-image{display:block;background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-decoration:none;box-shadow:0 16px 42px #16324612}
.report-preview-image img{width:100%;height:auto}
.report-preview-image span{display:block;text-align:center;padding:14px;color:var(--green-dark);font-weight:700;border-top:1px solid var(--line)}
.report-preview-copy h2{font-family:Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:500;line-height:1.15;margin:0 0 20px;color:var(--ink-deep)}
.report-preview-copy p{margin:0 0 18px;color:var(--muted)}
.report-preview-copy .section-kicker{color:var(--green-dark)}
.report-preview-copy .report-file-note{font-size:.85rem;margin-top:14px}
.report-preview-image:focus-visible{outline:3px solid var(--green-dark);outline-offset:5px}
@media(max-width:760px){.report-preview-layout{grid-template-columns:1fr}.report-preview-image{max-width:480px;margin-inline:auto}.report-preview-copy .primary-cta{white-space:normal}}
.aura-steps,.aura-screens,.aura-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:36px}
.aura-steps article,.aura-details article{padding:24px;background:var(--warm);border-radius:16px}
.aura-steps h3,.aura-details h3,.aura-screens h3{font-size:1.15rem;line-height:1.4;margin:0 0 12px}
.aura-steps p,.aura-details p,.aura-screens p{color:var(--muted);margin:0 0 12px}
.aura-screens figure{margin:0;min-width:0}.aura-screens figcaption{padding:20px 0}
.aura-image-open{display:block;width:100%;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#f3f5f5;color:var(--ink);font:inherit;cursor:zoom-in;padding:0}
.aura-image-open img{width:100%;height:290px;object-fit:contain;background:#111}.aura-image-open span{display:block;padding:10px;font-weight:650}
.aura-image-note,.aura-model-note{color:var(--muted);font-size:.92rem}.aura-model-note{margin-top:28px}
.report-preview-copy .aura-ai-note{margin-top:22px}
#aura-image-dialog{width:min(1200px,96vw);max-width:96vw;max-height:92vh;padding:18px;border:0;border-radius:14px;color:var(--ink);background:white}
#aura-image-dialog::backdrop{background:#061623d9}.aura-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.aura-dialog-head h2{font-size:1.2rem;margin:0}.aura-dialog-head button{font:inherit;cursor:pointer;padding:10px;border:1px solid var(--line);border-radius:8px;background:white;flex-shrink:0}
#aura-image-large{max-width:100%;max-height:75vh;object-fit:contain;margin:auto}.aura-image-open:focus-visible{outline:3px solid var(--green-dark);outline-offset:4px}
@media(max-width:760px){.aura-steps,.aura-screens,.aura-details{grid-template-columns:1fr}.aura-image-open img{height:auto;max-height:340px}.aura-dialog-head h2{font-size:1rem}}
