/* =====================================================
   ASTUCIEUSEMENT PREMIUM PAYWALL — TV EDITORIAL CLEAN
   Version propre : classes APW dédiées, sans sélecteurs larges
===================================================== */

:root {
  --apw-bg: #f7f4ee;
  --apw-paper: #fffdfa;
  --apw-cream: #f1ece2;
  --apw-ink: #1c1b18;
  --apw-ink-2: #2d2b27;
  --apw-muted: #706b62;
  --apw-line: #e4dccf;
  --apw-dark: #1f1e1b;
  --apw-dark-2: #2b2925;
  --apw-radius-xl: 30px;
  --apw-radius-lg: 22px;
  --apw-font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", system-ui, sans-serif;
  --apw-serif: Georgia, "Times New Roman", serif;
}

/* =====================================================
   AUTO HERO — image complète sur mobile + fondu bas
   Objectif : image dominante, transition douce, titre plus propre
===================================================== */

.apw-tv-hero {
  width: min(100% - 24px, 980px);
  margin: 14px auto 34px;
  border-radius: 34px;
  overflow: hidden;
  background: var(--apw-dark);
  color: #fffdfa;
  font-family: var(--apw-font);
  box-shadow: 0 28px 80px rgba(31, 30, 27, .24);
}

.apw-tv-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(720px, 84vw, 940px);
  background: #171613;
}

.apw-tv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(.98) contrast(1.02) brightness(.98);
}

/* Fondu sombre + léger flou en bas de l'image */
.apw-tv-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  pointer-events: none;
  background:
    linear-gradient(to bottom,
      rgba(31,30,27,0) 0%,
      rgba(31,30,27,.14) 24%,
      rgba(31,30,27,.46) 62%,
      rgba(31,30,27,.88) 88%,
      var(--apw-dark) 100%
    );
}

.apw-tv-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24%;
  pointer-events: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

.apw-tv-overlay { display: none; }

.apw-tv-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.apw-tv-site {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: rgba(255,253,248,.68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}

.apw-tv-site::before {
  content: "🔒";
  font-size: 12px;
  opacity: .70;
}

.apw-tv-badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,253,248,.12);
  border: 1px solid rgba(255,253,248,.18);
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.apw-tv-content h1 {
  max-width: 700px;
  margin: 0 0 12px;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-family: var(--apw-font);
  font-size: clamp(22px, 3.4vw, 32px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.apw-tv-content p {
  max-width: 680px;
  margin: 0 0 16px;
  color: rgba(255,253,248,.78) !important;
  -webkit-text-fill-color: rgba(255,253,248,.78) !important;
  font-size: clamp(14px, 1.7vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  text-wrap: balance;
}

.apw-tv-support-box {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 8px 0 18px;
  padding: 18px 20px 18px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,253,248,.96), rgba(255,241,210,.94));
  border: 2px solid rgba(255,255,255,.92);
  border-left: 7px solid #f4b740;
  box-shadow: 0 22px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.88);
}

.apw-tv-support-box::before {
  content: none;
  display: none;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17,17,17,.08);
  color: #111111;
  -webkit-text-fill-color: #111111;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.apw-tv-support-box p {
  margin: 0;
  color: #15110b !important;
  -webkit-text-fill-color: #15110b !important;
  font-size: clamp(14.5px, 1.8vw, 16.5px);
  line-height: 1.64;
  font-weight: 700;
  text-wrap: pretty;
}


.apw-tv-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: -4px 0 14px;
  color: #fffdfa;
}

.apw-tv-old-price {
  position: relative;
  color: rgba(255,253,248,.56);
  font-size: 15px;
  font-weight: 800;
}

.apw-tv-old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 52%;
  height: 2px;
  background: currentColor;
  transform: rotate(-6deg);
}

.apw-tv-current-price {
  color: #fffdfa;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.03em;
}


.apw-tv-price-note {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255,253,248,.34);
  border-radius: 999px;
  color: rgba(255,253,248,.86);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.apw-tv-primary,
.apw-tv-primary:link,
.apw-tv-primary:visited,
.apw-tv-secondary,
.apw-tv-secondary:link,
.apw-tv-secondary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 560px);
  min-height: 52px;
  margin: 0 0 12px;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .005em;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}


.apw-tv-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: -4px 0 14px;
  color: #fffdfa;
}

.apw-tv-old-price {
  position: relative;
  color: rgba(255,253,248,.56);
  font-size: 15px;
  font-weight: 800;
}

.apw-tv-old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 52%;
  height: 2px;
  background: currentColor;
  transform: rotate(-6deg);
}

.apw-tv-current-price {
  color: #fffdfa;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.03em;
}

.apw-tv-primary,
.apw-tv-primary:link,
.apw-tv-primary:visited {
  background: #fffdfa !important;
  color: var(--apw-ink) !important;
  -webkit-text-fill-color: var(--apw-ink) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
}

.apw-tv-secondary,
.apw-tv-secondary:link,
.apw-tv-secondary:visited {
  background: rgba(255,253,248,.12) !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  border: 1px solid rgba(255,253,248,.22);
  box-shadow: none;
}

