.download-section {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.download-section h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #2321a0;
}

.download-section ul {
    list-style: none;
    padding: 0;
}

.download-section li {
    margin-bottom: 0.8rem;
}

.download-section a {
    background: linear-gradient(135deg, #2321a0d0 0%, #4745cfd0 100%);
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.2s ease;
}

.download-section a:hover {
    background: linear-gradient(135deg, #1a8030 0%, #156828 100%);
    transform: scale(1.03);
}

.download-section .file-size {
    margin-left: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}
