/* =====================================================================
 * Zone publique de agents.wasserkraft.fr — page d'acquisition premium.
 * Consomme les tokens du design system « Chrome & Eau » (wk-ui.css).
 * ===================================================================== */

body.wk-public-body {
  background: var(--wk-surface);
}

.wk-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =====================================================================
 * En-tête
 * ===================================================================== */

.wk-pub-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--wk-line);
}

.wk-pub-header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 66px;
}

.wk-pub-brand {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wk-ink);
  text-decoration: none;
}

.wk-pub-brand small {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--wk-ink-3);
  margin-top: 1px;
}

.wk-pub-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wk-pub-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--wk-ink-2);
  text-decoration: none;
}

.wk-pub-nav a:hover { color: var(--wk-brand-deep); }

.wk-pub-header-cta { display: flex; align-items: center; gap: 10px; }

@media (max-width: 900px) {
  .wk-pub-nav { display: none; }
}

@media (max-width: 520px) {
  .wk-pub-header-cta .wk-btn-secondary { display: none; }
}

/* =====================================================================
 * Héro
 * ===================================================================== */

.wk-hero {
  position: relative;
  padding: 66px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 82% -8%, rgba(14, 124, 142, 0.10), transparent 62%),
    linear-gradient(180deg, var(--wk-surface) 0%, var(--wk-canvas) 100%);
}

.wk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 52px;
  align-items: center;
}

.wk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px 6px 8px;
  border-radius: 999px;
  background: var(--wk-surface);
  border: 1px solid var(--wk-line-strong);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--wk-ink-2);
  margin-bottom: 22px;
}

.wk-eyebrow b {
  background: var(--wk-brand);
  color: #fff;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.wk-hero h1 {
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--wk-ink);
}

.wk-hero h1 em {
  font-style: normal;
  color: var(--wk-brand-deep);
}

.wk-hero-lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--wk-ink-2);
  margin: 0 0 26px;
  max-width: 54ch;
}

.wk-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.wk-hero-cta .wk-btn { min-height: 48px; padding: 13px 24px; font-size: 14.5px; }

/* Quatre repères sous le héro, en quadrant.
 *
 * L'ancienne version était une rangée souple avec des filets verticaux
 * entre les éléments. Dans la colonne gauche du héro il n'y a pas la
 * place pour quatre repères de front : ils passaient à la ligne, les
 * filets se retrouvaient orphelins en bout de ligne et, faute d'espace
 * entre les rangées, la légende de la première touchait le chiffre de
 * la seconde. Une grille 2 × 2 assumée règle les deux problèmes.
 *
 * Le filet devient vertical et propre à chaque repère : un dégradé qui
 * s'éteint vers le bas, comme la ligne d'eau sur un mitigeur chromé. Il
 * reste juste quel que soit le nombre de colonnes.
 */
.wk-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  border-top: 1px solid var(--wk-line);
  padding-top: 24px;
}

.wk-hero-fact {
  position: relative;
  padding-left: 14px;
}

.wk-hero-fact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--wk-brand-bright), rgba(18, 160, 182, 0));
}

.wk-hero-fact b {
  display: block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wk-ink);
  font-variant-numeric: tabular-nums;
}

.wk-hero-fact span { font-size: 12.5px; color: var(--wk-ink-3); }

/* Visuel du héro : cadre chrome fin + image plein cadre. */
.wk-hero-visual {
  position: relative;
  border-radius: var(--wk-r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--wk-surface-sunken);
  box-shadow: var(--wk-shadow-lg);
}

.wk-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--wk-r-xl);
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.wk-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Vignette flottante « prochain objet démo » posée sur le visuel. */
.wk-hero-chip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--wk-r-md);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--wk-shadow);
}

.wk-hero-chip img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: var(--wk-r-xs);
  background: var(--wk-surface-sunken);
  padding: 4px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.wk-hero-chip-txt { min-width: 0; }