.apw-tv-primary:hover,
.apw-tv-secondary:hover { transform: translateY(-2px); }

.apw-tv-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 14px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
}

.apw-tv-trust span {
  color: rgba(255,253,248,.70) !important;
  -webkit-text-fill-color: rgba(255,253,248,.70) !important;
}

/* =====================================================
   AUTO SUMMARY
===================================================== */

.apw-tv-summary {
  width: min(100% - 28px, 780px);
  margin: -4px auto 48px;
  padding: 30px 28px;
  border-radius: 28px;
  background: var(--apw-paper);
  border: 1px solid var(--apw-line);
  box-shadow: 0 22px 58px rgba(31,30,27,.10);
  font-family: var(--apw-font);
  color: var(--apw-ink);
}

.apw-tv-summary-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--apw-dark);
  color: #fffdfa;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.apw-tv-summary h2 {
  margin: 0 0 18px;
  color: var(--apw-ink);
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.apw-tv-summary ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.apw-tv-summary li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 38px;
  color: var(--apw-ink-2);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  border-bottom: 1px solid rgba(31,30,27,.10);
}

.apw-tv-summary li:last-child { border-bottom: 0; }

.apw-tv-summary li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--apw-dark-2);
  color: #fffdfa;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 900;
}

/* =====================================================
   CHECKOUT CARD — classes propres, sans class*=paywall
===================================================== */

.apw-checkout-container {
  max-width: 780px;
  margin: 56px auto;
  font-family: var(--apw-font);
}

.apw-card {
  max-width: 580px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 28px;
  background: var(--apw-paper);
  border: 1px solid var(--apw-line);
  box-shadow: 0 22px 58px rgba(31,30,27,.12);
  color: var(--apw-ink);
  text-align: center;
}

.apw-kicker {
  display: inline-flex;
  margin: 0 auto 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--apw-dark);
  color: #fffdfa !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.apw-title {
  margin: 0 0 12px;
  color: var(--apw-ink);
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}

.apw-subtitle {
  max-width: 480px;
  margin: 0 auto 22px;
  color: var(--apw-muted);
  font-size: 16px;
  line-height: 1.55;
}

.apw-price {
  margin: 8px 0 22px;
  color: var(--apw-ink);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}


.apw-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.apw-old-price {
  position: relative;
  color: var(--apw-muted);
  font-size: .42em;
  font-weight: 800;
  letter-spacing: -.02em;
  opacity: .78;
}

.apw-old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 52%;
  height: 2px;
  background: currentColor;
  transform: rotate(-6deg);
}

.apw-current-price {
  color: var(--apw-ink);
}


.apw-price-note {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 999px;
  background: rgba(17,17,17,.045);
  color: var(--apw-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.apw-button,
.apw-button:link,
.apw-button:visited,
button.apw-button,
input.apw-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 16px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--apw-dark) !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 16px 36px rgba(31,30,27,.24) !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease !important;
}

.apw-button:hover {
  transform: translateY(-2px);
  background: #11100e !important;
  box-shadow: 0 22px 48px rgba(31,30,27,.30) !important;
}

.apw-benefits {
  margin: 24px 0 20px;
  padding: 20px;
  border-radius: 20px;
  background: #fffdfa;
  border: 1px solid var(--apw-line);
  list-style: none;
  text-align: left;
}

.apw-benefits li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 34px;
  color: var(--apw-ink-2);
  font-size: 15px;
  line-height: 1.45;
}

.apw-benefits li:last-child { margin-bottom: 0; }

.apw-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--apw-dark-2);
  color: #fffdfa;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  font-weight: 900;
}

.apw-secure {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--apw-line);
  color: var(--apw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.apw-error,
.apw-success,
.apw-unlocked-message {
  max-width: 680px;
  margin: 18px auto;
  padding: 14px 16px;
  border-radius: 14px;
  font-family: var(--apw-font);
  font-weight: 700;
}
.apw-error { background: #fff1f1; color: #8a1f1f; }
.apw-success, .apw-unlocked-message { background: #eef8ee; color: #245b24; }

/* =====================================================
   PROTECTED PREVIEW / RESTORE
===================================================== */

.apw-protected-preview {
  position: relative;
  overflow: hidden;
  margin: 30px auto;
  padding: 22px;
  border-radius: 22px;
  background: var(--apw-cream);
  border: 1px solid var(--apw-line);
  color: var(--apw-muted);
}

.apw-preview-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: linear-gradient(to bottom, rgba(247,244,238,.25), rgba(247,244,238,.92));
}

.apw-restore-container,
.apw-restore-card {
  max-width: 580px;
  margin: 30px auto;
  padding: 26px;
  border-radius: 24px;
  background: var(--apw-paper);
  border: 1px solid var(--apw-line);
  box-shadow: 0 18px 44px rgba(31,30,27,.08);
  font-family: var(--apw-font);
}

.apw-restore-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  margin: 12px 0;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid var(--apw-line);
  background: #fff;
  color: var(--apw-ink);
}

/* =====================================================
   ARTICLE PREMIUM — léger et lisible
===================================================== */

.premium-guide {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 18px 76px;
  font-family: var(--apw-font);
  color: var(--apw-ink);
  background: #ffffff;
  font-size: 18px;
  line-height: 1.76;
}

.premium-guide * { box-sizing: border-box; }

.premium-guide > header,
.premium-guide .premium-paywall-teaser,
.premium-guide .premium-paywall-intro {
  margin: 38px 0;
  padding: 28px 26px;
  border-radius: 24px;
  background: var(--apw-bg) !important;
  border: 1px solid var(--apw-line) !important;
  box-shadow: 0 14px 34px rgba(31,30,27,.06) !important;
  color: var(--apw-ink) !important;
}

.premium-guide .article-intro {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--apw-ink-2);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 560;
}

