.lnbuy-wrap {
  --lnbuy-bg: #060817;
  --lnbuy-text: #17172a;
  --lnbuy-muted: #62627a;
  --lnbuy-blue: #38bdf8;
  --lnbuy-violet: #7c3aed;
  --lnbuy-pink: #d946ef;
  --lnbuy-border: rgba(124, 58, 237, .18);
  --lnbuy-radius: 24px;
  color: var(--lnbuy-text) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  position: relative !important;
  isolation: isolate !important;
}

.lnbuy-wrap *,
.lnbuy-wrap *::before,
.lnbuy-wrap *::after {
  box-sizing: border-box !important;
}

.lnbuy-wrap a {
  color: #fff !important;
  text-decoration: none !important;
}

.lnbuy-wrap a:hover {
  text-decoration: underline !important;
}

.lnbuy-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(30px, 5vw, 58px) !important;
  margin: 0 0 28px !important;
  border-radius: 34px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 10% 15%, rgba(34, 211, 238, .55), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(217, 70, 239, .46), transparent 30%),
    linear-gradient(135deg, #050617 0%, #0b1230 45%, #1c1046 100%) !important;
  box-shadow: 0 26px 90px rgba(12, 18, 50, .34) !important;
}

.lnbuy-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: -2px !important;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .13) 24%, transparent 44%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 70px) !important;
  opacity: .75 !important;
  pointer-events: none !important;
  animation: lnbuy-scan 8s linear infinite !important;
}

.lnbuy-aurora {
  position: absolute !important;
  inset: -30% !important;
  background: conic-gradient(from 180deg, transparent, rgba(56,189,248,.24), rgba(217,70,239,.22), transparent, rgba(124,58,237,.26), transparent) !important;
  filter: blur(36px) !important;
  opacity: .9 !important;
  animation: lnbuy-rotate 18s linear infinite !important;
  pointer-events: none !important;
}

.lnbuy-kicker,
.lnbuy-eyebrow {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: rgba(79, 70, 229, .1) !important;
  border: 1px solid rgba(79, 70, 229, .2) !important;
  color: #4f46e5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.lnbuy-hero .lnbuy-kicker,
.lnbuy-section--dark .lnbuy-eyebrow {
  color: #dff8ff !important;
  background: rgba(255, 255, 255, .11) !important;
  border-color: rgba(255, 255, 255, .2) !important;
}

.lnbuy-title {
  position: relative !important;
  z-index: 2 !important;
  max-width: 940px !important;
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  text-shadow: 0 0 38px rgba(56, 189, 248, .32) !important;
}

.lnbuy-lead {
  position: relative !important;
  z-index: 2 !important;
  max-width: 940px !important;
  margin: 0 0 26px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
}

.lnbuy-actions {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 24px 0 0 !important;
}

.lnbuy-actions--inline {
  margin-top: 18px !important;
}

.lnbuy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 13px 20px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.lnbuy-btn:hover {
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

.lnbuy-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #2563eb, #7c3aed 52%, #d946ef) !important;
  box-shadow: 0 16px 42px rgba(37, 99, 235, .34), 0 0 24px rgba(217, 70, 239, .22) !important;
}

.lnbuy-btn--ghost {
  background: #fff !important;
  color: #312e81 !important;
  border-color: rgba(124, 58, 237, .18) !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08) !important;
}

.lnbuy-hero .lnbuy-btn--ghost,
.lnbuy-section--dark .lnbuy-btn--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  backdrop-filter: blur(10px) !important;
}

.lnbuy-quick-cards {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

.lnbuy-quick-cards > div {
  padding: 18px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  backdrop-filter: blur(14px) !important;
}

.lnbuy-quick-cards strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 17px !important;
}

.lnbuy-quick-cards span {
  display: block !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.lnbuy-quicknav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 28px !important;
  padding: 14px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid var(--lnbuy-border) !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 40px rgba(17, 17, 34, .07) !important;
  backdrop-filter: blur(10px) !important;
}

.lnbuy-quicknav a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 9px 13px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #eef6ff, #f6f0ff) !important;
  color: #312e81 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.lnbuy-section {
  position: relative !important;
  margin: 0 0 26px !important;
  padding: clamp(24px, 4vw, 38px) !important;
  border-radius: var(--lnbuy-radius) !important;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: 0 18px 50px rgba(17, 24, 39, .07) !important;
}