.wk-hero-chip b {
  display: block;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--wk-ink);
}

.wk-hero-chip span { font-size: 11.5px; color: var(--wk-ink-3); }

@media (max-width: 940px) {
  .wk-hero { padding: 40px 0 48px; }
  .wk-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .wk-hero-visual { aspect-ratio: 16 / 11; }
  .wk-hero-cta .wk-btn { flex: 1; }
}

/* =====================================================================
 * Sections génériques
 * ===================================================================== */

.wk-sec { padding: 76px 0; }
.wk-sec--tight { padding: 56px 0; }
.wk-sec--sunken { background: var(--wk-canvas); }
.wk-sec--ink { background: var(--wk-shell); color: #E8EFF0; }

.wk-sec-head { max-width: 660px; margin: 0 0 40px; }
.wk-sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.wk-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wk-brand);
  margin-bottom: 12px;
}

.wk-sec--ink .wk-kicker { color: #3FC7DC; }

.wk-sec-head h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--wk-ink);
}

.wk-sec--ink .wk-sec-head h2 { color: #FFFFFF; }

.wk-sec-head p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--wk-ink-2);
  margin: 0;
}

.wk-sec--ink .wk-sec-head p { color: #9FB3B8; }

/* =====================================================================
 * Fonctionnement du réseau — 3 étapes numérotées
 * ===================================================================== */

.wk-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-lg);
  overflow: hidden;
  background: var(--wk-surface);
}

.wk-step {
  padding: 30px 26px;
  border-right: 1px solid var(--wk-line);
}

.wk-step:last-child { border-right: none; }

.wk-step-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--wk-shell);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.wk-step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.wk-step p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--wk-ink-3); }

@media (max-width: 860px) {
  .wk-steps { grid-template-columns: 1fr; }
  .wk-step { border-right: none; border-bottom: 1px solid var(--wk-line); }
  .wk-step:last-child { border-bottom: none; }
}

/* =====================================================================
 * Avantages — grille avec filets, pas des cartes flottantes
 * ===================================================================== */

.wk-feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--wk-line);
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-lg);
  overflow: hidden;
}

.wk-feat { background: var(--wk-surface); padding: 28px 24px; }

.wk-feat svg {
  width: 22px;
  height: 22px;
  stroke: var(--wk-brand);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 14px;
}

.wk-feat h3 {
  margin: 0 0 7px;
  font-size: 15.5px;
  font-weight: 650;
  letter-spacing: -0.012em;
}

.wk-feat p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--wk-ink-3); }

@media (max-width: 900px) { .wk-feats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 580px) { .wk-feats { grid-template-columns: 1fr; } }

/* =====================================================================
 * Commission — démonstration chiffrée
 * ===================================================================== */

.wk-commission {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 48px;
  align-items: center;
}

.wk-calc {
  background: var(--wk-surface);
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-lg);
  padding: 26px;
  box-shadow: var(--wk-shadow);
}

.wk-sec--ink .wk-calc {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.wk-calc-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--wk-line);
  font-size: 14px;
}

.wk-sec--ink .wk-calc-row { border-color: rgba(255, 255, 255, 0.10); color: #9FB3B8; }

.wk-calc-row b { font-variant-numeric: tabular-nums; font-weight: 650; color: var(--wk-ink); }
.wk-sec--ink .wk-calc-row b { color: #FFFFFF; }

.wk-calc-row--total {
  border-bottom: none;
  padding-top: 18px;
  font-size: 15px;
  font-weight: 650;
}

.wk-calc-row--total b {
  font-size: 30px;
  letter-spacing: -0.03em;
  color: var(--wk-brand-deep);
}

.wk-sec--ink .wk-calc-row--total b { color: #3FC7DC; }

.wk-calc-note {
  margin: 16px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--wk-ink-3);
}

.wk-sec--ink .wk-calc-note { color: #7E9399; }

.wk-checklist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }

.wk-checklist li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--wk-ink-2);
}

