/* ═══════════════════════════════════════════════════════════════════════
 * LZ Pourquoi Nous Choisir — Layout split éditorial + grille 2x2 atouts
 * Couleurs : #152738 (marine) / #808186 (gris)
 * ═══════════════════════════════════════════════════════════════════════ */

.lz-why {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #f7f8f9;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.lz-why *,
.lz-why *::before,
.lz-why *::after {
    box-sizing: border-box;
}

.lz-why__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.lz-why__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.1fr;
    gap: 70px;
    align-items: center;
}

/* ─── COLONNE GAUCHE — Bloc éditorial + CTA + Stats ───────────────────── */
.lz-why__left {
    padding-right: 10px;
}

.lz-why__kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #808186;
    margin-bottom: 18px;
}

.lz-why__kicker::before {
    content: '';
    width: 34px;
    height: 1px;
    background: #808186;
    display: inline-block;
}

.lz-why__title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #152738;
    margin: 0 0 20px;
}

.lz-why__title-accent {
    color: #808186;
    font-style: italic;
    font-weight: 700;
    position: relative;
}

.lz-why__title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05em;
    height: 2px;
    background: #808186;
    opacity: 0.4;
}

.lz-why__subtitle {
    font-size: 1rem;
    line-height: 1.65;
    color: #506069;
    margin: 0 0 28px;
    max-width: 480px;
}

/* ─── CTA ─────────────────────────────────────────────────────────────── */
.lz-why__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    background: #152738;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, gap 0.3s ease, transform 0.3s ease;
}

.lz-why__cta:hover {
    background: #808186;
    gap: 14px;
    transform: translateY(-2px);
}

.lz-why__cta svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.lz-why__cta:hover svg {
    transform: translateX(3px);
}

/* ─── STATISTIQUES ────────────────────────────────────────────────────── */
.lz-why__stats {
    display: flex;
    gap: 28px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e2e5e9;
}

.lz-why__stat {
    flex: 1;
    min-width: 0;
}

.lz-why__stat-num {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 800;
    color: #152738;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.lz-why__stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #808186;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.4;
}

/* ─── COLONNE DROITE — Grille 2×2 d'atouts ───────────────────────────── */
.lz-why__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.lz-why__card {
    position: relative;
    background: #ffffff;
    padding: 28px 26px 26px;
    border-radius: 10px;
    border: 0.5px solid #e2e5e9;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lz-why__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -12px rgba(21, 39, 56, 0.18);
}

.lz-why__card-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #152738 0%, #2c4866 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 4px 14px -4px rgba(21, 39, 56, 0.4);
}

.lz-why__card:hover .lz-why__card-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 20px -4px rgba(21, 39, 56, 0.5);
}

.lz-why__card-icon i,
.lz-why__card-icon svg {
    font-size: 22px;
    color: #ffffff;
}

.lz-why__card-num {
    position: absolute;
    top: 22px;
    right: 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #808186;
    letter-spacing: 0.15em;
}

.lz-why__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #152738;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.lz-why__card-desc {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #506069;
    margin: 0;
}

/* ─── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .lz-why {
        padding: 60px 0;
    }
    .lz-why__inner {
        padding: 0 30px;
    }
    .lz-why__grid {
        gap: 50px;
    }
    .lz-why__card {
        padding: 24px 22px 22px;
    }
}

@media (max-width: 860px) {
    .lz-why__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lz-why__left {
        padding-right: 0;
    }
    .lz-why__subtitle {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .lz-why {
        padding: 50px 0;
    }
    .lz-why__inner {
        padding: 0 20px;
    }
    .lz-why__title {
        font-size: 1.85rem;
    }
    .lz-why__stats {
        gap: 16px;
        margin-top: 28px;
        padding-top: 22px;
    }
    .lz-why__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .lz-why__card {
        padding: 22px 20px;
    }
    .lz-why__card-icon {
        width: 48px;
        height: 48px;
    }
    .lz-why__card-icon i,
    .lz-why__card-icon svg {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lz-why__card,
    .lz-why__card-icon,
    .lz-why__cta,
    .lz-why__cta svg {
        transition: none !important;
    }
}
