:root {
    --prest-burgundy: #6c0c0c;
    --prest-burgundy-soft: #a24949;
    --prest-navy: #171d58;
    --prest-navy-soft: #4f5cb3;
    --prest-ink: rgba(23, 29, 88, .76);
    --prest-muted: rgba(23, 29, 88, .62);
    --prest-line: rgba(23, 29, 88, .08);
    --prest-line-strong: rgba(23, 29, 88, .14);
    --prest-shadow: 0 24px 60px rgba(17, 23, 61, .10);
    --prest-shadow-lg: 0 32px 86px rgba(17, 23, 61, .16);
}

main.prestations-page {
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 231, 218, .34) 0%, rgba(255, 231, 218, 0) 25%),
        radial-gradient(circle at 88% 16%, rgba(113, 132, 255, .10) 0%, rgba(113, 132, 255, 0) 28%),
        linear-gradient(180deg, #faf9fd 0%, #f6f5fb 34%, #fbfbff 100%);
}

.prestations-shell {
    width: min(100%, 1290px);
    margin: 0 auto;
    padding-inline: 1rem;
}

.prestations-hero .prestations-shell {
    width: min(100%, 1360px);
    padding-inline: clamp(1rem, 2.4vw, 1.45rem);
}

.prestations-hero,
.prestations-services,
.prestations-cta {
    position: relative;
    overflow: hidden;
}

.prestations-services::before,
.prestations-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 1080px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,
            rgba(23, 29, 88, 0) 0%,
            rgba(23, 29, 88, .08) 18%,
            rgba(108, 12, 12, .16) 50%,
            rgba(23, 29, 88, .08) 82%,
            rgba(23, 29, 88, 0) 100%);
}

.prestations-services::after,
.prestations-cta::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 5.75rem;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 12, 12, .94) 0%, rgba(40, 40, 112, .94) 100%);
    box-shadow: 0 8px 18px rgba(108, 12, 12, .12);
}

.prestations-hero {
    padding: 4.3rem 0 4.8rem;
    background:
        radial-gradient(circle at top left, rgba(255, 226, 212, .52) 0%, rgba(255, 226, 212, 0) 25%),
        radial-gradient(circle at 86% 12%, rgba(113, 132, 255, .10) 0%, rgba(113, 132, 255, 0) 28%),
        linear-gradient(180deg, #f8f7fc 0%, #fdfdff 100%);
}

.prestations-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr);
    gap: clamp(2.25rem, 4.2vw, 3.6rem);
    align-items: center;
}

.prestations-hero__eyebrow,
.prestations-section-head__eyebrow,
.prestations-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: #8a2f2f;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prestations-hero__eyebrow::before,
.prestations-section-head__eyebrow::before,
.prestations-cta__eyebrow::before {
    content: '';
    width: 2.6rem;
    height: 1px;
    background: rgba(138, 47, 47, .4);
}

.prestations-hero__title {
    max-width: 13.25ch;
    margin: 0 0 1.45rem;
    color: var(--prest-navy);
    font-size: clamp(2.6rem, 4.9vw, 4.75rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.prestations-hero__title::after,
.prestations-section-head h2::after,
.prestations-cta__title::after {
    content: '';
    display: block;
    width: 5.75rem;
    height: 4px;
    margin-top: 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 12, 12, .94) 0%, rgba(40, 40, 112, .94) 100%);
    box-shadow: 0 8px 18px rgba(108, 12, 12, .12);
}

.prestations-hero__lead {
    max-width: 61ch;
    margin: 0;
    color: var(--prest-ink);
    font-size: 1.08rem;
    line-height: 1.82;
}

.prestations-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.8rem;
}

.prestations-hero__pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: .72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 29, 88, .1);
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(23, 29, 88, .82);
    font-size: .9rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(17, 23, 61, .06);
}

.prestations-hero__visuals {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.prestations-hero__board {
    position: relative;
    width: min(100%, 40.5rem);
    min-height: 39rem;
    padding: 1rem .15rem .9rem .85rem;
}

.prestations-hero__board::before {
    content: '';
    position: absolute;
    inset: 1rem 0 1.25rem 2.15rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(23, 29, 88, .08);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, .82) 0%, rgba(237, 241, 255, .82) 100%);
    box-shadow: 0 30px 80px rgba(17, 23, 61, .10);
}

