.download-wrapper {
    display: flex; justify-content: center; margin: -10px 0 25px 0;
}
.download-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: linear-gradient(to right, #f99a5e 0%, #f65c69 100%);
    box-shadow: 0 5px 15px rgba(246, 92, 105, 0.4);
    color: #fff; padding: 12px 28px; font-size: 1.2em; font-weight: 600;
    border-radius: 50px; min-height: 50px; text-decoration: none;
}
.download-btn:hover { opacity: 0.85; color: #fff; transform: translateY(-1px); }
@media (max-width: 600px) {
    .download-btn { padding: 8px 16px; font-size: 1em; min-height: 40px; }
}