.acp-push-prompt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  width: min(410px, calc(100vw - 32px));
  padding: 20px;
  color: #171717;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--acp-push-accent, #d71920);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  font-family: Poppins, Arial, sans-serif;
}

.acp-push-prompt[hidden] { display: none !important; }
.acp-push-prompt__bell { font-size: 31px; line-height: 1; }
.acp-push-prompt__content strong { display: block; padding-right: 20px; font-size: 16px; }
.acp-push-prompt__content p { margin: 7px 0 13px; font-size: 13px; line-height: 1.5; color: #555; }
.acp-push-prompt__actions { display: flex; align-items: center; gap: 12px; }

.acp-push-button {
  appearance: none;
  padding: 10px 15px;
  color: #fff;
  background: var(--acp-push-accent, #d71920);
  border: 0;
  border-radius: 8px;
  font: 600 13px/1.2 Poppins, Arial, sans-serif;
  cursor: pointer;
}

.acp-push-button:disabled { opacity: 0.65; cursor: default; }
.acp-push-later { padding: 8px 0; color: #555; background: transparent; border: 0; font: 500 13px Poppins, Arial, sans-serif; cursor: pointer; }
.acp-push-prompt__close { position: absolute; top: 8px; right: 10px; padding: 4px 8px; color: #777; background: none; border: 0; font-size: 22px; cursor: pointer; }
.acp-push-status { display: inline-block; margin: 8px 0 0 10px; color: #16713b; font-size: 12px; }
.acp-push-status.is-error { color: #b42318; }
.acp-push-prompt .acp-push-status { display: block; margin: 10px 0 0; }

.acp-push-inline {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  margin: 28px 0;
  padding: 22px;
  color: #171717;
  background: linear-gradient(135deg, #fff 0%, #fff7f7 100%);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 5px solid var(--acp-push-accent, #d71920);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  font-family: Poppins, Arial, sans-serif;
}

.acp-push-inline__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  font-size: 26px;
}

.acp-push-inline__content > strong { display: block; font-size: 17px; line-height: 1.35; }
.acp-push-inline__content > p { margin: 7px 0 14px; color: #555; font-size: 13px; line-height: 1.55; }
.acp-push-inline__action { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.acp-push-inline__action small { color: #777; font-size: 11px; }
.acp-push-inline .acp-push-status { display: block; margin: 10px 0 0; color: #16713b; }
.acp-push-inline .acp-push-status.is-error { color: #b42318; }

.acp-push-wall__gate {
  display: none;
  margin: 28px 0 0;
  font-family: Poppins, Arial, sans-serif;
  container-type: inline-size;
}
.acp-push-wall.is-active .acp-push-wall__gate { display: block; }
.acp-push-wall.is-active .acp-push-inline--control,
.acp-push-wall.is-unlocked .acp-push-inline--control { display: none; }

.acp-push-wall__label {
  padding: 11px 20px;
  color: #fff;
  background: var(--acp-push-accent, #d71920);
  border-radius: 14px 14px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.acp-push-wall__body {
  padding: 26px;
  color: #171717;
  background: #fff;
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.acp-push-wall__intro {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 22px;
}

.acp-push-wall__icon {
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--acp-push-accent, #d71920);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(215, 25, 32, 0.18);
  font-size: 18px;
  font-weight: 800;
}

.acp-push-wall__intro strong { display: block; font-size: 20px; line-height: 1.3; }
.acp-push-wall__intro p { max-width: 760px; margin: 7px 0 0; color: #555; font-size: 13px; line-height: 1.55; }

/* ============================================================
   MUR D'ABONNEMENT — mise en page unique et blindée (v8.3.1)
   Une seule source de vérité. Sélecteurs préfixés .acp-push-wall__gate
   pour battre les styles du thème sans multiplier les couches.
   ============================================================ */
.acp-push-wall__gate .acp-push-wall__choices {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.acp-push-wall__gate .acp-push-wall__choice {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
  float: none !important;
}

.acp-push-wall__gate .acp-push-wall__choice-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.acp-push-wall__gate .acp-push-wall__choice-icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  background: #fafafa !important;
  border: 1px solid #eee !important;
  border-radius: 11px !important;
  font-size: 21px !important;
  line-height: 1 !important;
}
.acp-push-wall__gate .acp-push-wall__choice h3 {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #171717 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.acp-push-wall__gate .acp-push-wall__choice > p,
.acp-push-wall__gate .acp-push-wall__choice > .acp-push-wall__ios > p {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #616161 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* Guide iOS */
.acp-push-wall__gate .acp-push-wall__ios {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.acp-push-wall__gate .acp-push-wall__ios-steps {
  margin: 4px 0 0 0 !important;
  padding: 0 0 0 20px !important;
  list-style: decimal !important;
  color: #444 !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}
.acp-push-wall__gate .acp-push-wall__ios-steps li {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* Boutons et lien d'action : pleine largeur, en bas de carte */
.acp-push-wall__gate .acp-push-wall__subscribe,
.acp-push-wall__gate .acp-push-wall__email-submit,
.acp-push-wall__gate .acp-push-wall__whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  border: 0 !important;
  border-radius: 9px !important;
  font: 600 13px/1.25 Poppins, Arial, sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  float: none !important;
  position: static !important;
}
.acp-push-wall__gate .acp-push-wall__subscribe {
  color: #fff !important;
  background: var(--acp-push-accent, #d71920) !important;
}
.acp-push-wall__gate .acp-push-wall__email-submit {
  color: #fff !important;
  background: #1f2937 !important;
}
.acp-push-wall__gate .acp-push-wall__email-submit:disabled { opacity: .62 !important; cursor: wait !important; }
.acp-push-wall__gate .acp-push-wall__whatsapp {
  color: #fff !important;
  background: #128c4a !important;
}
.acp-push-wall__gate .acp-push-wall__whatsapp:hover,
.acp-push-wall__gate .acp-push-wall__whatsapp:focus { background: #0d733c !important; }

/* Formulaire e-mail : chaque élément sur sa propre ligne, aucune superposition */
.acp-push-wall__gate .acp-push-wall__email-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.acp-push-wall__gate .acp-push-wall__email-form > label {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.acp-push-wall__gate .acp-push-wall__email-form input[type="email"] {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  color: #171717 !important;
  background: #fff !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 9px !important;
  font: 400 13px/1.3 Poppins, Arial, sans-serif !important;
  float: none !important;
}
.acp-push-wall__gate .acp-push-wall__email-form input[type="email"]:focus {
  border-color: var(--acp-push-accent, #d71920) !important;
  outline: 2px solid rgba(215, 25, 32, 0.13) !important;
}
.acp-push-wall__gate .acp-push-wall__consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #666 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}
.acp-push-wall__gate .acp-push-wall__consent input {
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
  margin: 1px 0 0 0 !important;
}
.acp-push-wall__gate .acp-push-wall__consent span {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow-wrap: break-word !important;
}
.acp-push-wall__gate .acp-push-wall__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.acp-push-wall__gate .acp-push-status { display: block !important; margin: 14px 0 0 !important; color: #16713b !important; font-size: 12px !important; }
.acp-push-wall__gate .acp-push-status.is-error { color: #b42318 !important; }
.acp-push-wall__privacy { display: block; margin-top: 14px; color: #777; font-size: 10px; line-height: 1.5; text-align: center; }
.acp-push-wall .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.acp-push-wall.is-active .acp-push-wall__remainder {
  position: relative;
  max-height: 125px;
  overflow: hidden;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

@container (max-width: 620px) {
  .acp-push-wall__body { padding: 18px; }
  .acp-push-wall__intro { align-items: flex-start; margin-bottom: 18px; }
  .acp-push-wall__intro strong { font-size: 17px; }
  .acp-push-wall__intro p { font-size: 12px; }
  .acp-push-wall__gate .acp-push-wall__choice { padding: 15px !important; }
  .acp-push-wall__gate .acp-push-wall__choice-icon { flex-basis: 38px !important; width: 38px !important; height: 38px !important; font-size: 19px !important; }
  .acp-push-wall__gate .acp-push-wall__choice h3 { font-size: 14px !important; }
}

@media (max-width: 760px) {
  .acp-push-prompt { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .acp-push-inline { grid-template-columns: 1fr; padding: 18px; }
  .acp-push-inline__icon { width: 42px; height: 42px; font-size: 23px; }
  .acp-push-wall__body { padding: 18px; }
  .acp-push-wall__intro { align-items: flex-start; margin-bottom: 18px; }
  .acp-push-wall__intro strong { font-size: 17px; }
  .acp-push-wall__intro p { font-size: 12px; }
  .acp-push-wall__gate .acp-push-wall__choice { padding: 15px !important; }
  .acp-push-wall__gate .acp-push-wall__choice-icon { flex-basis: 38px !important; width: 38px !important; height: 38px !important; font-size: 19px !important; }
  .acp-push-wall__gate .acp-push-wall__choice h3 { font-size: 14px !important; }
}

/* --- Popup : bloc iOS (installation) + niveau 2 e-mail/WhatsApp (v8.2.3) --- */
.acp-push-prompt__ios {
  margin-top: 12px;
  padding: 12px 14px;
  background: #fff7f7;
  border: 1px solid var(--acp-push-accent, #d71920);
  border-radius: 10px;
}
.acp-push-prompt__ios-steps strong {
  display: block;
  font-size: 14.5px;
  margin-bottom: 8px;
}
.acp-push-prompt__ios-steps ol {
  margin: 0;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #333;
}
.acp-push-prompt__ios-steps li { margin-bottom: 5px; }
.acp-push-prompt__ios-icon {
  display: inline-block;
  transform: translateY(1px);
}

.acp-push-prompt__alt { margin-top: 18px; }
.acp-push-prompt__or {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #aaa;
  margin: 0 0 14px;
  position: relative;
}
.acp-push-prompt__or::before,
.acp-push-prompt__or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20%;
  height: 1px;
  background: #eee;
}
.acp-push-prompt__or::before { left: 0; }
.acp-push-prompt__or::after { right: 0; }

.acp-push-prompt__email-form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.acp-push-prompt__email-form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.acp-push-prompt__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.35;
  color: #777;
}
.acp-push-prompt__consent input { margin-top: 2px; flex: 0 0 auto; }

/* Niveau 2 = alternatives secondaires : boutons contour, plus discrets que
 * l'encadré d'installation (action principale). */
.acp-push-button--soft {
  width: 100%;
  justify-content: center;
  padding: 9px 14px;
  font-size: 14px;
  background: #fff;
  color: var(--acp-push-accent, #d71920);
  border: 1px solid var(--acp-push-accent, #d71920);
}
.acp-push-button--soft:hover {
  background: var(--acp-push-accent, #d71920);
  color: #fff;
}

.acp-push-prompt__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  margin-top: 8px;
  padding: 9px 14px;
  border-radius: 8px;
  background: #fff;
  color: #128c4b;
  border: 1px solid #25d366;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.acp-push-prompt__whatsapp::before {
  content: "💬";
  font-size: 15px;
}
.acp-push-prompt__whatsapp:hover {
  background: #25d366;
  color: #fff;
}

/* Petit "ou" entre e-mail et WhatsApp (popup) */
.acp-push-prompt__mini-or {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #bbb;
  margin: 7px 0;
}