.wk-sec--ink .wk-checklist li { color: #9FB3B8; }

.wk-checklist li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--wk-brand-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E7C8E' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}

.wk-sec--ink .wk-checklist li::before {
  background-color: rgba(63, 199, 220, 0.18);
}

/* Second levier de revenu : parrainage d'agents. Encadré distinct pour
   qu'il se lise comme un argument à part entière, pas comme une note. */

.wk-second-income {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: var(--wk-r-lg);
  background: rgba(63, 199, 220, 0.09);
  border: 1px solid rgba(63, 199, 220, 0.30);
}

.wk-second-income-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.wk-second-income-rate {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #3FC7DC;
  font-variant-numeric: tabular-nums;
}

.wk-second-income-head b {
  display: block;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 4px;
}

.wk-second-income-head span {
  font-size: 13.5px;
  line-height: 1.5;
  color: #9FB3B8;
}

.wk-second-income-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.wk-second-income-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.5;
  color: #C3D2D6;
}

.wk-second-income-list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 8px;
  border-radius: 50%;
  background: #3FC7DC;
}

@media (max-width: 940px) {
  .wk-commission { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 520px) {
  .wk-second-income { padding: 16px; }
  .wk-second-income-head { gap: 12px; }
  .wk-second-income-rate { font-size: 25px; }
}

/* =====================================================================
 * Aperçu de l'espace connecté
 * ===================================================================== */

/* Reproduction de l'interface dans un cadre de navigateur : les vrais
   libellés du menu évitent l'effet « maquette filaire inachevée ». */

.wk-shot {
  max-width: 940px;
  margin: 0 auto;
  border-radius: var(--wk-r-lg);
  overflow: hidden;
  border: 1px solid var(--wk-line-strong);
  background: var(--wk-surface);
  box-shadow: 0 24px 64px rgba(15, 26, 29, 0.16);
}

.wk-shot-chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  background: var(--wk-surface-2);
  border-bottom: 1px solid var(--wk-line);
}

.wk-shot-dots { display: flex; gap: 6px; flex-shrink: 0; }

.wk-shot-dots i {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--wk-line-strong);
}

.wk-shot-url {
  flex: 1;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--wk-surface);
  border: 1px solid var(--wk-line);
  font-size: 11px;
  color: var(--wk-ink-3);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wk-shot-app {
  display: grid;
  grid-template-columns: 186px 1fr;
  min-height: 320px;
}

/* --- Rail --- */

.wk-shot-rail {
  background: var(--wk-shell);
  padding: 14px 12px;
  display: grid;
  gap: 13px;
  align-content: start;
}

.wk-shot-brand {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 4px;
}

.wk-shot-profile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  padding: 10px;
}

.wk-shot-id { display: flex; align-items: center; gap: 8px; }

.wk-shot-av {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(140deg, #3FC7DC, #0A5C6A);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wk-shot-id-txt { min-width: 0; }
.wk-shot-id-txt b { display: block; font-size: 11.5px; color: #fff; font-weight: 600; line-height: 1.2; }
.wk-shot-id-txt em { font-style: normal; font-size: 10px; color: #7E9399; }

.wk-shot-pack {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  gap: 7px;
}

.wk-shot-chip {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(18, 160, 182, 0.18);
  border: 1px solid rgba(18, 160, 182, 0.32);
  color: #BEEAF2;
  font-size: 10px;
  font-weight: 700;
}

.wk-shot-pack em { font-style: normal; font-size: 10px; color: #7E9399; }

.wk-shot-nav { display: grid; gap: 1px; }

.wk-shot-grp {
  padding: 8px 6px 3px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7E9399;
}

.wk-shot-link {
  padding: 6px 8px;
  border-radius: 7px;
  font-size: 11px;
  color: #9FB3B8;
}

.wk-shot-link.is-on {
  background: rgba(18, 160, 182, 0.14);
  color: #fff;
  font-weight: 600;
}

/* --- Contenu --- */

.wk-shot-main {
  background: var(--wk-canvas);
  padding: 16px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.wk-shot-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--wk-line);
  border: 1px solid var(--wk-line);
  border-radius: 11px;
  overflow: hidden;
}

.wk-shot-kpi { background: #fff; padding: 11px 12px; min-width: 0; }

.wk-shot-kpi span {
  display: block;
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--wk-ink-3);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wk-shot-kpi b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wk-ink);
  font-variant-numeric: tabular-nums;
}

.wk-shot-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 12px;
}

.wk-shot-next {
  background: var(--wk-shell);
  border-radius: 11px;
  padding: 13px;
  display: grid;
  gap: 5px;
  align-content: start;
}

.wk-shot-next-tag {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3FC7DC;
}

.wk-shot-next b { font-size: 12.5px; font-weight: 650; color: #fff; line-height: 1.3; }
.wk-shot-next em { font-style: normal; font-size: 10.5px; color: #9FB3B8; line-height: 1.4; }

.wk-shot-goal {
  background: #fff;
  border: 1px solid var(--wk-line);
  border-radius: 11px;
  padding: 13px;
  display: grid;
  gap: 6px;
  align-content: start;
}

.wk-shot-goal-lbl { font-size: 9.5px; color: var(--wk-ink-3); }

.wk-shot-goal b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--wk-ink);
}

.wk-shot-goal b em { font-style: normal; font-size: 11px; font-weight: 500; color: var(--wk-ink-3); }

.wk-shot-bar {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: var(--wk-surface-sunken);
  overflow: hidden;
}

.wk-shot-bar i {
  display: block;
  height: 100%;
  width: 83%;
  border-radius: 999px;
  background: linear-gradient(90deg, #3FC7DC 0%, #0E7C8E 100%);
}

@media (max-width: 780px) {
  .wk-shot-app { grid-template-columns: 1fr; }
  .wk-shot-rail { display: none; }
  .wk-shot-kpis { grid-template-columns: repeat(2, 1fr); }
  .wk-shot-row { grid-template-columns: 1fr; }
}

.wk-preview-rail { background: var(--wk-shell); padding: 18px 14px; display: grid; gap: 14px; align-content: start; }

.wk-preview-brand {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.wk-preview-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 11px;
}

.wk-preview-id { display: flex; align-items: center; gap: 9px; }

.wk-preview-av {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(140deg, #3FC7DC, #0A5C6A);
  color: #fff; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

.wk-preview-id b { display: block; font-size: 12px; color: #fff; font-weight: 600; }
.wk-preview-id span { font-size: 10px; color: #7E9399; }

.wk-preview-chip {
  display: inline-block;
  margin-top: 9px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(18, 160, 182, 0.18);
  border: 1px solid rgba(18, 160, 182, 0.3);
  color: #BEEAF2;
  font-size: 10px;
  font-weight: 700;
}

.wk-preview-links { display: grid; gap: 5px; }

.wk-preview-links i {
  display: block;
  height: 9px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.10);
}

.wk-preview-links i.on { background: rgba(63, 199, 220, 0.42); width: 76%; }

.wk-preview-body { background: var(--wk-canvas); padding: 20px; display: grid; gap: 13px; align-content: start; }

.wk-preview-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--wk-line);
  border: 1px solid var(--wk-line);
  border-radius: 12px;
  overflow: hidden;
}

.wk-preview-kpi { background: #fff; padding: 12px 13px; }
.wk-preview-kpi span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--wk-ink-3); }
.wk-preview-kpi b { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--wk-ink); font-variant-numeric: tabular-nums; }

.wk-preview-panel { background: #fff; border: 1px solid var(--wk-line); border-radius: 12px; padding: 14px; display: grid; gap: 8px; }
.wk-preview-panel i { display: block; height: 10px; border-radius: 5px; background: var(--wk-surface-sunken); }
.wk-preview-panel i:nth-child(2) { width: 82%; }
.wk-preview-panel i:nth-child(3) { width: 64%; }

@media (max-width: 780px) {
  .wk-preview { grid-template-columns: 1fr; }
  .wk-preview-rail { display: none; }
}

/* =====================================================================
 * Cartes d'offres Starter / Pro / Premium
 * ===================================================================== */

.wk-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.wk-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--wk-surface);
  border: 1px solid var(--wk-line-strong);
  border-radius: var(--wk-r-xl);
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.wk-offer:hover {
  border-color: var(--wk-ink-3);
  box-shadow: var(--wk-shadow);
}

.wk-offer--featured {
  border-color: var(--wk-brand);
  border-width: 2px;
  box-shadow: var(--wk-shadow-lg);
}

@media (min-width: 941px) {
  .wk-offer--featured { transform: translateY(-10px); }
}

.wk-offer-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--wk-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wk-offer-fig {
  margin: 0;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(360px 200px at 68% 22%, rgba(14, 124, 142, 0.10), transparent 62%),
    linear-gradient(160deg, #FAFBFB 0%, #EAEFF0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--wk-line);
  overflow: hidden;
}

.wk-offer-fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10%;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}

/* Photo de mise en situation : plein cadre, sans fusion ni marge — le
   traitement « découpe produit » ci-dessus la rendrait minuscule et grise. */
.wk-offer-fig--photo {
  background: var(--wk-surface-sunken);
  aspect-ratio: 3 / 2;
}

.wk-offer-fig--photo img {
  object-fit: cover;
  object-position: center 30%;
  padding: 0;
  mix-blend-mode: normal;
}

/* Photographie de mise en situation : plein cadre, sans fond ni fusion.
   Un léger dégradé en bas assoit la carte sans assombrir la scène. */
.wk-offer-fig--photo {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--wk-surface-sunken);
}

.wk-offer-fig--photo img {
  object-fit: cover;
  object-position: center 28%;
  padding: 0;
  mix-blend-mode: normal;
}

.wk-offer-fig--photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(15, 26, 29, 0) 0%, rgba(15, 26, 29, 0.16) 100%);
  pointer-events: none;
}

