/* WPMalter — "Guide Profil Malt" (39 €) product sales page.
   Reuses the full guide vocabulary (guide.css: .g-hero, .hero-bullets,
   .trust-strip, .g-constat, .toc-grid, .cmp, .offer-card, .guarantee,
   .buybar, .buy-modal) + declic.css (.lead-head, .mirror, .declic-badge)
   + styles.css (.about-grid, .cta-final, .inline-link). Only adds the
   single-quote testimonial block under the About section. */

.gpm-testi {
  max-width: 820px;
  margin: 56px auto 0;
  padding: 36px 40px;
  border-radius: var(--wpm-radius-lg);
  background: var(--wpm-surface-1);
  border: 1px solid color-mix(in srgb, var(--wpm-brand) 30%, var(--wpm-border));
  box-shadow: var(--wpm-shadow-md);
}
.gpm-testi .stars {
  color: var(--wpm-peach-400);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.gpm-testi blockquote {
  margin: 0;
  font-family: var(--wpm-font-display);
  font-size: clamp(18px, 2.3vw, 21px);
  line-height: 1.55;
  letter-spacing: -0.015em;
  font-weight: 500;
  color: var(--wpm-text-primary);
  text-wrap: pretty;
}
.gpm-testi figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
.gpm-testi .avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--wpm-brand-surface);
  color: var(--wpm-brand-text);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--wpm-font-display);
  font-weight: 700;
  font-size: 15px;
}
.gpm-testi figcaption .name {
  display: block;
  font-family: var(--wpm-font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--wpm-text-primary);
}
.gpm-testi figcaption .role {
  display: block;
  font-family: var(--wpm-font-mono);
  font-size: 12px;
  color: var(--wpm-text-muted);
  margin-top: 3px;
}

@media (max-width: 560px) {
  .gpm-testi { padding: 28px 24px; }
}

/* ---- GIF slot dans la section problème --------------------------------- */
.gpm-gif { margin: 30px 0; max-width: 420px; }
.gpm-gif-slot {
  position: relative;
  border-radius: var(--wpm-radius-md);
  overflow: hidden;
  border: 1px solid var(--wpm-border);
  background: var(--wpm-surface-2);
}
.gpm-gif-cap {
  margin-top: 11px;
  font-family: var(--wpm-font-mono);
  font-size: 12.5px;
  color: var(--wpm-text-muted);
}

/* ---- Mail proof (boîte de réception Malt) ------------------------------ */
.gpm-proof-sec { padding-top: 8px; }
.mail-proof {
  margin: 0 auto;
  max-width: 980px;
  border-radius: var(--wpm-radius-lg);
  overflow: hidden;
  background: var(--wpm-surface-1);
  border: 1px solid var(--wpm-border);
  box-shadow: var(--wpm-shadow-lg);
}
.mail-proof-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  background: var(--wpm-surface-2);
  border-bottom: 1px solid var(--wpm-border);
}
.mail-proof-bar .dots { display: flex; gap: 7px; }
.mail-proof-bar .dots i {
  width: 11px; height: 11px; border-radius: 50%;
  background: color-mix(in srgb, var(--wpm-text-muted) 35%, transparent);
}
.mail-proof-tab {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--wpm-font-mono);
  font-size: 12.5px;
  color: var(--wpm-text-secondary);
  font-weight: 600;
}
.mail-proof-tab svg { width: 15px; height: 15px; }
.mail-proof-count {
  margin-left: auto;
  font-family: var(--wpm-font-mono);
  font-size: 12px;
  letter-spacing: -0.01em;
  color: var(--wpm-accent-warm-text, var(--wpm-brand-text));
  background: var(--wpm-accent-warm-surface, var(--wpm-brand-surface));
  border: 1px solid color-mix(in srgb, var(--wpm-accent-warm) 32%, transparent);
  padding: 4px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.mail-proof-shot {
  position: relative;
  max-height: 560px;
  overflow: hidden;
  background: #fff;
}
.mail-proof-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.mail-proof-fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom, transparent, var(--wpm-surface-1));
  pointer-events: none;
}
.mail-proof figcaption {
  padding: 16px 22px;
  font-family: var(--wpm-font-mono);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--wpm-text-muted);
  border-top: 1px solid var(--wpm-border);
  background: var(--wpm-surface-1);
  text-wrap: pretty;
}
@media (max-width: 560px) {
  .mail-proof-count { display: none; }
  .mail-proof-shot { max-height: 380px; }
}
