.why-choose-details {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Titre principal */
.why-choose-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Introduction */
.why-choose-intro {
    font-size: 1.15rem;
    color: #34495e;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.7;
}

/* Styles des cartes de service */
.service-link.card {
    background-color: #ffffff;
    border: none;
    border-left: 6px solid #f39c12;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-link.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #f39c12;
    display: inline-block;
    margin-bottom: 10px;
}

.service-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
}

/* Bénéfices Section */
.benefits-section {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 40px;
}

.benefits-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.benefits-list {
    font-size: 1rem;
    color: #555;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    padding-left: 0;
    list-style: none;
}

.benefits-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.benefits-list li:before {
    content: "\2022";
    color: #f39c12;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

.closing-statement {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2c3e50;
    max-width: 75%;
    margin: 0 auto;
    line-height: 1.7;
}
/* Texte additionnel pour les services étendus */
.why-choose-extension {
    font-size: 1.1rem;
    color: #555;
    max-width: 70%;
    margin: 0 auto;
    font-style: italic;
    line-height: 1.7;
}