.wk-offer-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }

.wk-offer-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.wk-offer-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 10px 0 4px;
}

.wk-offer-price b {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wk-offer-price span { font-size: 13px; color: var(--wk-ink-3); font-weight: 500; }

.wk-offer-tag {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--wk-ink-3);
  margin: 8px 0 18px;
  min-height: 42px;
}

.wk-offer-list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 9px; }

.wk-offer-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--wk-ink-2);
}

.wk-offer-list li::before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--wk-brand-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E7C8E' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/9px no-repeat;
}

.wk-offer-fixed {
  margin: 0 0 16px;
  padding: 12px 13px;
  border-radius: var(--wk-r-sm);
  background: var(--wk-canvas);
  border: 1px solid var(--wk-line);
  display: grid;
  gap: 5px;
}

.wk-offer-fixed span {
  font-size: 12px;
  font-weight: 600;
  color: var(--wk-ink-2);
  display: flex;
  gap: 7px;
  align-items: center;
}

.wk-offer-fixed span::before { content: "✓"; color: var(--wk-brand); font-weight: 800; }

.wk-offer-foot { margin-top: auto; display: grid; gap: 10px; }
.wk-offer-foot .wk-btn { width: 100%; min-height: 46px; }

.wk-offer-more {
  border-top: 1px solid var(--wk-line);
  padding-top: 12px;
}

.wk-offer-more summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--wk-brand-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* Cible tactile confortable : le résumé est un vrai bouton sur mobile. */
  min-height: 40px;
  padding: 8px 4px;
  border-radius: var(--wk-r-sm);
}

.wk-offer-more summary:hover { background: var(--wk-brand-wash); }

