/* Page Télémaintenance */
.support-card {
    border: none;
    border-radius: 1.25rem;
    transition: all 0.3s ease;
}

.support-card-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(236, 137, 30, 0.1);
}

.support-card-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.1) !important;
}

.os-icon-large {
    font-size: 4rem;
    background: linear-gradient(135deg, var(--default) 0%, #f39c12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: var(--default);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(236, 137, 30, 0.3);
}

.how-it-works-item {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #f1f3f5;
    height: 100%;
    transition: all 0.2s ease;
}

.how-it-works-item:hover {
    border-color: var(--default);
    background-color: rgba(236, 137, 30, 0.02);
}

.security-alert {
    border: none;
    border-radius: 1rem;
    background-color: #e3f2fd;
    border-left: 5px solid #0d6efd;
}

.btn-download-main {
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
}

.other-os-card {
    border: 1px solid #eee;
    border-radius: 1rem;
    transition: all 0.2s ease;
}

.other-os-card:hover {
    border-color: var(--default);
    background-color: #fafafa;
}
