/* ============================================================================
   DOWNLOADS PAGE — page-specific only
   Stage / strip / CTA live in general.css
   ============================================================================ */

.dl-main {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.dl-file {
    margin: 0.85rem 0 0;
    font-size: 0.8rem;
    font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
    color: #64748b;
    animation: dl-rise 0.7s ease 0.3s both;
}