.premium-guide p { margin: 0 0 22px; color: var(--apw-ink-2); }
.premium-guide strong { color: var(--apw-ink); font-weight: 850; }
.premium-guide a:not(.apw-tv-primary):not(.apw-tv-secondary) { color: var(--apw-ink); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.premium-guide section { margin: 58px 0; }

.premium-guide h1,
.premium-guide h2,
.premium-guide h3 { color: var(--apw-ink); }
.premium-guide h1 { margin: 0 0 22px; font-size: clamp(38px, 5.5vw, 58px); line-height: .98; letter-spacing: -.05em; font-weight: 900; }
.premium-guide h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 44px); line-height: 1.04; letter-spacing: -.045em; font-weight: 900; }
.premium-guide h2::after { content: ""; display: block; width: 72px; height: 4px; margin-top: 18px; border-radius: 999px; background: var(--apw-dark-2); }
.premium-guide h3 { margin: 32px 0 12px; font-size: 22px; line-height: 1.25; font-weight: 850; }

.premium-guide img { max-width: 100%; height: auto; }
.premium-guide figure { margin: 38px auto; }
.premium-guide figure img,
.premium-guide > header img,
.premium-guide section > img { display: block; width: 100%; border-radius: 22px; box-shadow: 0 18px 48px rgba(31,30,27,.14); }
.premium-guide figcaption { margin-top: 12px; color: var(--apw-muted); font-size: 13px; text-align: center; }

