

.services-header {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(26, 26, 46, 0.85)), url('/vistas/img/pexels-fotios-photos-16129724.jpg') center/cover no-repeat fixed;
    color: white;
    border-bottom: 5px solid var(--accent-purple);
    padding: 8rem 0 !important;
}

.services-header h1 {
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    letter-spacing: 2px;
}

.services-tabs .nav-link {
    color: #6c757d;
    border-radius: 30px;
    padding: 12px 25px;
    margin: 0 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.services-tabs .nav-link:hover {
    color: var(--accent-purple);
    background: rgba(91, 24, 216, 0.05);
}

.services-tabs .nav-link.active {
    background: var(--accent-purple);
    color: white;
    box-shadow: 0 5px 15px rgba(91, 24, 216, 0.3);
}

.service-detail-card {
    border-radius: 20px;
    background: white;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 242, 254, 0.1), rgba(91, 24, 216, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-purple);
    font-size: 1.8rem;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(91, 24, 216, 0.1);
    color: var(--accent-purple);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(91, 24, 216, 0.25);
}
