/* ════════════════════════════════════════════════════════════════════
   zois2026.css — Page « Zoïs Propreté » · CLAIR & ÉDITORIAL
   Même langage visuel que l'accueil / la page secteur :
   encre + gris + accent teal sobre, gradient vert→cyan sur les accents.
   Schibsted Grotesk + Manrope. Prefix .zp
   ════════════════════════════════════════════════════════════════════ */

.zp {
  --zp-bg: #F6F8FB;
  --zp-soft-bg: #F1F5F9;
  --zp-ink: #0E1B2A;
  --zp-ink-2: #2a3a4d;
  --zp-soft: #5b6b7d;
  --zp-muted: #93a1b2;
  --zp-line: #E4EAF0;
  --zp-line-2: #EDF1F6;
  --zp-accent: #0E7490;         /* teal profond, sobre */
  --zp-accent-d: #0b5a70;
  --zp-accent-soft: #e6f1f4;
  --zp-maxw: 1200px;
  --zp-ease: cubic-bezier(.4, 0, .2, 1);
  --zp-sh: 0 14px 34px -22px rgba(14, 27, 42, .25);
  --zp-sh-hover: 0 26px 50px -28px rgba(14, 27, 42, .32);

  position: relative;
  background: var(--zp-bg);
  color: var(--zp-ink);
  font-family: 'Manrope', system-ui, sans-serif;
  overflow-x: clip;
}
.zp *, .zp *::before, .zp *::after { box-sizing: border-box; }
.zp h1, .zp h2, .zp h3, .zp h4 { margin: 0; font-family: 'Schibsted Grotesk', sans-serif; letter-spacing: -.02em; color: var(--zp-ink); }
:where(.zp p) { margin: 0; }
.zp a { color: inherit; text-decoration: none; }
.zp .ms { font-family: 'Material Symbols Rounded'; line-height: 1; vertical-align: middle; font-feature-settings: 'liga'; }
.zp-container { width: 100%; max-width: var(--zp-maxw); margin: 0 auto; padding: 0 32px; }
.zp-grad { background: linear-gradient(100deg, #10b981, #0891b2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-accent { color: var(--zp-accent); }

/* ── Boutons ── */
.zp-btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; padding: 14px 24px; border-radius: 10px; cursor: pointer; transition: transform .2s var(--zp-ease), box-shadow .2s var(--zp-ease), background .2s, border-color .2s, color .2s; }
.zp-btn .ms { font-size: 19px; transition: transform .2s var(--zp-ease); }
.zp-btn-primary { background: var(--zp-accent); color: #fff; box-shadow: 0 12px 26px -14px rgba(14, 116, 144, .6); }
.zp-btn-primary:hover { background: var(--zp-accent-d); transform: translateY(-1px); }
.zp-btn-primary:hover .ms { transform: translateX(3px); }
.zp-btn-ghost { background: #fff; color: var(--zp-ink); border: 1px solid var(--zp-line); }
.zp-btn-ghost:hover { border-color: var(--zp-accent); color: var(--zp-accent); transform: translateY(-1px); }

/* ── Section / head ── */
.zp-section { position: relative; padding: clamp(64px, 9vh, 112px) 0; }
.zp-section--soft { background: var(--zp-soft-bg); border-top: 1px solid var(--zp-line-2); border-bottom: 1px solid var(--zp-line-2); }
.zp-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.zp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 600 12px/1 'Manrope'; letter-spacing: .14em; text-transform: uppercase; color: var(--zp-accent); }
.zp-eyebrow .ms { font-size: 16px; }
.zp-h2 { font-size: clamp(28px, 3.8vw, 44px); line-height: 1.08; margin-top: 14px; font-weight: 700; }
.zp-sub { font-size: 17px; line-height: 1.65; color: var(--zp-soft); margin-top: 14px; }

/* ═══════════ EN-TÊTE DE PAGE (compact, pas de hero marketing) ═══════════ */
.zp-pagehead { position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(180deg, #eef3f8 0%, var(--zp-bg) 92%);
  padding: 114px 0 44px;
}
.zp-crumb { font-size: .84rem; color: var(--zp-muted); margin-bottom: 20px; }
.zp-crumb a:hover { color: var(--zp-accent); }
.zp-crumb .sep { margin: 0 8px; opacity: .5; }
.zp-pagehead .zp-eyebrow { justify-content: center; }
.zp-pagehead h1 { font-size: clamp(1.9rem, 3.5vw, 2.9rem); line-height: 1.12; margin: 14px auto 0; max-width: 900px; font-weight: 800; }

/* ═══════════ SPLIT 2 colonnes (mission / histoire / traçabilité) ═══════════ */
.zp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.zp-split--top { align-items: start; }
.zp-intro h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; margin-top: 14px; font-weight: 700; }
.zp-intro p { margin-top: 16px; font-size: 1rem; line-height: 1.7; color: var(--zp-soft); }
.zp-intro p strong { color: var(--zp-ink); font-weight: 700; }

/* valeurs (cartes empilées) */
.zp-vcards { display: flex; flex-direction: column; gap: 14px; }
.zp-vcard { display: flex; gap: 16px; padding: 22px 22px; background: #fff; border: 1px solid var(--zp-line); border-radius: 14px; box-shadow: var(--zp-sh); transition: transform .25s var(--zp-ease), box-shadow .3s, border-color .3s; }
.zp-vcard:hover { transform: translateY(-3px); box-shadow: var(--zp-sh-hover); border-color: color-mix(in srgb, var(--zp-accent) 35%, var(--zp-line)); }
.zp-vcard__ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--zp-accent-soft); }
.zp-vcard__ic .ms { font-size: 24px; color: var(--zp-accent); }
.zp-vcard h3 { font-size: 1.06rem; font-weight: 700; }
.zp-vcard p { margin-top: 7px; font-size: .93rem; line-height: 1.6; color: var(--zp-soft); }

/* histoire : visuel */
.zp-figure { border-radius: 18px; overflow: hidden; border: 1px solid var(--zp-line); box-shadow: var(--zp-sh-hover); }
.zp-figure img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }

/* ═══════════ TRAÇABILITÉ : mockup dashboard ═══════════ */
.zp-dash { background: #fff; border: 1px solid var(--zp-line); border-radius: 18px; box-shadow: var(--zp-sh-hover); padding: 22px; }
.zp-dash__head { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--zp-line-2); }
.zp-dash__head .ms { color: var(--zp-accent); font-size: 21px; }
.zp-dash__title { font-family: 'Schibsted Grotesk'; font-weight: 700; }
.zp-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; color: #0a8f5b; background: #e7f7ef; padding: 5px 11px; border-radius: 999px; }
.zp-live .dot { width: 7px; height: 7px; border-radius: 50%; background: #10b981; animation: zp-pulse 1.8s infinite; }
.zp-dash__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.zp-kpi { background: var(--zp-soft-bg); border: 1px solid var(--zp-line-2); border-radius: 12px; padding: 14px 10px; text-align: center; }
.zp-kpi b { display: block; font-family: 'Schibsted Grotesk'; font-size: 1.5rem; font-weight: 700; }
.zp-kpi b small { font-size: .9rem; color: var(--zp-muted); font-weight: 600; }
.zp-kpi span { font-size: .72rem; color: var(--zp-muted); font-weight: 600; }
.zp-dash__sub { margin-top: 18px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--zp-muted); }
.zp-qc { margin-top: 12px; display: flex; flex-direction: column; gap: 11px; }
.zp-qc__row { display: grid; grid-template-columns: 84px 1fr 30px; align-items: center; gap: 12px; font-size: .85rem; font-weight: 600; color: var(--zp-ink-2); }
.zp-qc__bar { height: 7px; border-radius: 999px; background: var(--zp-line); overflow: hidden; }
.zp-qc__fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #10b981, #0891b2); width: 0; transition: width 1s var(--zp-ease); }
.is-visible .zp-qc__fill { width: var(--w, 0); }
.zp-qc__note { font-family: 'Schibsted Grotesk'; font-weight: 700; color: var(--zp-accent); text-align: right; }
.zp-dash__verdict { margin-top: 18px; display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: #0a8f5b; background: #e7f7ef; border-radius: 10px; padding: 12px 14px; }
.zp-dash__verdict .ms { font-size: 19px; }

/* bénéfices (colonne droite) */
.zp-benefits { display: flex; flex-direction: column; gap: 18px; }
.zp-benefit { display: flex; gap: 15px; }
.zp-benefit__ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--zp-accent-soft); }
.zp-benefit__ic .ms { color: var(--zp-accent); font-size: 23px; }
.zp-benefit h4 { font-family: 'Schibsted Grotesk'; font-size: 1.04rem; font-weight: 700; }
.zp-benefit p { margin-top: 5px; font-size: .92rem; line-height: 1.6; color: var(--zp-soft); }
.zp-concrete { margin-top: 6px; display: flex; flex-direction: column; gap: 11px; background: var(--zp-soft-bg); border: 1px solid var(--zp-line-2); border-radius: 14px; padding: 20px; }
.zp-concrete__item { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; line-height: 1.5; color: var(--zp-ink-2); }
.zp-concrete__item .ms { color: var(--zp-accent); font-size: 21px; flex: none; }
.zp-concrete__item strong { color: var(--zp-ink); font-weight: 700; }

