/* Prowash — page Réductions & codes promo */

/* ── Hero ── */
.pe-reductions-page .pe-page-hero {
  padding: 140px 0 80px;
  background:
    radial-gradient(circle at 85% 15%, rgba(163, 189, 255, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
    #142D6F;
  text-align: center;
}

.pe-reductions-page .pe-page-hero .pe-hero-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #A3BDFF;
  box-shadow: none;
}

.pe-reductions-page .pe-page-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.12;
  margin: 0 0 16px;
}

.pe-reductions-page .pe-page-hero p {
  margin: 0 auto;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.pe-reductions-perks {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pe-reductions-perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #142D6F;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pe-reductions-perks i {
  font-size: 18px;
  color: #142D6F;
}

.pe-reductions-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.pe-reductions-breadcrumb a {
  color: #A3BDFF;
  text-decoration: none;
}

.pe-reductions-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.pe-reductions-breadcrumb i {
  font-size: 16px;
  opacity: 0.6;
}

/* ── Liste offres ── */
.pe-reductions-offers {
  padding-top: 0;
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.pe-reductions-offers__head {
  margin-bottom: 28px;
}

.pe-reductions-offers__head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  color: #142D6F;
}

.pe-reductions-offers__head p {
  margin: 0;
  color: #6b7a99;
  font-size: 16px;
}

.pe-reductions-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Ticket coupon ── */
.pe-reduction-ticket {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(20, 45, 111, 0.08);
  box-shadow: 0 20px 60px rgba(20, 45, 111, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pe-reduction-ticket:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 72px rgba(20, 45, 111, 0.14);
}

.pe-reduction-ticket--featured {
  box-shadow: 0 28px 80px rgba(20, 45, 111, 0.16);
}

.pe-reduction-ticket__stub {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(163, 189, 255, 0.25) 0%, transparent 50%),
    linear-gradient(145deg, #0c1f4d 0%, #142D6F 50%, #1e4088 100%);
}

.pe-reduction-ticket__stub::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0.35) 6px,
    transparent 6px,
    transparent 12px
  );
}

.pe-reduction-ticket__stub-tag {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 8px;
}

.pe-reduction-ticket__stub-value {
  display: block;
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.pe-reduction-ticket__stub-code {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pe-reduction-ticket__stub-icon {
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-size: 48px;
  opacity: 0.15;
}

.pe-reduction-ticket__body {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pe-reduction-ticket__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pe-reduction-ticket__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #142D6F;
  background: #eef3ff;
  margin-bottom: 8px;
}

.pe-reduction-ticket__title {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 28px);
  color: #142D6F;
  line-height: 1.2;
}

.pe-reduction-ticket__code-display {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f4f7ff;
  border: 2px dashed rgba(20, 45, 111, 0.18);
}

.pe-reduction-ticket__code-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7a99;
}

.pe-reduction-ticket__code-display strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #142D6F;
}

.pe-reduction-ticket__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4a5878;
  max-width: 720px;
}

.pe-reduction-ticket__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pe-reduction-ticket__chips li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #142D6F;
  background: #f6f4ef;
}

.pe-reduction-ticket__chips i {
  font-size: 16px;
  opacity: 0.75;
}

.pe-reduction-ticket__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.pe-reduction-ticket__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #142D6F 0%, #1e4088 100%);
  box-shadow: 0 12px 28px rgba(20, 45, 111, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pe-reduction-ticket__copy:hover,
.pe-reduction-ticket__copy.is-copied {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(20, 45, 111, 0.28);
  background: linear-gradient(135deg, #1e4088 0%, #142D6F 100%);
}

.pe-reduction-ticket__copy.is-copied {
  background: linear-gradient(135deg, #1a7a4a 0%, #22a066 100%);
}

.pe-reduction-ticket__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #142D6F;
  background: transparent;
  border: 2px solid rgba(20, 45, 111, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pe-reduction-ticket__cta:hover {
  background: #f4f7ff;
  border-color: #142D6F;
  color: #142D6F;
  transform: translateY(-1px);
}

/* ── Étapes ── */
.pe-reductions-steps__head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}

.pe-reductions-steps__head h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  color: #142D6F;
}

.pe-reductions-steps__head p {
  margin: 0;
  color: #6b7a99;
  font-size: 17px;
  line-height: 1.6;
}

.pe-reductions-page .pe-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pe-reductions-page .pe-process-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, 0.08);
  box-shadow: 0 10px 36px rgba(20, 45, 111, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pe-reductions-page .pe-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(20, 45, 111, 0.12);
}

.pe-reductions-page .pe-process-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #142D6F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 18px;
}

.pe-reductions-page .pe-process-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #142D6F;
}

.pe-reductions-page .pe-process-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7a99;
}

/* ── Contenu SEO ── */
.pe-reductions-seo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 32px;
  align-items: start;
}

.pe-reductions-seo__copy h2 {
  margin: 8px 0 16px;
  font-size: clamp(26px, 3.5vw, 34px);
  color: #142D6F;
  line-height: 1.2;
}

.pe-reductions-seo__copy p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5878;
}

.pe-reductions-seo__links {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pe-reductions-seo__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #142D6F;
  text-decoration: none;
}

