/* Marketing Loopya v3
   Mise en page sobre autour du vrai produit. Les couleurs viennent uniquement
   des variables des quatre thèmes définies dans loopya-v2.css. */

body.marketing-page::after { display: none; }
body.marketing-page { background: var(--cream); color: var(--ink); }
.marketing-page .skip-link { transform: translateY(-200%) !important; }
html.keyboard-navigation .marketing-page .skip-link:focus-visible { transform: translateY(0) !important; }

.marketing-page .nav {
  padding: 0;
  height: 74px;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.marketing-page .nav-inner { height: 100%; }
.marketing-page .nav-links {
  gap: clamp(22px, 3vw, 38px);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}
.marketing-page .logo .dot { color: var(--accent); }

.mk-shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}
.mk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mk-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .1);
}
.mk-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 580;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.mk-title em,
.mk-hero-title em { color: var(--accent); font-style: normal; }
.mk-copy {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}
.mk-copy strong { color: var(--ink); font-weight: 620; }

/* Hero : le produit reste plus présent que le slogan. */
.mk-hero { padding: clamp(62px, 8vw, 108px) 0 64px; }
.mk-hero > .mk-shell { width: min(calc(100% - 48px), 1360px); }
.mk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(650px, 1.45fr);
  gap: clamp(36px, 4vw, 62px);
  align-items: center;
}
.mk-hero-title {
  margin: 0 0 24px;
  max-width: 660px;
  font-size: clamp(42px, 4.7vw, 64px);
  font-weight: 590;
  line-height: .99;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.mk-hero-sub {
  max-width: 585px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}
.mk-hero-sub strong { color: var(--ink); font-weight: 620; }
.mk-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.mk-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: var(--ink-mute);
  font-size: 12.5px;
}
.mk-trust b { color: var(--accent); }

/* Captures réelles, sans faux navigateur disproportionné. */
.mk-shot {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 28px 70px -40px rgba(var(--accent-rgb), .48), 0 14px 36px -28px rgba(0,0,0,.32);
}
.mk-shot-top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 37px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-mute);
  background: var(--surface);
  font-size: 11.5px;
}
.mk-shot-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--line); }
.mk-shot-top span { margin-left: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-shot-media {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(var(--accent-rgb), .055), transparent 46%),
    var(--surface);
}
.mk-shot img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--surface);
  object-fit: cover;
  object-position: top center;
}
.mk-shot-note {
  display: none;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  color: var(--ink-mute);
  font-size: 11.5px;
}
.mk-shot-note span:first-child::before { content: "●"; margin-right: 7px; color: var(--accent); }

/* Une preuve marketplace complète, en second plan seulement : l'interface
   Loopya reste la pièce principale et l'ensemble ne devient pas une mosaïque. */
.mk-marketplace-proof {
  width: min(82%, 700px);
  margin: 14px 0 0 auto;
}
.mk-marketplace-proof .mk-shot-top { min-height: 32px; }
.mk-marketplace-proof .mk-shot-media { aspect-ratio: 1.86 / 1; }
.mk-marketplace-proof img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mk-proof {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  border-block: 1px solid var(--line);
}
.mk-proof > div { min-height: 136px; padding: 26px clamp(20px, 2.6vw, 38px); border-right: 1px solid var(--line); }
.mk-proof > div:last-child { border-right: 0; }
.mk-proof-label { display: block; color: var(--ink-mute); font-size: 12px; line-height: 1.45; }
.mk-proof-value { display: block; margin-bottom: 22px; font-size: clamp(28px, 3.25vw, 46px); font-weight: 520; letter-spacing: -.045em; }
.mk-proof-copy { display: block; max-width: 370px; margin-top: 14px; font-size: 20px; line-height: 1.3; letter-spacing: -.02em; }

/* Étapes et sections produit. */
.mk-section { padding: clamp(70px, 8vw, 108px) 0; }
.mk-section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 60px); }
.mk-section-head .mk-copy { margin-top: 18px; }
.mk-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mk-step {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.mk-step-no { display: block; margin-bottom: 48px; color: var(--accent); font-size: 12px; font-weight: 650; letter-spacing: .12em; }
.mk-step h3 { margin: 0 0 12px; font-size: 21px; font-weight: 620; letter-spacing: -.025em; }
.mk-step p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.62; }
.mk-step p strong { color: var(--ink); }

