/* ============================================================
   NOS MODELES PAGE — Mon Monte-Escalier
   Based on Figma design
   ============================================================ */

:root {
    --me-blue: #01158e;
    --me-blue-light: #0024ff;
    --me-orange: #ff6a00;
    --me-dark: #3c3c3d;
    --me-light: #e9e9e9;
}

.me-nos-modeles { overflow-x: hidden; }

/* ---------- HERO ---------- */
.me-nm-hero {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: -150px;
    z-index: 1;
}
.me-nm-hero-bg { position: absolute; inset: 0; z-index: 0; }
.me-nm-hero-bg img {
    width: 100%;
    height: 138.24%;
    object-fit: cover;
    position: absolute;
    top: -9.41%;
    left: 0;
}
.me-nm-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-nm-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px 0 87px;
}
.me-nm-hero .me-section-title {
    text-shadow: 0 4px 29px rgba(255,255,255,0.25);
}
.me-nm-hero-desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.555;
    max-width: 474px;
    letter-spacing: 0.72px;
}

/* ---------- CONTENT WRAPPER ---------- */
.me-nm-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-nm-sections {
    display: flex;
    flex-direction: column;
    gap: 200px;
    width: 1340px;
}
.me-nm-row {
    display: flex;
}
.me-nm-row--centered {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.me-nm-centered-desc {
    color: var(--me-dark);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    max-width: 967px;
    margin: 0;
}

/* ---------- SECTION HEADER (shared) ---------- */
.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: 990px;
    white-space: pre-wrap;
}

/* ---------- BRAND CARDS ---------- */
.me-nm-brands {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
}
.me-nm-brand-card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(12,12,13,0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.me-nm-brand-card .separate {
    display: flex;
    justify-content: center;
}
.me-nm-brand-card .separate span {
    width: calc(100% - 60px);
    height: 1px;
    background: #F0F0F0;
    padding: 0 30px;
}
.me-nm-brand-header {
    padding: 30px;
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.me-nm-brand-name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 27px;
}
.me-nm-brand-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 28px;
    letter-spacing: 0.72px;
    text-align: left;
}
.me-nm-brand-body {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.me-nm-brand-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--me-dark);
    line-height: 28px;
    letter-spacing: 0.72px;
    margin: 0;
    text-align: left;
}
.me-nm-brand-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.me-nm-brand-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: start;
}
.me-nm-brand-features li span {
    font-size: 18px;
    color: var(--me-dark);
    letter-spacing: 0.28px;
    white-space: nowrap;
}
.me-nm-brand-models {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.me-nm-brand-model {
    display: flex;
    align-items: center;
    gap: 8px;
}
.me-nm-brand-model span {
    font-size: 16px;
    color: var(--me-dark);
    letter-spacing: 0.28px;
    white-space: nowrap;
}
.me-nm-brand-cta {
    padding: 0 30px 30px;
    display: flex;
    justify-content: start;
}
.me-nm-brand-separator {
    background: #F0F0F0;
    width: 580px;
    height: 1px;
    margin: 0 auto;
}

/* ---------- CTA BUTTON (shared) ---------- */
.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); }

/* ---------- STAIR CARDS ---------- */
.me-nm-stairs {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
}
.me-nm-stair-card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(12,12,13,0.05);
    display: flex;
    flex-direction: column;
}
.me-nm-stair-header {
    background: var(--me-orange);
    border-radius: 25px 25px 0 0;
    padding: 30px;
}
.me-nm-stair-name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 27px;
    text-align: left;
}
.me-nm-stair-image {
    height: 248px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
}
.me-nm-stair-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.me-nm-stair-body {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.me-nm-stair-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--me-dark);
    line-height: 28px;
    letter-spacing: 0.72px;
    margin: 0;
    text-align: left;
}
.me-nm-stair-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.me-nm-stair-features li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.me-nm-stair-features li span {
    font-size: 18px;
    color: var(--me-dark);
    letter-spacing: 0.28px;
    white-space: nowrap;
}
.me-nm-stair-ideal {
    padding: 0 30px;
}
.me-nm-stair-ideal-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--me-dark);
    margin: 0 0 4px;
    text-align: left;
}
.me-nm-stair-ideal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
    gap: 4px 12px;
}
.me-nm-stair-ideal-list li {
    font-size: 16px;
    color: var(--me-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}
.me-nm-stair-availability {
    padding: 20px 30px;
}
.me-nm-stair-availability p {
    font-size: 16px;
    color: var(--me-dark);
    margin: 0;
}
.me-nm-stair-availability strong {
    font-weight: 500;
}
.me-nm-stair-card .separate {
    display: flex;
    justify-content: center;
    padding: 20px 30px;
}
.me-nm-stair-card .separate span {
    width: 100%;
    height: 1px;
    background: #F0F0F0;
}

/* ---------- COMPARISON TABLE ---------- */
.me-nm-table-wrap {
    width: 100%;
    margin-top: 50px;
    border: 1px solid #d9dee8;
    border-radius: 8px;
    overflow: hidden;
}
.me-nm-table {
    width: 100%;
    border-collapse: collapse;
}
.me-nm-table thead th {
    background: var(--me-orange);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 24px;
    text-align: left;
}
.me-nm-table thead th:first-child { width: 40%; }
.me-nm-table tbody td {
    font-size: 18px;
    color: #000;
    padding: 12px 24px;
    border-bottom: 1px solid #d9dee8;
    text-align: left;
}
.me-nm-table thead th:not(:last-child) { border-right: 1px solid #d9dee8; }
.me-nm-table tbody tr:last-child td { border-bottom: none; }
.me-nm-table tbody td:first-child { font-weight: 500; }
.me-nm-table tbody td:not(:last-child) { border-right: 1px solid #d9dee8; }

/* ---------- PROCESS SECTION ---------- */
.me-nm-process-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    margin-top: 50px;
}
.me-nm-process-left { flex-shrink: 0; }
.me-nm-process-image {
    width: 540px;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.me-nm-process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 500px;
}
.me-nm-process-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 152px;
    height: 152px;
    background: var(--me-orange);
    border-radius: 0 69px 0 0;
}
.me-nm-process-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.me-nm-process-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}
.me-nm-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.me-nm-step-num {
    width: 85px;
    height: 85px;
    border-radius: 42.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    flex-shrink: 0;
}
.me-nm-step-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--me-blue);
    margin: 0 0 4px;
}
.me-nm-step-content p {
    font-size: 18px;
    color: var(--me-dark);
    margin: 0;
    line-height: 28px;
}