.prestations-hero__board::after {
    content: '';
    position: absolute;
    left: -.3rem;
    bottom: -.2rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 12, 12, .18) 0%, rgba(108, 12, 12, 0) 72%);
    filter: blur(10px);
    opacity: .55;
}

.prestations-hero__frame,
.prestations-hero__insight {
    position: absolute;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(23, 29, 88, .08);
    box-shadow: var(--prest-shadow-lg);
    isolation: isolate;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.prestations-hero__frame {
    background: #fff;
}

.prestations-hero__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(17, 23, 61, .42) 0%,
            rgba(17, 23, 61, .12) 22%,
            rgba(17, 23, 61, .08) 45%,
            rgba(17, 23, 61, .68) 76%,
            rgba(17, 23, 61, .90) 100%);
    pointer-events: none;
    z-index: 1;
}

.prestations-hero__frame--primary {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: min(100%, 27.8rem);
    transform: rotate(-2.5deg);
}

.prestations-hero__frame--secondary {
    top: .15rem;
    right: .15rem;
    z-index: 2;
    width: min(43%, 16rem);
    transform: rotate(3.25deg);
}

.prestations-hero__image-media {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translateZ(0);
}

.prestations-hero__frame--primary .prestations-hero__image-media {
    aspect-ratio: .9 / 1;
    min-height: 32.25rem;
}

.prestations-hero__frame--secondary .prestations-hero__image-media {
    aspect-ratio: 1 / 1;
}

.prestations-hero__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    border-radius: inherit;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: filter .28s ease;
}

.prestations-hero__img--tiles {
    object-position: center 24%;
}

.prestations-hero__frame:hover img {
    filter: saturate(1.02) contrast(1.01);
}

.prestations-hero__service-strip {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.prestations-hero__service-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 1.95rem;
    padding: 0 .82rem;
    border-radius: 999px;
    background: rgba(23, 29, 88, .88);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 14px 30px rgba(17, 23, 61, .24);
    font-size: .79rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-transform: uppercase;
}

.prestations-hero__caption {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1.1rem;
    z-index: 2;
    display: grid;
    gap: .45rem;
}

.prestations-hero__caption-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0 .85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prestations-hero__caption-text {
    margin: 0;
    color: #fff;
    max-width: 24ch;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}

.prestations-hero__insight {
    right: 0;
    bottom: .9rem;
    z-index: 3;
    width: min(47%, 17.15rem);
    padding: 1.3rem 1.2rem 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(255, 226, 212, .44) 0%, rgba(255, 226, 212, 0) 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(247, 248, 255, .92) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.prestations-hero__insight-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0 .72rem;
    border-radius: 999px;
    background: rgba(108, 12, 12, .08);
    color: #8a2f2f;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prestations-hero__insight-title {
    margin: .8rem 0 0;
    color: var(--prest-navy);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    text-wrap: balance;
}

.prestations-hero__insight-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin-top: 1rem;
}

.prestations-hero__metric {
    display: grid;
    gap: .2rem;
    padding: .82rem .8rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(23, 29, 88, .08);
}

.prestations-hero__metric strong {
    color: var(--prest-navy);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

.prestations-hero__metric span {
    color: var(--prest-muted);
    font-size: .82rem;
    line-height: 1.45;
}

.prestations-hero__insight-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .95rem;
}

.prestations-hero__insight-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0 .68rem;
    border-radius: 999px;
    background: rgba(23, 29, 88, .06);
    color: rgba(23, 29, 88, .72);
    font-size: .76rem;
    font-weight: 700;
}

.prestations-services {
    padding: 4.9rem 0 5.65rem;
    background:
        radial-gradient(circle at 10% 16%, rgba(126, 145, 255, .08) 0%, rgba(126, 145, 255, 0) 25%),
        linear-gradient(180deg, #f7f6fb 0%, #ffffff 100%);
}

.prestations-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    max-width: 860px;
    margin: 0 auto 3rem;
    text-align: center;
}