.mk-feature {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  padding: clamp(68px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}
.mk-feature:where(.reverse) { grid-template-columns: minmax(0, 1.32fr) minmax(250px, .68fr); }
.mk-feature.reverse .mk-feature-copy { order: 2; }
.mk-feature.reverse .mk-feature-visual { order: 1; }
.mk-feature-copy { min-width: 0; }
.mk-feature-copy .mk-title { font-size: clamp(31px, 3.4vw, 46px); }
.mk-feature-copy .mk-copy { margin-top: 20px; }
.mk-feature-tag {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.mk-feature-link { display: inline-flex; margin-top: 20px; color: var(--accent); font-size: 14px; font-weight: 620; }
.mk-feature-visual { min-width: 0; }

/* Avis et ventes réelles : preuves complètes, ordonnées et anonymisées. */
.mk-reviews {
  padding: clamp(72px, 8vw, 108px) 0;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(150deg, rgba(var(--accent-rgb), .055), transparent 38%),
    var(--cream);
}
.mk-reviews-head { max-width: 720px; margin-bottom: clamp(30px, 4vw, 46px); }
.mk-reviews-head .mk-feature-tag { margin-bottom: 14px; }
.mk-reviews-head .mk-title { font-size: clamp(36px, 4.4vw, 56px); }
.mk-reviews-head .mk-copy { margin-top: 18px; }
.mk-reviews-featured {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
  min-width: 0;
  margin-bottom: 22px;
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 24px 60px -38px rgba(var(--accent-rgb), .5);
}
.mk-reviews-featured-media {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-soft);
}
.mk-reviews-featured-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.mk-reviews-featured-copy { min-width: 0; }
.mk-reviews-featured-copy strong {
  display: block;
  color: var(--accent);
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
}
.mk-reviews-featured-copy span {
  display: block;
  margin: 13px 0 15px;
  color: var(--ink);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.42;
}
.mk-reviews-featured-copy p { max-width: 650px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.62; }
.mk-reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  min-width: 0;
}
.mk-review-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 12px 32px -28px rgba(0,0,0,.42);
}
.mk-review-media { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cream-soft); }
.mk-review-media img { display: block; width: 100%; max-width: 100%; height: auto; }
.mk-review-card figcaption { display: grid; gap: 2px; padding: 13px 15px 15px; }
.mk-review-card figcaption strong { color: var(--accent); font-size: 16px; }
.mk-review-card figcaption span { color: var(--ink-soft); font-size: 12.5px; line-height: 1.4; }
.mk-reviews-note { max-width: 760px; margin: 22px auto 0; color: var(--ink-mute); font-size: 12.5px; line-height: 1.55; text-align: center; }
.mk-reviews-swipe { display: none; }

/* Page fonctionnalités. */
.mk-page-hero { padding: clamp(68px, 8vw, 104px) 0 clamp(48px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.mk-page-hero .mk-title { max-width: 850px; font-size: clamp(42px, 4.8vw, 60px); }
.mk-page-hero .mk-copy { margin-top: 24px; }
.mk-toolnav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}
.mk-toolnav::-webkit-scrollbar { display: none; }
.mk-toolnav a {
  flex: none;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 12.5px;
}
.mk-toolnav a:hover { border-color: var(--accent); color: var(--accent); }
.mk-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}
.mk-highlight { min-height: 126px; padding: 20px; background: var(--surface); }
.mk-highlight strong { display: block; margin-bottom: 7px; font-size: 14px; }
.mk-highlight p { color: var(--ink-mute); font-size: 12px; line-height: 1.45; }
.mk-tool {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  padding: clamp(64px, 7vw, 92px) 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 90px;
}
.mk-tool:where(.reverse) { grid-template-columns: minmax(0, 1.32fr) minmax(250px, .68fr); }
.mk-tool.reverse .mk-tool-copy { order: 2; }
.mk-tool.reverse .mk-tool-visual { order: 1; }
.mk-tool-title { margin: 0 0 18px; font-size: clamp(30px, 3.2vw, 44px); font-weight: 590; line-height: 1.07; letter-spacing: -.04em; }
.mk-tool-body { color: var(--ink-soft); font-size: 16px; line-height: 1.64; }
.mk-tool-body strong { color: var(--ink); }
.mk-tool-list { display: grid; gap: 9px; margin: 22px 0 0; list-style: none; }
.mk-tool-list li { position: relative; padding-left: 18px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.45; }
.mk-tool-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.mk-tool-visual { min-width: 0; }