.pe-reductions-seo__links a::before {
  content: "→";
  opacity: 0.6;
}

.pe-reductions-seo__links a:hover {
  text-decoration: underline;
}

.pe-reductions-seo__aside {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, 0.08);
  box-shadow: 0 12px 36px rgba(20, 45, 111, 0.08);
}

.pe-reductions-seo__aside h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #142D6F;
}

.pe-reductions-seo__aside ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pe-reductions-seo__aside li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #4a5878;
}

.pe-reductions-seo__aside li i {
  color: #142D6F;
  margin-top: 2px;
}

.pe-reductions-seo__aside .lonyo-default-btn {
  width: 100%;
  justify-content: center;
}

/* ── FAQ SEO ── */
.pe-reductions-faq__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.pe-reductions-faq__head h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  color: #142D6F;
}

.pe-reductions-faq__head p {
  margin: 0;
  color: #6b7a99;
  font-size: 17px;
  line-height: 1.6;
}

.pe-reductions-faq__list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.pe-reductions-faq__item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, 0.08);
  box-shadow: 0 8px 24px rgba(20, 45, 111, 0.05);
  overflow: hidden;
}

.pe-reductions-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  color: #142D6F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pe-reductions-faq__item summary::-webkit-details-marker {
  display: none;
}

.pe-reductions-faq__item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #6b7a99;
  flex-shrink: 0;
}

.pe-reductions-faq__item[open] summary::after {
  content: "−";
}

.pe-reductions-faq__item p {
  margin: 0;
  padding: 0 22px 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a5878;
}

/* ── Bandeau newsletter ── */
.pe-reductions-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 40px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef3ff 0%, #f8faff 100%);
  border: 1px solid rgba(20, 45, 111, 0.1);
}

.pe-reductions-newsletter__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #142D6F;
  margin-bottom: 10px;
}

.pe-reductions-newsletter__content h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  color: #142D6F;
}

.pe-reductions-newsletter__content p {
  margin: 0;
  max-width: 520px;
  color: #6b7a99;
  line-height: 1.6;
}

.pe-reductions-newsletter .lonyo-default-btn {
  flex-shrink: 0;
}

/* ── Bandeau CTA ── */
.pe-reductions-page .pe-sectors-banner {
  margin-top: 0;
  padding: 36px 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #142D6F 0%, #1e3d8f 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pe-reductions-page .pe-sectors-banner h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
}

.pe-reductions-page .pe-sectors-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  max-width: 520px;
  line-height: 1.55;
}

.pe-reductions-page .pe-sectors-banner .lonyo-default-btn {
  background: #fff;
  color: #142D6F;
  border-color: #fff;
  flex-shrink: 0;
}

.pe-reductions-page .pe-sectors-banner .lonyo-default-btn:hover {
  background: #F6F4EF;
  color: #142D6F;
}

/* ── État vide ── */
.pe-reductions-empty {
  text-align: center;
  padding: 64px 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px dashed rgba(20, 45, 111, 0.15);
  box-shadow: 0 16px 48px rgba(20, 45, 111, 0.06);
}

.pe-reductions-empty__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #142D6F;
  background: #eef3ff;
}

.pe-reductions-empty h2 {
  margin: 0 0 10px;
  color: #142D6F;
}

.pe-reductions-empty p {
  color: #6b7a99;
  margin: 0 0 24px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Desktop : ticket horizontal ── */
@media (min-width: 768px) {
  .pe-reduction-ticket {
    flex-direction: row;
    align-items: stretch;
  }

  .pe-reduction-ticket__stub {
    flex: 0 0 min(280px, 32%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 28px;
  }

  .pe-reduction-ticket__stub::after {
    right: -1px;
    top: 16px;
    bottom: 16px;
    left: auto;
  }

  .pe-reduction-ticket__body {
    flex: 1;
    padding: 32px 36px;
    justify-content: center;
  }

  .pe-reduction-ticket--featured .pe-reduction-ticket__stub-value {
    font-size: 58px;
  }
}

@media (max-width: 991px) {
  .pe-reductions-page .pe-process-grid {
    grid-template-columns: 1fr;
  }

  .pe-reductions-seo__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pe-reductions-page .pe-page-hero {
    padding: 120px 0 64px;
  }

  .pe-reductions-offers {
    margin-top: -24px;
  }

  .pe-reduction-ticket__head {
    flex-direction: column;
  }

  .pe-reduction-ticket__code-display {
    align-items: flex-start;
    width: 100%;
  }

  .pe-reduction-ticket__actions {
    flex-direction: column;
  }

  .pe-reduction-ticket__copy,
  .pe-reduction-ticket__cta {
    width: 100%;
  }

  .pe-reductions-newsletter {
    padding: 28px 24px;
    text-align: center;
    justify-content: center;
  }

  .pe-reductions-newsletter .lonyo-default-btn {
    width: 100%;
    justify-content: center;
  }

  .pe-reductions-page .pe-sectors-banner {
    padding: 28px 24px;
    text-align: center;
    justify-content: center;
  }

  .pe-reductions-page .pe-sectors-banner .lonyo-default-btn {
    width: 100%;
    justify-content: center;
  }
}
