.elementor-500 .elementor-element.elementor-element-275705b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */<style>
/* Conteneur Global */
.imh-product-page {
    max-width: 1140px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: sans-serif;
    color: #1e293b;
}

/* 1. HERO SECTION */
.product-hero {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}
.hero-content { flex: 1; }
.hero-visual { flex: 1; display: flex; justify-content: center; }
.product-badge {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}
.hero-content h1 { font-size: 42px; margin: 0 0 10px 0; font-weight: 800; color: #0f172a; }
.hero-content h2 { font-size: 22px; margin: 0 0 20px 0; font-weight: 600; color: #475569; line-height: 1.4; }
.hero-lead { font-size: 16px; line-height: 1.6; color: #64748b; margin-bottom: 30px; }
.btn-primary {
    display: inline-block;
    background: #2271b1;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-primary:hover { background: #135e96; color: #fff; }
.hero-reassurance { list-style: none; padding: 0; margin: 25px 0 0 0; display: flex; gap: 20px; font-size: 13px; color: #64748b; }

.visual-mockup {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
    max-width: 380px;
}
.visual-mockup img { width: 100%; height: auto; border-radius: 8px; }

/* 2. SECTION AVANT / APRÈS */
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h3 { font-size: 28px; margin-bottom: 10px; font-weight: 700; }
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 80px; }
.vs-card { padding: 30px; border-radius: 12px; border: 1px solid #e2e8f0; }
.vs-card h4 { font-size: 18px; margin-top: 0; font-weight: 700; }
.vs-card ul { padding-left: 20px; margin: 15px 0 0 0; }
.vs-card li { margin-bottom: 12px; font-size: 14.5px; line-height: 1.5; }
.vs-nightmare { background: #fff5f5; border-color: #feb2b2; color: #9b2c2c; }
.vs-success { background: #f0fdf4; border-color: #bbf7d0; color: #166534; }

/* 3. SECTION FEATURES */
.product-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; margin-bottom: 80px; }
.feature-item { background: #fff; border: 1px solid #e2e8f0; padding: 25px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); }
.feat-icon { font-size: 30px; display: block; margin-bottom: 15px; }
.feature-item h4 { font-size: 18px; margin: 0 0 10px 0; font-weight: 700; }
.feature-item p { font-size: 14px; line-height: 1.6; color: #475569; margin: 0; }

/* 4. SECTION PRICING */
.product-pricing { display: flex; justify-content: center; }
.pricing-card { background: #fff; border: 2px solid #2271b1; border-radius: 16px; padding: 40px; text-align: center; max-width: 450px; width: 100%; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.06); }
.pricing-card h3 { font-size: 24px; margin: 0 0 15px 0; font-weight: 700; }
.price-tag { font-size: 38px; font-weight: 800; color: #0f172a; margin-bottom: 15px; }
.price-tag span { font-size: 16px; color: #64748b; font-weight: 400; }
.price-desc { font-size: 14.5px; color: #475569; margin-bottom: 25px; }
.pricing-card .btn-primary { width: 100%; text-align: center; box-sizing: border-box; }
.pricing-features { list-style: none; padding: 0; margin: 30px 0 0 0; text-align: left; }
.pricing-features li { margin-bottom: 12px; font-size: 14.5px; color: #334155; }

/* Responsive Mobile */
@media (max-width: 768px) {
    .product-hero { flex-direction: column; text-align: center; gap: 30px; }
    .hero-reassurance { flex-direction: column; gap: 10px; align-items: center; }
    .vs-grid { grid-template-columns: 1fr; }
}


/* Ajustement des cartes d'atouts majeurs */
.vs-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 30px; 
    margin-bottom: 60px; 
}

/* Bloc Double Sécurité */
.product-security {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 60px;
}
.product-security h4 {
    color: #b45309;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.product-security p {
    color: #d97706;
    font-size: 14.5px;
    margin-bottom: 15px;
}
.product-security ul {
    margin: 0;
    padding-left: 20px;
}
.product-security li {
    color: #78350f;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .vs-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */