.doc-scans{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.scan-card{background:#fff;border:1px solid var(--line);border-radius:16px;height:250px;display:flex;align-items:center;justify-content:center;box-shadow:var(--soft-shadow);overflow:hidden}
.scan-paper{width:138px;height:198px;background:linear-gradient(180deg,#fff,#f5f5f5);border:1px solid #eee;box-shadow:0 12px 30px rgba(35,46,65,.08);position:relative;display:flex;align-items:flex-start;justify-content:center;text-align:center;color:#777;font-size:10px;line-height:1.25}
.scan-paper img{max-width:100%;height:100%}