.prestations-section-head h2 {
    margin: 0;
    color: var(--prest-navy);
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.prestations-section-head h2::after {
    margin-inline: auto;
}

.prestations-section-head p {
    max-width: 60ch;
    margin: 0;
    color: var(--prest-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.prestations-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.55rem;
}

.service-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border-radius: 1.8rem;
    border: 1px solid var(--prest-line);
    background:
        radial-gradient(circle at top right, rgba(255, 229, 215, .28) 0%, rgba(255, 229, 215, 0) 26%),
        linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
    box-shadow: 0 18px 44px rgba(17, 23, 61, .08);
    overflow: hidden;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(108, 12, 12, .14);
    box-shadow: 0 28px 62px rgba(17, 23, 61, .14);
}

.service-card__visual {
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 221, 203, .28) 0%, rgba(255, 221, 203, 0) 34%),
        radial-gradient(circle at 82% 24%, rgba(129, 145, 255, .18) 0%, rgba(129, 145, 255, 0) 34%),
        linear-gradient(135deg, rgba(240, 242, 255, .78) 0%, rgba(255, 255, 255, .95) 100%);
}

.service-card__visual::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1.4rem;
    right: 1.4rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .82), rgba(255, 255, 255, 0));
}

.service-card__icon {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c0c0c, #282870);
    box-shadow: 0 16px 34px rgba(108, 12, 12, .18);
    color: #fff;
}

.service-card__icon svg {
    width: 2rem;
    height: 2rem;
}

.service-card__body {
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.55rem 1.6rem;
}

.service-card__eyebrow {
    color: #8a2f2f;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-card h3 {
    margin: .8rem 0 .9rem;
    color: var(--prest-navy);
    font-size: 1.42rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.service-card__copy {
    margin: 0;
    color: var(--prest-ink);
    line-height: 1.82;
}

.service-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.service-card__tags li {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: rgba(240, 242, 255, .92);
    border: 1px solid rgba(23, 29, 88, .08);
    color: rgba(23, 29, 88, .78);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.2;
}

.service-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem 1.1rem;
    margin-top: 1.45rem;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--prest-burgundy);
    font-size: .94rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .22s ease;
}

.service-card__link--secondary {
    color: var(--prest-navy);
}

.service-card__link svg {
    width: 1rem;
    height: 1rem;
    transition: transform .22s ease;
}

.service-card:hover .service-card__link {
    color: var(--prest-navy);
}

.service-card:hover .service-card__link--secondary {
    color: var(--prest-burgundy);
}

.service-card:hover .service-card__link svg {
    transform: translateX(4px);
}

.prestations-cta {
    padding: 4rem 0 4.6rem;
    background:
        radial-gradient(circle at top right, rgba(255, 229, 215, .38) 0%, rgba(255, 229, 215, 0) 26%),
        radial-gradient(circle at 10% 78%, rgba(113, 132, 255, .08) 0%, rgba(113, 132, 255, 0) 28%),
        linear-gradient(180deg, #faf9fd 0%, #f4f2fb 100%);
}

.prestations-cta__panel {
    position: relative;
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
    padding: 2.8rem 2rem 2.5rem;
    border-radius: 2rem;
    text-align: center;
    border: 1px solid rgba(23, 29, 88, .1);
    background:
        radial-gradient(circle at top right, rgba(255, 239, 230, .9) 0%, rgba(255, 239, 230, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(251, 251, 255, .98) 100%);
    box-shadow: 0 24px 60px rgba(17, 23, 61, .1);
}

.prestations-cta__title {
    margin: .95rem 0 .9rem;
    color: var(--prest-navy);
    font-size: clamp(2rem, 3.25vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.prestations-cta__title::after {
    margin-left: auto;
    margin-right: auto;
}

.prestations-cta__copy {
    max-width: 60ch;
    margin: 0 auto;
    color: var(--prest-muted);
    font-size: 1.05rem;
    line-height: 1.82;
}

.prestations-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 3.8rem;
    margin-top: 1.8rem;
    padding: 0 1.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #6c0c0c 0%, #7f1010 100%);
    color: #fff;
    font-size: .98rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(108, 12, 12, .18);
    transition: transform .22s ease, box-shadow .22s ease;
}

.prestations-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(108, 12, 12, .22);
}

.prestations-cta__button svg {
    width: 1.05rem;
    height: 1.05rem;
}

.prestations-guide,
.prestations-insights {
    padding: 4.75rem 0 5rem;
}

.prestations-local-links {
    position: relative;
    padding: 4.75rem 0 5rem;
}

.prestations-local-links::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 1080px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,
            rgba(23, 29, 88, 0) 0%,
            rgba(23, 29, 88, .08) 18%,
            rgba(108, 12, 12, .16) 50%,
            rgba(23, 29, 88, .08) 82%,
            rgba(23, 29, 88, 0) 100%);
}

