.docwf-demo{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docwf-docs{justify-content:center;align-items:center;gap:0;padding-top:24px;display:flex}.docwf-doc{border:1px solid var(--color-gray-200);background:#fff;border-radius:6px;flex-shrink:0;width:192px;height:240px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a,0 8px 24px #0000000f}.docwf-placeholder{box-sizing:border-box;flex-direction:column;gap:0;width:100%;height:100%;padding:14px;display:flex;overflow:hidden}.docwf-ph-line{background:#e5e5e5;border-radius:2px;flex-shrink:1;min-width:0;height:5px}.docwf-ph-line-light{background:#f0f0f0}.docwf-ph-line-bold{background:#bfdbfe;height:6px}.docwf-ph-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.docwf-ph-logo{opacity:.6;background:linear-gradient(135deg,#93c5fd,#6366f1);border-radius:4px;flex-shrink:0;width:22px;height:22px}.docwf-ph-header-lines{flex-direction:column;flex:1;gap:4px;display:flex}.docwf-ph-title{font-family:var(--font-family);color:var(--color-gray-700);letter-spacing:.3px;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700}.docwf-ph-title-center{text-align:center;margin-top:4px}.docwf-ph-fields{flex-direction:column;gap:6px;margin-bottom:8px;display:flex}.docwf-ph-field{align-items:center;gap:4px;min-width:0;display:flex}.docwf-ph-divider{background:#e5e5e5;height:1px;margin:4px 0}.docwf-ph-table{flex-direction:column;gap:5px;margin:4px 0;display:flex}.docwf-ph-table-header{background:#f0f4ff;border-radius:2px;gap:4px;min-width:0;margin:0 -2px;padding:3px 2px;display:flex}.docwf-ph-table-row{align-items:center;gap:4px;min-width:0;display:flex}.docwf-ph-totals{flex-direction:column;align-items:flex-end;gap:5px;margin-top:auto;display:flex}.docwf-ph-total-row{align-items:center;gap:8px;display:flex}.docwf-ph-paragraph{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.docwf-ph-signatures{gap:16px;margin-top:auto;display:flex}.docwf-ph-sig{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.docwf-ph-sig-line{background:#93c5fd;width:80%;height:1px;margin-bottom:2px}.docwf-doc-scan{z-index:1;margin-right:-24px;transition:transform .4s;transform:rotate(-2deg)}.docwf-doc-fill{z-index:2;margin-left:-24px;transition:transform .4s;transform:rotate(2deg)translateY(12px)}.docwf-demo:hover .docwf-doc-scan{transform:rotate(-5deg)translate(-8px)}.docwf-demo:hover .docwf-doc-fill{transform:rotate(5deg)translate(8px)translateY(12px)}.docwf-indicator{pointer-events:none;z-index:3;justify-content:center;display:flex;position:absolute;bottom:24px;left:0;right:0}.docwf-indicator .wf-ai-indicator{pointer-events:auto;position:static}@media (width<=768px){.docwf-docs{gap:16px;padding-top:24px}.docwf-doc{width:156px}.docwf-indicator{bottom:16px}}