{"id":866,"date":"2022-02-20T16:29:36","date_gmt":"2022-02-20T15:29:36","guid":{"rendered":"https:\/\/www.beautydecoded.com\/?page_id=866"},"modified":"2026-04-20T14:01:35","modified_gmt":"2026-04-20T12:01:35","slug":"anti-blemish-care","status":"publish","type":"page","link":"https:\/\/www.beautydecoded.com\/en\/facial-care\/anti-blemish-care\/","title":{"rendered":"Anti-blemish care"},"content":{"rendered":"<!-- ============================================================\n     BEAUTYDECODED \u2014 Formation Imperfections\n     Landing page pastel\/\u00e9ditoriale align\u00e9e sur l'app\n     CTA \u2192 lien Adjust vers les stores\n     ============================================================ -->\n\n<style>\n  .bd-imperf {\n    \/* Palette pastel de l'app *\/\n    --bd-ink: #2a2438;\n    --bd-soft: #5a5468;\n    --bd-muted: #8a849a;\n    --bd-line: rgba(42, 36, 56, 0.08);\n    --bd-line-strong: rgba(42, 36, 56, 0.15);\n\n    --bd-cream: #faf6ef;\n    --bd-pink: #fce4ec;\n    --bd-lavender: #eae4fc;\n    --bd-peach: #ffe8d9;\n    --bd-rose: #fde8ea;\n    --bd-mint: #e4f4ee;\n\n    --bd-blue: #a8b8f5;\n    --bd-blue-deep: #7f93e8;\n    --bd-accent: #b88ab8;\n\n    --bd-serif: \"Fraunces\", \"Cormorant Garamond\", Georgia, serif;\n    --bd-sans: \"Inter\", \"Helvetica Neue\", Arial, sans-serif;\n\n    font-family: var(--bd-sans);\n    color: var(--bd-ink);\n    line-height: 1.7;\n    font-size: 17px;\n    -webkit-font-smoothing: antialiased;\n    max-width: 100%;\n    overflow-x: hidden;\n    background:\n      radial-gradient(ellipse 800px 600px at 10% 0%, var(--bd-mint) 0%, transparent 55%),\n      radial-gradient(ellipse 900px 700px at 90% 20%, var(--bd-lavender) 0%, transparent 55%),\n      radial-gradient(ellipse 700px 500px at 50% 60%, var(--bd-pink) 0%, transparent 60%),\n      radial-gradient(ellipse 600px 500px at 20% 90%, var(--bd-peach) 0%, transparent 55%),\n      var(--bd-cream);\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@300;400;500;600&display=swap');\n\n  .bd-imperf * { box-sizing: border-box; }\n  .bd-imperf p { margin: 0 0 1.2em; }\n  .bd-imperf h1, .bd-imperf h2, .bd-imperf h3, .bd-imperf h4 { margin: 0; }\n\n  .bd-imperf .bd-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* ============ HERO ============ *\/\n  .bd-imperf .bd-hero {\n    padding: 70px 0 90px;\n  }\n  .bd-imperf .bd-eyebrow {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    margin-bottom: 32px;\n    display: inline-block;\n    padding: 8px 20px;\n    background: rgba(255, 255, 255, 0.7);\n    border-radius: 100px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n  }\n  .bd-imperf .bd-hero h1 {\n    font-family: var(--bd-serif);\n    font-weight: 400;\n    font-size: clamp(42px, 6.5vw, 82px);\n    line-height: 1.05;\n    letter-spacing: -0.025em;\n    margin-bottom: 28px;\n    max-width: 16ch;\n    color: var(--bd-ink) !important;\n  }\n  .bd-imperf .bd-hero h1 em {\n    font-style: italic;\n    color: var(--bd-accent) !important;\n    font-weight: 400;\n  }\n  .bd-imperf .bd-hero-sub {\n    font-size: 19px;\n    line-height: 1.55;\n    max-width: 58ch;\n    color: var(--bd-soft);\n    margin-bottom: 28px;\n  }\n  .bd-imperf .bd-hero-bullets {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 42px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .bd-imperf .bd-hero-bullets li {\n    padding: 14px 20px;\n    font-size: 16px;\n    color: var(--bd-ink);\n    background: rgba(255, 255, 255, 0.55);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 16px;\n    backdrop-filter: blur(20px);\n    display: flex;\n    gap: 14px;\n    align-items: center;\n    max-width: 560px;\n  }\n  .bd-imperf .bd-hero-bullets li::before {\n    content: \"\u2713\";\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--bd-blue), var(--bd-blue-deep));\n    color: white;\n    font-size: 12px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  \/* ============ VSL VIDEO ============ *\/\n  .bd-imperf .bd-vsl {\n    margin-top: 48px;\n    max-width: 880px;\n  }\n  .bd-imperf .bd-vsl-label {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    margin-bottom: 16px;\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 18px;\n    background: rgba(255, 255, 255, 0.6);\n    border-radius: 100px;\n    border: 1px solid rgba(255, 255, 255, 0.8);\n  }\n  .bd-imperf .bd-vsl-label::before {\n    content: \"\u25b8\";\n    color: var(--bd-accent);\n    font-size: 12px;\n  }\n  .bd-imperf .bd-vsl-frame {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    background: var(--bd-ink);\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 30px 80px rgba(42, 36, 56, 0.15);\n    border: 3px solid rgba(255, 255, 255, 0.9);\n    height: auto !important;\n    padding-bottom: 0 !important;\n    min-height: 0 !important;\n  }\n  .bd-imperf .bd-vsl-frame iframe {\n    position: absolute !important;\n    top: 0 !important;\n    left: 0 !important;\n    width: 100% !important;\n    height: 100% !important;\n    border: none !important;\n    display: block !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  \/* ============ CTA BUTTON ============ *\/\n  .bd-imperf .bd-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    padding: 22px 44px;\n    background: linear-gradient(135deg, var(--bd-blue) 0%, var(--bd-blue-deep) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    font-family: var(--bd-sans);\n    font-weight: 600;\n    font-size: 16px;\n    letter-spacing: 0.01em;\n    border-radius: 100px;\n    transition: all 0.25s ease;\n    box-shadow: 0 10px 30px rgba(127, 147, 232, 0.35);\n    border: none;\n    min-width: 280px;\n  }\n  .bd-imperf .bd-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(127, 147, 232, 0.5);\n  }\n  .bd-imperf .bd-cta-wrap {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    flex-wrap: wrap;\n  }\n  .bd-imperf .bd-cta-meta {\n    font-family: var(--bd-sans);\n    font-size: 14px;\n    color: var(--bd-muted);\n  }\n  .bd-imperf .bd-cta-meta span {\n    color: var(--bd-ink);\n    font-weight: 600;\n  }\n\n  \/* ============ STATS BAR ============ *\/\n  .bd-imperf .bd-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    padding: 0 28px;\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n  .bd-imperf .bd-stat {\n    padding: 36px 28px;\n    text-align: center;\n    background: rgba(255, 255, 255, 0.55);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 28px;\n    backdrop-filter: blur(20px);\n  }\n  .bd-imperf .bd-stat-num {\n    font-family: var(--bd-serif);\n    font-size: clamp(36px, 5vw, 54px);\n    font-weight: 500;\n    color: var(--bd-ink);\n    line-height: 1;\n    margin-bottom: 10px;\n    font-style: italic;\n  }\n  .bd-imperf .bd-stat-label {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-soft);\n  }\n\n  \/* ============ SECTIONS G\u00c9N\u00c9RIQUES ============ *\/\n  .bd-imperf .bd-section {\n    padding: 90px 0;\n  }\n  .bd-imperf .bd-section-label {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    margin-bottom: 20px;\n    display: inline-block;\n    padding: 7px 18px;\n    background: rgba(255, 255, 255, 0.6);\n    border-radius: 100px;\n    border: 1px solid rgba(255, 255, 255, 0.8);\n  }\n  .bd-imperf .bd-section h2 {\n    font-family: var(--bd-serif);\n    font-weight: 400;\n    font-size: clamp(34px, 4.5vw, 56px);\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    margin-bottom: 24px;\n    max-width: 22ch;\n    color: var(--bd-ink) !important;\n  }\n  .bd-imperf .bd-section h2 em {\n    font-style: italic;\n    color: var(--bd-accent) !important;\n  }\n  .bd-imperf .bd-lead {\n    font-size: 20px;\n    line-height: 1.55;\n    max-width: 60ch;\n    color: var(--bd-soft);\n  }\n\n  \/* ============ PROBL\u00c8ME ============ *\/\n  .bd-imperf .bd-problem {\n    background: linear-gradient(135deg, #2a2438 0%, #3d3450 50%, #524466 100%);\n    color: #faf6ef;\n    padding: 100px 0;\n    margin: 40px 28px;\n    border-radius: 48px;\n    position: relative;\n    overflow: hidden;\n  }\n  .bd-imperf .bd-problem::before {\n    content: \"\";\n    position: absolute;\n    top: -30%; right: -10%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(184, 138, 184, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bd-imperf .bd-problem::after {\n    content: \"\";\n    position: absolute;\n    bottom: -20%; left: -10%;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(168, 184, 245, 0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bd-imperf .bd-problem .bd-wrap {\n    position: relative;\n    z-index: 1;\n  }\n  .bd-imperf .bd-problem .bd-section-label {\n    background: rgba(255, 255, 255, 0.1);\n    color: #e8bde8;\n    border-color: rgba(255, 255, 255, 0.15);\n  }\n  .bd-imperf .bd-problem h2 {\n    color: #faf6ef !important;\n  }\n  .bd-imperf .bd-problem h2 em {\n    color: #e8bde8 !important;\n  }\n  .bd-imperf .bd-problem-grid {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 80px;\n    margin-top: 60px;\n    align-items: start;\n  }\n  .bd-imperf .bd-problem-story p {\n    font-family: var(--bd-serif);\n    font-size: 22px;\n    font-style: italic;\n    line-height: 1.5;\n    color: rgba(250, 246, 239, 0.9);\n    margin-bottom: 20px;\n  }\n  .bd-imperf .bd-problem-story p.bd-highlight {\n    font-family: var(--bd-sans);\n    font-style: normal;\n    font-size: 18px;\n    color: #faf6ef;\n    font-weight: 500;\n    padding-top: 24px;\n    border-top: 1px solid rgba(250, 246, 239, 0.2);\n  }\n  .bd-imperf .bd-problem-story p.bd-highlight-strong {\n    font-family: var(--bd-serif);\n    font-style: italic;\n    font-size: 26px;\n    color: #e8bde8;\n    font-weight: 500;\n    padding-top: 24px;\n    margin-top: 8px;\n    border-top: 1px solid rgba(250, 246, 239, 0.2);\n    line-height: 1.3;\n  }\n  .bd-imperf .bd-problem-list { list-style: none; padding: 0; margin: 0; }\n  .bd-imperf .bd-problem-list li {\n    padding: 18px 20px;\n    margin-bottom: 10px;\n    font-size: 16px;\n    color: rgba(250, 246, 239, 0.85);\n    background: rgba(255, 255, 255, 0.05);\n    border-radius: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    line-height: 1.5;\n  }\n  .bd-imperf .bd-problem-list li::before {\n    content: \"\u2192\";\n    color: #e8bde8;\n    font-size: 20px;\n    line-height: 1;\n    margin-top: 2px;\n    flex-shrink: 0;\n    font-weight: 400;\n  }\n\n  \/* ============ APPRENTISSAGE ============ *\/\n  .bd-imperf .bd-learn-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 60px;\n  }\n  .bd-imperf .bd-learn-card {\n    background: rgba(255, 255, 255, 0.55);\n    padding: 36px 32px;\n    border-radius: 28px;\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(20px);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n  .bd-imperf .bd-learn-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 40px rgba(42, 36, 56, 0.08);\n  }\n  .bd-imperf .bd-learn-num {\n    font-family: var(--bd-serif);\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    font-style: italic;\n    margin-bottom: 12px;\n    display: inline-block;\n    padding: 4px 14px;\n    background: rgba(184, 138, 184, 0.12);\n    border-radius: 100px;\n  }\n  .bd-imperf .bd-learn-card h3 {\n    font-family: var(--bd-serif);\n    font-weight: 500;\n    font-size: 26px;\n    line-height: 1.2;\n    margin-bottom: 10px;\n    color: var(--bd-ink);\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-learn-card p {\n    font-size: 15px;\n    color: var(--bd-soft);\n    line-height: 1.6;\n    margin: 0;\n  }\n  .bd-imperf .bd-learn-card.bd-learn-card-accent {\n    background: linear-gradient(135deg, rgba(168, 184, 245, 0.5), rgba(127, 147, 232, 0.4));\n    border-color: rgba(255, 255, 255, 0.9);\n  }\n  .bd-imperf .bd-learn-card-accent .bd-learn-num {\n    background: rgba(255, 255, 255, 0.5);\n    color: var(--bd-blue-deep);\n  }\n\n  \/* ============ M\u00c9THODE \/ MODULES ============ *\/\n  .bd-imperf .bd-method .bd-lead {\n    margin-bottom: 20px;\n  }\n  .bd-imperf .bd-phase {\n    margin-top: 56px;\n    padding-top: 40px;\n    border-top: 1px solid var(--bd-line);\n  }\n  .bd-imperf .bd-phase-header {\n    display: flex;\n    align-items: baseline;\n    gap: 24px;\n    margin-bottom: 36px;\n    flex-wrap: wrap;\n  }\n  .bd-imperf .bd-phase-num {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    padding: 7px 18px;\n    background: rgba(184, 138, 184, 0.12);\n    border-radius: 100px;\n  }\n  .bd-imperf .bd-phase-title {\n    font-family: var(--bd-serif);\n    font-size: 32px;\n    font-weight: 500;\n    line-height: 1.15;\n    color: var(--bd-ink);\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-modules {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 16px;\n  }\n  .bd-imperf .bd-module {\n    padding: 28px 26px;\n    background: rgba(255, 255, 255, 0.6);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 24px;\n    backdrop-filter: blur(20px);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n  .bd-imperf .bd-module:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(42, 36, 56, 0.08);\n  }\n  .bd-imperf .bd-module-tag {\n    font-family: var(--bd-sans);\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    display: inline-block;\n    padding: 5px 12px;\n    background: rgba(184, 138, 184, 0.12);\n    border-radius: 100px;\n    margin-bottom: 12px;\n  }\n  .bd-imperf .bd-module h4 {\n    font-family: var(--bd-serif);\n    font-size: 22px;\n    font-weight: 500;\n    line-height: 1.2;\n    margin-bottom: 10px;\n    color: var(--bd-ink);\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-module p {\n    font-size: 14.5px;\n    color: var(--bd-soft);\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* ============ FOCUS MODULE EXPERT ============ *\/\n  .bd-imperf .bd-expert-module {\n    margin-top: 40px;\n    padding: 44px 40px;\n    background: linear-gradient(135deg, rgba(228, 244, 238, 0.7), rgba(252, 228, 236, 0.6), rgba(234, 228, 252, 0.5));\n    border-radius: 32px;\n    border: 2px solid rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(20px);\n    box-shadow: 0 20px 60px rgba(42, 36, 56, 0.08);\n  }\n  .bd-imperf .bd-expert-badge {\n    font-family: var(--bd-sans);\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--bd-blue-deep);\n    padding: 6px 16px;\n    background: rgba(168, 184, 245, 0.25);\n    border-radius: 100px;\n    display: inline-block;\n    margin-bottom: 16px;\n  }\n  .bd-imperf .bd-expert-module h4 {\n    font-family: var(--bd-serif);\n    font-size: 32px;\n    font-weight: 500;\n    line-height: 1.15;\n    color: var(--bd-ink);\n    margin-bottom: 12px;\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-expert-module h4 em {\n    font-style: italic;\n    color: var(--bd-accent);\n  }\n  .bd-imperf .bd-expert-intro {\n    font-size: 17px;\n    color: var(--bd-soft);\n    line-height: 1.6;\n    margin-bottom: 28px;\n    max-width: 58ch;\n  }\n  .bd-imperf .bd-expert-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .bd-imperf .bd-expert-list li {\n    padding: 18px 22px;\n    background: rgba(255, 255, 255, 0.7);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 18px;\n    display: grid;\n    grid-template-columns: 36px 1fr;\n    gap: 14px;\n    align-items: center;\n  }\n  .bd-imperf .bd-expert-list li strong {\n    font-family: var(--bd-serif);\n    font-size: 20px;\n    font-style: italic;\n    font-weight: 500;\n    color: var(--bd-accent);\n    line-height: 1;\n  }\n  .bd-imperf .bd-expert-list li span {\n    font-size: 14.5px;\n    color: var(--bd-ink);\n    line-height: 1.4;\n    font-weight: 500;\n  }\n  .bd-imperf .bd-expert-list li span em {\n    display: block;\n    font-size: 13px;\n    color: var(--bd-soft);\n    font-weight: 400;\n    font-style: normal;\n    margin-top: 4px;\n    line-height: 1.45;\n  }\n\n  \/* ============ T\u00c9MOIGNAGES ============ *\/\n  .bd-imperf .bd-testimonials {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 60px;\n  }\n  .bd-imperf .bd-testimonial {\n    padding: 36px 32px;\n    background: linear-gradient(135deg, rgba(252, 228, 236, 0.6), rgba(234, 228, 252, 0.5));\n    border-radius: 28px;\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(20px);\n    position: relative;\n  }\n  .bd-imperf .bd-testimonial::before {\n    content: \"\u201c\";\n    position: absolute;\n    top: 12px; left: 24px;\n    font-family: var(--bd-serif);\n    font-size: 80px;\n    color: var(--bd-accent);\n    line-height: 1;\n    font-style: italic;\n    opacity: 0.5;\n  }\n  .bd-imperf .bd-testimonial-text {\n    font-family: var(--bd-serif);\n    font-style: italic;\n    font-size: 16.5px;\n    line-height: 1.6;\n    margin-top: 36px;\n    margin-bottom: 20px;\n    color: var(--bd-ink);\n    position: relative;\n    z-index: 1;\n  }\n  .bd-imperf .bd-testimonial-author {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-soft);\n    padding-top: 16px;\n    border-top: 1px solid rgba(42, 36, 56, 0.08);\n  }\n\n  \/* ============ INCLUS + PRIX ============ *\/\n  .bd-imperf .bd-included-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: start;\n  }\n  .bd-imperf .bd-included-list { list-style: none; padding: 0; margin: 0; }\n  .bd-imperf .bd-included-list li {\n    padding: 22px 24px;\n    margin-bottom: 10px;\n    background: rgba(255, 255, 255, 0.55);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    backdrop-filter: blur(20px);\n    display: grid;\n    grid-template-columns: 44px 1fr;\n    gap: 18px;\n    align-items: start;\n    transition: transform 0.2s ease;\n  }\n  .bd-imperf .bd-included-list li:hover { transform: translateX(4px); }\n  .bd-imperf .bd-included-icon {\n    font-family: var(--bd-serif);\n    font-size: 22px;\n    font-style: italic;\n    font-weight: 500;\n    color: var(--bd-accent);\n    line-height: 1;\n    padding-top: 4px;\n  }\n  .bd-imperf .bd-included-list h4 {\n    font-family: var(--bd-serif);\n    font-size: 20px;\n    font-weight: 500;\n    margin-bottom: 4px;\n    color: var(--bd-ink);\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-included-list p {\n    font-size: 14px;\n    color: var(--bd-soft);\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* ============ PRICE CARD ============ *\/\n  .bd-imperf .bd-price-card {\n    background: linear-gradient(135deg, rgba(228, 244, 238, 0.8), rgba(234, 228, 252, 0.7), rgba(252, 228, 236, 0.6));\n    padding: 44px 40px;\n    border-radius: 32px;\n    border: 2px solid rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(20px);\n    position: sticky;\n    top: 30px;\n    box-shadow: 0 30px 80px rgba(42, 36, 56, 0.08);\n  }\n  .bd-imperf .bd-price-label {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--bd-accent);\n    margin-bottom: 16px;\n    display: inline-block;\n    padding: 6px 16px;\n    background: rgba(255, 255, 255, 0.6);\n    border-radius: 100px;\n  }\n  .bd-imperf .bd-price-main {\n    font-family: var(--bd-serif);\n    font-size: 68px;\n    font-weight: 500;\n    line-height: 1;\n    margin-bottom: 8px;\n    color: var(--bd-ink);\n    letter-spacing: -0.02em;\n  }\n  .bd-imperf .bd-price-main .bd-price-unit {\n    font-size: 22px;\n    color: var(--bd-muted);\n    font-weight: 400;\n  }\n  .bd-imperf .bd-price-compare {\n    font-size: 14px;\n    color: var(--bd-soft);\n    margin-bottom: 28px;\n  }\n  .bd-imperf .bd-price-compare strong {\n    color: var(--bd-ink);\n    font-weight: 600;\n  }\n  .bd-imperf .bd-price-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 28px;\n    padding-top: 20px;\n    border-top: 1px solid rgba(42, 36, 56, 0.1);\n  }\n  .bd-imperf .bd-price-list li {\n    padding: 12px 0;\n    font-size: 14.5px;\n    color: var(--bd-soft);\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    line-height: 1.5;\n  }\n  .bd-imperf .bd-price-list li::before {\n    content: \"\";\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--bd-blue-deep);\n    margin-top: 8px;\n    flex-shrink: 0;\n  }\n  .bd-imperf .bd-price-card .bd-cta {\n    display: flex;\n    width: 100%;\n    min-width: 0;\n  }\n  .bd-imperf .bd-price-small {\n    text-align: center;\n    margin-top: 16px;\n    font-family: var(--bd-sans);\n    font-size: 12px;\n    color: var(--bd-muted);\n  }\n\n  \/* ============ FAQ ============ *\/\n  .bd-imperf .bd-faq-list {\n    max-width: 780px;\n    margin: 60px auto 0;\n  }\n  .bd-imperf .bd-faq-item {\n    background: rgba(255, 255, 255, 0.55);\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    backdrop-filter: blur(20px);\n    margin-bottom: 12px;\n    overflow: hidden;\n    transition: background 0.2s ease;\n  }\n  .bd-imperf .bd-faq-item[open] {\n    background: rgba(255, 255, 255, 0.75);\n  }\n  .bd-imperf .bd-faq-item summary {\n    padding: 22px 28px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 20px;\n    font-family: var(--bd-serif);\n    font-size: 20px;\n    font-weight: 500;\n    line-height: 1.3;\n    transition: color 0.2s ease;\n    color: var(--bd-ink);\n    letter-spacing: -0.01em;\n  }\n  .bd-imperf .bd-faq-item summary::-webkit-details-marker { display: none; }\n  .bd-imperf .bd-faq-item summary:hover { color: var(--bd-accent); }\n  .bd-imperf .bd-faq-item summary::after {\n    content: \"+\";\n    font-family: var(--bd-sans);\n    font-size: 24px;\n    font-weight: 300;\n    color: var(--bd-accent);\n    transition: transform 0.25s ease;\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(184, 138, 184, 0.12);\n    border-radius: 50%;\n  }\n  .bd-imperf .bd-faq-item[open] summary::after { transform: rotate(45deg); }\n  .bd-imperf .bd-faq-answer {\n    padding: 0 28px 26px;\n    font-size: 16px;\n    line-height: 1.65;\n    color: var(--bd-soft);\n    max-width: 68ch;\n  }\n\n  \/* ============ AUTHOR ============ *\/\n  .bd-imperf .bd-author {\n    background: linear-gradient(135deg, #2a2438 0%, #3d3450 50%, #524466 100%);\n    color: #faf6ef;\n    padding: 100px 0;\n    margin: 40px 28px;\n    border-radius: 48px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .bd-imperf .bd-author::before {\n    content: \"\";\n    position: absolute;\n    top: -30%; left: 50%;\n    transform: translateX(-50%);\n    width: 700px; height: 500px;\n    background: radial-gradient(ellipse, rgba(184, 138, 184, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bd-imperf .bd-author .bd-wrap {\n    position: relative;\n    z-index: 1;\n  }\n  .bd-imperf .bd-author .bd-section-label {\n    background: rgba(255, 255, 255, 0.1);\n    color: #e8bde8;\n    border-color: rgba(255, 255, 255, 0.15);\n  }\n  .bd-imperf .bd-author h2 {\n    color: #faf6ef !important;\n    margin: 0 auto 30px;\n    max-width: 22ch;\n  }\n  .bd-imperf .bd-author h2 em { color: #e8bde8 !important; }\n  .bd-imperf .bd-author-meta {\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    margin: 40px 0;\n    flex-wrap: wrap;\n  }\n  .bd-imperf .bd-author-meta div {\n    font-family: var(--bd-sans);\n    font-size: 13px;\n    color: rgba(250, 246, 239, 0.7);\n  }\n  .bd-imperf .bd-author-meta strong {\n    display: block;\n    font-family: var(--bd-serif);\n    font-style: italic;\n    font-size: 32px;\n    color: #faf6ef;\n    letter-spacing: -0.01em;\n    font-weight: 500;\n    margin-bottom: 6px;\n  }\n  .bd-imperf .bd-author-quote {\n    font-family: var(--bd-serif);\n    font-style: italic;\n    font-size: 22px;\n    line-height: 1.5;\n    max-width: 52ch;\n    margin: 30px auto 0;\n    color: rgba(250, 246, 239, 0.9);\n  }\n\n  \/* ============ FINAL CTA ============ *\/\n  .bd-imperf .bd-final {\n    padding: 100px 0;\n    text-align: center;\n  }\n  .bd-imperf .bd-final-inner {\n    background: linear-gradient(135deg, rgba(228, 244, 238, 0.8), rgba(234, 228, 252, 0.7), rgba(252, 228, 236, 0.6));\n    padding: 90px 40px;\n    border-radius: 48px;\n    border: 1px solid rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(20px);\n    max-width: 900px;\n    margin: 0 auto;\n    box-shadow: 0 30px 80px rgba(42, 36, 56, 0.08);\n  }\n  .bd-imperf .bd-final h2 {\n    font-family: var(--bd-serif);\n    font-size: clamp(38px, 5.5vw, 64px);\n    font-weight: 400;\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n    max-width: 20ch;\n    margin: 0 auto 28px;\n    color: var(--bd-ink) !important;\n  }\n  .bd-imperf .bd-final h2 em { font-style: italic; color: var(--bd-accent) !important; }\n  .bd-imperf .bd-final p {\n    font-size: 19px;\n    color: var(--bd-soft);\n    max-width: 52ch;\n    margin: 0 auto 36px;\n    line-height: 1.6;\n  }\n\n  \/* ============ DISCLAIMER ============ *\/\n  .bd-imperf .bd-disclaimer {\n    padding: 30px 28px 60px;\n  }\n  .bd-imperf .bd-disclaimer p {\n    font-family: var(--bd-sans);\n    font-size: 12.5px;\n    line-height: 1.65;\n    color: var(--bd-muted);\n    max-width: 780px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  \/* ============ RESPONSIVE ============ *\/\n  @media (max-width: 900px) {\n    .bd-imperf .bd-problem-grid,\n    .bd-imperf .bd-included-grid { grid-template-columns: 1fr; gap: 40px; }\n    .bd-imperf .bd-testimonials { grid-template-columns: 1fr; }\n    .bd-imperf .bd-learn-grid { grid-template-columns: 1fr; }\n    .bd-imperf .bd-expert-list { grid-template-columns: 1fr; }\n    .bd-imperf .bd-price-card { position: static; }\n    .bd-imperf .bd-section { padding: 70px 0; }\n    .bd-imperf .bd-hero { padding: 50px 0 70px; }\n    .bd-imperf .bd-author-meta { gap: 28px; }\n    .bd-imperf .bd-problem,\n    .bd-imperf .bd-author { margin: 20px 14px; padding: 70px 0; border-radius: 32px; }\n    .bd-imperf .bd-final-inner { padding: 60px 28px; border-radius: 32px; }\n    .bd-imperf .bd-expert-module { padding: 32px 26px; border-radius: 24px; }\n    .bd-imperf .bd-expert-module h4 { font-size: 26px; }\n  }\n  @media (max-width: 600px) {\n    .bd-imperf .bd-stats { grid-template-columns: 1fr; }\n    .bd-imperf .bd-wrap { padding: 0 20px; }\n    .bd-imperf .bd-stats { padding: 0 20px; }\n    .bd-imperf .bd-price-card { padding: 36px 28px; }\n    .bd-imperf .bd-price-main { font-size: 56px; }\n  }\n<\/style>\n\n<div class=\"bd-imperf\">\n\n  <!-- ============ HERO ============ -->\n  <section class=\"bd-hero\">\n    <div class=\"bd-wrap\">\n<div style=\"height: 20px;\"><\/div>\n      <div class=\"bd-eyebrow\">Imperfections - Beauty Decoded<\/div>\n      <h1>Visibly reduce your imperfections, <em>get clearer skin<\/em>.<\/h1>\n      <p class=\"bd-hero-sub\">Without multiplying creams. Without spending hundreds of euros on products that end up in the cupboard. A scientific method to stabilize your skin - whatever the cause of your pimples.<\/p>\n\n      <ul class=\"bd-hero-bullets\">\n        <li>Understand why your imperfections come back<\/li>\n        <li>Finally knowing which assets really work<\/li>\n        <li>Set up a routine that stabilizes your skin<\/li>\n      <\/ul>\n\n      <div class=\"bd-cta-wrap\">\n        <a href=\"https:\/\/beautydecoded.go.link\/nlOfo\" class=\"bd-cta\" target=\"_blank\" rel=\"noopener\">Access the method in the app<\/a>\n        <div class=\"bd-cta-meta\"><span>39 \u20ac\/year<\/span> - Free trial - Cancel at any time<\/div>\n      <\/div>\n\n      <!-- VSL -->\n      <div class=\"bd-vsl\">\n        <div class=\"bd-vsl-label\">Watch the 2-minute presentation<\/div>\n        <div class=\"bd-vsl-frame\">\n          <iframe\n            src=\"https:\/\/www.youtube.com\/embed\/veW30O7QGwU?rel=0\"\n            title=\"Presentation - BeautyDecoded blemishes training\"\n            allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n            allowfullscreen\n loading=\"lazy\">\n          <\/iframe>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ STATS ============ -->\n  <section class=\"bd-stats\">\n    <div class=\"bd-stat\">\n      <div class=\"bd-stat-num\">15 years<\/div>\n      <div class=\"bd-stat-label\">Clinical expertise<\/div>\n    <\/div>\n    <div class=\"bd-stat\">\n      <div class=\"bd-stat-num\">200k+<\/div>\n      <div class=\"bd-stat-label\">YouTube subscribers<\/div>\n    <\/div>\n    <div class=\"bd-stat\">\n      <div class=\"bd-stat-num\">7<\/div>\n      <div class=\"bd-stat-label\">Modules - 30+ videos<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ PROBL\u00c8ME ============ -->\n  <section class=\"bd-problem\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">The facts<\/div>\n      <h2>Why your imperfections come back <em>again and again<\/em>.<\/h2>\n\n      <div class=\"bd-problem-grid\">\n        <div class=\"bd-problem-story\">\n          <p>You've tried 10 different cleansers. 5 salicylic acid serums. 3 \u00abmiracle\u00bb anti-blemish creams.<\/p>\n          <p>Three weeks later: nothing. Or worse - your skin reacts badly and your pimples get worse.<\/p>\n          <p class=\"bd-highlight\">It's not your fault. Nobody ever taught you how to read behind the scenes.<\/p>\n          <p class=\"bd-highlight-strong\">You don't suck. The market is deliberately opaque.<\/p>\n        <\/div>\n        <ul class=\"bd-problem-list\">\n          <li>This \u00abgentle\u00bb cleanser actually destroys your skin barrier and aggravates inflammation.<\/li>\n          <li>These two superimposed assets cancel each other out.<\/li>\n          <li>These comedogenic ingredients hidden in your cream clog your pores.<\/li>\n          <li>Your \u00abanti-acne routine\u00bb over-stresses your skin - which reacts by producing more sebum.<\/li>\n          <li>You treat the effect without understanding the real cause (hormones, barrier, lifestyle).<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ APPRENTISSAGE ============ -->\n  <section class=\"bd-section\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">What you'll learn<\/div>\n      <h2>Five skills that <em>permanently stabilize<\/em> your skin.<\/h2>\n\n      <div class=\"bd-learn-grid\">\n        <div class=\"bd-learn-card\">\n          <div class=\"bd-learn-num\">01<\/div>\n          <h3>Identify the real causes of your imperfections<\/h3>\n          <p>Hormones, the skin barrier, diet and lifestyle: understanding the origins of the problem, so we can get to the root of it.<\/p>\n        <\/div>\n        <div class=\"bd-learn-card\">\n          <div class=\"bd-learn-num\">02<\/div>\n          <h3>Decipher an INCI list in 30 seconds<\/h3>\n          <p>Immediately identify comedogenic ingredients that aggravate your pimples, even \u00abnatural\u00bb ones.<\/p>\n        <\/div>\n        <div class=\"bd-learn-card\">\n          <div class=\"bd-learn-num\">03<\/div>\n          <h3>Choose your products with confidence<\/h3>\n          <p>No more random purchases or \u00abit works for my girlfriend\u00bb. Your skin, your protocol.<\/p>\n        <\/div>\n        <div class=\"bd-learn-card\">\n          <div class=\"bd-learn-num\">04<\/div>\n          <h3>Build YOUR anti-blemish routine<\/h3>\n          <p>Not the influencer of the moment. The one that works for your skin type and triggers.<\/p>\n        <\/div>\n        <div class=\"bd-learn-card\">\n          <div class=\"bd-learn-num\">05<\/div>\n          <h3>Save hundreds of euros<\/h3>\n          <p>By avoiding unsuitable products and stopping the race for \u00abmiracle novelties\u00bb.<\/p>\n        <\/div>\n        <div class=\"bd-learn-card bd-learn-card-accent\">\n          <div class=\"bd-learn-num\">\u2192<\/div>\n          <h3>And above all, to become autonomous<\/h3>\n          <p>No longer dependent on marketing promises or contradictory advice on the Internet.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ M\u00c9THODE ============ -->\n  <section class=\"bd-section bd-method\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">The Beauty Decoded method - Imperfections<\/div>\n      <h2>The science of imperfections, <em>applied to your skin<\/em>.<\/h2>\n      <p class=\"bd-lead\">7 modules. Over 30 videos. A clear progression: first lay a solid foundation, then attack your imperfections specifically. Designed to be followed independently, at your own pace.<\/p>\n\n      <!-- Phase 1 -->\n      <div class=\"bd-phase\">\n        <div class=\"bd-phase-header\">\n          <div class=\"bd-phase-num\">Phase 01<\/div>\n          <h3 class=\"bd-phase-title\">Foundations<\/h3>\n        <\/div>\n        <div class=\"bd-modules\">\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 01<\/div>\n            <h4>Skin intelligence<\/h4>\n            <p>Dry or dehydrated skin? Oily or clogged? Identify your true skin type. Understand the skin barrier, pH and learn how to decipher an INCI list.<\/p>\n          <\/div>\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 02<\/div>\n            <h4>The universal routine<\/h4>\n            <p>The 3 gestures that guarantee 80 % of results: non-aggressive cleansing, measured moisturizing, sun protection.<\/p>\n          <\/div>\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 03<\/div>\n            <h4>Create your first routine<\/h4>\n            <p>Putting it into practice: assemble the 3 fundamental gestures into a coherent, personalized routine.<\/p>\n          <\/div>\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 04<\/div>\n            <h4>The arsenal of assets<\/h4>\n            <p>Acids (AHA, BHA, PHA), Vitamin C, Niacinamide, Retinol (progressive method without irritation), Azelaic acid.<\/p>\n          <\/div>\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 05<\/div>\n            <h4>Made-to-measure<\/h4>\n            <p>Specific strategies for dry, oily or sensitive skin. Video analyses of the best products for each type.<\/p>\n          <\/div>\n          <div class=\"bd-module\">\n            <div class=\"bd-module-tag\">Module 06<\/div>\n            <h4>Eye contour<\/h4>\n            <p>Dark circles, puffiness, fine lines: what works and what's marketing?.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Phase 2 : Module Expert Imperfections (highlighted) -->\n      <div class=\"bd-phase\">\n        <div class=\"bd-phase-header\">\n          <div class=\"bd-phase-num\">Phase 02<\/div>\n          <h3 class=\"bd-phase-title\">The targeted solution<\/h3>\n        <\/div>\n\n        <div class=\"bd-expert-module\">\n          <div class=\"bd-expert-badge\">Module 07 - The heart of training<\/div>\n          <h4>Expert <em>Imperfections<\/em><\/h4>\n          <p class=\"bd-expert-intro\">The module that specifically treats your pimples, acne and enlarged pores. Everything I would have explained in a consultation to get to the root of the problem.<\/p>\n\n          <ul class=\"bd-expert-list\">\n            <li>\n              <strong>01<\/strong>\n              <span>Causes of imperfections\n                <em>Hormones, sebum, inflammation, the skin barrier - where your pimples really come from.<\/em>\n              <\/span>\n            <\/li>\n            <li>\n              <strong>02<\/strong>\n              <span>Cosmetic active ingredients that work\n                <em>Which active ingredients to use, in what concentrations, in what order.<\/em>\n              <\/span>\n            <\/li>\n            <li>\n              <strong>03<\/strong>\n              <span>Avoid comedogenic ingredients\n                <em>Complete list (PDF) of pore-clogging ingredients.<\/em>\n              <\/span>\n            <\/li>\n            <li>\n              <strong>04<\/strong>\n              <span>Nutrition &amp; imperfections\n                <em>The real impact of diet - true or false, studies to back it up.<\/em>\n              <\/span>\n            <\/li>\n            <li>\n              <strong>05<\/strong>\n              <span>Bad habits to avoid\n                <em>This aggravates your pimples without you even knowing it.<\/em>\n              <\/span>\n            <\/li>\n            <li>\n              <strong>06<\/strong>\n              <span>Your anti-blemish routine\n                <em>The final, turnkey assembly, adapted to your skin.<\/em>\n              <\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ T\u00c9MOIGNAGES ============ -->\n  <section class=\"bd-section\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">What the community has to say<\/div>\n      <h2>Concrete results, <em>not marketing<\/em>.<\/h2>\n\n      <div class=\"bd-testimonials\">\n        <div class=\"bd-testimonial\">\n          <p class=\"bd-testimonial-text\">After years of trying random products, I've finally understood how my skin works. My routine is simple, effective and, above all, tailored to ME. My acne has diminished considerably.<\/p>\n          <div class=\"bd-testimonial-author\">Marie - 23 years old<\/div>\n        <\/div>\n        <div class=\"bd-testimonial\">\n          <p class=\"bd-testimonial-text\">Before, I used to spend \u20ac60 a month on serums that I superimposed without knowing why. Now I have a \u20ac30 routine that works better. And above all, I understand what I'm doing.<\/p>\n          <div class=\"bd-testimonial-author\">Sophie - 46 years old<\/div>\n        <\/div>\n        <div class=\"bd-testimonial\">\n          <p class=\"bd-testimonial-text\">As a man, I felt lost in the world of cosmetics. This training course is clear, without superfluous, and has given me all the keys to taking care of my skin. It's much clearer now.<\/p>\n          <div class=\"bd-testimonial-author\">Thomas - 31 years old<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ INCLUS + PRIX ============ -->\n  <section class=\"bd-section\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-included-grid\">\n        <div>\n          <div class=\"bd-section-label\">What's included<\/div>\n          <h2>Everything. In <em>a single app<\/em>.<\/h2>\n          <ul class=\"bd-included-list\">\n            <li>\n              <div class=\"bd-included-icon\">01<\/div>\n              <div>\n                <h4>7 training modules<\/h4>\n                <p>From skin foundations to the complete Expert Imperfections module.<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"bd-included-icon\">02<\/div>\n              <div>\n                <h4>More than 30 explanatory videos<\/h4>\n                <p>The synthesis of 15 years of consultations, accessible at your own pace.<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"bd-included-icon\">03<\/div>\n              <div>\n                <h4>The complete list of comedogens<\/h4>\n                <p>The reference PDF of pore-clogging ingredients, with their INCI names.<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"bd-included-icon\">04<\/div>\n              <div>\n                <h4>My selection of anti-blemish products<\/h4>\n                <p>The best products on the market analyzed by skin type and active ingredient.<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"bd-included-icon\">05<\/div>\n              <div>\n                <h4>All other training courses included<\/h4>\n                <p>Anti-ageing, spots, redness: the entire Acad\u00e9mie Skincare catalog.<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"bd-included-icon\">06<\/div>\n              <div>\n                <h4>The BeautyDecoded scanner<\/h4>\n                <p>Analyze any cosmetic product in one scan. 80 skin profiles.<\/p>\n              <\/div>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Price card -->\n        <div class=\"bd-price-card\">\n          <div class=\"bd-price-label\">Annual subscription<\/div>\n          <div class=\"bd-price-main\">39 \u20ac<span class=\"bd-price-unit\"> \/ year<\/span><\/div>\n          <div class=\"bd-price-compare\">Or <strong>3.25\/month<\/strong> - Free trial included<\/div>\n          <ul class=\"bd-price-list\">\n            <li>Complete Imperfections Training - 7 modules, 30+ videos<\/li>\n            <li>PDF list of comedogenic ingredients<\/li>\n            <li>Selection of anti-blemish products<\/li>\n            <li>Ingredient scanner with customized analysis<\/li>\n            <li>80 skin profiles supported<\/li>\n            <li>All other training courses included<\/li>\n            <li>Can be cancelled at any time<\/li>\n          <\/ul>\n          <a href=\"https:\/\/beautydecoded.go.link\/nlOfo\" class=\"bd-cta\" target=\"_blank\" rel=\"noopener\">Start your free trial<\/a>\n          <div class=\"bd-price-small\">Available on iOS &amp; Android<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FAQ ============ -->\n  <section class=\"bd-section\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">Frequently asked questions<\/div>\n      <h2>Everything you need <em>really know<\/em>.<\/h2>\n\n      <div class=\"bd-faq-list\">\n        <details class=\"bd-faq-item\">\n          <summary>Does it work on hormonal acne?<\/summary>\n          <div class=\"bd-faq-answer\">Skincare has its limits, and I'm transparent about that. For imperfections linked to the skin barrier, sebum or habits, the method can transform your skin. For deep-seated hormonal acne (cysts, nodules), skincare is an important complement, but does not replace medical treatment if necessary. The Expert module explains exactly where the boundaries lie.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>I'm 35 and still have pimples. Is that normal?<\/summary>\n          <div class=\"bd-faq-answer\">Yes, more common than you might think. Adult acne affects 40 % of women and also exists in men. The causes are often different from those of adolescence - hormones, stress, unsuitable products, a weakened skin barrier. The method specifically addresses these adult causes.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>I've used retinol before and it made my pimples worse. Why did this happen?<\/summary>\n          <div class=\"bd-faq-answer\">It's a very common and poorly explained effect: retinol \u00abpurging\u00bb. In the first few weeks, existing blackheads come back more quickly - giving the impression that the skin is getting worse. The progressive method guides you through this phase without panicking or giving up too soon.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>Is there personalized support?<\/summary>\n          <div class=\"bd-faq-answer\">No. Training is designed to make you 100 % self-sufficient. There is no individual coaching or private consultation. It's a method for learning to reason for yourself - not a medical service.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>How long do I have access to training?<\/summary>\n          <div class=\"bd-faq-answer\">As long as your BeautyDecoded subscription is active, access to all training courses and updates is included. You can follow the program at your own pace.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>Can I cancel my subscription?<\/summary>\n          <div class=\"bd-faq-answer\">Yes, at any time, directly from your App Store or Google Play account. No commitment, no friction.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>Is it medical training or consultation?<\/summary>\n          <div class=\"bd-faq-answer\">No. This is an educational program dedicated to cosmetology. It does not replace a dermatological consultation or personalized medical advice in cases of severe, cystic or resistant acne.<\/div>\n        <\/details>\n        <details class=\"bd-faq-item\">\n          <summary>Is this method right for me?<\/summary>\n          <div class=\"bd-faq-answer\">Yes, if you want to understand the causes of your imperfections, choose the right active ingredients, build an effective routine and stop wasting your money. No, if you're looking for a quick fix, a medical diagnosis or a prescription for treatment.<\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ AUTHOR ============ -->\n  <section class=\"bd-author\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-section-label\">Who I am<\/div>\n      <h2>Plastic and aesthetic surgeon. <em>Founder of BeautyDecoded.<\/em><\/h2>\n\n      <div class=\"bd-author-meta\">\n        <div><strong>15 years<\/strong>clinical expertise<\/div>\n        <div><strong>200 000+<\/strong>YouTube subscribers<\/div>\n        <div><strong>70 000+<\/strong>Instagram &amp; TikTok followers<\/div>\n      <\/div>\n\n      <p class=\"bd-author-quote\">\u00abThis training course is the synthesis of everything I would have liked to pass on to my patients over the years.\u00bb<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FINAL CTA ============ -->\n  <section class=\"bd-final\">\n    <div class=\"bd-wrap\">\n      <div class=\"bd-final-inner\">\n        <h2>Your skin is not <em>the problem<\/em>.<\/h2>\n        <p>The problem is, you've never been told how it really works. Join the thousands of members who have regained control - scientifically, sustainably.<\/p>\n        <div class=\"bd-cta-wrap\" style=\"justify-content: center;\">\n          <a href=\"https:\/\/beautydecoded.go.link\/nlOfo\" class=\"bd-cta\" target=\"_blank\" rel=\"noopener\">Access the method now<\/a>\n        <\/div>\n        <div class=\"bd-cta-meta\" style=\"margin-top: 20px;\"><span>39 \u20ac\/year<\/span> - Free trial - iOS &amp; Android<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ DISCLAIMER ============ -->\n  <section class=\"bd-disclaimer\">\n    <p>The results presented (testimonials, before\/after, if any) depend on the level of attendance and the skin type of each individual. This program is educational and does not replace medical advice in cases of skin pathology or severe acne. This site is not affiliated with Facebook, Google or YouTube.<\/p>\n  <\/section>\n\n<\/div>\n<!-- ============ FIN BD-IMPERF ============ -->\n\n\n\n<h2 class=\"wp-block-heading\">Improve skin imperfections<\/h2>\n\n\n\n<p><br>Second <strong><a href=\"https:\/\/www.beautydecoded.com\/en\/facial-care\/cleansing-care\/\">cleansing care<\/a><\/strong> in the evening I can give you two product recommendations<\/p>\n\n\n\n<p>We'll group enlarged pores and blackheads together because the basis of the treatment is the same: the use of a <strong><a href=\"https:\/\/www.beautydecoded.com\/en\/facial-care\/anti-blackhead-care\/\" data-type=\"URL\" data-id=\"https:\/\/www.beautydecoded.com\/soin-du-visage\/soin-anti-points-noirs\/\">anti-blackhead care<\/a><\/strong>.<\/p>\n\n\n\n<p>To improve skin texture, retinoids and exfoliating acids are very effective, as are <strong><a href=\"https:\/\/www.beautydecoded.com\/en\/facial-care\/anti-uv-care\/\" data-type=\"URL\" data-id=\"https:\/\/www.beautydecoded.com\/soin-du-visage\/soin-anti-uv\/\">anti-UV care<\/a><\/strong>.<\/p>\n\n\n\n<p>Dry skin can also have skin imperfection problems: Here's a guide to treating skin imperfections <a href=\"https:\/\/www.beautydecoded.com\/en\/care-by-skin-type\/dry-skin\/anti-blemish-care\/\" data-type=\"page\" data-id=\"3356\">skin imperfections when you have dry skin<\/a><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Imperfections - Beauty Decoded Visibly reduce imperfections, restore clearer skin. Without multiplying creams. Without spending hundreds of euros on products that end up in the cupboard. A scientific method to stabilize your skin - whatever the cause of your blemishes. Understand why your blemishes come back Know which active ingredients work...<\/p>","protected":false},"author":120,"featured_media":0,"parent":252,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"enable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-866","page","type-page","status-publish","hentry"],"acf":[],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Sylvain David","author_link":"https:\/\/www.beautydecoded.com\/en\/author\/beautydecoded\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/pages\/866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/users\/120"}],"replies":[{"embeddable":true,"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/comments?post=866"}],"version-history":[{"count":14,"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/pages\/866\/revisions"}],"predecessor-version":[{"id":73827,"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/pages\/866\/revisions\/73827"}],"up":[{"embeddable":true,"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/pages\/252"}],"wp:attachment":[{"href":"https:\/\/www.beautydecoded.com\/en\/wp-json\/wp\/v2\/media?parent=866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}