.care-page {
    background: #ffffff;
}

.care-hero {
    position: relative;
    overflow: hidden;
    padding: 4.8rem 0;
    background:
        radial-gradient(circle at 84% 15%, rgb(9 102 223 / 21%), transparent 28rem),
        radial-gradient(circle at 8% 80%, rgb(217 147 33 / 17%), transparent 23rem),
        linear-gradient(120deg, #eaf2fc 0%, #f8fbff 52%, #f2e4cf 100%);
}

.care-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.92fr);
    align-items: center;
    gap: 4rem;
}

.care-hero h1 {
    max-width: 15ch;
    margin: 0.6rem 0 1.4rem;
    color: #05295d;
    font-size: clamp(2.7rem, 4.2vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.care-hero h1 span {
    display: block;
    color: #0871e8;
}

.care-hero__lead {
    max-width: 42rem;
    color: #405573;
    font-size: 1.12rem;
    line-height: 1.7;
}

.care-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.care-hero__promises {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.care-hero__promises article {
    padding: 1rem;
    background: rgb(255 255 255 / 78%);
    border: 1px solid #c9dbf2;
    border-radius: 1rem;
}

.care-hero__promises strong,
.care-hero__promises span {
    display: block;
}

.care-hero__promises strong {
    color: #05295d;
}

.care-hero__promises span {
    margin-top: 0.25rem;
    color: #5a6e89;
    font-size: 0.82rem;
}

.care-hero__visual {
    position: relative;
}

.care-hero__visual::before {
    position: absolute;
    inset: 1.2rem -1rem -1rem 1.2rem;
    content: "";
    background: linear-gradient(145deg, #0871e8, #05295d);
    border-radius: 1.8rem;
    transform: rotate(2deg);
}

.care-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 28rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.6rem;
    box-shadow: 0 2rem 4rem rgb(5 41 93 / 24%);
}

.care-hero__badge {
    position: absolute;
    z-index: 3;
    right: -1rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: #05295d;
    background: #efae37;
    border: 0.3rem solid #ffffff;
    border-radius: 999px;
    font-weight: 900;
}

.care-hero__badge span {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #0871e8;
    border-radius: 50%;
}

.care-cycle {
    padding: 5.5rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgb(9 102 223 / 12%), transparent 22rem),
        linear-gradient(180deg, #ffffff, #e7f0fa);
}

.care-cycle__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
}

.care-cycle__track article {
    position: relative;
    padding: 1.7rem;
    background: linear-gradient(145deg, #ffffff, #f6f9fe);
    border: 1px solid #cbdcf1;
    border-top: 0.35rem solid #0871e8;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(5 41 93 / 9%);
}

.care-cycle__track article:nth-child(even) {
    border-top-color: #d99321;
}

.care-cycle__track article > span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: rgb(5 41 93 / 18%);
    font-size: 1.5rem;
    font-weight: 900;
}

.care-cycle__icon,
.care-services__icon {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffffff, #eaf3ff);
    border: 1px solid #b7d3f5;
    border-radius: 1rem;
}

.care-cycle__icon img,
.care-services__icon img {
    width: 2.45rem;
    height: 2.45rem;
}

.care-cycle h3,
.care-services h3 {
    color: #05295d;
}

.care-cycle p,
.care-services p {
    color: #52647e;
    line-height: 1.55;
}

.care-services {
    padding: 6rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 15%, rgb(255 255 255 / 10%), transparent 24rem),
        linear-gradient(125deg, #031d46, #064b9e 58%, #0871e8);
}

.care-services__layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.5fr);
    gap: 4rem;
}

.care-services__content h2 {
    color: #ffffff;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.care-services__content > p {
    color: rgb(255 255 255 / 80%);
    line-height: 1.7;
}

.care-services__note {
    margin-top: 2rem;
    padding: 1.2rem;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 1rem;
}

.care-services__note strong,
.care-services__note span {
    display: block;
}

.care-services__note strong {
    color: #efae37;
}

.care-services__note span {
    margin-top: 0.35rem;
    color: rgb(255 255 255 / 76%);
}