.wk-offer-more summary::-webkit-details-marker { display: none; }
.wk-offer-more summary::after { content: "▾"; font-size: 11px; }
.wk-offer-more[open] summary::after { content: "▴"; }

.wk-offer-more-body {
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wk-ink-3);
}

.wk-offer-more-body ul { padding-left: 18px; margin: 8px 0; }
.wk-offer-more-body li { margin: 4px 0; }

.wk-offer-demo {
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: var(--wk-r-sm);
  background: var(--wk-brand-wash);
  color: var(--wk-ink-2);
  font-size: 12.5px;
  line-height: 1.55;
}

.wk-offer-demo p { margin: 4px 0 0; }

@media (max-width: 940px) {
  .wk-offers { grid-template-columns: 1fr; }
  .wk-offer-tag { min-height: 0; }
}

/* =====================================================================
 * Comparateur détaillé
 * ===================================================================== */

/* Barre d'outils : interrupteur « afficher aussi les lignes communes ». */

.wk-compare-toolbar {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.wk-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--wk-ink-2);
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--wk-line-strong);
  background: var(--wk-surface);
  margin: 0;
}

.wk-switch:hover { border-color: var(--wk-ink-3); }

.wk-switch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.wk-switch-track {
  position: relative;
  flex-shrink: 0;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: var(--wk-surface-sunken);
  border: 1px solid var(--wk-line-strong);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.wk-switch-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wk-ink-3);
  transition: transform 0.15s ease, background 0.15s ease;
}

.wk-switch input:checked + .wk-switch-track {
  background: var(--wk-brand);
  border-color: var(--wk-brand);
}

.wk-switch input:checked + .wk-switch-track .wk-switch-knob {
  transform: translateX(14px);
  background: #ffffff;
}

.wk-switch input:focus-visible + .wk-switch-track {
  outline: 2px solid var(--wk-brand);
  outline-offset: 2px;
}

.wk-compare-wrap {
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-lg);
  overflow: hidden;
  background: var(--wk-surface);
}

.wk-compare-scroll { overflow-x: auto; }

.wk-compare {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13.5px;
}

.wk-compare th, .wk-compare td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--wk-line);
  vertical-align: middle;
}

.wk-compare thead th {
  position: sticky;
  top: 0;
  background: var(--wk-surface-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--wk-ink);
  border-bottom: 1px solid var(--wk-line-strong);
}

.wk-compare thead th:not(:first-child),
.wk-compare tbody td:not(:first-child) { text-align: center; width: 17%; }

.wk-compare thead th small { display: block; font-weight: 500; color: var(--wk-ink-3); font-size: 11.5px; }

.wk-compare tbody th {
  font-weight: 500;
  color: var(--wk-ink-2);
  font-size: 13.5px;
}

.wk-compare tbody tr:hover td,
.wk-compare tbody tr:hover th { background: var(--wk-surface-2); }

.wk-compare-group td {
  background: var(--wk-canvas);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wk-ink-3);
}

/* Colonne de l'offre recommandée : légèrement surlignée sur toute la
   hauteur, pour que l'œil suive le parcours conseillé. */

.wk-compare th.is-featured,
.wk-compare td.is-featured {
  background: var(--wk-brand-wash);
  box-shadow: inset 1px 0 0 rgba(14, 124, 142, 0.16), inset -1px 0 0 rgba(14, 124, 142, 0.16);
}

.wk-compare thead th.is-featured {
  background: var(--wk-brand-wash-2);
  color: var(--wk-brand-deep);
}

.wk-compare tbody tr:hover td.is-featured { background: var(--wk-brand-wash-2); }