/* ---------- FAQ ---------- */
.me-nm-faq {
    width: 100%;
    max-width: 1300px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.me-nm-faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.me-nm-faq-item:last-child { border-bottom: none; }
.me-nm-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 31.5px;
}
.me-nm-faq-question span { flex: 1; }
.me-nm-faq-icon { flex-shrink: 0; transition: transform 0.2s; }
.me-nm-faq-item--open .me-nm-faq-vert { display: none; }
.me-nm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.me-nm-faq-item--open .me-nm-faq-answer {
    max-height: 300px;
    margin-top: 16px;
}
.me-nm-faq-answer p {
    font-size: 18px;
    color: var(--me-dark);
    line-height: 28px;
    margin: 0;
    text-align: left;
}

/* ---------- CTA BANNER ---------- */
.me-nm-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-nm-cta-banner .me-section-title {
    width: 100% !important;
    max-width: 100% !important;
}
.me-nm-cta-banner-desc {
    font-size: 18px;
    color: var(--me-light);
    line-height: 1.555;
    letter-spacing: 0.72px;
    max-width: 930px;
    margin: 0;
}
.me-nm-cta-banner-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1440px) {
    .me-nm-hero-content {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .me-nm-sections { width: 100%; }
    .me-nm-process-image { width: 400px; height: 400px; }
}
@media (max-width: 1200px) {
    .me-nm-content-wrapper {
        border-radius: 80px 80px 0 0;
        padding: 60px 30px 0;
        max-width: 100%;
    }
    .me-nm-sections { gap: 100px; width: 100%; }
    .me-nm-process-content {
        flex-direction: column !important;
        gap: 40px;
    }
    .me-nm-process-image { width: 100%; max-width: 400px; height: 400px; }
    .me-nm-brands { flex-direction: column; }
    .me-nm-stairs { flex-direction: column; }
    .me-section-title { font-size: 38px !important; }
    .me-nm-hero .me-section-title { font-size: 42px !important; }
    .me-nm-hero { height: 600px; margin-bottom: -100px; }
    .me-nm-hero-content { padding: 0 30px 0 30px; }
    .me-nm-hero-desc { max-width: 100%; }
    .me-nm-cta-banner { border-radius: 35px; }
    .me-nm-cta-banner-btns { flex-direction: column; align-items: center; width: 100%; }
    .me-nm-cta-banner-btns .me-cta-btn { width: 100%; max-width: 400px; justify-content: start; }
}
@media (max-width: 768px) {
    .me-nm-hero { height: 450px; margin-bottom: -60px; }
    .me-nm-hero-content { padding: 0 20px 0 20px; margin-top: 50px; }
    .me-nm-hero .me-section-header { gap: 8px; }
    .me-section-title { font-size: 28px !important; }
    .me-nm-hero .me-section-title { font-size: 32px !important; }
    .me-nm-hero-desc { font-size: 16px; letter-spacing: 0.5px; }
    .me-nm-content-wrapper { border-radius: 50px 50px 0 0; padding: 40px 20px 0; }
    .me-nm-sections { gap: 60px; width: 100%; }
    .me-nm-process-image { width: 100%; max-width: 300px; height: 300px; }
    .me-nm-process-image img { border-radius: 200px; }
    .me-nm-table-wrap { overflow-x: auto; }
    .me-nm-table thead th { font-size: 16px; padding: 10px 16px; }
    .me-nm-table tbody td { font-size: 16px; padding: 10px 16px; }
    .me-nm-step-num { width: 60px; height: 60px; font-size: 22px; }
    .me-nm-step-content h4 { font-size: 20px; }
    .me-nm-step-content p { font-size: 16px; }
    .me-nm-faq-question { font-size: 18px; }
    .me-nm-faq-answer p { font-size: 16px; }
    .me-nm-cta-banner { border-radius: 30px; padding: 30px 20px; }
    .me-nm-cta-banner-btns { flex-direction: column; width: 100%; align-items: center; }
    .me-nm-cta-banner-btns .me-cta-btn { width: 100%; max-width: 100%; justify-content: start; }
    .me-nm-cta-banner .me-section-title { font-size: 28px !important; }
    .me-eyebrow-text { font-size: 16px; letter-spacing: 3px; }
    .me-cta-text { white-space: normal; font-size: 16px; }
    .me-section-header--centered .me-section-title { white-space: normal; }
    .me-nm-brand-features li span,
    .me-nm-stair-features li span { white-space: normal; font-size: 16px; }
    .me-nm-centered-desc { font-size: 16px; }
}