.prestations-local-links::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 5.75rem;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 12, 12, .94) 0%, rgba(40, 40, 112, .94) 100%);
    box-shadow: 0 8px 18px rgba(108, 12, 12, .12);
}

.prestations-local-note {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.55rem;
    padding: 1.45rem 1.5rem;
    border: 1px solid rgba(23, 29, 88, .08);
    border-radius: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(248, 249, 255, .95) 100%);
    box-shadow: 0 18px 40px rgba(17, 23, 61, .08);
}

.prestations-local-note__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0 .9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(108, 12, 12, .96) 0%, rgba(40, 40, 112, .92) 100%);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(17, 23, 61, .14);
}

.prestations-local-note p {
    margin: .95rem 0 0;
    color: var(--prest-ink);
    font-size: .98rem;
    line-height: 1.78;
}

.prestations-local-note__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .85rem 1rem;
}

.prestations-local-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.prestations-local-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.8rem 1.55rem 1.5rem;
    border: 1px solid rgba(23, 29, 88, .08);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 56px rgba(17, 23, 61, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.prestations-local-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(108, 12, 12, .02) 0%, rgba(40, 40, 112, .04) 100%);
    opacity: 0;
    transition: opacity .28s ease;
}

.prestations-local-card:hover {
    transform: translateY(-5px);
    border-color: rgba(108, 12, 12, .14);
    box-shadow: 0 30px 66px rgba(17, 23, 61, .12);
}

.prestations-local-card:hover::before {
    opacity: 1;
}

.prestations-local-card__kicker,
.prestations-local-card h3,
.prestations-local-card p,
.prestations-local-card__cities,
.prestations-local-card__actions {
    position: relative;
    z-index: 1;
}

.prestations-local-card__kicker {
    color: #8a2f2f;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prestations-local-card h3 {
    margin: .85rem 0 .9rem;
    color: var(--prest-navy);
    font-size: 1.34rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.03em;
}

.prestations-local-card p {
    margin: 0;
    color: var(--prest-ink);
    line-height: 1.8;
}

.prestations-local-card__cities {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.25rem;
}

.prestations-local-card__cities a {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: .5rem .82rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 29, 88, .08);
    background: rgba(240, 242, 255, .92);
    color: rgba(23, 29, 88, .82);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color .22s ease, border-color .22s ease, transform .22s ease, background .22s ease;
}

.prestations-local-card__cities a:hover {
    transform: translateY(-1px);
    border-color: rgba(108, 12, 12, .16);
    background: rgba(255, 247, 242, .96);
    color: var(--prest-burgundy);
}

.prestations-local-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1rem;
    margin-top: auto;
    padding-top: 1.35rem;
}

.prestations-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.prestations-guide__card,
.prestations-insights__panel {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 1.85rem 1.55rem 1.55rem;
    border: 1px solid rgba(23, 29, 88, .08);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 56px rgba(17, 23, 61, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.prestations-guide__card::before,
.prestations-insights__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(108, 12, 12, .02) 0%, rgba(40, 40, 112, .04) 100%);
    opacity: 0;
    transition: opacity .28s ease;
}

.prestations-guide__card:hover,
.prestations-insights__panel:hover {
    transform: translateY(-5px);
    border-color: rgba(108, 12, 12, .14);
    box-shadow: 0 30px 66px rgba(17, 23, 61, .12);
}

.prestations-guide__card:hover::before,
.prestations-insights__panel:hover::before {
    opacity: 1;
}

.prestations-guide__kicker,
.prestations-insights__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0 .95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(108, 12, 12, .96) 0%, rgba(40, 40, 112, .92) 100%);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(17, 23, 61, .14);
}

.prestations-guide__card h3,
.prestations-insights__panel h2,
.prestations-faq-mini__item h3 {
    position: relative;
    z-index: 1;
    margin: 1.15rem 0 .85rem;
    color: var(--prest-navy);
    line-height: 1.2;
    letter-spacing: -.02em;
}

.prestations-guide__card h3,
.prestations-faq-mini__item h3 {
    font-size: 1.24rem;
}

.prestations-insights__panel h2 {
    font-size: 1.6rem;
}

.prestations-guide__card p,
.prestations-faq-mini__item p,
.prestations-insights__list {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(23, 29, 88, .72);
    font-size: .98rem;
    line-height: 1.8;
}

.prestations-insights__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 1.5rem;
}