.wk-yes, .wk-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.wk-yes { background: var(--wk-ok-wash); color: var(--wk-ok-ink); }
.wk-no { background: var(--wk-surface-sunken); color: #93A2A6; }

.wk-compare-val { font-weight: 650; font-variant-numeric: tabular-nums; }

/* =====================================================================
 * Parcours des objets démo (zone publique)
 * ===================================================================== */

.wk-rewards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.wk-reward {
  background: var(--wk-surface);
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wk-reward-fig {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, #FAFBFB 0%, #EDF1F2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--wk-line);
}

.wk-reward-fig img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 14%;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}

/* Rang dans le parcours : dit d'emblée qu'il s'agit d'une progression. */
.wk-reward-step {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wk-line);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--wk-ink-3);
}

.wk-reward-body { padding: 13px 14px 15px; }

/* Le produit est le titre : c'est lui la récompense. */
.wk-reward-name {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.012em;
  color: var(--wk-ink);
}

/* La condition vient ensuite, jamais confondable avec un prix. */
.wk-reward-cond {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--wk-ink-3);
}

.wk-reward-cond b {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wk-brand-deep);
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1000px) { .wk-rewards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .wk-rewards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }

/* =====================================================================
 * Galerie produits
 * ===================================================================== */

.wk-gal {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.wk-gal figure {
  position: relative;
  margin: 0;
  border-radius: var(--wk-r-md);
  overflow: hidden;
  background: linear-gradient(160deg, #FAFBFB 0%, #EDF1F2 100%);
  aspect-ratio: 1 / 1;
  border: 1px solid var(--wk-line);
}

.wk-gal figure.wide { grid-column: span 2; aspect-ratio: 2 / 1; }

.wk-gal img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wk-gal img.fit { object-fit: contain; padding: 11%; box-sizing: border-box; mix-blend-mode: multiply; }

.wk-gal figcaption {
  position: absolute;
  left: 11px;
  bottom: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--wk-ink);
}

@media (max-width: 900px) { .wk-gal { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* =====================================================================
 * FAQ
 * ===================================================================== */

.wk-faq {
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-r-lg);
  overflow: hidden;
  background: var(--wk-surface);
}

.wk-faq details { border-bottom: 1px solid var(--wk-line); }
.wk-faq details:last-child { border-bottom: none; }

.wk-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.012em;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.wk-faq summary::-webkit-details-marker { display: none; }

.wk-faq summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 19px;
  font-weight: 400;
  color: var(--wk-brand);
  line-height: 1;
}

.wk-faq details[open] summary::after { content: "–"; }
.wk-faq details[open] summary { padding-bottom: 8px; }

.wk-faq-body {
  padding: 0 22px 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--wk-ink-3);
  max-width: 76ch;
}

.wk-faq-body p { margin: 0 0 10px; }
.wk-faq-body p:last-child { margin-bottom: 0; }

/* =====================================================================
 * CTA final + pied de page
 * ===================================================================== */

.wk-final {
  position: relative;
  background: var(--wk-shell);
  border-radius: var(--wk-r-xl);
  padding: 58px 30px;
  text-align: center;
  overflow: hidden;
}

.wk-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(620px 300px at 50% 0%, rgba(63, 199, 220, 0.16), transparent 68%);
}

.wk-final > * { position: relative; }

.wk-final h2 {
  font-size: clamp(25px, 3.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.wk-final p {
  max-width: 54ch;
  margin: 0 auto 26px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #9FB3B8;
}

.wk-final .wk-btn {
  background: #fff;
  color: var(--wk-shell);
  min-height: 50px;
  padding: 14px 30px;
  font-size: 15px;
}

.wk-final .wk-btn:hover { background: #DCEBEE; }

.wk-pub-footer {
  border-top: 1px solid var(--wk-line);
  margin-top: 70px;
  padding: 26px 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--wk-ink-3);
}

.wk-pub-footer a {
  color: var(--wk-ink-2);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.wk-pub-footer a:hover { color: var(--wk-brand-deep); }
.wk-pub-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }

@media (max-width: 620px) {
  .wk-sec { padding: 52px 0; }
  .wk-wrap { padding: 0 16px; }
  .wk-final { padding: 40px 20px; border-radius: var(--wk-r-lg); }
}
