/* ============================================================
   NOS SERVICES PAGE — Mon Monte-Escalier
   Pixel-perfect from Figma design
   ============================================================ */

:root {
    --me-blue: #01158e;
    --me-blue-light: #0024ff;
    --me-orange: #ff6a00;
    --me-dark: #3c3c3d;
    --me-card-bg: #eeeff8;
    --me-light: #e9e9e9;
    --me-blue-dark: #001070;
    --me-white: #ffffff;
}

.me-nos-services { overflow-x: hidden; }
.me-ns-hero { position: relative; height: 700px; display: flex; align-items: center; overflow: hidden; margin-bottom: -150px; z-index: 1; }
.me-ns-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.me-ns-hero-bg img {
    width: 100%;
    height: 137.16%;
    object-fit: cover;
    position: absolute;
    top: 0.05%;
    left: 0;
}
.me-ns-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(94.04deg, rgba(0,0,0,0.4) 35.48%, rgba(102,102,102,0) 52.65%);
}
.me-ns-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px 0 87px;
}
.me-ns-hero .me-section-title {
    text-shadow: 0 4px 29px rgba(255,255,255,0.25);
}
.me-ns-hero-desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.555;
    max-width: 474px;
    letter-spacing: 0.72px;
    margin-top: 12px;
}

/* ---------- CONTENT WRAPPER ---------- */
.me-ns-content-wrapper {
    background: #fff;
    border-radius: 150px 150px 0 0;
    position: relative;
    z-index: 2;
    padding: 100px 70px 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.me-ns-sections {
    display: flex;
    flex-direction: column;
    gap: 200px;
    width: 1340px;
}

/* ---------- SECTION ROW ---------- */
.me-ns-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.me-ns-row--text-left { flex-direction: row; }
.me-ns-row--image-left { flex-direction: row; }
.me-ns-row--centered {
    flex-direction: column;
    text-align: center;
    gap: 12px;
}

.me-ns-col--text {
    flex: 0 0 auto;
    max-width: 648px;
    min-width: 0;
}
.me-ns-row--image-left .me-ns-col--text {
    padding-left: 15px;
}

/* ---------- IMAGE FRAME ---------- */
.me-ns-image-frame {
    width: 607px;
    height: 736px;
    border-radius: 59px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.me-ns-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- SECTION HEADER ---------- */
.me-section-header {
    display: flex;
    flex-direction: column;
    gap: 14.25px;
}
.me-section-header--centered { align-items: center; }

.me-section-eyebrow {
    display: inline-flex;
    align-items: center;
    padding-left: 29px;
    position: relative;
    padding-bottom: 2px;
    align-self: flex-start;
}
.me-section-header--centered .me-section-eyebrow { align-self: center; }

.me-eyebrow-dot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--me-orange);
}
.me-eyebrow-text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--me-blue-light);
}
.me-section-title {
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 0.75px;
    text-align: left;
}
.me-section-header--centered .me-section-title {
    text-align: center;
    max-width: 968px;
}
.me-ns-centered-desc {
    color: #3C3C3D;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    width: 100%;
    margin: 0;
}

/* ---------- CONTENT GAP WRAPPER (title → text → cta) ---------- */
.me-ns-content-gap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

/* ---------- TEXT ---------- */
.me-ns-text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.me-ns-text,
.me-ns-text-block p {
    font-size: 18px;
    font-weight: 400;
    color: var(--me-dark);
    line-height: 1.555;
    letter-spacing: 0.72px;
    margin: 0;
}

.me-ns-row--centered .me-ns-centered-desc {
    margin-top: 0;
}

.me-text-orange {
    color: var(--me-orange);
    font-weight: 600;
}

/* ---------- CHECK LIST ---------- */
.me-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.me-check-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
}
.me-check-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}
.me-check-text {
    font-size: 21px;
    font-weight: 500;
    color: var(--me-blue-dark);
    line-height: 1.5;
    letter-spacing: 0.28px;
}

/* ---------- CTA BUTTON ---------- */
.me-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--me-blue);
    border-radius: 25px;
    padding: 5px 25px 5px 5px;
    text-decoration: none;
    transition: opacity 0.2s;
    flex-shrink: 0;
    width: fit-content;
}
.me-cta-btn:hover { opacity: 0.9; text-decoration: none; }

.me-cta-btn--outline {
    background: transparent;
    border: 1px solid #fff;
}
.me-cta-btn--white { background: #fff; }

.me-cta-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--me-blue);
    flex-shrink: 0;
}
.me-cta-icon--outline {
    background: #fff;
    color: var(--me-blue);
}
.me-cta-icon--orange-bg {
    background: var(--me-orange);
    color: #fff;
}

