
    /* ============================================================
     * ea6-* CSS hero (réplique compacte de ea-archive-model-v6.php)
     * — Nécessaire car ce CSS-là est chargé uniquement sur is_tax('vehicule').
     * ============================================================ */
    .ea-elementor-l2-wrapper.ea6-model { font-family: 'Manrope', system-ui, sans-serif; padding: 32px 0 8px; background: #fff; color: rgb(64,66,77); }
    .ea-elementor-l2-wrapper .ea6-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .ea-elementor-l2-wrapper .ea6-m-hero-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
    @media (min-width: 980px) { .ea-elementor-l2-wrapper .ea6-m-hero-grid { grid-template-columns: 1fr 340px; gap: 36px; } }
    .ea-elementor-l2-wrapper .ea6-m-hero-main { min-width: 0; }
    .ea-elementor-l2-wrapper .ea6-chip { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #0D1144; background: rgb(237,239,247); padding: 6px 12px; border-radius: 4px; margin-bottom: 14px; }
    .ea-elementor-l2-wrapper .ea6-h1 { font-size: 38px; line-height: 1.1; font-weight: 800; color: rgb(30,30,36); letter-spacing: -0.02em; margin: 0 0 14px; }
    .ea-elementor-l2-wrapper .ea6-h1 em { font-style: normal; }
    @media (max-width: 768px) { .ea-elementor-l2-wrapper .ea6-h1 { font-size: 26px; } }
    .ea-elementor-l2-wrapper .ea6-lead { font-size: 16px; line-height: 1.55; color: rgb(64,66,77); margin: 0 0 22px; }
    .ea-elementor-l2-wrapper .ea6-lead strong { color: #0D1144; font-weight: 700; }
    .ea-elementor-l2-wrapper .ea6-m-hero-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 6px; }
    @media (min-width: 700px) { .ea-elementor-l2-wrapper .ea6-m-hero-badges { grid-template-columns: repeat(4, 1fr); } }
    .ea-elementor-l2-wrapper .ea6-m-spec-card { background: rgb(237,239,247); border-radius: 10px; padding: 12px 14px; display: flex; flex-direction: column; gap: 4px; }
    .ea-elementor-l2-wrapper .ea6-m-spec-label { font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: rgb(124,128,138); }
    .ea-elementor-l2-wrapper .ea6-m-spec-value { font-size: 17px; font-weight: 700; color: rgb(30,30,36); }
    /* Sidebar conseil */
    .ea-elementor-l2-wrapper .ea6-m-hero-side { position: sticky; top: 90px; }
    @media (max-width: 979px) { .ea-elementor-l2-wrapper .ea6-m-hero-side { position: static; } }
    .ea-elementor-l2-wrapper .ea6-m-pick-card { background: #fff; border: 1px solid rgba(13,17,68,0.08); border-radius: 14px; padding: 22px; box-shadow: 0 2px 16px rgba(13,17,68,0.04); }
    .ea-elementor-l2-wrapper .ea6-m-pick-title { font-size: 16px; font-weight: 700; color: rgb(30,30,36); margin: 0 0 6px; }
    .ea-elementor-l2-wrapper .ea6-m-pick-sub { font-size: 13px; color: rgb(64,66,77); margin: 0 0 14px; line-height: 1.45; }
    .ea-elementor-l2-wrapper .ea6-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; font-weight: 700; padding: 11px 18px; border-radius: 8px; text-decoration: none; transition: opacity .15s, transform .15s; line-height: 1; }
    .ea-elementor-l2-wrapper .ea6-btn-block { display: flex; width: 100%; }
    .ea-elementor-l2-wrapper .ea6-btn-primary { background: #0D1144; color: #fff !important; margin-bottom: 8px; }
    .ea-elementor-l2-wrapper .ea6-btn-primary:hover { opacity: .92; transform: translateY(-1px); }
    .ea-elementor-l2-wrapper .ea6-btn:not(.ea6-btn-primary) { border: 1.5px solid #0D1144; color: #0D1144 !important; background: transparent; }
    .ea-elementor-l2-wrapper .ea6-btn:not(.ea6-btn-primary):hover { background: #0D1144; color: #fff !important; }

    /* ============================================================
     * Section produits (cards SKU) — déjà ok mais je gardes structure
     * ============================================================ */
    .ea-el-products { padding: 1.5rem 0 2.5rem; }
    .ea6-h2 { font-size: 28px; font-weight: 700; color: #0D1144; text-align: center; margin: 0 0 8px; letter-spacing: -0.01em; }
    .ea6-section-sub { font-size: 14px; color: #5F5E5A; text-align: center; margin: 0 0 24px; }
    .ea-el-products-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
    @media (min-width: 600px) { .ea-el-products-grid { grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1024px) { .ea-el-products-grid { grid-template-columns: repeat(4, 1fr); } }
    .ea-el-card { background: #fff; border: 1px solid rgba(13,17,68,0.10); border-radius: 12px; padding: 18px 20px; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s, transform .15s; font-family: 'Manrope', sans-serif; }
    .ea-el-card:hover { border-color: #0D1144; transform: translateY(-1px); }
    .ea-el-card-head { display: flex; justify-content: space-between; align-items: center; }
    .ea-el-card-ref { font-weight: 700; color: #0D1144; font-size: 16px; }
    .ea-el-card-badge { font-size: 10px; font-weight: 600; letter-spacing: .04em; padding: 3px 10px; background: #EAF3DE; color: #173404; border-radius: 4px; }
    .ea-el-card-type { font-size: 13px; font-weight: 500; color: #2C2C2A; }
    .ea-el-card-charges { font-size: 12px; color: #888780; }
    .ea-el-card-foot { margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(13,17,68,.06); display: flex; justify-content: space-between; align-items: center; }
    .ea-el-card-price { font-size: 16px; font-weight: 700; color: #0D1144; }
    .ea-el-card-arrow { font-size: 16px; color: #185FA5; }
    