/* =========================================================================
   NBC — LP Premier Rituel (acquisition -15%)
   ========================================================================= */

:root {
    --nbc-lpo-gold: var(--nbc-gold, #C9A07A);
    --nbc-lpo-gold-dark: var(--nbc-gold-dark, #a07850);
    --nbc-lpo-ink: var(--nbc-ink, #1a1a1a);
    --nbc-lpo-cream: var(--nbc-cream, #faf6f0);
    --nbc-lpo-line: rgba(26,26,26,0.10);
}

.nbc-lpo { color: var(--nbc-lpo-ink); background: #fff; padding-bottom: 90px; }
.nbc-lpo *, .nbc-lpo *::before, .nbc-lpo *::after { box-sizing: border-box; }
.nbc-lpo img { max-width: 100%; height: auto; display: block; }

.nbc-lpo-eyebrow {
    text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px;
    font-weight: 600; color: var(--nbc-lpo-gold-dark); margin: 0 0 14px;
}
.nbc-lpo-eyebrow--gold { color: var(--nbc-lpo-gold); }
.nbc-lpo-h2 {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-weight: 500; font-size: clamp(28px, 4.2vw, 46px); line-height: 1.12;
    margin: 0 0 16px; color: var(--nbc-lpo-ink);
}
.nbc-lpo-h2 em { color: var(--nbc-lpo-gold-dark); font-style: italic; font-weight: 400; }
.nbc-lpo-lead { font-size: 16px; line-height: 1.65; color: #4a4a4a; margin: 0 auto; max-width: 640px; }

/* Boutons */
.nbc-lpo-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px; padding: 16px 28px;
    border-radius: 999px;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
    border: 1.5px solid transparent; cursor: pointer; font-family: inherit;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    line-height: 1;
}
.nbc-lpo-btn--gold { background: var(--nbc-lpo-gold); color: var(--nbc-lpo-ink); border-color: var(--nbc-lpo-gold); }
.nbc-lpo-btn--gold:hover { background: #fff; border-color: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.18); }
.nbc-lpo-btn--whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.nbc-lpo-btn--whatsapp:hover { background: #1da851; border-color: #1da851; }
.nbc-lpo-btn--block { width: 100%; }

/* =========================================================================
   HERO + FORM
   ========================================================================= */
.nbc-lpo-hero {
    position: relative;
    padding: clamp(60px, 9vh, 100px) 24px clamp(40px, 6vh, 70px);
    color: #f4ebde;
    overflow: hidden;
    text-align: center;
    background: #0e0e0e;
}
.nbc-lpo-hero__bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(201,160,122,0.40), transparent 55%),
      radial-gradient(circle at 85% 80%, rgba(160,120,80,0.32), transparent 60%),
      linear-gradient(160deg, #0e0e0e 0%, #1a1612 60%, #2a1f15 100%);
    pointer-events: none;
}
.nbc-lpo-hero__inner { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; }
.nbc-lpo-hero__eyebrow {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(201,160,122,0.18);
    border: 1px solid rgba(201,160,122,0.45);
    border-radius: 999px;
    text-transform: uppercase; letter-spacing: 0.24em; font-size: 11px;
    color: var(--nbc-lpo-gold); margin: 0 0 22px; font-weight: 600;
}
.nbc-lpo-hero__title {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-weight: 400; font-size: clamp(34px, 5.5vw, 60px); line-height: 1.05;
    margin: 0 0 24px; color: #fff;
}
.nbc-lpo-hero__title em { color: var(--nbc-lpo-gold); font-style: italic; font-weight: 400; }
.nbc-lpo-hero__discount {
    display: block;
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(60px, 11vw, 120px); line-height: 0.9;
    color: var(--nbc-lpo-gold); font-style: italic; font-weight: 500;
    margin-bottom: 6px;
}
.nbc-lpo-hero__lead {
    color: rgba(244,235,222,0.86); font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.65; max-width: 660px; margin: 0 auto 28px;
}
.nbc-lpo-hero__benefits {
    list-style: none; padding: 0;
    margin: 0 0 32px;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    text-align: center;
}
@media (max-width: 700px) { .nbc-lpo-hero__benefits { grid-template-columns: repeat(2, 1fr); } }
.nbc-lpo-hero__benefits li {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 12px 8px;
    background: rgba(244,235,222,0.05);
    border-radius: 12px;
    font-size: 12px;
    color: rgba(244,235,222,0.85);
}
.nbc-lpo-hero__benefits li span:first-child {
    width: 22px; height: 22px;
    background: var(--nbc-lpo-gold); color: var(--nbc-lpo-ink);
    border-radius: 50%; font-size: 12px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 4px;
}
.nbc-lpo-hero__benefits strong { font-weight: 700; color: var(--nbc-lpo-gold); font-size: 14px; }

/* FORM Glass card */
.nbc-lpo-form-wrap {
    background: #fff;
    color: var(--nbc-lpo-ink);
    padding: clamp(28px, 4vw, 42px);
    border-radius: 22px;
    max-width: 540px; margin: 0 auto;
    box-shadow: 0 40px 90px rgba(0,0,0,0.45);
    border: 2px solid var(--nbc-lpo-gold);
    text-align: left;
}
.nbc-lpo-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nbc-lpo-form__field { display: block; margin-bottom: 14px; }
.nbc-lpo-form__field label {
    display: block;
    font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
    color: #3a3a3a; text-transform: uppercase; margin-bottom: 6px;
}
.nbc-lpo-form__field label em { color: var(--nbc-lpo-gold-dark); font-style: normal; }
.nbc-lpo-form__field input {
    width: 100%; padding: 14px 16px;
    border: 1.5px solid var(--nbc-lpo-line);
    border-radius: 10px;
    font-size: 15px;
    color: var(--nbc-lpo-ink);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}
.nbc-lpo-form__field input:focus {
    outline: none;
    border-color: var(--nbc-lpo-gold);
    box-shadow: 0 0 0 4px rgba(201,160,122,0.15);
}
.nbc-lpo-form__field small {
    display: block; margin-top: 5px;
    font-size: 11px; color: #8a8a8a;
}
.nbc-lpo-form__divider {
    position: relative; text-align: center; margin: 6px 0 14px;
    border-top: 1px dashed var(--nbc-lpo-line);
    padding-top: 14px;
}
.nbc-lpo-form__divider span {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    background: #fff; padding: 0 12px;
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--nbc-lpo-gold-dark); font-weight: 700;
}
.nbc-lpo-form__checkbox {
    display: flex; align-items: flex-start; gap: 10px;
    margin: 12px 0 18px; font-size: 12px; line-height: 1.5;
    color: #5a5a5a;
}
.nbc-lpo-form__checkbox input { margin-top: 2px; accent-color: var(--nbc-lpo-gold-dark); flex-shrink: 0; }
.nbc-lpo-form__checkbox a { color: var(--nbc-lpo-gold-dark); text-decoration: underline; }
.nbc-lpo-form__trust {
    margin: 12px 0 0; font-size: 11px; text-align: center; color: #8a8a8a;
}

.nbc-lpo-error {
    padding: 12px 16px; margin: 0 0 14px;
    background: rgba(220,80,80,0.10); border: 1px solid rgba(220,80,80,0.30);
    border-radius: 10px; color: #a02828; font-size: 13px;
}

/* SUCCESS */
.nbc-lpo-success { text-align: center; }
.nbc-lpo-success__icon {
    display: inline-flex; width: 64px; height: 64px;
    border-radius: 50%; background: var(--nbc-lpo-gold);
    color: var(--nbc-lpo-ink); align-items: center; justify-content: center;
    font-size: 30px; font-weight: 700; margin-bottom: 16px;
}
.nbc-lpo-success h2 {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 30px; margin: 0 0 8px; font-weight: 500;
    color: var(--nbc-lpo-ink);
}
.nbc-lpo-success p { color: #5a5a5a; margin: 0 0 18px; }
.nbc-lpo-success__small { font-size: 12px; color: #8a8a8a; margin: 14px 0 18px !important; }
.nbc-lpo-success__cta { display: flex; flex-direction: column; gap: 10px; }

.nbc-lpo-code {
    display: flex; align-items: center; gap: 8px;
    padding: 16px 18px;
    background: linear-gradient(135deg, var(--nbc-lpo-cream) 0%, #f0e6d8 100%);
    border: 2px dashed var(--nbc-lpo-gold);
    border-radius: 12px;
    margin: 0 0 14px;
}
.nbc-lpo-code__label {
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--nbc-lpo-gold-dark); font-weight: 700;
}
.nbc-lpo-code__value {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 22px; font-weight: 700; letter-spacing: 0.06em;
    color: var(--nbc-lpo-ink); text-align: center;
}
.nbc-lpo-code__copy {
    padding: 10px 16px;
    background: var(--nbc-lpo-ink); color: #fff;
    border: 0; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    cursor: pointer; font-family: inherit;
    transition: background 0.2s ease;
}
.nbc-lpo-code__copy:hover { background: var(--nbc-lpo-gold-dark); }

/* =========================================================================
   TRUST STRIP
   ========================================================================= */
.nbc-lpo-trust { padding: 24px; background: var(--nbc-lpo-cream); border-bottom: 1px solid var(--nbc-lpo-line); }
.nbc-lpo-trust__inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
@media (max-width: 700px) { .nbc-lpo-trust__inner { grid-template-columns: repeat(2, 1fr); } }
.nbc-lpo-trust article {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 10px;
}
.nbc-lpo-trust strong {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 18px; color: var(--nbc-lpo-ink); font-weight: 500;
    margin-bottom: 2px;
}
.nbc-lpo-trust span {
    font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    color: #6a6a6a;
}

/* =========================================================================
   SECTIONS
   ========================================================================= */
.nbc-lpo-section { padding: clamp(60px, 9vh, 90px) 0; background: #fff; }
.nbc-lpo-section--cream { background: var(--nbc-lpo-cream); }
.nbc-lpo-section__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.nbc-lpo-section__header { text-align: center; max-width: 740px; margin: 0 auto 36px; }

/* WHY 4 cards */
.nbc-lpo-why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1000px) { .nbc-lpo-why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .nbc-lpo-why { grid-template-columns: 1fr; } }
.nbc-lpo-why article {
    background: #fff;
    border: 1px solid var(--nbc-lpo-line);
    border-radius: 16px;
    padding: 24px 22px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.nbc-lpo-why article:hover { transform: translateY(-3px); border-color: var(--nbc-lpo-gold); }
.nbc-lpo-why__num {
    display: inline-block;
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 28px; color: var(--nbc-lpo-gold);
    margin-bottom: 10px; font-weight: 500;
}
.nbc-lpo-why article h3 {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 20px; line-height: 1.2; margin: 0 0 8px;
    font-weight: 500;
}
.nbc-lpo-why article p { font-size: 14px; line-height: 1.55; color: #5a5a5a; margin: 0; }

/* PRODUCTS 3 cards */
.nbc-lpo-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px) { .nbc-lpo-products { grid-template-columns: 1fr; } }
.nbc-lpo-product {
    background: #fff;
    border: 1px solid var(--nbc-lpo-line);
    border-radius: 18px;
    padding: 26px 24px;
    text-decoration: none;
    color: var(--nbc-lpo-ink);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
}
.nbc-lpo-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(26,26,26,0.10);
    border-color: var(--nbc-lpo-gold);
}
.nbc-lpo-product--featured {
    background: linear-gradient(160deg, #1a1612 0%, #2a1f15 100%);
    color: #f4ebde;
    border-color: var(--nbc-lpo-gold);
}
.nbc-lpo-product--featured h3 { color: #fff; }
.nbc-lpo-product--featured p { color: rgba(244,235,222,0.78); }
.nbc-lpo-product__badge {
    display: inline-block;
    padding: 5px 12px;
    background: var(--nbc-lpo-cream);
    color: var(--nbc-lpo-gold-dark);
    border-radius: 999px;
    font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.nbc-lpo-product__badge--gold {
    background: var(--nbc-lpo-gold);
    color: var(--nbc-lpo-ink);
}
.nbc-lpo-product h3 {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 22px; line-height: 1.2; margin: 0 0 8px; font-weight: 500;
}
.nbc-lpo-product p { font-size: 13.5px; line-height: 1.5; color: #5a5a5a; margin: 0 0 14px; }
.nbc-lpo-product__price {
    display: block;
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 22px;
}
.nbc-lpo-product__price s { color: #8a8a8a; font-size: 16px; margin-right: 8px; font-weight: 400; }
.nbc-lpo-product__price strong { color: var(--nbc-lpo-gold-dark); font-weight: 700; }
.nbc-lpo-product--featured .nbc-lpo-product__price strong { color: var(--nbc-lpo-gold); }
.nbc-lpo-product small {
    display: block; margin-top: 6px;
    font-size: 11px; color: rgba(244,235,222,0.7);
    text-transform: uppercase; letter-spacing: 0.08em;
}

/* REVIEWS */
.nbc-lpo-reviews {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 900px) { .nbc-lpo-reviews { grid-template-columns: 1fr; } }
.nbc-lpo-reviews article {
    background: #fff;
    border: 1px solid var(--nbc-lpo-line);
    border-radius: 18px;
    padding: 28px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nbc-lpo-reviews article:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(26,26,26,0.08); }
.nbc-lpo-review__stars { color: var(--nbc-lpo-gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.nbc-lpo-review__quote {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: 16px; line-height: 1.45; color: var(--nbc-lpo-ink);
    margin: 0 0 14px; font-style: italic;
}
.nbc-lpo-review__quote strong { font-style: normal; color: var(--nbc-lpo-gold-dark); font-weight: 600; }
.nbc-lpo-review__author { font-size: 12px; letter-spacing: 0.06em; margin: 0; }
.nbc-lpo-review__author strong { font-weight: 700; }
.nbc-lpo-review__author span { color: #8a8a8a; font-weight: 400; }

/* FAQ */
.nbc-lpo-faq { max-width: 820px !important; margin: 0 auto; }
.nbc-lpo-faq__list { display: grid; gap: 10px; }
.nbc-lpo-faq__item {
    border: 1px solid var(--nbc-lpo-line);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}
.nbc-lpo-faq__item[open] {
    border-color: var(--nbc-lpo-gold);
    box-shadow: 0 8px 24px rgba(201,160,122,0.10);
}
.nbc-lpo-faq__item summary {
    list-style: none; cursor: pointer;
    padding: 18px 24px;
    font-size: 15.5px; font-weight: 500;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
}
.nbc-lpo-faq__item summary::-webkit-details-marker { display: none; }
.nbc-lpo-faq__item summary::after {
    content: '+'; font-size: 22px; color: var(--nbc-lpo-gold-dark); line-height: 1;
}
.nbc-lpo-faq__item[open] summary::after { content: '−'; }
.nbc-lpo-faq__item p {
    padding: 0 24px 18px; margin: 0;
    font-size: 14px; line-height: 1.6; color: #4a4a4a;
}
.nbc-lpo-faq__item a { color: var(--nbc-lpo-gold-dark); text-decoration: underline; }
.nbc-lpo-faq__item strong { color: var(--nbc-lpo-gold-dark); }

/* FOOTCTA */
.nbc-lpo-footcta {
    padding: clamp(60px, 9vh, 90px) 24px;
    background: linear-gradient(160deg, #0e0e0e 0%, #1a1612 100%);
    color: #f4ebde; text-align: center;
}
.nbc-lpo-footcta__inner { max-width: 700px; margin: 0 auto; }
.nbc-lpo-footcta h2 {
    font-family: var(--nbc-serif, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(28px, 4.2vw, 44px); line-height: 1.1;
    margin: 12px 0 14px; color: #fff; font-weight: 500;
}
.nbc-lpo-footcta h2 em { color: var(--nbc-lpo-gold); font-style: italic; font-weight: 400; }
.nbc-lpo-footcta p {
    font-size: 16px; line-height: 1.55; color: rgba(244,235,222,0.82); margin: 0 0 26px;
}

/* STICKY mobile */
.nbc-lpo-sticky {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 50;
    background: linear-gradient(to top, rgba(255,255,255,0.98) 80%, rgba(255,255,255,0));
    padding: 14px 16px 18px;
    display: none;
}
.nbc-lpo-sticky__btn { width: 100%; box-shadow: 0 16px 38px rgba(0,0,0,0.25); }
@media (max-width: 760px) { .nbc-lpo-sticky { display: block; } .nbc-lpo { padding-bottom: 100px; } }