/* ═══════════ MÉTHODE (timeline VERTICALE en ZIGZAG) ═══════════ */
.zp-vtl { position: relative; max-width: 940px; margin: 0 auto; }
.zp-vtl__rail, .zp-vtl__fill { position: absolute; left: 50%; width: 2px; transform: translateX(-50%); z-index: 0; }
.zp-vtl__rail { top: 30px; bottom: 30px; background: var(--zp-line); }
.zp-vtl__fill { top: 30px; height: 0; background: linear-gradient(180deg, #10b981, #0891b2); transition: height 1.2s var(--zp-ease); }
.zp-vtl.on .zp-vtl__fill { height: calc(100% - 60px); }
.zp-vstep { position: relative; display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; column-gap: 32px; padding-bottom: 30px; }
.zp-vstep:last-child { padding-bottom: 0; }
.zp-vstep__node { grid-column: 2; grid-row: 1; justify-self: center; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Schibsted Grotesk'; font-weight: 700; font-size: 1.25rem; color: var(--zp-muted); background: #fff; border: 1px solid var(--zp-line); box-shadow: var(--zp-sh); position: relative; z-index: 1; transition: all .4s var(--zp-ease); }
.zp-vstep.on .zp-vstep__node { color: #fff; background: var(--zp-accent); border-color: transparent; transform: scale(1.04); }
.zp-vstep__body h3 { font-size: 1.15rem; font-weight: 700; }
.zp-vstep__body p { margin-top: 8px; font-size: .95rem; line-height: 1.6; color: var(--zp-soft); }
/* alternance gauche / droite */
.zp-vstep:nth-of-type(odd) .zp-vstep__body { grid-column: 1; grid-row: 1; text-align: right; }
.zp-vstep:nth-of-type(even) .zp-vstep__body { grid-column: 3; grid-row: 1; text-align: left; }

/* ═══════════ PILIERS (RSE / réassurance) ═══════════ */
.zp-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.zp-pillar { padding: 28px 24px; border-radius: 16px; background: #fff; border: 1px solid var(--zp-line); box-shadow: var(--zp-sh); transition: transform .25s var(--zp-ease), box-shadow .3s, border-color .3s; }
.zp-pillar:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--zp-accent) 35%, var(--zp-line)); box-shadow: var(--zp-sh-hover); }
.zp-pillar__ic { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--zp-accent-soft); }
.zp-pillar__ic .ms { font-size: 24px; color: var(--zp-accent); }
.zp-pillar h3 { font-size: 1.08rem; font-weight: 700; margin-top: 16px; }
.zp-pillar p { margin-top: 8px; font-size: .92rem; line-height: 1.6; color: var(--zp-soft); }

/* ═══════════ RÉASSURANCE : liste « registre » (alternative au grid) ═══════════ */
.zp-reasons { display: flex; flex-direction: column; }
.zp-reason { display: flex; gap: 16px; padding: 22px 0; border-top: 1px solid var(--zp-line); }
.zp-reason:first-child { border-top: 0; padding-top: 0; }
.zp-reason__ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--zp-accent-soft); }
.zp-reason__ic .ms { color: var(--zp-accent); font-size: 23px; }
.zp-reason h3 { font-size: 1.06rem; font-weight: 700; }
.zp-reason p { margin-top: 5px; font-size: .92rem; line-height: 1.55; color: var(--zp-soft); }

