/* Fix pour les boutons service - Chargé en dernier pour forcer les styles */
.services-grid .service-card > a.btn-service,
.services .service-card > a.btn-service,
div.service-card > a.btn-service,
.service-card a.btn-service,
.service-card .btn-service,
.btn-service,
.btn-service-learn-more {
    display: block !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding: 16px 28px !important;
    background: linear-gradient(135deg, #2563eb, #1e40af) !important;
    background-color: #2563eb !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    line-height: 1.4 !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    flex-shrink: 0 !important;
}

.services-grid .service-card > a.btn-service:hover,
.services .service-card > a.btn-service:hover,
div.service-card > a.btn-service:hover,
.service-card a.btn-service:hover,
.service-card .btn-service:hover,
.btn-service:hover,
.btn-service-learn-more:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb) !important;
    background-color: #1e40af !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.12) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.services-grid .service-card > a.btn-service:active,
.services .service-card > a.btn-service:active,
div.service-card > a.btn-service:active,
.service-card a.btn-service:active,
.service-card .btn-service:active,
.btn-service:active,
.btn-service-learn-more:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
}

.services-grid .service-card > a.btn-service::before,
.services .service-card > a.btn-service::before,
div.service-card > a.btn-service::before,
.service-card a.btn-service::before,
.service-card .btn-service::before,
.btn-service::before,
.btn-service-learn-more::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
    z-index: 0 !important;
}

.services-grid .service-card > a.btn-service:hover::before,
.services .service-card > a.btn-service:hover::before,
div.service-card > a.btn-service:hover::before,
.service-card a.btn-service:hover::before,
.service-card .btn-service:hover::before,
.btn-service:hover::before,
.btn-service-learn-more:hover::before {
    left: 100% !important;
}