.prestations-insights__list {
    display: grid;
    gap: .9rem;
    padding-left: 1.15rem;
    margin-top: .25rem;
}

.prestations-insights__list li::marker {
    color: #8a2f2f;
}

.prestations-faq-mini {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    margin-top: .35rem;
}

.prestations-faq-mini__item {
    padding: 1.15rem 1.05rem 1rem;
    border: 1px solid rgba(23, 29, 88, .08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .78);
}

@media (max-width: 1023px) {
    .prestations-hero__grid {
        grid-template-columns: 1fr;
    }

    .prestations-hero__copy {
        text-align: center;
    }

    .prestations-hero__title {
        max-width: 13ch;
        margin-left: auto;
        margin-right: auto;
    }

    .prestations-hero__title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .prestations-hero__lead {
        margin-inline: auto;
    }

    .prestations-hero__pills {
        justify-content: center;
    }

    .prestations-hero__visuals {
        justify-content: center;
    }

    .prestations-hero__board {
        width: min(100%, 39rem);
    }

    .prestations-grid {
        grid-template-columns: 1fr;
    }

    .prestations-guide__grid,
    .prestations-local-grid,
    .prestations-insights__grid {
        grid-template-columns: 1fr;
    }

    .prestations-local-note {
        grid-template-columns: 1fr;
    }

    .prestations-local-note__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .prestations-hero,
    .prestations-services,
    .prestations-local-links,
    .prestations-guide,
    .prestations-insights,
    .prestations-cta {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    .prestations-hero__eyebrow,
    .prestations-section-head__eyebrow,
    .prestations-cta__eyebrow {
        font-size: .75rem;
        letter-spacing: .1em;
    }

    .prestations-hero__eyebrow::before,
    .prestations-section-head__eyebrow::before,
    .prestations-cta__eyebrow::before {
        width: 2rem;
    }

    .prestations-hero__title {
        max-width: 13ch;
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .prestations-hero__lead,
    .prestations-section-head p,
    .service-card__copy,
    .prestations-cta__copy {
        font-size: .98rem;
        line-height: 1.75;
    }

    .prestations-hero__board {
        display: grid;
        width: 100%;
        min-height: auto;
        padding: 0;
        gap: 1rem;
    }

    .prestations-hero__board::before,
    .prestations-hero__board::after {
        display: none;
    }

    .prestations-hero__frame,
    .prestations-hero__insight,
    .service-card,
    .prestations-guide__card,
    .prestations-insights__panel,
    .prestations-cta__panel {
        position: relative;
        inset: auto;
        width: auto;
        transform: none;
        border-radius: 1.45rem;
    }

    .prestations-hero__frame--secondary {
        content-visibility: auto;
        contain-intrinsic-size: 1px 420px;
    }

    .prestations-hero__frame--primary .prestations-hero__image-media,
    .prestations-hero__frame--secondary .prestations-hero__image-media {
        aspect-ratio: 1 / 1;
        min-height: auto;
    }

    .prestations-hero__service-strip {
        top: .85rem;
        left: .85rem;
        right: .85rem;
    }

    .prestations-hero__caption {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .prestations-hero__insight {
        padding: 1.1rem 1rem 1rem;
    }

    .prestations-hero__insight-title {
        font-size: .98rem;
    }

    .prestations-hero__metric strong {
        font-size: 1.35rem;
    }

    .service-card__visual {
        min-height: 150px;
        padding: 1.5rem;
    }

    .service-card__body {
        padding: 1.45rem 1.2rem 1.3rem;
    }

    .service-card h3 {
        font-size: 1.28rem;
    }

    .prestations-guide__card,
    .prestations-insights__panel {
        padding: 1.5rem 1.15rem 1.3rem;
    }

    .prestations-local-note,
    .prestations-local-card {
        padding: 1.45rem 1.15rem 1.3rem;
    }

    .prestations-guide__card h3,
    .prestations-faq-mini__item h3 {
        font-size: 1.15rem;
    }

    .prestations-local-card h3 {
        font-size: 1.18rem;
    }

    .prestations-insights__panel h2 {
        font-size: 1.45rem;
    }

    .prestations-cta__panel {
        padding: 2rem 1.25rem 1.85rem;
    }
}

@supports (content-visibility: auto) {
    main.prestations-page > section:not(:first-of-type) {
        content-visibility: auto;
        contain-intrinsic-size: 1px 980px;
    }
}