/* ═══════════ SIGNATURE dirigeant ═══════════ */
.zp-sign { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.zp-sign__av { width: 46px; height: 46px; flex: none; border-radius: 50%; background: linear-gradient(135deg, #10b981, #0891b2); color: #fff; font-family: 'Schibsted Grotesk'; font-weight: 800; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; }
.zp-sign b { display: block; font-family: 'Schibsted Grotesk'; font-size: 1rem; color: var(--zp-ink); }
.zp-sign span { font-size: .85rem; color: var(--zp-muted); }

/* ═══════════ LINKCARDS secteurs ═══════════ */
.zp-linkcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.zp-linkcard { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--zp-line); box-shadow: var(--zp-sh); transition: transform .2s var(--zp-ease), box-shadow .25s, border-color .25s; }
.zp-linkcard:hover { transform: translateY(-3px); box-shadow: var(--zp-sh-hover); border-color: color-mix(in srgb, var(--c, var(--zp-accent)) 45%, var(--zp-line)); }
.zp-linkcard__ic { width: 40px; height: 40px; flex: none; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--c, var(--zp-accent)) 12%, #fff); }
.zp-linkcard__ic .ms, .zp-linkcard__ic .material-symbols-rounded { color: var(--c, var(--zp-accent)); font-size: 21px; }
.zp-linkcard__lbl { flex: 1; font-weight: 700; font-size: .95rem; }
.zp-linkcard__arr { color: var(--zp-muted); font-size: 19px; transition: transform .2s var(--zp-ease), color .2s; }
.zp-linkcard:hover .zp-linkcard__arr { color: var(--c, var(--zp-accent)); transform: translateX(3px); }

/* ═══════════ LOGOS clients (marquee) ═══════════ */
.zp-logos__title { text-align: center; font: 700 12px/1 'Manrope'; letter-spacing: .16em; text-transform: uppercase; color: var(--zp-muted); margin-bottom: 24px; }
.zp-logos__mask { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.zp-logos__track { display: flex; align-items: center; gap: 56px; width: max-content; animation: zp-marquee 34s linear infinite; opacity: .6; font-family: 'Manrope'; font-weight: 800; font-size: 19px; letter-spacing: .04em; color: var(--zp-muted); white-space: nowrap; }
.zp-logos__mask:hover .zp-logos__track { animation-play-state: paused; }
@keyframes zp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════ ÉCOLOGIE — enjeux → réponses ═══════════ */
.zp-eco { max-width: 1060px; margin: 0 auto; background: #fff; border: 1px solid var(--zp-line); border-radius: 20px; box-shadow: var(--zp-sh); overflow: hidden; }
.zp-eco__row { display: grid; grid-template-columns: 64px 1fr 1fr; gap: 22px; padding: 26px 28px; align-items: start; }
.zp-eco__row + .zp-eco__row { border-top: 1px solid var(--zp-line-2); }
.zp-eco__ic { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: var(--zp-accent-soft); }
.zp-eco__ic .ms, .zp-eco__ic .material-symbols-rounded { font-size: 25px; color: var(--zp-accent); }
.zp-eco__tag { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.zp-eco__tag--enjeu { color: #8a5a08; background: #fdf3e0; }
.zp-eco__tag--sol { color: var(--zp-accent); background: var(--zp-accent-soft); }
.zp-eco__col h3 { font-size: 1.05rem; font-weight: 700; margin-top: 10px; }
.zp-eco__col p { margin-top: 7px; font-size: .92rem; line-height: 1.6; color: var(--zp-soft); }
.zp-eco__col ul { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 7px; }
.zp-eco__col li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; line-height: 1.5; color: var(--zp-ink-2); }
.zp-eco__col li .ms, .zp-eco__col li .material-symbols-rounded { color: #0a8f5b; font-size: 17px; flex: none; margin-top: 2px; }
@media (max-width: 860px) {
  .zp-eco__row { grid-template-columns: 48px 1fr; }
  .zp-eco__ic { width: 42px; height: 42px; }
  .zp-eco__col--sol { grid-column: 2; }
}

/* ═══════════ ZONES ═══════════ */
.zp-zones { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 780px; margin: 0 auto; }
.zp-zone { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; background: #fff; border: 1px solid var(--zp-line); border-radius: 999px; font-weight: 600; font-size: .9rem; box-shadow: var(--zp-sh); transition: border-color .2s, color .2s, transform .2s; }
.zp-zone:hover { border-color: var(--zp-accent); color: var(--zp-accent); transform: translateY(-2px); }
.zp-zone .ms { color: var(--zp-accent); font-size: 18px; }
.zp-zones-cta { text-align: center; margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.zp-zones-link { color: var(--zp-soft); font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.zp-zones-link:hover { color: var(--zp-accent); }

/* ═══════════ CTA (sombre, premium) ═══════════ */
.zp-cta { position: relative; overflow: hidden; border-radius: 20px; padding: 56px 48px; text-align: center; background: var(--zp-ink); border: 1px solid rgba(255, 255, 255, .06); }
.zp-cta::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 320px at 50% -20%, rgba(14, 116, 144, .4), transparent 70%); }
.zp-cta h2 { position: relative; font-size: clamp(26px, 3.6vw, 40px); color: #fff; }
.zp-cta p { position: relative; margin: 14px auto 0; max-width: 600px; color: #b6c4d2; font-size: 1.02rem; line-height: 1.6; }
.zp-cta__row { position: relative; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.zp-cta .zp-btn-primary { background: #fff; color: var(--zp-ink); box-shadow: none; }
.zp-cta .zp-btn-primary:hover { background: #eaf2f4; }
.zp-cta .zp-btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .25); }
.zp-cta .zp-btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: #fff; color: #fff; }
.zp-cta__zone { position: relative; margin-top: 22px; font-size: .86rem; color: #8aa0b2; display: inline-flex; align-items: center; gap: 7px; max-width: 620px; line-height: 1.5; }
.zp-cta__zone .ms { font-size: 17px; color: var(--zp-accent); flex: none; }

/* ═══════════ reveal ═══════════ */
.zp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--zp-ease), transform .65s var(--zp-ease); }
.zp-reveal.is-visible { opacity: 1; transform: none; }
.zp-reveal.d1 { transition-delay: .05s; } .zp-reveal.d2 { transition-delay: .1s; }
.zp-reveal.d3 { transition-delay: .15s; } .zp-reveal.d4 { transition-delay: .2s; }

@keyframes zp-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.8); } }

/* ═══════════ responsive ═══════════ */
@media (max-width: 980px) {
  .zp-split { grid-template-columns: 1fr; gap: 36px; }
  .zp-pillars { grid-template-columns: repeat(2, 1fr); }
  /* zigzag → rail à gauche (mono-colonne) */
  .zp-vtl__rail, .zp-vtl__fill { left: 26px; }
  .zp-vtl__rail { top: 26px; bottom: 26px; }
  .zp-vtl__fill { top: 26px; }
  .zp-vtl.on .zp-vtl__fill { height: calc(100% - 52px); }
  .zp-vstep { grid-template-columns: 52px 1fr; column-gap: 20px; align-items: start; padding-bottom: 34px; }
  .zp-vstep__node { grid-column: 1; width: 52px; height: 52px; font-size: 1.1rem; }
  .zp-vstep:nth-of-type(odd) .zp-vstep__body,
  .zp-vstep:nth-of-type(even) .zp-vstep__body { grid-column: 2; text-align: left; padding-top: 9px; }
  .zp-figure { order: -1; }
}
@media (max-width: 600px) {
  .zp-container { padding: 0 18px; }
  .zp-pillars { grid-template-columns: 1fr; }
  .zp-dash__kpis { grid-template-columns: 1fr; }
  .zp-cta { padding: 40px 22px; }
  .zp-trust__sep { display: none; }
  .zp-trust { border-radius: 18px; }
}
@media (max-width: 980px) {
  .zp-linkcards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .zp-linkcards { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .zp-reveal { opacity: 1 !important; transform: none !important; }
  .zp-logos__track { animation: none; }
}