.me-cta-text {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.28px;
    white-space: nowrap;
    line-height: 1.833;
}
.me-cta-text--outline { color: #fff; }
.me-cta-text--dark { color: var(--me-orange); }

/* ---------- FEATURE CARDS ---------- */
.me-ns-cards {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
}
.me-ns-cards--trust {
    flex-direction: column;
    margin-top: 50px;
}
.me-ns-cards-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.me-feature-card {
    background: var(--me-card-bg);
    border-radius: 25px;
    padding: 30px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.me-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--me-blue);
}
.me-feature-icon svg {
    width: 48px;
    height: 48px;
    display: block;
}
.me-feature-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
    width: 100%;
}
.me-feature-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--me-blue);
    margin: 0;
    line-height: 1.125;
    letter-spacing: 0.28px;
    white-space: nowrap;
    text-align: left;
}
.me-feature-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--me-dark);
    line-height: 1.555;
    margin: 0;
    letter-spacing: 0.72px;
    text-align: left;
}
.me-feature-desc--bold {
    font-weight: 600;
}
.me-feature-desc strong {
    font-weight: 600;
}

/* ---------- CTA BANNER ---------- */
.me-ns-cta-banner {
    background: var(--me-orange);
    border-radius: 40px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
}
.me-ns-cta-banner .me-section-title {
    width: 100% !important;
    max-width: 100% !important;
}
.me-ns-cta-banner-desc {
    font-size: 18px;
    color: var(--me-light);
    line-height: 1.555;
    letter-spacing: 0.72px;
    max-width: 930px;
    margin: 0;
}
.me-ns-cta-banner-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1440px) {
    .me-ns-hero-content {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .me-ns-image-frame {
        width: 100%;
        max-width: 500px;
        height: 500px;
    }
    .me-ns-sections {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .me-ns-content-wrapper {
        border-radius: 80px 80px 0 0;
        padding: 60px 30px 0;
        max-width: 100%;
    }
    .me-ns-sections {
        gap: 100px;
        width: 100%;
    }
    .me-ns-row {
        flex-direction: column !important;
        gap: 40px;
    }
    .me-ns-row--centered {
        gap: 16px;
    }
    .me-ns-col--text {
        max-width: 100%;
        padding-left: 0 !important;
        order: 2;
    }
    .me-ns-col--image {
        width: 100%;
        order: 1;
    }
    .me-ns-image-frame {
        width: 100%;
        max-width: 100%;
        height: 400px;
        border-radius: 40px;
    }
    .me-ns-cards {
        flex-wrap: wrap;
    }
    .me-ns-cards-row {
        flex-wrap: wrap;
    }
    .me-feature-card {
        min-width: 280px;
    }
    .me-section-title {
        font-size: 38px !important;
    }
    .me-ns-hero .me-section-title {
        font-size: 42px !important;
    }
    .me-ns-hero {
        height: 600px;
        margin-bottom: -100px;
    }
    .me-ns-hero-content {
        padding: 0 30px 0 30px;
    }
    .me-ns-hero-desc {
        max-width: 100%;
    }
    .me-ns-cta-banner {
        border-radius: 35px;
    }
    .me-ns-cta-banner-btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .me-ns-cta-banner-btns .me-cta-btn {
        width: 100%;
        max-width: 400px;
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .me-ns-hero {
        height: 450px;
        margin-bottom: -60px;
    }
    .me-ns-hero-content {
        padding: 0 20px 0 20px;
        margin-top: 50px;
    }
    .me-ns-hero .me-section-header {
        gap: 8px;
    }
    .me-section-title {
        font-size: 28px !important;
    }
    .me-ns-hero .me-section-title {
        font-size: 32px !important;
    }
    .me-ns-hero-desc {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .me-ns-content-wrapper {
        border-radius: 50px 50px 0 0;
        padding: 40px 20px 0;
    }
    .me-ns-sections {
        gap: 60px;
        width: 100%;
    }
    .me-ns-col--image {
        width: 100%;
        order: 1;
    }
    .me-ns-col--text {
        order: 2;
    }
    .me-ns-image-frame {
        height: 280px;
        border-radius: 30px;
    }
    .me-ns-cards {
        flex-direction: column;
        margin-top: 30px;
    }
    .me-ns-cards--trust {
        margin-top: 30px;
    }
    .me-ns-cards-row {
        flex-direction: column;
    }
    .me-feature-card {
        padding: 20px;
    }
    .me-check-text {
        font-size: 18px;
    }
    .me-ns-text,
    .me-ns-text-block p {
        font-size: 16px;
    }
    .me-ns-cta-banner {
        border-radius: 30px;
        padding: 30px 20px;
    }
    .me-ns-cta-banner-btns {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .me-ns-cta-banner-btns .me-cta-btn {
        width: 100%;
        max-width: 100%;
        justify-content: start;
    }
    .me-ns-cta-banner .me-section-title {
        font-size: 28px !important;
    }
    .me-eyebrow-text {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .me-content-gap {
        gap: 16px;
        margin-top: 14px;
    }
    .me-cta-text {
        white-space: normal;
        font-size: 16px;
    }
    .me-feature-title {
        font-size: 20px;
        white-space: normal;
    }
    .me-feature-desc {
        font-size: 16px;
    }
    .me-ns-row--centered {
        gap: 8px;
    }
    .me-ns-centered-desc {
        font-size: 16px;
    }
    .me-check-icon {
        width: 34px;
        height: 34px;
    }
    .me-check-list li {
        gap: 6px;
    }
    .me-check-list {
        gap: 10px;
    }
}
