/* Fix for Platform Section */
.platform {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
}

.platform .section-badge {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.4);
    color: #6ee7b7;
}

.download-btn:hover {
    background: var(--gray-800);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.download-btn svg {
    width: 28px;
    height: 28px;
}

.download-label {
    font-size: 0.75rem;
    opacity: 0.9;
}

.download-store {
    font-size: 1.1rem;
    font-weight: 600;
}