.lnbuy-section--soft {
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, .12), transparent 30%),
    linear-gradient(180deg, #fbfcff, #f3f0ff) !important;
  border-color: var(--lnbuy-border) !important;
}

.lnbuy-section--dark {
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 15% 15%, rgba(34, 211, 238, .32), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(217, 70, 239, .28), transparent 35%),
    linear-gradient(135deg, #090b1d, #12183a 55%, #1e1249) !important;
  border-color: rgba(255, 255, 255, .12) !important;
}

.lnbuy-section--warning {
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 191, 36, .14), transparent 28%),
    #fff8ed !important;
  border-color: rgba(245, 158, 11, .26) !important;
}

.lnbuy-section--cta {
  background:
    radial-gradient(circle at 0% 10%, rgba(56, 189, 248, .18), transparent 32%),
    radial-gradient(circle at 100% 20%, rgba(217, 70, 239, .16), transparent 32%),
    linear-gradient(135deg, #faf5ff, #eef7ff) !important;
  border-color: rgba(124, 58, 237, .2) !important;
}

.lnbuy-wrap h2 {
  margin: 0 0 16px !important;
  color: #111827 !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  line-height: 1.15 !important;
  letter-spacing: -.03em !important;
  font-weight: 950 !important;
}

.lnbuy-wrap h3 {
  margin: 10px !important;
  color: #1e1b4b !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
}

.lnbuy-section--dark h2,
.lnbuy-section--dark h3 {
  color: #fff !important;
}

.lnbuy-wrap p {
  margin: 0 0 16px !important;
}

.lnbuy-wrap p:last-child {
  margin-bottom: 0 !important;
}

.lnbuy-use-grid,
.lnbuy-wave-grid,
.lnbuy-format-grid,
.lnbuy-criteria-grid,
.lnbuy-errors,
.lnbuy-shop-grid,
.lnbuy-qa-grid {
  display: grid !important;
  gap: 16px !important;
}

.lnbuy-use-grid,
.lnbuy-format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 22px !important;
}

.lnbuy-wave-grid,
.lnbuy-errors,
.lnbuy-qa-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 22px !important;
}

.lnbuy-criteria-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 22px !important;
}

.lnbuy-shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 22px !important;
}

.lnbuy-use-card,
.lnbuy-wave-card,
.lnbuy-format-card,
.lnbuy-criteria-grid > div,
.lnbuy-errors > div,
.lnbuy-qa-card {
  padding: 21px !important;
  border-radius: 20px !important;
  background: #fff !important;
  border: 1px solid rgba(124, 58, 237, .14) !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .06) !important;
}

.lnbuy-section--dark .lnbuy-format-card {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
}

.lnbuy-section--dark .lnbuy-format-card p {
  color: rgba(255, 255, 255, .78) !important;
}

.lnbuy-section--dark .lnbuy-format-card a {
  color: #a5f3fc !important;
  font-weight: 900 !important;
}

.lnbuy-use-icon {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  border-radius: 16px !important;
  background: rgba(56, 189, 248, .14) !important;
  border: 1px solid rgba(56, 189, 248, .2) !important;
  font-size: 24px !important;
}

.lnbuy-use-card a,
.lnbuy-format-card a {
  display: inline-flex !important;
  margin-top: 10px !important;
  font-weight: 950 !important;
}

.lnbuy-wave-card ul,
.lnbuy-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
  display: grid !important;
  gap: 10px !important;
}

.lnbuy-wave-card li,
.lnbuy-checklist li {
  list-style: none !important;
  position: relative !important;
  margin: 0 !important;
  padding: 12px 14px 12px 42px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(124, 58, 237, .12) !important;
}

.lnbuy-wave-card li::before,
.lnbuy-checklist li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 14px !important;
  top: 12px !important;
  width: 21px !important;
  height: 21px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #38bdf8, #7c3aed) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.lnbuy-note {
  margin-top: 20px !important;
  padding: 17px 19px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border-left: 5px solid var(--lnbuy-blue) !important;
  box-shadow: 0 12px 30px rgba(37, 99, 235, .08) !important;
  color: #24304d !important;
}

.lnbuy-table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  margin-top: 20px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(124, 58, 237, .16) !important;
  box-shadow: 0 12px 32px rgba(17, 24, 39, .05) !important;
}

