/* ==========================================================================
   LM80 Services Page — Styles
   ========================================================================== */

/* Reset Elementor container padding/gap (ce CSS ne charge que sur la page nos-services) */
body:not(.elementor-editor-active) .e-con.e-parent {
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --gap: 0px;
    --row-gap: 0px;
}

/* ── Services Hero ────────────────────────────────────────────────────── */

.lm80-services-hero {
    background: linear-gradient(180deg, #f3e8f9 0%, #f8f5fa 40%, #ffffff 100%);
    padding-top: 140px !important;
    text-align: center;
}

@media (min-width: 769px) {
    .lm80-services-hero {
        padding-top: 160px !important;
    }
}

.lm80-services-hero .lm80-section-header {
    max-width: 800px;
}

.lm80-services-hero .lm80-section-header h1 {
    font-family: var(--lm80-font-heading);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 var(--lm80-spacing-md);
}