.premium-guide ul,
.premium-guide ol { margin: 24px 0 32px; padding-left: 0; list-style: none; }
.premium-guide li { position: relative; margin-bottom: 14px; padding-left: 34px; color: var(--apw-ink-2); }
.premium-guide ul li::before { content: "✓"; position: absolute; left: 0; top: .02em; width: 22px; height: 22px; border-radius: 50%; background: var(--apw-dark-2); color: #fffdfa; font-size: 13px; font-weight: 900; line-height: 22px; text-align: center; }
.premium-guide ol { counter-reset: item; }
.premium-guide ol li { counter-increment: item; }
.premium-guide ol li::before { content: counter(item); position: absolute; left: 0; top: .05em; width: 24px; height: 24px; border-radius: 50%; background: var(--apw-dark-2); color: #fffdfa; font-size: 13px; font-weight: 900; line-height: 24px; text-align: center; }

.premium-guide .premium-box,
.premium-guide .premium-tip,
.premium-guide .premium-highlight,
.premium-guide .premium-card { margin: 34px 0; padding: 28px 30px; border-radius: 22px; background: var(--apw-bg); border: 1px solid var(--apw-line); box-shadow: 0 14px 34px rgba(31,30,27,.06); color: var(--apw-ink); }
.premium-guide .premium-tip { background: #fff; border-left: 6px solid var(--apw-dark-2); }
.premium-guide .premium-highlight { background: var(--apw-dark); color: #fffdfa !important; }
.premium-guide .premium-highlight * { color: #fffdfa !important; -webkit-text-fill-color: #fffdfa !important; }
.premium-guide .premium-box h3,
.premium-guide .premium-tip h3,
.premium-guide .premium-highlight h3,
.premium-guide .premium-card h3 { margin-top: 0; }

.premium-guide .premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 34px 0; }
.premium-guide .premium-grid .premium-card { margin: 0; background: #fffdfa; }
.premium-guide blockquote { margin: 44px 0; padding: 30px 32px; border-radius: 22px; background: var(--apw-bg); border-left: 6px solid var(--apw-dark-2); box-shadow: 0 14px 34px rgba(31,30,27,.06); color: var(--apw-ink); font-size: 23px; line-height: 1.45; font-weight: 760; }

.premium-guide .premium-table { overflow-x: auto; margin: 36px 0; border-radius: 22px; background: #fff; border: 1px solid var(--apw-line); box-shadow: 0 14px 34px rgba(31,30,27,.06); }
.premium-guide table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 15px; }
.premium-guide th { padding: 16px; background: var(--apw-dark); color: #fffdfa; text-align: left; font-weight: 850; }
.premium-guide td { padding: 16px; border-bottom: 1px solid var(--apw-line); color: var(--apw-ink-2); }
.premium-guide tr:nth-child(even) td { background: var(--apw-bg); }

/* Pub / iframe */
.premium-guide ins.adsbygoogle,
.entry-content ins.adsbygoogle,
.premium-guide iframe,
.entry-content iframe { max-width: 100% !important; overflow: hidden !important; }



/* =====================================================
   PROMO / PRIX EN BAISSE
===================================================== */

.apw-promo-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  background: #e11d2e !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(225, 29, 46, .32);
}

.apw-promo-flag-tv {
  margin: 0 0 14px;
}

.apw-promo-flag-card {
  margin: 0 auto 16px;
}

@media (max-width: 900px) {
  .apw-promo-flag {
    padding: 8px 12px;
    font-size: 10px;
    line-height: 1.2;
  }

  .apw-promo-flag-tv {
    margin-bottom: 12px;
  }

  .apw-promo-flag-card {
    margin-bottom: 14px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {
  body.single-post .entry-content:has(.premium-guide) { padding-left: 0 !important; padding-right: 0 !important; }

  .apw-tv-hero {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin: 12px auto 34px;
    border-radius: 28px;
  }

  .apw-tv-image {
    height: min(76vh, 760px);
    min-height: 580px;
  }

  .apw-tv-image::after { height: 48%; }
  .apw-tv-image::before { height: 28%; }

  .apw-tv-content { padding: 14px 18px 16px; }
  .apw-tv-site { font-size: 12px; margin-bottom: 12px; }
  .apw-tv-badge { font-size: 9px; margin-bottom: 12px; }
  .apw-tv-content h1 { font-size: 24px; line-height: 1.05; letter-spacing: -.025em; }
  .apw-tv-content p { font-size: 14px; margin-bottom: 14px; }
  .apw-tv-support-box { padding: 16px 16px 16px 18px; margin-bottom: 16px; border-radius: 20px; border-left-width: 6px; }
  .apw-tv-support-box p { font-size: 13.8px; line-height: 1.56; }
  .apw-tv-primary, .apw-tv-secondary { width: 100%; min-height: 48px; }
  .apw-tv-trust { font-size: 11px; }
  .apw-tv-price-row { margin-bottom: 12px; }
  .apw-tv-current-price { font-size: 19px; }
  .apw-tv-old-price { font-size: 13px; }

  .apw-tv-summary { width: calc(100vw - 24px); margin: -8px auto 44px; padding: 24px 18px; border-radius: 24px; }

  .premium-guide { width: calc(100vw - 24px) !important; max-width: calc(100vw - 24px) !important; padding: 0 0 58px !important; font-size: 17px; line-height: 1.7; }
  .premium-guide > header,
  .premium-guide section { padding-left: 14px !important; padding-right: 14px !important; }
  .premium-guide > header,
  .premium-guide .premium-paywall-teaser,
  .premium-guide .premium-paywall-intro { border-radius: 20px; padding-top: 22px !important; padding-bottom: 28px !important; }
  .premium-guide h1 { font-size: 35px; line-height: 1.02; }
  .premium-guide h2 { font-size: 30px; }
  .premium-guide h3 { font-size: 20px; }
  .premium-guide .article-intro { font-size: 18px; }
  .premium-guide section { margin: 46px 0; }
  .premium-guide .premium-grid { grid-template-columns: 1fr; }
  .premium-guide .premium-box,
  .premium-guide .premium-tip,
  .premium-guide .premium-highlight,
  .premium-guide .premium-card,
  .apw-card { padding: 22px 18px !important; border-radius: 22px !important; }
  .premium-guide blockquote { padding: 24px 20px; font-size: 20px; }
  .apw-button { width: 100% !important; min-height: 58px !important; }
}

/* =====================================================
   FIX 1.3.8 — MOBILE : image jamais tronquée sur les côtés
   Correction définitive : les vraies classes du plugin sont
   .apw-tv-image et .apw-tv-image img, pas .apw-tv-media.
===================================================== */

@media (max-width: 900px) {
  .apw-tv-hero {
    overflow: hidden !important;
  }

  .apw-tv-image {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    background: #f4efe7 !important;
    overflow: hidden !important;
  }

  .apw-tv-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .apw-tv-image::after {
    height: 30% !important;
    background:
      linear-gradient(
        to bottom,
        rgba(31,30,27,0) 0%,
        rgba(31,30,27,.10) 42%,
        rgba(31,30,27,.48) 78%,
        var(--apw-dark) 100%
      ) !important;
  }

  .apw-tv-image::before {
    height: 14% !important;
  }

  .apw-tv-content {
    padding-top: 14px !important;
  }
}


/* =====================================================
   PROMO 1.4.1 — COMPTE À REBOURS
===================================================== */

.apw-promo-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 950;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .apw-promo-flag {
    flex-wrap: wrap;
    gap: 6px;
  }

  .apw-promo-countdown {
    margin-left: 0;
    padding: 3px 8px;
  }
}


/* =====================================================
   APW 1.4.2 — OFFRE LIMITÉE PRO 2026
   Module premium : urgence + valeur + compteur en capsules.
===================================================== */

.apw-promo-flag {
  display: none !important;
}

.apw-offer,
.apw-offer * {
  box-sizing: border-box;
}

.apw-offer {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 720px;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .18) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #5f0f1b 0%, #9f1239 46%, #e11d48 100%);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow:
    0 24px 62px rgba(159, 18, 57, .34),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.apw-offer::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background:
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: .22;
  transform: rotate(12deg);
}

.apw-offer::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -56px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  filter: blur(1px);
}

.apw-offer-tv {
  margin-top: 2px;
}

.apw-offer-card {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}

.apw-offer-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}

.apw-offer-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.20);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.apw-offer-date {
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.apw-offer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.apw-offer-copy strong {
  display: block;
  margin: 0 0 4px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(18px, 2.4vw, 25px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.035em;
}

.apw-offer-copy span {
  display: block;
  max-width: 390px;
  color: rgba(255,255,255,.78) !important;
  -webkit-text-fill-color: rgba(255,255,255,.78) !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.apw-offer-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 7px;
  min-width: 235px;
}

.apw-count-box {
  display: flex;
  min-height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.12));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 10px 20px rgba(75, 0, 20, .18);
}

.apw-count-box b {
  display: block;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 23px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.apw-count-box em {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.78) !important;
  -webkit-text-fill-color: rgba(255,255,255,.78) !important;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.apw-card .apw-offer-copy strong {
  font-size: 20px;
}

.apw-card .apw-offer-countdown {
  min-width: 0;
}

.apw-card .apw-count-box {
  min-height: 58px;
}

.apw-card .apw-count-box b {
  font-size: 20px;
}

@media (max-width: 900px) {
  .apw-offer {
    padding: 14px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .apw-offer-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 12px;
  }

  .apw-offer-date {
    font-size: 11px;
    text-align: left;
  }

  .apw-offer-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .apw-offer-copy strong {
    font-size: 20px;
  }

  .apw-offer-copy span {
    font-size: 12px;
  }

  .apw-offer-countdown {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .apw-count-box {
    min-height: 54px;
    border-radius: 14px;
  }

  .apw-count-box b {
    font-size: 19px;
  }

  .apw-count-box em {
    margin-top: 4px;
    font-size: 8px;
  }
}


/* =====================================================
   APW 1.4.3 — OFFRE LIMITÉE PREMIUM COMPACTE
   Remplace le gros bloc rouge par un module plus éditorial,
   plus propre, plus haut de gamme et moins envahissant.
===================================================== */

.apw-offer {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 0 18px !important;
  padding: 13px 14px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
}

.apw-offer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(90deg, #f43f5e 0%, #fb7185 35%, rgba(255,255,255,0) 72%) top left / 100% 3px no-repeat !important;
  opacity: .95 !important;
  transform: none !important;
}

.apw-offer::after {
  content: "" !important;
  position: absolute !important;
  right: -70px !important;
  top: -80px !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 999px !important;
  background: rgba(244, 63, 94, .20) !important;
  filter: blur(32px) !important;
  pointer-events: none !important;
}

.apw-offer-tv {
  margin-top: 0 !important;
}

.apw-offer-card {
  max-width: 100% !important;
  margin: 0 auto 18px !important;
  background:
    linear-gradient(135deg, #241316 0%, #38151c 48%, #541b27 100%) !important;
  border-color: rgba(244, 63, 94, .28) !important;
  box-shadow:
    0 18px 40px rgba(84, 27, 39, .22),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.apw-offer-head {
  margin: 0 0 9px !important;
}

.apw-offer-kicker {
  min-height: 24px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: rgba(244, 63, 94, .20) !important;
  border: 1px solid rgba(251, 113, 133, .34) !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  letter-spacing: .15em !important;
}

.apw-offer-date {
  color: rgba(255,253,248,.68) !important;
  -webkit-text-fill-color: rgba(255,253,248,.68) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}

.apw-offer-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
}

.apw-offer-copy strong {
  margin: 0 0 2px !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: clamp(16px, 1.7vw, 20px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
}

.apw-offer-copy span {
  max-width: 360px !important;
  color: rgba(255,253,248,.62) !important;
  -webkit-text-fill-color: rgba(255,253,248,.62) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

.apw-offer-countdown {
  display: grid !important;
  grid-template-columns: repeat(4, 44px) !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.apw-count-box {
  min-height: 48px !important;
  border-radius: 13px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07)) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 8px 16px rgba(0,0,0,.16) !important;
}

.apw-count-box b {
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.apw-count-box em {
  margin-top: 4px !important;
  color: rgba(255,253,248,.56) !important;
  -webkit-text-fill-color: rgba(255,253,248,.56) !important;
  font-size: 7px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

.apw-card .apw-offer {
  text-align: left !important;
}

.apw-card .apw-offer-copy strong {
  font-size: 17px !important;
}

.apw-card .apw-offer-countdown {
  grid-template-columns: repeat(4, minmax(42px, 1fr)) !important;
}

@media (max-width: 900px) {
  .apw-offer {
    padding: 12px !important;
    border-radius: 18px !important;
    margin-bottom: 14px !important;
  }

  .apw-offer-head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .apw-offer-date {
    font-size: 10px !important;
    text-align: right !important;
  }

  .apw-offer-main {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .apw-offer-copy strong {
    font-size: 17px !important;
  }

  .apw-offer-copy span {
    font-size: 11px !important;
  }

  .apw-offer-countdown {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .apw-count-box {
    min-height: 46px !important;
    border-radius: 12px !important;
  }

  .apw-count-box b {
    font-size: 17px !important;
  }

  .apw-count-box em {
    font-size: 7px !important;
  }
}


/* =====================================================
   APW 1.4.5 — COMPTE À REBOURS SANS CARRÉS
   Garde le module premium, mais transforme les unités
   en une seule ligne élégante au lieu de 4 petits carrés.
===================================================== */

.apw-offer-countdown {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  min-width: auto !important;
  width: auto !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.13) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 10px 22px rgba(0,0,0,.14) !important;
  white-space: nowrap !important;
}

.apw-count-box {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: center !important;
  min-height: 0 !important;
  width: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.apw-count-box:not(:last-child)::after {
  content: "·";
  margin: 0 8px;
  color: rgba(255,253,248,.42);
  -webkit-text-fill-color: rgba(255,253,248,.42);
  font-weight: 900;
}

.apw-count-box b {
  display: inline !important;
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
}

.apw-count-box em {
  display: inline !important;
  margin: 0 0 0 3px !important;
  color: rgba(255,253,248,.66) !important;
  -webkit-text-fill-color: rgba(255,253,248,.66) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.apw-card .apw-offer-countdown {
  width: fit-content !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  .apw-offer-countdown {
    width: fit-content !important;
    max-width: 100% !important;
    padding: 9px 12px !important;
    justify-content: flex-start !important;
  }

  .apw-count-box b {
    font-size: 16px !important;
  }

  .apw-count-box em {
    font-size: 9px !important;
  }

  .apw-count-box:not(:last-child)::after {
    margin: 0 6px;
  }
}


/* =====================================================
   APW 1.4.6 — ROUGE VISIBLE + COMPTEUR SANS CARRÉS
   On garde le rendu voyant de départ, mais sans les 4 blocs.
===================================================== */

.apw-offer {
  background:
    radial-gradient(circle at 92% 0%, rgba(255,255,255,.22) 0, rgba(255,255,255,.10) 18%, rgba(255,255,255,0) 36%),
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.15) 0, rgba(255,255,255,0) 34%),
    linear-gradient(135deg, #8a1230 0%, #c2184f 48%, #f43f5e 100%) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    0 22px 54px rgba(196, 24, 79, .30),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.apw-offer::before {
  content: "" !important;
  position: absolute !important;
  inset: -40% !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.5px) !important;
  background-size: 18px 18px !important;
  opacity: .20 !important;
  transform: rotate(12deg) !important;
}

.apw-offer::after {
  content: "" !important;
  position: absolute !important;
  right: -46px !important;
  top: -56px !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.14) !important;
  filter: blur(1px) !important;
  pointer-events: none !important;
}

.apw-offer-kicker {
  background: rgba(255,255,255,.17) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}

.apw-offer-countdown {
  background: rgba(255,255,255,.17) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 10px 22px rgba(70, 0, 20, .18) !important;
}

.apw-count-box,
.apw-count-box b,
.apw-count-box em {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* =====================================================
   APW 1.4.7 — OFFRE DU JOUR
===================================================== */

.apw-offer-date::before {
  content: "se termine ";
}


/* =====================================================
   APW 1.4.8 — TEXTE D'URGENCE AUTOMATIQUE
===================================================== */

.apw-offer-title,
.apw-offer-subtitle {
  transition: opacity .2s ease;
}

/* =====================================================
   APW 1.5.7 — Aperçu texte original WordPress + flou progressif
===================================================== */
.apw-text-preview {
  width: min(100% - 24px, 820px);
  margin: 10px auto 22px;
  font-family: var(--apw-font);
  color: var(--apw-ink);
  position: relative;
}

.apw-text-preview-readable,
.apw-text-preview-locked {
  max-width: 760px;
  margin: 0 auto;
}

.apw-text-preview-readable p,
.apw-text-preview-locked p {
  margin: 0 0 18px;
  color: #24211d !important;
  -webkit-text-fill-color: #24211d !important;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.78;
  font-weight: 500;
}

.apw-text-preview-readable p:first-child {
  font-weight: 720;
}

.apw-text-preview-locked {
  position: relative;
  max-height: clamp(360px, 54vw, 620px);
  overflow: hidden;
  padding: 4px 0 96px;
  filter: blur(4px);
  opacity: .64;
  user-select: none;
  pointer-events: none;
}

.apw-text-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 72%, #fff 100%);
}

@media (max-width: 640px) {
  .apw-text-preview {
    width: min(100% - 18px, 820px);
    margin-top: 6px;
  }

  .apw-text-preview-readable p,
  .apw-text-preview-locked p {
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 16px;
  }

  .apw-text-preview-locked {
    max-height: 420px;
    filter: blur(8px) !important;
    padding-bottom: 90px;
  }
}

/* =====================================================
   APW 1.5.9 — Suite de l'article après paywall floutée
===================================================== */
.apw-after-paywall-preview {
  margin-top: 22px;
}

.apw-after-paywall-preview .apw-text-preview-locked {
  max-height: clamp(520px, 70vw, 860px);
  filter: blur(16px) !important;
  opacity: .28;
}

/* =====================================================
   APW 1.6.0 — Article public simple, sans encadrés
===================================================== */
.apw-simple-free-content {
  width: min(100% - 24px, 760px);
  margin: 0 auto 26px;
  font-family: var(--apw-font);
  color: #24211d;
}

.apw-simple-free-content h3 {
  margin: 0 0 18px;
  color: #171513 !important;
  -webkit-text-fill-color: #171513 !important;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.apw-simple-free-content p {
  margin: 0 0 18px;
  color: #24211d !important;
  -webkit-text-fill-color: #24211d !important;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.78;
  font-weight: 500;
}

.apw-simple-free-content p:first-of-type {
  font-weight: 600;
}

@media (max-width: 640px) {
  .apw-simple-free-content {
    width: min(100% - 18px, 760px);
    margin-bottom: 22px;
  }

  .apw-simple-free-content h3 {
    font-size: 22px;
  }

  .apw-simple-free-content p {
    font-size: 16px;
    line-height: 1.72;
  }
}

/* =====================================================
   APW 1.6.1 — Intro complète avant paywall + 1 paragraphe premium flouté
===================================================== */
.apw-one-locked-preview {
  margin: 10px auto 18px;
}

.apw-one-locked-preview .apw-text-preview-locked {
  max-height: 150px;
  padding: 0 0 52px;
  filter: blur(4px);
  opacity: .62;
}

.apw-one-locked-preview .apw-text-preview-fade {
  height: 90px;
}


/* =====================================================
   APW 1.6.2 — Aperçu premium long, flouté et sécurisé
   Aucun vrai texte premium n'est injecté dans le HTML public.
===================================================== */
.apw-fake-locked-article {
  width: min(100% - 24px, 760px);
  margin: 8px auto 24px;
  position: relative;
  overflow: hidden;
  max-height: clamp(820px, 120vw, 1380px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.72));
  font-family: var(--apw-font);
}

.apw-fake-locked-inner {
  padding: 4px 0 150px;
  filter: blur(4.6px);
  opacity: .64;
  user-select: none;
  pointer-events: none;
}

.apw-fake-heading {
  margin: 28px 0 16px;
}

.apw-fake-heading span,
.apw-fake-paragraph span,
.apw-fake-list i {
  display: block;
  height: 15px;
  border-radius: 999px;
  background: #2b2925;
}

.apw-fake-heading span {
  height: 26px;
  max-width: 620px;
}

.apw-fake-paragraph {
  margin: 0 0 22px;
}

.apw-fake-paragraph span {
  margin: 0 0 12px;
}

.apw-fake-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.apw-fake-list span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #2b2925;
}

.apw-fake-locked-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 76%, #fff 100%);
  pointer-events: none;
}

@media (max-width: 640px) {
  .apw-fake-locked-article {
    width: min(100% - 18px, 760px);
    max-height: 900px;
    margin-bottom: 20px;
  }

  .apw-fake-locked-inner {
    filter: blur(4px);
    padding-bottom: 130px;
  }

  .apw-fake-heading {
    margin: 22px 0 14px;
  }

  .apw-fake-heading span {
    height: 22px;
  }

  .apw-fake-paragraph span,
  .apw-fake-list i {
    height: 13px;
  }
}


/* =====================================================
   APW 1.6.4 — Vrai texte premium flouté APRÈS le paywall
===================================================== */
.apw-after-paywall-preview {
  width: min(100% - 24px, 760px);
  margin: 26px auto 0;
  font-family: var(--apw-font);
  position: relative;
}

.apw-after-paywall-preview .apw-text-preview-locked {
  max-height: clamp(900px, 140vw, 1800px);
  filter: blur(16px) !important;
  opacity: .28;
  overflow: hidden;
  padding-bottom: 180px;
  user-select: none;
  pointer-events: none;
}

.apw-after-paywall-preview .apw-text-preview-locked h3 {
  margin: 26px 0 14px;
  color: #171513 !important;
  -webkit-text-fill-color: #171513 !important;
  font-size: clamp(21px, 2.6vw, 28px);
  line-height: 1.25;
  font-weight: 800;
}

.apw-after-paywall-preview .apw-text-preview-locked p {
  margin: 0 0 18px;
  color: #24211d !important;
  -webkit-text-fill-color: #24211d !important;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.78;
  font-weight: 500;
}

.apw-after-paywall-preview .apw-text-preview-fade {
  height: 260px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%, #fff 100%);
}

@media (max-width: 640px) {
  .apw-after-paywall-preview {
    width: min(100% - 18px, 760px);
    margin-top: 22px;
  }
  .apw-after-paywall-preview .apw-text-preview-locked {
    max-height: 1150px;
    filter: blur(8px) !important;
    padding-bottom: 150px;
  }
}


/* =====================================================
   APW 1.7.0 — Shortcodes simples [payer] + [prive]
   Le contenu placé dans [prive] est affiché en vrai texte flouté.
===================================================== */
.apw-real-premium-preview {
  width: min(100% - 24px, 760px);
  margin: 28px auto 34px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  max-height: none;
}

.apw-real-premium-content {
  filter: blur(16px) !important;
  opacity: .28;
  user-select: none;
  pointer-events: none;
}

.apw-real-premium-content iframe,
.apw-real-premium-content ins {
  display: none !important;
}

.apw-real-premium-content h2,
.apw-real-premium-content h3,
.apw-real-premium-content h4 {
  margin: 28px 0 14px;
  color: #171513 !important;
  -webkit-text-fill-color: #171513 !important;
  font-size: clamp(21px, 2.7vw, 28px);
  line-height: 1.25;
  font-weight: 800;
}

.apw-real-premium-content p,
.apw-real-premium-content li {
  color: #24211d !important;
  -webkit-text-fill-color: #24211d !important;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.76;
}

.apw-real-premium-content p {
  margin: 0 0 18px;
}

.apw-real-premium-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 76%, #fff 100%);
  pointer-events: none;
}

@media (max-width: 640px) {
  .apw-real-premium-preview {
    width: min(100% - 18px, 760px);
    margin-top: 22px;
  }

  .apw-real-premium-content {
    filter: blur(14px) !important;
  }
}

/* APW 1.7.7 — Flou premium très renforcé + images gratuites conservées */
.apw-real-premium-content .apw-premium-blurred-image {
  display: block !important;
  margin: 28px 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f3ee;
}

.apw-real-premium-content .apw-premium-blurred-image img {
  display: block !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  filter: blur(26px) !important;
  transform: scale(1.08);
}

.apw-real-premium-content .apw-premium-blurred-image {
  filter: blur(8px) !important;
}



/* APW 1.7.7 — Images de la partie gratuite conservées normalement */
.apw-real-premium-content {
  filter: blur(18px) !important;
  opacity: .24;
}
.apw-real-premium-content .apw-premium-blurred-image img {
  filter: blur(32px) !important;
  transform: scale(1.12);
}
.apw-real-premium-content .apw-premium-blurred-image {
  filter: blur(10px) !important;
}
.entry-content img:not(.apw-premium-blurred-image img) {
  max-width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .apw-real-premium-content {
    filter: blur(16px) !important;
    opacity: .24;
  }
}


/* APW 1.7.8 — Paywall flottant pendant le scroll de la partie floutée */
.apw-checkout-container {
  position: sticky !important;
  top: 18px;
  z-index: 80;
}

body.admin-bar .apw-checkout-container {
  top: 50px;
}

.apw-checkout-container .apw-card {
  background: rgba(255, 253, 248, .96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (max-width: 640px) {
  .apw-checkout-container {
    top: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  body.admin-bar .apw-checkout-container {
    top: 54px;
  }

  .apw-checkout-container .apw-card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .apw-checkout-container .apw-title {
    font-size: 24px;
  }

  .apw-checkout-container .apw-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .apw-checkout-container .apw-price {
    margin-bottom: 14px;
  }
}


/* =====================================================
   APW 1.8.6 — Correction lisibilité bloc paiement page de vente
===================================================== */
.apw-checkout-container .apw-subtitle,
.apw-checkout-container .apw-subtitle *,
.apw-checkout-container .apw-benefits,
.apw-checkout-container .apw-benefits li,
.apw-checkout-container .apw-benefits li *,
.apw-checkout-container .apw-benefits-inline,
.apw-checkout-container .apw-benefits-inline *,
.apw-checkout-container .apw-card .apw-summary,
.apw-checkout-container .apw-card .apw-summary *,
.apw-checkout-container .apw-card .apw-note,
.apw-checkout-container .apw-card .apw-note *,
.apw-checkout-container .apw-card .apw-security,
.apw-checkout-container .apw-card .apw-security * {
  color: #24211d !important;
  -webkit-text-fill-color: #24211d !important;
  opacity: 1 !important;
}

.apw-checkout-container .apw-secure-text,
.apw-checkout-container .apw-secure-text *,
.apw-checkout-container .apw-subtitle {
  color: #6b645c !important;
  -webkit-text-fill-color: #6b645c !important;
  opacity: 1 !important;
}

.apw-checkout-container .apw-benefits {
  background: #fffdfa !important;
  border-color: rgba(73, 61, 47, .16) !important;
}

.apw-checkout-container .apw-benefits li::before,
.apw-checkout-container .apw-benefits-inline li::before {
  color: #fffdfa !important;
  -webkit-text-fill-color: #fffdfa !important;
}