.lnbuy-table {
  width: 100% !important;
  min-width: 760px !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

.lnbuy-table th,
.lnbuy-table td {
  padding: 15px !important;
  text-align: left !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  vertical-align: top !important;
}

.lnbuy-table th {
  background: linear-gradient(135deg, #eef6ff, #f4f0ff) !important;
  color: #312e81 !important;
  font-weight: 950 !important;
}

.lnbuy-table tr:last-child td {
  border-bottom: 0 !important;
}

.lnbuy-shop-grid a {
  display: block !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(124, 58, 237, .14) !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .06) !important;
}

.lnbuy-shop-grid strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #111827 !important;
  font-size: 17px !important;
}

.lnbuy-shop-grid span {
  display: block !important;
  color: #4f46e5 !important;
  font-weight: 900 !important;
}

@keyframes lnbuy-scan {
  0% { transform: translateX(-18%); }
  100% { transform: translateX(18%); }
}

@keyframes lnbuy-rotate {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .lnbuy-wrap *,
  .lnbuy-wrap *::before,
  .lnbuy-wrap *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .lnbuy-use-grid,
  .lnbuy-format-grid,
  .lnbuy-criteria-grid,
  .lnbuy-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .lnbuy-wrap {
    font-size: 16px !important;
  }

  .lnbuy-hero,
  .lnbuy-section {
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .lnbuy-title {
    font-size: 35px !important;
  }

  .lnbuy-lead {
    font-size: 17px !important;
  }

  .lnbuy-actions,
  .lnbuy-btn {
    width: 100% !important;
  }

  .lnbuy-btn {
    text-align: center !important;
  }

  .lnbuy-quick-cards,
  .lnbuy-use-grid,
  .lnbuy-wave-grid,
  .lnbuy-format-grid,
  .lnbuy-criteria-grid,
  .lnbuy-errors,
  .lnbuy-shop-grid,
  .lnbuy-qa-grid {
    grid-template-columns: 1fr !important;
  }

  .lnbuy-quicknav a {
    flex: 1 1 auto !important;
    justify-content: center !important;
  }
}

/* === Patch FAQ eyebrow + contraste boutons lnbuy === */

/* 1. Style uniquement du label FAQ */
.vvcs-section .vvcs-eyebrow,
.vvcs-section.vvcs-section--soft .vvcs-eyebrow,
.vvcs-section#faq .vvcs-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 14px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(79, 70, 229, .12), rgba(56, 189, 248, .14)) !important;
  border: 1px solid rgba(79, 70, 229, .22) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(79, 70, 229, .08) !important;
}

/* 2. Boutons : contraste verrouillé, y compris visited/hover */
.lnbuy-wrap .lnbuy-btn,
.lnbuy-wrap .lnbuy-btn:visited,
.lnbuy-wrap .lnbuy-btn:hover,
.lnbuy-wrap .lnbuy-btn:focus {
  text-decoration: none !important;
  font-weight: 950 !important;
  border-radius: 999px !important;
  line-height: 1.2 !important;
}

.lnbuy-wrap .lnbuy-btn--primary,
.lnbuy-wrap .lnbuy-btn--primary:visited,
.lnbuy-wrap .lnbuy-btn--primary:hover,
.lnbuy-wrap .lnbuy-btn--primary:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1d4ed8, #6d28d9 52%, #c026d3) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  box-shadow: 0 16px 42px rgba(37, 99, 235, .30), 0 0 24px rgba(217, 70, 239, .18) !important;
}

.lnbuy-wrap .lnbuy-btn--ghost,
.lnbuy-wrap .lnbuy-btn--ghost:visited,
.lnbuy-wrap .lnbuy-btn--ghost:hover,
.lnbuy-wrap .lnbuy-btn--ghost:focus {
  color: #312e81 !important;
  background: #ffffff !important;
  border: 1px solid rgba(79, 70, 229, .28) !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08) !important;
}

/* Ghost en contexte sombre : texte blanc, jamais violet sur fond foncé */
.lnbuy-wrap .lnbuy-hero .lnbuy-btn--ghost,
.lnbuy-wrap .lnbuy-hero .lnbuy-btn--ghost:visited,
.lnbuy-wrap .lnbuy-hero .lnbuy-btn--ghost:hover,
.lnbuy-wrap .lnbuy-hero .lnbuy-btn--ghost:focus,
.lnbuy-wrap .lnbuy-section--dark .lnbuy-btn--ghost,
.lnbuy-wrap .lnbuy-section--dark .lnbuy-btn--ghost:visited,
.lnbuy-wrap .lnbuy-section--dark .lnbuy-btn--ghost:hover,
.lnbuy-wrap .lnbuy-section--dark .lnbuy-btn--ghost:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .14) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 10px 28px rgba(0, 0, 0, .14) !important;
  backdrop-filter: blur(10px) !important;
}

