/* WEB 4 LIVE components only — no Divi header/menu/button overrides */
.w4l-opt {
  --bg: #0a0a0a;
  --card: #121212;
  --line: #2a2a2a;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --dim: #71717a;
  --green: #22c55e;
  font-family: "Open Sans", system-ui, sans-serif;
  color: var(--text);
  line-height: 1.65;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 8px 40px;
}
.w4l-opt *,
.w4l-opt *::before,
.w4l-opt *::after { box-sizing: border-box; }
.w4l-opt h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #fff;
}
.w4l-opt h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}
.w4l-opt h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.w4l-opt p { color: var(--muted); margin: 0 0 12px; }
.w4l-opt .hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(168,85,247,.15), transparent 55%),
    linear-gradient(180deg, #141414, #0a0a0a);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 28px;
  margin-bottom: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.w4l-opt .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.w4l-opt .badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}
.w4l-opt .lead { font-size: 1.08rem; max-width: 56ch; }
.w4l-opt .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.w4l-opt .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  border: 1px solid var(--line);
  transition: filter .15s ease, background .15s ease, border-color .15s ease;
  transform: none !important;
}
.w4l-opt .btn-primary {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.w4l-opt .btn-primary:hover { background: #e4e4e7; filter: none; }
.w4l-opt .btn-ghost {
  background: #151515;
  color: #fff !important;
}
.w4l-opt .btn-ghost:hover { border-color: #444; }
.w4l-opt .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}
@media (max-width: 800px) {
  .w4l-opt .grid { grid-template-columns: 1fr; }
}
.w4l-opt .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
}
.w4l-opt .card.featured {
  border-color: rgba(255,255,255,.35);
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%), var(--card);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.w4l-opt .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
  background: #222;
  color: var(--muted);
  margin-bottom: 12px;
}
.w4l-opt .card.featured .tag {
  background: #fff;
  color: #000;
}
.w4l-opt .price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin: 6px 0 4px;
}
.w4l-opt .price small {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.w4l-opt ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
}
.w4l-opt li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: var(--muted);
  font-size: 14px;
}
.w4l-opt li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}
.w4l-opt .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}
@media (max-width: 800px) {
  .w4l-opt .steps { grid-template-columns: 1fr; }
}
.w4l-opt .step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
}
.w4l-opt .num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.w4l-opt .note {
  border-left: 3px solid #fff;
  background: linear-gradient(90deg, rgba(255,255,255,.05), transparent);
  padding: 14px 16px;
  border-radius: 0 12px 12px 0;
  color: var(--muted);
  font-size: 14px;
  margin: 18px 0;
}
.w4l-opt .tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}
.w4l-opt .chip {
  background: #161616;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}
.w4l-opt .cta {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 24px;
  margin-top: 28px;
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(168,85,247,.12), transparent 50%),
    var(--card);
}
.w4l-opt a.soft {
  color: #e4e4e7;
  text-decoration: underline;
}

/* Offres */
.w4l-offers {
  --card: #12121a;
  --line: rgba(255,255,255,.1);
  --text: #f4f4f7;
  --muted: #a8a8b8;
  --green: #22c55e;
  font-family: "Open Sans", system-ui, sans-serif;
  color: var(--text);
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 8px 40px;
  line-height: 1.6;
}
.w4l-offers *,
.w4l-offers *::before,
.w4l-offers *::after { box-sizing: border-box; }
.w4l-offers h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 28px 0 8px;
  color: #fff;
}
.w4l-offers h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.w4l-offers p { color: var(--muted); margin: 0 0 10px; }
.w4l-offers .hero {
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(139,92,246,.18), transparent 55%),
    linear-gradient(180deg, #141422, #0a0a10);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  margin-bottom: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.w4l-offers .badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.w4l-offers .badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}
.w4l-offers .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.w4l-offers .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  border: 1px solid var(--line);
  transition: filter .15s ease, border-color .15s ease, background .15s ease;
  transform: none !important;
}
.w4l-offers .btn-primary {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.w4l-offers .btn-primary:hover { filter: brightness(.95); }
.w4l-offers .btn-ghost {
  background: rgba(255,255,255,.04);
  color: #fff !important;
}
.w4l-offers .btn-ghost:hover { border-color: rgba(255,255,255,.25); }
.w4l-offers .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 14px 0 8px;
}
.w4l-offers .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.w4l-offers .card.featured {
  border-color: rgba(255,255,255,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%), var(--card);
}
.w4l-offers .tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
  background: #222;
  color: var(--muted);
  margin-bottom: 10px;
  width: fit-content;
}
.w4l-offers .card.featured .tag {
  background: #fff;
  color: #000;
}
.w4l-offers .price {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 4px;
  letter-spacing: -.02em;
}
.w4l-offers .price small {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.w4l-offers .desc {
  font-size: 13.5px;
  flex: 1;
  margin-bottom: 14px;
}
.w4l-offers .note {
  border-left: 3px solid #fff;
  background: linear-gradient(90deg, rgba(255,255,255,.05), transparent);
  padding: 12px 14px;
  border-radius: 0 12px 12px 0;
  color: var(--muted);
  font-size: 13.5px;
  margin: 18px 0;
}
.w4l-offers .section-desc {
  max-width: 60ch;
  margin-bottom: 4px;
}
.w4l-offers .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 4px;
}
.w4l-offers .tabs a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.w4l-offers .tabs a:hover {
  color: #fff;
  border-color: #444;
}
.w4l-offers .cta-band {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 20px;
  margin-top: 28px;
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(139,92,246,.14), transparent 50%),
    var(--card);
}
@media (max-width: 600px) {
  .w4l-offers .price { font-size: 1.4rem; }
}

.w4l-outils-card {
  font-family: "Open Sans", system-ui, sans-serif;
  background: linear-gradient(180deg, rgba(24,24,36,.95), rgba(12,12,18,.98));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 24px;
  color: #f4f4f5;
  margin: 28px auto;
  max-width: 920px;
  box-shadow: 0 18px 50px rgba(0,0,0,.4);
}
.w4l-outils-card h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}
.w4l-outils-card p {
  margin: 0 0 6px;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.6;
}
.w4l-outils-card a {
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  transform: none !important;
}
