/* ============================================================
   YouCare Game — Page Partenaires (devenir partenaire)
   Page-specific CSS. Charge après design-system.css.
   Pas de :root, pas de reset global, pas de @font-face : tout
   est déjà dans design-system.css + fonts.css importé en cascade.
   ============================================================ */

body {
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 10%, rgba(255, 77, 204, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 85% 30%, rgba(77, 208, 255, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(124, 77, 255, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: -2;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: -1;
  mask-image: radial-gradient(ellipse at center, #000, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 80%);
}

/* ==== Stars background (positions inline sur les <i>) ==== */
.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.stars i {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: yp-twinkle ease-in-out infinite;
}
@keyframes yp-twinkle {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.4); }
}

/* ==== Eyebrow (chip mono ALL CAPS avec dot animé) ==== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-family: var(--yc-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yc-white-soft);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yc-neon);
  box-shadow: 0 0 8px var(--yc-neon);
  animation: yp-blink 1.6s ease-in-out infinite;
}
@keyframes yp-blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.3; }
}

/* ==== Sections base ==== */
.yc-partenaires-page main > section {
  padding: 96px 0;
  position: relative;
  z-index: 2;
}
.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 64px;
}
.section-head .left { max-width: 620px; }
.section-head h2 {
  font-family: var(--yc-font-display);
  font-weight: 800;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
  text-wrap: balance;
}
.section-head h2 .grad {
  background: linear-gradient(135deg, var(--yc-pink), var(--yc-violet-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-head .right {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--yc-white-soft);
  flex-shrink: 0;
  padding-top: 56px;
}

/* ==== HERO ==== */
.hero {
  padding: 40px 0 96px !important;
  z-index: 2;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-copy h1 {
  font-family: var(--yc-font-display);
  font-weight: 900;
  font-size: 62px;
  line-height: 0.96;
  margin: 24px 0 24px;
  color: #fff;
}
.hero-copy h1 .grad {
  background: linear-gradient(123deg, var(--yc-pink) 0%, var(--yc-violet-light) 50%, var(--yc-cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy p {
  font-size: 19px;
  line-height: 1.6;
  color: var(--yc-white-soft);
  max-width: 540px;
  margin: 0 0 32px;
}
/* Bouton hero "Devenir partenaire" : utilise le composant partagé
   .yc-play-btn / .yc-play-btn--lg de design-system.css (mêmes styles
   que "Jouer maintenant" sur la home + cosmocat). Pas de styles
   spécifiques ici. */
.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  font-family: var(--yc-font-mono);
  font-size: 12px;
  color: var(--yc-white-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-meta strong {
  display: block;
  font-family: var(--yc-font-display);
  font-weight: 800;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: none;
  margin-bottom: 2px;
}

/* ==== HERO ART : workbench animé ==== */
.hero-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1.1 / 1;
  display: grid;
  place-items: center;
}
.hero-stage::before {
  content: '';
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 77, 204, 0.4) 0%, transparent 55%),
    radial-gradient(circle at 60% 40%, rgba(124, 77, 255, 0.4) 0%, transparent 60%);
  filter: blur(40px);
}
.workbench {
  position: relative;
  width: 92%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, rgba(45, 27, 94, 0.5) 0%, rgba(26, 16, 51, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.workbench::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 77, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 77, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.workbench .corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid var(--yc-cyan);
  opacity: 0.7;
}
.workbench .corner.tl { top: 16px; left: 16px;  border-right: none;  border-bottom: none; border-radius: 4px 0 0 0; }
.workbench .corner.tr { top: 16px; right: 16px; border-left: none;   border-bottom: none; border-radius: 0 4px 0 0; }
.workbench .corner.bl { bottom: 16px; left: 16px;  border-right: none; border-top: none; border-radius: 0 0 0 4px; }
.workbench .corner.br { bottom: 16px; right: 16px; border-left: none;  border-top: none; border-radius: 0 0 4px 0; }

.workbench .label {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--yc-font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--yc-cyan);
  text-transform: uppercase;
  z-index: 5;
}
.workbench .label .blink {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--yc-cyan);
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: 0 0 8px var(--yc-cyan);
  animation: yp-blink 1.2s ease-in-out infinite;
}
.workbench .build-stamp {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--yc-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--yc-white-dim);
  text-transform: uppercase;
}

.cart-build {
  position: relative;
  width: 60%;
  aspect-ratio: 32 / 36;
  display: grid;
  place-items: center;
}
.cart-build svg {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(0 12px 30px rgba(255, 77, 204, 0.4));
}

.beam {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--yc-cyan), transparent);
  box-shadow: 0 0 12px var(--yc-cyan);
  animation: yp-beam 3.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 4;
}
@keyframes yp-beam {
  0%, 100% { top: 18%; opacity: 0.9; }
  50%      { top: 82%; opacity: 0.5; }
}

/* ==== LOGO STRIP ==== */
.logos-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.logos-label {
  font-family: var(--yc-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--yc-white-dim);
  text-transform: uppercase;
  flex-shrink: 0;
}
.logos-list {
  display: flex;
  align-items: center;
  gap: 56px;
  flex: 1;
  justify-content: space-around;
  flex-wrap: wrap;
}
.logo-item {
  font-family: var(--yc-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}
.logo-item:hover { color: #fff; }

/* ==== POURQUOI UN JEU : split compare ==== */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.compare-card {
  border-radius: 24px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.compare-card.bad {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--yc-white-dim);
}
.compare-card.good {
  background: linear-gradient(160deg, rgba(255, 77, 204, 0.16), rgba(124, 77, 255, 0.16));
  border: 1px solid rgba(255, 77, 204, 0.3);
  box-shadow:
    0 30px 80px rgba(255, 77, 204, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.compare-card h3 {
  font-family: var(--yc-font-display);
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  color: #fff;
}
.compare-card .sub {
  font-family: var(--yc-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yc-white-dim);
  margin-bottom: 28px;
}
.compare-card.good .sub { color: var(--yc-pink); }
.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.compare-card li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.5;
}
.compare-card li .ico {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  margin-top: 1px;
}
.compare-card.bad .ico {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.45);
}
.compare-card.good .ico {
  background: linear-gradient(135deg, var(--yc-pink), var(--yc-violet));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 77, 204, 0.4);
}
.compare-card.good li { color: #fff; }
.compare-stats {
  display: flex;
  gap: 28px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.compare-stats .stat strong {
  display: block;
  font-family: var(--yc-font-display);
  font-weight: 900;
  font-size: 32px;
  background: linear-gradient(135deg, var(--yc-pink), var(--yc-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.03em;
}
.compare-stats .stat span {
  font-family: var(--yc-font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--yc-white-dim);
  text-transform: uppercase;
}

/* ==== CE QU'ON LIVRE : feature grid ==== */
.deliver {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.deliver-card {
  position: relative;
  background: linear-gradient(180deg, rgba(45, 27, 94, 0.5), rgba(26, 16, 51, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.deliver-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 77, 204, 0.3);
}
.deliver-card .pix-screen {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #0a0418;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.55);
}
.deliver-card .pix-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 3px);
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: multiply;
}
.deliver-card .pix-screen svg {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.deliver-card .num {
  position: absolute;
  top: 22px;
  right: 22px;
  font-family: var(--yc-font-mono);
  font-size: 12px;
  color: var(--yc-pink);
  letter-spacing: 0.1em;
  font-weight: 700;
  z-index: 2;
}
.deliver-card h3 {
  font-family: var(--yc-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: #fff;
}
.deliver-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--yc-white-soft);
  margin: 0 0 18px;
  opacity: 0.85;
}
.deliver-card .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.deliver-card .chips span {
  font-family: var(--yc-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--yc-white-soft);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 9px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* ==== PROCESS : timeline ==== */
.process { position: relative; }
.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg,
    var(--yc-pink) 0%,
    var(--yc-violet-light) 33%,
    var(--yc-cyan) 66%,
    var(--yc-neon) 100%);
  opacity: 0.4;
  z-index: 0;
}
.proc-step {
  position: relative;
  text-align: left;
  padding: 0 18px;
  z-index: 1;
}
.proc-step .marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--yc-bg-deep);
  border: 2px solid var(--yc-violet);
  display: grid;
  place-items: center;
  font-family: var(--yc-font-display);
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  box-shadow: 0 0 0 6px rgba(124, 77, 255, 0.08), 0 8px 28px rgba(124, 77, 255, 0.3);
}
.proc-step:nth-child(1) .marker { border-color: var(--yc-pink); box-shadow: 0 0 0 6px rgba(255, 77, 204, 0.1), 0 8px 28px rgba(255, 77, 204, 0.3); }
.proc-step:nth-child(2) .marker { border-color: var(--yc-violet-light); box-shadow: 0 0 0 6px rgba(179, 136, 255, 0.1), 0 8px 28px rgba(179, 136, 255, 0.3); }
.proc-step:nth-child(3) .marker { border-color: var(--yc-cyan); box-shadow: 0 0 0 6px rgba(77, 208, 255, 0.1), 0 8px 28px rgba(77, 208, 255, 0.3); }
.proc-step:nth-child(4) .marker { border-color: var(--yc-neon); box-shadow: 0 0 0 6px rgba(94, 255, 159, 0.1), 0 8px 28px rgba(94, 255, 159, 0.3); }
.proc-step .stage {
  font-family: var(--yc-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--yc-white-dim);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.proc-step h4 {
  font-family: var(--yc-font-display);
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  color: #fff;
}
.proc-step p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--yc-white-soft);
  opacity: 0.78;
  margin: 0;
}
.proc-step .dur {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--yc-font-mono);
  font-size: 11px;
  color: var(--yc-cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ==== KPIs ==== */
.kpis-bg {
  background: linear-gradient(180deg, transparent, rgba(124, 77, 255, 0.06), transparent);
  position: relative;
}
.kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.kpi {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.kpi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: var(--c, var(--yc-pink));
  filter: blur(40px);
  opacity: 0.5;
  pointer-events: none;
}
.kpi:nth-child(1) { --c: var(--yc-pink); }
.kpi:nth-child(2) { --c: var(--yc-violet-light); }
.kpi:nth-child(3) { --c: var(--yc-cyan); }
.kpi:nth-child(4) { --c: var(--yc-neon); }
.kpi .glyph {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}
.kpi .num {
  font-family: var(--yc-font-display);
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -0.04em;
  line-height: 0.95;
  background: linear-gradient(135deg, #fff, var(--c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
.kpi .num small {
  font-size: 22px;
  margin-left: 2px;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
}
.kpi .label {
  font-size: 14px;
  color: var(--yc-white-soft);
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
.kpi .desc {
  font-family: var(--yc-font-mono);
  font-size: 11px;
  color: var(--yc-white-dim);
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
}

/* ==== CTA FINAL ==== */
.cta-final { padding: 96px 0 64px !important; }
.cta-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 77, 204, 0.18), rgba(124, 77, 255, 0.18) 50%, rgba(77, 208, 255, 0.18));
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 32px;
  padding: 80px 64px;
  text-align: center;
  overflow: hidden;
  box-shadow:
    0 60px 120px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(255, 77, 204, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 75%);
}
.cta-card .stars-mini {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta-card .stars-mini i {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
.cta-card h2 {
  font-family: var(--yc-font-display);
  font-weight: 900;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
  position: relative;
  color: #fff;
}
.cta-card h2 .grad {
  background: linear-gradient(135deg, var(--yc-pink), var(--yc-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-card p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--yc-white-soft);
  max-width: 580px;
  margin: 0 auto 40px;
  position: relative;
}
.cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-mail {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 32px;
  background: #fff;
  color: var(--yc-bg-deep);
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 16px 50px rgba(255, 255, 255, 0.18), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.cta-mail:hover {
  transform: translateY(-2px);
  color: var(--yc-bg-deep);
}
.cta-mail .em {
  font-family: var(--yc-font-mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--yc-violet);
  font-weight: 700;
}
.cta-mail .arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yc-pink), var(--yc-violet));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.cta-meta {
  margin-top: 28px;
  font-family: var(--yc-font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--yc-white-dim);
  text-transform: uppercase;
  position: relative;
}

/* ==== Liens : neutralise l'underline default du design-system pour
   les sections marketing (titres / CTA / chips contiennent leurs
   propres styles). On garde l'underline pour le texte courant
   éventuel (paragraphes) en remettant explicitement no underline
   uniquement sur les éléments visuels. ==== */
.cta-mail, .logo-item, .eyebrow,
.compare-card, .deliver-card, .proc-step,
.kpi {
  text-decoration: none;
}
.cta-mail:hover { text-decoration: none; }

/* ==== RESPONSIVE ==== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-stage { max-width: 480px; margin: 0 auto; }
  .deliver { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr; gap: 40px; }
  .process-track::before { display: none; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .compare { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; gap: 24px; }
  .section-head .right { padding-top: 0; }
}
@media (max-width: 640px) {
  .kpis { grid-template-columns: 1fr; }
  .cta-card { padding: 56px 28px; }
  .logos-list { gap: 28px; }
  .logo-item { font-size: 16px; }
  .logos-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-meta { flex-wrap: wrap; gap: 20px; }
}

/* ==== Reduced motion (WCAG) ==== */
@media (prefers-reduced-motion: reduce) {
  .stars i,
  .eyebrow .dot,
  .workbench .label .blink,
  .beam,
  .cta-mail,
  .deliver-card {
    animation: none !important;
    transition: none !important;
  }
}
