/* =============================================================
   arbusteo — VALORISATION PATRIMONIALE (roadmap / à venir)
   Sober B2B / public-sector treatment. Dashed clay = "à venir",
   reusing the lexicon already set by the IA "proposed" cards
   and the rémanents "attendu" tags.
   ============================================================= */

.val-head { text-align: center; max-width: 780px; margin: 0 auto; }
.val-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  color: var(--ocre); background: var(--ocre-bg);
  border: 1px dashed var(--ocre); border-radius: 999px;
  padding: 6px 14px; margin-bottom: 20px;
}
.val-badge .material-symbols-outlined { font-size: 16px; }
.val-head .h2 { text-align: center; }
.val-head .lead { margin: 18px auto 0; max-width: 62ch; }

/* ---- three reading levels ---------------------------------- */
.val-levels {
  margin-top: clamp(38px, 4.5vw, 58px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch;
}
.vl {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: var(--shadow-1); padding: 26px 26px 28px;
  display: flex; flex-direction: column;
}
/* staggered cascade on reveal — same rise as the rest of the site,
   delayed per column so the three readings come in one after another */
.reveal-on .val-levels .vl.reveal:nth-child(2) { transition-delay: .12s; }
.reveal-on .val-levels .vl.reveal:nth-child(3) { transition-delay: .24s; }
.vl.future { border: 1.5px dashed var(--ocre); background: var(--ocre-bg); box-shadow: none; }
.vl-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.vl-ico {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: var(--olive-light); color: var(--green-deep);
}
.vl.future .vl-ico { background: #fff; color: var(--ocre); }
.vl-ico .material-symbols-outlined { font-size: 28px; }
.vl-status {
  font-size: 10.5px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px;
}
.vl-status.now { background: var(--olive-light); color: var(--green-deep); }
.vl-status.soon { background: #fff; border: 1px dashed var(--ocre); color: var(--ocre); }
.vl-n { font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--olive); }
.vl.future .vl-n { color: var(--ocre); }
.vl h3 { margin-top: 4px; font-size: 21px; font-weight: 600; color: var(--green-title); letter-spacing: -.2px; }
.vl.future h3 { color: #6c3a00; }
.vl p { margin-top: 9px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.vl.future p { color: #6b4d2a; }

/* ---- key message : état ≠ valeur --------------------------- */
.val-distinct {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-card);
}
.vd-text h3 {
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; line-height: 1.18;
  color: var(--green-title); letter-spacing: -.5px; text-wrap: balance;
}
.vd-text p { margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); }

.vd-demo {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-1); padding: 18px;
}
.vd-elem { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.vd-elem .material-symbols-outlined { font-size: 26px; color: var(--olive); }
.vd-name { font-size: 14.5px; font-weight: 600; color: var(--green-title); }
.vd-reads { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.vd-read { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vd-k { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-soft); }
.vd-v { font-size: 12.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.vd-v.warn { background: #ffe6c2; color: #6c3a00; }
.vd-v.clay { background: var(--olive-light); color: var(--green-deep); }
.vd-rule { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line);
  font-size: 11.5px; font-style: italic; color: var(--ink-soft); line-height: 1.45; }

/* ---- VIE & BDE methods ------------------------------------- */
.val-methods { margin-top: clamp(40px, 5vw, 64px); }
.val-sub {
  font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--olive); text-align: center; margin-bottom: 22px;
}
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vm-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: var(--shadow-1); padding: 26px;
}
.vm-ico {
  width: 54px; height: 54px; flex: none; border-radius: 16px; display: grid; place-items: center;
  background: var(--ocre-bg); color: var(--ocre);
}
.vm-ico .material-symbols-outlined { font-size: 28px; }
.vm-acro { font-size: 13px; font-weight: 800; letter-spacing: 2px; color: var(--ocre); }
.vm-body h3 { margin-top: 2px; font-size: 19px; font-weight: 600; color: var(--green-title); letter-spacing: -.2px; }
.vm-body p { margin-top: 8px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

/* ---- benefits + audience ----------------------------------- */
.val-benefits {
  margin-top: 22px; background: var(--olive-light); border-radius: var(--r-card);
  padding: clamp(26px, 3.2vw, 40px);
}
.vb-head { text-align: center; max-width: 60ch; margin: 0 auto 24px; }
.vb-head h3 {
  font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--green-deep); margin-bottom: 8px;
}
.vb-head p { font-size: 15px; line-height: 1.5; color: var(--green-dark); font-weight: 500; }
.vb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vb-item {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--cream-light); border-radius: var(--r-md); padding: 18px 18px 20px;
}
.vb-item .material-symbols-outlined { font-size: 26px; color: var(--green-deep); }
.vb-item span:last-child { font-size: 13.5px; line-height: 1.4; font-weight: 600; color: var(--green-dark); }

.val-note {
  margin: clamp(28px, 3.4vw, 40px) auto 0; max-width: 64ch; text-align: center;
  font-size: 12.5px; font-style: italic; color: var(--ink-soft); line-height: 1.5;
}

@media (max-width: 900px) {
  .val-levels { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
  .val-distinct { grid-template-columns: 1fr; }
  .vm-grid { grid-template-columns: 1fr; }
  .vb-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .vb-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   IA — DEMAIN : l'agent arbusteo (vision, pts 7-8 retour métier)
   + ligne d'inclusion « pour qui » (pt 4). Réutilise le lexique
   « à venir » (ocre pointillé) déjà posé plus haut.
   ============================================================ */
.ia-tomorrow {
  margin-top: clamp(34px, 4vw, 56px);
  background: var(--ocre-bg); border: 1.5px dashed var(--ocre);
  border-radius: var(--r-card); padding: clamp(28px, 3.6vw, 46px);
}
.iat-head { text-align: center; max-width: 68ch; margin: 0 auto; }
.iat-head h3 {
  margin-top: 14px; font-size: clamp(21px, 2.3vw, 29px); font-weight: 700;
  line-height: 1.18; color: #6c3a00; letter-spacing: -.4px; text-wrap: balance;
}
.iat-head p { margin: 14px auto 0; font-size: 16px; line-height: 1.6; color: #6b4d2a; }
.iat-method {
  margin-top: clamp(22px, 2.6vw, 32px);
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.iat-mlabel {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ocre);
}
.iat-mlabel .material-symbols-outlined { font-size: 18px; }
.iat-steps { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 10px; }
.iat-step {
  background: #fff; border: 1px solid var(--ocre); color: #6c3a00;
  border-radius: 999px; padding: 8px 15px; font-size: 13.5px; font-weight: 600;
}
.iat-arrow { color: var(--ocre); font-size: 18px; }
.iat-concl {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 2px;
  font-size: 15px; font-weight: 600; color: var(--green-deep);
}
.iat-concl .material-symbols-outlined { font-size: 20px; color: var(--olive); }

.aud-allsizes {
  margin: clamp(22px, 2.6vw, 32px) auto 0; max-width: 60ch; text-align: center;
  font-size: 15px; line-height: 1.55; color: var(--ink-soft); font-weight: 500;
}

@media (max-width: 640px) {
  .iat-arrow { transform: rotate(90deg); }
  .iat-steps { flex-direction: column; }
}