/* Comment ça marche. */
.mk-timeline { counter-reset: step; }
.mk-process {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding: clamp(66px, 8vw, 102px) 0;
  border-bottom: 1px solid var(--line);
}
.mk-process:where(.reverse) { grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr); }
.mk-process.reverse .mk-process-copy { order: 2; }
.mk-process.reverse .mk-process-visual { order: 1; }
.mk-process-no { margin-bottom: 15px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mk-process h2 { margin: 0 0 18px; font-size: clamp(31px, 3.4vw, 46px); font-weight: 590; line-height: 1.06; letter-spacing: -.04em; }
.mk-process p { margin-top: 13px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.mk-process p strong { color: var(--ink); }
.mk-note { margin-top: 22px; padding: 15px 17px; border-left: 3px solid var(--accent); background: rgba(var(--accent-rgb), .07); color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.mk-shot-stack { display: grid; gap: 14px; }

.mk-security { padding: clamp(72px, 8vw, 104px) 0; background: var(--surface); }
.mk-security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.mk-security-card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.mk-security-card h3 { margin-bottom: 10px; font-size: 16px; }
.mk-security-card p { color: var(--ink-soft); font-size: 13px; line-height: 1.58; }

/* Anciennes cartes tarifs Claude, simplement espacées. */
.marketing-page .pricing { padding: clamp(72px, 8vw, 104px) 0; }
.marketing-page .pricing .pricing-grid { margin-top: 42px; }
.marketing-page .price-card { border-radius: 18px; }
.marketing-page .price-card.featured { box-shadow: 0 28px 70px -34px rgba(var(--accent-rgb), .5); }
.marketing-page .price-card-amount .big { font-size: clamp(42px, 4.2vw, 54px); }

.marketing-page .faq { padding: clamp(72px, 8vw, 104px) 0; }
.marketing-page .faq-h { font-size: clamp(34px, 4vw, 50px); }
.marketing-page .final-cta-h2 { font-size: clamp(38px, 5vw, 64px); }

.mk-cta { padding: clamp(72px, 8vw, 106px) 0; text-align: center; background: var(--ink-deep); color: #f6f5f1; }
.mk-cta h2 { max-width: 760px; margin: 0 auto 28px; font-size: clamp(35px, 4.6vw, 60px); font-weight: 560; line-height: 1.05; letter-spacing: -.045em; }

/* Sélecteur des quatre thèmes. */
.theme-dock {
  position: fixed;
  right: 14px;
  top: 50%;
  z-index: 130;
  display: grid;
  gap: 10px;
  padding: 11px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
}
.theme-dock button { width: 15px; height: 15px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; box-shadow: 0 0 0 1px var(--line); }
.theme-dock button[data-theme="emeraude"] { background: #087552; }
.theme-dock button[data-theme="violet"] { background: #7754cf; }
.theme-dock button[data-theme="dark"] { background: #0d120f; }
.theme-dock button[data-theme="dark-violet"] { background: #1a1223; }
.theme-dock button.on { outline: 2px solid var(--ink); outline-offset: 3px; }

@media (max-width: 1050px) {
  .mk-hero-grid { grid-template-columns: 1fr; }
  .mk-hero-copy { max-width: 760px; }
  .mk-proof { grid-template-columns: 1fr 1fr; }
  .mk-proof > div:nth-child(2) { border-right: 0; }
  .mk-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .mk-highlights { grid-template-columns: repeat(3, 1fr); }
  .mk-security-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .mk-shell { width: min(calc(100% - 32px), 1240px); }
  .mk-hero > .mk-shell { width: min(calc(100% - 32px), 1240px); }
  .mk-hero { padding-top: 50px; }
  .mk-hero-title { max-width: 620px; }
  .mk-steps { grid-template-columns: 1fr; }
  .mk-step { min-height: 0; }
  .mk-step-no { margin-bottom: 28px; }
  /* Sur mobile, le rendu produit doit suivre immédiatement le titre. Les
     explications détaillées viennent ensuite : on comprend l'outil avant de
     devoir faire défiler un long bloc de texte. */
  .mk-feature,
  .mk-tool,
  .mk-process {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .mk-feature-copy,
  .mk-tool-copy,
  .mk-process-copy { display: contents; }
  .mk-feature-tag,
  .mk-process-no { order: 1; }
  .mk-feature-copy .mk-title,
  .mk-tool-title,
  .mk-process h2 { order: 2; }
  .mk-feature-visual,
  .mk-tool-visual,
  .mk-process-visual {
    order: 3 !important;
    width: 100%;
    margin: 26px auto 0;
  }
  .mk-feature-copy .mk-copy,
  .mk-tool-body,
  .mk-process-copy > p { order: 4; }
  .mk-feature-link,
  .mk-tool-list,
  .mk-process-copy .mk-note { order: 5; }
  .mk-feature-copy .mk-copy,
  .mk-tool-body,
  .mk-process-copy > p:first-of-type { margin-top: 24px; }
  .mk-highlights { grid-template-columns: 1fr 1fr; }
  .mk-reviews-featured { grid-template-columns: 1fr; }
  .mk-reviews-featured-media { width: min(100%, 340px); margin: 0 auto; }
  .mk-reviews-featured-copy { text-align: center; }
  .mk-reviews-featured-copy p { margin-inline: auto; }
  .mk-reviews-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .marketing-page .nav { height: 64px; }
  .mk-shell { width: min(calc(100% - 28px), 1240px); }
  .mk-hero > .mk-shell { width: min(calc(100% - 28px), 1240px); }
  .mk-hero { padding: 40px 0 48px; }
  .mk-hero-title { font-size: clamp(36px, 10.8vw, 42px); line-height: 1.01; }
  .mk-title { font-size: 34px; }
  .mk-actions { display: grid; }
  .mk-actions .btn-pill { justify-content: center; }
  .mk-trust { display: grid; gap: 7px; }
  .mk-shot { border-radius: 14px; }
  .mk-shot-top { min-height: 33px; }
  /* Les captures produit sont volontairement cadrées : une image de page
     complète ne doit jamais occuper deux écrans sur mobile. Le haut contient
     toujours le titre et les KPI utiles ; le cadrage reste identique dans les
     quatre thèmes. */
  .mk-shot-media {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    max-height: min(72svh, 520px);
  }
  .mk-shot-media img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
  }
  /* Ces aperçus ont une version mobile recadrée sur une seule décision ou
     une seule carte. On les montre en entier : boutons, cops et chiffres ne
     doivent jamais disparaître sous un recadrage décoratif. */
  .mk-shot-media:has(img[data-theme-shot="results"]),
  .mk-shot-media:has(img[data-theme-shot="fiche"]),
  .mk-shot-media:has(img[data-theme-shot="trending"]),
  .mk-shot-media:has(img[data-theme-shot="audit"]),
  .mk-shot-media:has(img[data-theme-shot="resellers"]),
  .mk-shot-media:has(img[data-theme-shot="filters"]),
  .mk-shot-media:has(img[data-theme-shot="accounts"]),
  .mk-shot-media:has(img[data-theme-shot="sourcing"]),
  .mk-shot-media:has(img[data-theme-shot="quote"]),
  .mk-shot-media:has(img[data-theme-shot="profile"]) {
    display: grid;
    place-items: start center;
    aspect-ratio: auto;
    max-height: none;
  }
  .mk-shot-media:has(img[data-theme-shot="results"]) img,
  .mk-shot-media:has(img[data-theme-shot="fiche"]) img,
  .mk-shot-media:has(img[data-theme-shot="trending"]) img,
  .mk-shot-media:has(img[data-theme-shot="audit"]) img,
  .mk-shot-media:has(img[data-theme-shot="resellers"]) img,
  .mk-shot-media:has(img[data-theme-shot="filters"]) img,
  .mk-shot-media:has(img[data-theme-shot="accounts"]) img,
  .mk-shot-media:has(img[data-theme-shot="sourcing"]) img,
  .mk-shot-media:has(img[data-theme-shot="quote"]) img,
  .mk-shot-media:has(img[data-theme-shot="profile"]) img {
    width: 100%;
    height: auto;
    max-height: min(68svh, 540px);
    object-fit: contain;
    object-position: top center;
  }
  /* Ces huit captures sont produites spécialement au format mobile. Les
     réduire en hauteur recréait des bandes de fond autour de l'image. */
  .mk-shot-media:has(img[data-theme-shot="results"]) img,
  .mk-shot-media:has(img[data-theme-shot="fiche"]) img,
  .mk-shot-media:has(img[data-theme-shot="trending"]) img,
  .mk-shot-media:has(img[data-theme-shot="resellers"]) img,
  .mk-shot-media:has(img[data-theme-shot="filters"]) img,
  .mk-shot-media:has(img[data-theme-shot="audit"]) img,
  .mk-shot-media:has(img[data-theme-shot="accounts"]) img,
  .mk-shot-media:has(img[data-theme-shot="profile"]) img {
    max-height: none;
  }
  /* Sur téléphone, le radar montre déjà le produit source. La capture Vinted
     secondaire ajouterait une image pleine hauteur sans information utile. */
  .mk-marketplace-proof { display: none; }
  /* Le récapitulatif bénéfices est déjà compact : on le montre en entier. */
  .mk-shot-media:has(img[data-theme-shot="profit"]) {
    aspect-ratio: auto;
    max-height: none;
  }
  .mk-shot-media:has(img[data-theme-shot="profit"]) img {
    height: auto;
    object-fit: contain;
  }
  .mk-shot-note span:last-child { display: none; }
  .mk-proof { grid-template-columns: 1fr 1fr; }
  .mk-proof > div { min-height: 116px; padding: 22px 18px; }
  .mk-proof > div:first-child { grid-column: 1 / -1; border-right: 0; }
  .mk-proof > div:nth-child(2) { border-right: 1px solid var(--line); }
  .mk-proof > div:nth-child(3) { border-right: 0; }
  .mk-proof > div:nth-child(4) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .mk-proof-value { margin-bottom: 16px; font-size: 31px; }
  .mk-proof-copy { font-size: 17px; }
  .mk-section, .mk-feature, .mk-tool, .mk-process { padding: 50px 0; }
  .mk-page-hero { padding: 48px 0 38px; }
  .mk-page-hero .mk-title { font-size: 38px; }
  .mk-highlights { grid-template-columns: 1fr; }
  .mk-highlight { min-height: 0; }
  .mk-tool-title, .mk-process h2 { font-size: 32px; }
  .mk-security-grid { grid-template-columns: 1fr; }
  .marketing-page .pricing-grid { grid-template-columns: 1fr; }
  .marketing-page .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .theme-dock { display: none; }
  .mk-reviews { padding: 62px 0; }
  .mk-reviews-featured { padding: 18px; }
  .mk-reviews-featured-media img { max-height: 300px; }
  .mk-reviews-swipe { display: block; margin: 18px 0 10px; color: var(--ink-mute); font-size: 12px; }
  .mk-reviews-track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(86%, 320px);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 2px;
    padding: 2px 0 12px;
    scrollbar-width: none;
  }
  .mk-reviews-track::-webkit-scrollbar { display: none; }
  .mk-review-card { scroll-snap-align: start; }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-page *, .marketing-page *::before, .marketing-page *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Les pages outils passent en colonne à 820 px : leur capture mobile doit
   changer au même seuil et rester bornée sur tablette comme sur téléphone. */
@media (max-width: 820px) {
  .mk-tool-visual,
  .mk-feature-visual,
  .mk-process-visual,
  .mk-shot { min-width: 0; max-width: 100%; }
  .mk-shot-media:has(img[data-theme-shot]) {
    display: block;
    width: 100%;
    aspect-ratio: auto;
    max-height: min(64svh, 640px);
    overflow: hidden;
    background: var(--surface);
  }
  .mk-shot-media:has(img[data-theme-shot]) img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(64svh, 640px);
    object-fit: contain;
    object-position: top center;
  }
  .mk-tool-copy,
  .mk-feature-copy,
  .mk-process-copy { min-width: 0; }
  .mk-tool-title,
  .mk-tool-body,
  .mk-tool-list,
  .mk-feature-copy .mk-title,
  .mk-feature-copy .mk-copy { overflow-wrap: anywhere; }
}

@media (max-width: 420px) {
  .mk-tool-visual,
  .mk-feature-visual,
  .mk-process-visual { margin-top: 20px; }
  .mk-tool-title,
  .mk-process h2 { font-size: clamp(28px, 9vw, 32px); }
  .mk-tool-body,
  .mk-tool-list { font-size: 14px; }
}