/* Évite qu’un span/strong interne ou le CSS CMS reprenne une mauvaise couleur */
.lnbuy-wrap .lnbuy-btn *,
.lnbuy-wrap .lnbuy-btn--primary *,
.lnbuy-wrap .lnbuy-btn--ghost * {
  color: inherit !important;
}

.lnbuy-wrap .lnbuy-btn:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.04) !important;
}

/* === Tableaux lnbuy SSCMS : anti double-scroll === */

.lnbuy-wrap .lnbuy-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  margin-top: 20px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(124, 58, 237, .16) !important;
  box-shadow: 0 12px 32px rgba(17, 24, 39, .05) !important;
}

.lnbuy-wrap .lnbuy-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
}

.lnbuy-wrap .lnbuy-table th,
.lnbuy-wrap .lnbuy-table td {
  padding: 15px !important;
  text-align: left !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  vertical-align: top !important;
  color: #17172a !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.lnbuy-wrap .lnbuy-table th {
  background: linear-gradient(135deg, #eef6ff, #f4f0ff) !important;
  color: #312e81 !important;
  font-weight: 950 !important;
}

.lnbuy-wrap .lnbuy-table tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 760px) {
  .lnbuy-wrap .lnbuy-table-wrap {
    overflow: visible !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .lnbuy-wrap .lnbuy-table,
  .lnbuy-wrap .lnbuy-table thead,
  .lnbuy-wrap .lnbuy-table tbody,
  .lnbuy-wrap .lnbuy-table tr,
  .lnbuy-wrap .lnbuy-table th,
  .lnbuy-wrap .lnbuy-table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .lnbuy-wrap .lnbuy-table thead {
    display: none !important;
  }

  .lnbuy-wrap .lnbuy-table tr {
    margin: 0 0 14px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(124, 58, 237, .14) !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06) !important;
  }

  .lnbuy-wrap .lnbuy-table td {
    display: grid !important;
    grid-template-columns: 108px 1fr !important;
    gap: 10px !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
  }

  .lnbuy-wrap .lnbuy-table td:last-child {
    border-bottom: 0 !important;
  }

  .lnbuy-wrap .lnbuy-table td::before {
    color: #312e81 !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
  }

 
}

/* =========================================================
   LNB UI ARTICLE - FIX HN / TABLES / SHOP GRID
   À placer tout en bas de /css8/lnbuy.css
========================================================= */

/* =========================================================
   HN premium : stop aux backgrounds hérités du thème
========================================================= */

html body .lnbuy-wrap .lnbuy-section > h2,
html body .lnbuy-wrap .lnbuy-section h2,
html body .lnbuy-wrap .lnbuy-section > h3,
html body .lnbuy-wrap .lnbuy-section h3,
html body .lnbuy-wrap .lnbuy-use-card h3,
html body .lnbuy-wrap .lnbuy-wave-card h3,
html body .lnbuy-wrap .lnbuy-format-card h3,
html body .lnbuy-wrap .lnbuy-criteria-grid h3,
html body .lnbuy-wrap .lnbuy-errors h3,
html body .lnbuy-wrap .lnbuy-qa-card h3 {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: inherit !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .lnbuy-wrap .lnbuy-section > h2,
html body .lnbuy-wrap .lnbuy-section h2 {
  position: relative !important;
  max-width: 920px !important;
  margin: 0 auto 22px !important;
  color: #111827 !important;
  font-size: clamp(26px, 3vw, 40px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
  font-weight: 950 !important;
  text-align: left !important;
}

html body .lnbuy-wrap .lnbuy-section > h2::after,
html body .lnbuy-wrap .lnbuy-section h2::after {
  content: "" !important;
  display: block !important;
  width: 88px !important;
  height: 4px !important;
  margin: 14px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #38bdf8, #7c3aed, #d946ef) !important;
  box-shadow: 0 0 18px rgba(56, 189, 248, .28) !important;
}

 html body .lnbuy-wrap .lnbuy-section--dark > h2 {
color:white!important;	 
 }


/* Icônes centrées */
html body .lnbuy-wrap .lnbuy-use-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   lnbuy-shop-grid : 2 colonnes propres
========================================================= */

html body .lnbuy-wrap .lnbuy-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 22px !important;
  align-items: stretch !important;
}



/* =========================================================
   LNB UI - TABLES MUTUALISÉES
   Pas de labels hardcodés : compatible tous articles
========================================================= */

html body .lnbuy-wrap .lnbuy-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  margin: 22px 0 0 !important;
  border-radius: 22px !important;
  border: 1px solid rgba(124, 58, 237, .16) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .06) !important;
}