.care-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.care-services__grid article {
    padding: 1.5rem;
    background: linear-gradient(145deg, #fff9ef, #ffffff);
    border: 1px solid #e6c58a;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 15%);
}

.care-balance {
    padding: 6rem 0;
    background:
        linear-gradient(rgb(255 249 239 / 92%), rgb(255 249 239 / 92%)),
        repeating-linear-gradient(
            90deg,
            #efdfc5 0,
            #efdfc5 1.8rem,
            #f7ead5 1.8rem,
            #f7ead5 3.6rem
        );
}

.care-balance__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.care-balance__card {
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3rem rgb(5 41 93 / 12%);
}

.care-balance__card--without {
    background: #ffffff;
    border: 1px solid #e4c7b7;
    border-left: 0.45rem solid #ce7152;
}

.care-balance__card--with {
    color: #ffffff;
    background: linear-gradient(145deg, #05295d, #0871e8);
    border: 1px solid rgb(255 255 255 / 20%);
}

.care-balance__card h2 {
    color: #05295d;
}

.care-balance__card--with h2,
.care-balance__card--with li {
    color: #ffffff;
}

.care-balance__card ul {
    display: grid;
    gap: 0.8rem;
    padding: 0;
    list-style: none;
}

.care-balance__card li {
    position: relative;
    padding-left: 1.6rem;
    color: #52647e;
    line-height: 1.55;
}

.care-balance__card li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #d99321;
    font-weight: 900;
}

.care-support {
    padding: 6rem 0;
    background: #e7f0fa;
}

.care-support__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 4rem;
}

.care-support__visual img {
    width: 100%;
    height: 24rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 1.8rem 3.5rem rgb(5 41 93 / 18%);
}

.care-support__content h2 {
    color: #05295d;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1.08;
}

.care-support__content > p {
    color: #52647e;
    line-height: 1.65;
}

.care-support__points {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.care-support__points article {
    padding: 1rem 1.2rem;
    background: #ffffff;
    border-left: 0.3rem solid #0871e8;
    border-radius: 0.8rem;
}

.care-support__points article:nth-child(even) {
    border-left-color: #d99321;
}

.care-support__points strong,
.care-support__points span {
    display: block;
}

.care-support__points strong {
    color: #05295d;
}

.care-support__points span {
    margin-top: 0.25rem;
    color: #52647e;
}

.care-contact {
    padding: 4rem 0;
    background: #e5eef9;
}

@media (max-width: 62rem) {
    .care-hero__grid,
    .care-services__layout,
    .care-support__panel {
        grid-template-columns: 1fr;
    }

    .care-hero__visual {
        max-width: 42rem;
        margin-inline: auto;
    }

    .care-cycle__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 42rem) {
    .care-hero {
        padding: 3rem 0 4rem;
    }

    .care-hero h1 {
        font-size: 2.8rem;
    }

    .care-hero__promises,
    .care-cycle__track,
    .care-services__grid,
    .care-balance__grid {
        grid-template-columns: 1fr;
    }

    .care-hero__visual img,
    .care-support__visual img {
        height: 21rem;
    }
}

/* =========================================================
   CORRECTION LISIBILITÉ — MAINTENANCE
   ========================================================= */

/* Colonne de présentation un peu plus large */
.care-services__layout {
    grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.45fr) !important;
    gap: 3.5rem !important;
}

/* Titre moins imposant et mieux réparti */
.care-services__content h2 {
    max-width: 15ch !important;
    margin-top: 0.6rem !important;
    font-size: clamp(2rem, 3vw, 2.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
}

/* Texte d’introduction plus lisible */
.care-services__content > p {
    max-width: 34rem;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

/* Carte bleue : correction définitive des couleurs */
.care-balance__card--with {
    background: linear-gradient(135deg, #063879 0%, #0871e8 100%) !important;
}

.care-balance__card--with .eyebrow {
    color: #efae37 !important;
}

.care-balance__card--with h2 {
    max-width: 22ch;
    color: #ffffff !important;
    font-size: clamp(1.9rem, 3vw, 2.65rem) !important;
    line-height: 1.15 !important;
}

.care-balance__card--with ul li {
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.care-balance__card--with ul li::before {
    color: #efae37 !important;
}

/* Lisibilité de la carte blanche */
.care-balance__card--without h2 {
    max-width: 22ch;
    font-size: clamp(1.9rem, 3vw, 2.65rem) !important;
    line-height: 1.15 !important;
}

/* Tablettes */
@media (max-width: 62rem) {
    .care-services__layout {
        grid-template-columns: 1fr !important;
    }

    .care-services__content h2 {
        max-width: 20ch !important;
    }
}

/* Téléphones */
@media (max-width: 42rem) {
    .care-services__content h2,
    .care-balance__card--with h2,
    .care-balance__card--without h2 {
        max-width: none !important;
        font-size: 2rem !important;
    }
}