html body .lnbuy-wrap .lnbuy-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

html body .lnbuy-wrap .lnbuy-table th,
html body .lnbuy-wrap .lnbuy-table td {
  padding: 16px 15px !important;
  text-align: left !important;
  vertical-align: top !important;
  color: #17172a !important;
  -webkit-text-fill-color: #17172a !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  background: transparent !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal !important;
}

html body .lnbuy-wrap .lnbuy-table th {
  background: linear-gradient(135deg, #eef6ff, #f4f0ff) !important;
  color: #312e81 !important;
  -webkit-text-fill-color: #312e81 !important;
  font-weight: 950 !important;
}

html body .lnbuy-wrap .lnbuy-table th:first-child {
  border-top-left-radius: 20px !important;
}

html body .lnbuy-wrap .lnbuy-table th:last-child {
  border-top-right-radius: 20px !important;
}

html body .lnbuy-wrap .lnbuy-table tr:last-child td {
  border-bottom: 0 !important;
}

/* Reset absolu des anciens labels mutualisés */
html body .lnbuy-wrap .lnbuy-table td::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  html body .lnbuy-wrap .lnbuy-table-wrap {
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  html body .lnbuy-wrap .lnbuy-table,
  html body .lnbuy-wrap .lnbuy-table thead,
  html body .lnbuy-wrap .lnbuy-table tbody,
  html body .lnbuy-wrap .lnbuy-table tr,
  html body .lnbuy-wrap .lnbuy-table th,
  html body .lnbuy-wrap .lnbuy-table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .lnbuy-wrap .lnbuy-table thead {
    display: none !important;
  }

  html body .lnbuy-wrap .lnbuy-table tr {
    margin: 0 0 14px !important;
    padding: 15px 16px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(124, 58, 237, .14) !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06) !important;
  }

  html body .lnbuy-wrap .lnbuy-table td {
    display: block !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
    text-align: left !important;
  }

  html body .lnbuy-wrap .lnbuy-table td:last-child {
    border-bottom: 0 !important;
  }

  /* Optionnel : seulement si une future table ajoute data-label="" */
  html body .lnbuy-wrap .lnbuy-table td[data-label] {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body .lnbuy-wrap .lnbuy-table td[data-label]::before {
    content: attr(data-label) !important;
    display: block !important;
    color: #312e81 !important;
    -webkit-text-fill-color: #312e81 !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 430px) {
  html body .lnbuy-wrap .lnbuy-table td[data-label] {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

/* =========================================================
   LNB UI - SHOP GRID MUTUALISÉE EN 2 COLONNES
========================================================= */

html body .lnbuy-wrap .lnbuy-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 22px !important;
  align-items: stretch !important;
}

html body .lnbuy-wrap .lnbuy-shop-grid a,
html body .lnbuy-wrap .lnbuy-shop-grid a:visited {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 118px !important;
  padding: 17px 16px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, .10), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8faff) !important;
  border: 1px solid rgba(124, 58, 237, .14) !important;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .06) !important;
  color: #111827 !important;
  -webkit-text-fill-color: initial !important;
  text-align: center !important;
  text-decoration: none !important;
}

html body .lnbuy-wrap .lnbuy-shop-grid strong {
  display: block !important;
  margin: 0 0 7px !important;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  text-align: center !important;
}

html body .lnbuy-wrap .lnbuy-shop-grid span {
  display: block !important;
  color: #4f46e5 !important;
  -webkit-text-fill-color: #4f46e5 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html body .lnbuy-wrap .lnbuy-shop-grid a:hover {
  transform: translateY(-3px) !important;
  text-decoration: none !important;
  border-color: rgba(56, 189, 248, .34) !important;
  box-shadow:
    0 16px 34px rgba(17, 24, 39, .09),
    0 0 24px rgba(56, 189, 248, .14) !important;
}

@media (max-width: 360px) {
  html body .lnbuy-wrap .lnbuy-shop-grid {
    grid-template-columns: 1fr !important;
  }
}