/* ========== SHARED BASE ========== */
.vm-versions, .vm-risques, .vm-choix, .vm-phases,
.vm-budget, .vm-erreurs, .vm-gains, .vm-devspec, .vm-conclusion {
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

/* ========== VM-VERSIONS ========== */
.vm-versions {
  background: #1A1A1A;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-versions__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.vm-versions__terminal {
  flex: 1 1 280px;
  min-width: 0;
  background: #2B2B2B;
  border-radius: 12px;
  padding: 24px 22px;
}
.vm-versions__terminal-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}
.vm-versions__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.vm-versions__dot--orange { background: #FE6038; }
.vm-versions__dot--teal { background: #4A6B6A; }
.vm-versions__dot--muted { background: #A9998E; }
.vm-versions__terminal-label {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #75999B;
  margin-left: 8px;
  letter-spacing: 0.05em;
}
.vm-versions__terminal-body {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 2;
  color: #FAF8F5;
}
.vm-versions__line {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: baseline;
}
.vm-versions__line--gap { margin-top: 6px; }
.vm-versions__ver { color: #75999B; min-width: 52px; }
.vm-versions__arrow { color: #A9998E; }
.vm-versions__eol { color: #FE6038; font-weight: 700; }
.vm-versions__stable { color: #FAF8F5; font-weight: 600; }
.vm-versions__note { color: #A4978E; font-size: 12px; }
.vm-versions__php {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  gap: 10px;
}
.vm-versions__php-label { color: #75999B; }
.vm-versions__php-value { color: #FAF8F5; font-weight: 700; }
.vm-versions__stats {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.vm-versions__stat-card {
  background: #2B2B2B;
  border-radius: 12px;
  padding: 20px 18px;
}
.vm-versions__stat-number {
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: 700;
  color: #FAF8F5;
  line-height: 1;
}
.vm-versions__stat-desc {
  font-size: 13px;
  color: #75999B;
  margin-top: 6px;
  line-height: 1.5;
}
.vm-versions__footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.vm-versions__footer-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4A6B6A;
  flex-shrink: 0;
  display: inline-block;
}
.vm-versions__footer-text {
  font-size: 14px;
  color: #75999B;
  font-style: italic;
  line-height: 1.5;
}

/* ========== VM-RISQUES ========== */
.vm-risques {
  background: #EDE8E0;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-risques__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 20px;
}
.vm-risques__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
.vm-risques__main {
  flex: 1 1 280px;
  min-width: 0;
  background: #FAF8F5;
  border-radius: 14px;
  padding: 26px 24px;
}
.vm-risques__freq-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FE6038;
  margin-bottom: 10px;
}
.vm-risques__main-title {
  font-size: 19px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 10px;
  line-height: 1.25;
}
.vm-risques__main-body {
  font-size: 15px;
  color: #2B2B2B;
  line-height: 1.65;
  margin-bottom: 14px;
}
.vm-risques__stat-bar {
  background: #EDE8E0;
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vm-risques__stat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FE6038;
  flex-shrink: 0;
  display: inline-block;
}
.vm-risques__stat-pct {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: #2B2B2B;
  font-weight: 600;
}
.vm-risques__stat-txt {
  font-size: 13px;
  color: #A9998E;
}
.vm-risques__secondary {
  flex: 1 1 220px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vm-risques__card {
  background: #FAF8F5;
  border-radius: 14px;
  padding: 22px 20px;
  flex: 1;
}
.vm-risques__card-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A6B6A;
  margin-bottom: 8px;
}
.vm-risques__card-title {
  font-size: 17px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 8px;
  line-height: 1.25;
}
.vm-risques__card-body {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 1.6;
}

/* ========== VM-CHOIX ========== */
.vm-choix {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-choix__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #75999B;
  margin-bottom: 28px;
}
.vm-choix__question {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 20px 22px;
  text-align: center;
}
.vm-choix__question-text {
  font-size: 17px;
  font-weight: 600;
  color: #FAF8F5;
  line-height: 1.45;
}
.vm-choix__connector-wrap {
  display: flex;
  justify-content: center;
}
.vm-choix__connector {
  width: 2px;
  height: 24px;
  background: #4A6B6A;
}
.vm-choix__branches {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vm-choix__branch {
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vm-choix__branch-tag {
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #FAF8F5;
  letter-spacing: 0.05em;
}
.vm-choix__branch-tag--oui { background: #4A6B6A; }
.vm-choix__branch-tag--non { background: #A9998E; }
.vm-choix__branch-line {
  width: 2px;
  height: 20px;
  background: #4A6B6A;
}
.vm-choix__branch-card {
  border-radius: 14px;
  padding: 22px 20px;
  width: 100%;
  box-sizing: border-box;
}
.vm-choix__branch-card--light { background: #FAF8F5; }
.vm-choix__branch-card--dark { background: #1A1A1A; }
.vm-choix__version {
  font-size: 22px;
  font-weight: 800;
  color: #2B2B2B;
  margin-bottom: 8px;
}
.vm-choix__version--light { color: #FAF8F5; }
.vm-choix__version-desc {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 1.65;
  margin-bottom: 14px;
}
.vm-choix__version-desc--muted { color: #75999B; }
.vm-choix__pros {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.vm-choix__pro {
  font-size: 13px;
  color: #A9998E;
  display: flex;
  gap: 8px;
}
.vm-choix__pro--dark { color: #75999B; }
.vm-choix__pro-sign {
  color: #4A6B6A;
  font-weight: 700;
  flex-shrink: 0;
}
.vm-choix__pro-sign--muted { color: #75999B; }
.vm-choix__pro-sign--orange { color: #FE6038; }
.vm-choix__reco {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}
.vm-choix__reco-badge {
  background: #FE6038;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #FAF8F5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-top: 2px;
}
.vm-choix__reco-text {
  font-size: 15px;
  color: #FAF8F5;
  line-height: 1.6;
  flex: 1 1 200px;
}

/* ========== VM-PHASES ========== */
.vm-phases {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
  border: 1px solid rgba(43,43,43,0.08);
}
.vm-phases__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 28px;
}
.vm-phases__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}
.vm-phases__step {
  flex: 1 1 130px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.vm-phases__card {
  background: #FAF8F5;
  border-radius: 12px;
  padding: 18px 16px;
  flex: 1;
  border: 1px solid rgba(43,43,43,0.08);
}
.vm-phases__card--dark {
  background: #2B2B2B;
  border: none;
}
.vm-phases__num {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: #A9998E;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.vm-phases__num--light { color: #75999B; }
.vm-phases__title {
  font-size: 15px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 8px;
  line-height: 1.3;
}
.vm-phases__title--light { color: #FAF8F5; }
.vm-phases__desc {
  font-size: 13px;
  color: #A9998E;
  line-height: 1.6;
}
.vm-phases__desc--muted { color: #75999B; }
.vm-phases__arrow-wrap {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.vm-phases__arrow-line {
  height: 2px;
  flex: 1;
  background: #4A6B6A;
}
.vm-phases__arrow-head {
  width: 7px;
  height: 7px;
  border-top: 2px solid #4A6B6A;
  border-right: 2px solid #4A6B6A;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: -3px;
}
.vm-phases__note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(43,43,43,0.1);
  font-size: 14px;
  color: #A9998E;
  font-style: italic;
  line-height: 1.6;
}

/* ========== VM-BUDGET ========== */
.vm-budget {
  background: #EDE8E0;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-budget__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 24px;
}
.vm-budget__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.vm-budget__card {
  flex: 1 1 260px;
  min-width: 0;
  border-radius: 14px;
  padding: 26px 22px;
}
.vm-budget__card--light {
  background: #FAF8F5;
  border: 1px solid rgba(43,43,43,0.07);
}
.vm-budget__card--dark { background: #2B2B2B; }
.vm-budget__profile {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 12px;
}
.vm-budget__profile--muted { color: #75999B; }
.vm-budget__price {
  font-family: 'Courier New', monospace;
  font-size: 32px;
  font-weight: 800;
  color: #2B2B2B;
  line-height: 1;
  margin-bottom: 4px;
}
.vm-budget__price--light { color: #FAF8F5; }
.vm-budget__duration {
  font-size: 13px;
  color: #A9998E;
  margin-bottom: 18px;
}
.vm-budget__duration--muted { color: #75999B; }
.vm-budget__divider {
  border-top: 1px solid rgba(43,43,43,0.08);
  padding-top: 16px;
  margin-bottom: 0;
}
.vm-budget__divider--dark { border-top-color: rgba(255,255,255,0.08); }
.vm-budget__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.vm-budget__item {
  font-size: 14px;
  color: #2B2B2B;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.vm-budget__item--light { color: #FAF8F5; }
.vm-budget__bullet {
  color: #4A6B6A;
  font-weight: 700;
  flex-shrink: 0;
}
.vm-budget__bullet--muted { color: #75999B; }
.vm-budget__alert {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}
.vm-budget__alert-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FE6038;
  flex-shrink: 0;
  margin-top: 5px;
  display: inline-block;
}
.vm-budget__alert-body { flex: 1 1 200px; }
.vm-budget__alert-title {
  font-size: 14px;
  font-weight: 700;
  color: #FAF8F5;
  margin-bottom: 6px;
}
.vm-budget__alert-text {
  font-size: 13px;
  color: #75999B;
  line-height: 1.65;
}

/* ========== VM-ERREURS ========== */
.vm-erreurs {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-erreurs__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #75999B;
  margin-bottom: 28px;
}
.vm-erreurs__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vm-erreurs__row {
  background: #1A1A1A;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
.vm-erreurs__col {
  flex: 1 1 180px;
  min-width: 0;
}
.vm-erreurs__col--err {
  border-right: 1px solid rgba(255,255,255,0.06);
  padding-right: 16px;
}
.vm-erreurs__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vm-erreurs__tag--err { color: #FE6038; }
.vm-erreurs__tag--ok { color: #4A6B6A; }
.vm-erreurs__row-title {
  font-size: 16px;
  font-weight: 700;
  color: #FAF8F5;
  line-height: 1.35;
  margin-bottom: 8px;
}
.vm-erreurs__row-desc {
  font-size: 13px;
  color: #75999B;
  line-height: 1.6;
}
.vm-erreurs__row-body {
  font-size: 13px;
  color: #FAF8F5;
  line-height: 1.65;
}

/* ========== VM-GAINS ========== */
.vm-gains {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
  border: 1px solid rgba(43,43,43,0.08);
}
.vm-gains__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 20px;
}
.vm-gains__perf {
  flex: 1 1 200px;
  min-width: 0;
  background: #2B2B2B;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vm-gains__perf-label {
  font-size: 13px;
  color: #75999B;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vm-gains__perf-number {
  font-family: 'Courier New', monospace;
  font-size: 44px;
  font-weight: 800;
  color: #FAF8F5;
  line-height: 1;
  margin: 14px 0 6px;
}
.vm-gains__perf-desc {
  font-size: 14px;
  color: #75999B;
  line-height: 1.5;
}
.vm-gains__top-cards {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vm-gains__top-card {
  background: #FAF8F5;
  border-radius: 12px;
  padding: 18px;
  flex: 1;
  border: 1px solid rgba(43,43,43,0.07);
}
.vm-gains__top-title {
  font-size: 14px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 6px;
}
.vm-gains__top-body {
  font-size: 13px;
  color: #2B2B2B;
  line-height: 1.6;
}
.vm-gains__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.vm-gains__bottom-card {
  flex: 1 1 200px;
  min-width: 0;
  background: #FAF8F5;
  border-radius: 12px;
  padding: 20px 18px;
  border: 1px solid rgba(43,43,43,0.07);
}
.vm-gains__bottom-title {
  font-size: 14px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 6px;
}
.vm-gains__bottom-body {
  font-size: 13px;
  color: #2B2B2B;
  line-height: 1.6;
}

/* ========== VM-DEVSPEC ========== */
.vm-devspec {
  background: #1A1A1A;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 32px 0 40px;
}
.vm-devspec__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 24px;
}
.vm-devspec__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.vm-devspec__approx {
  flex: 1 1 180px;
  min-width: 0;
  background: #2B2B2B;
  border-radius: 12px;
  padding: 22px 20px;
}
.vm-devspec__approx-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 14px;
}
.vm-devspec__approx-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vm-devspec__approx-item {
  font-size: 13px;
  color: #A9998E;
  line-height: 1.5;
  display: flex;
  gap: 8px;
}
.vm-devspec__dash { flex-shrink: 0; margin-top: 2px; }
.vm-devspec__expert {
  flex: 2 1 260px;
  min-width: 0;
  background: #FAF8F5;
  border-radius: 12px;
  padding: 22px;
}
.vm-devspec__expert-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A6B6A;
  margin-bottom: 14px;
}
.vm-devspec__expert-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vm-devspec__expert-item {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 1.55;
  display: flex;
  gap: 10px;
}
.vm-devspec__plus {
  color: #4A6B6A;
  font-weight: 700;
  flex-shrink: 0;
}
.vm-devspec__signature {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.vm-devspec__sig-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FE6038;
  flex-shrink: 0;
  margin-top: 4px;
  display: inline-block;
}
.vm-devspec__sig-body { flex: 1 1 200px; }
.vm-devspec__sig-title {
  font-size: 15px;
  font-weight: 700;
  color: #FAF8F5;
  margin-bottom: 5px;
}
.vm-devspec__sig-text {
  font-size: 13px;
  color: #75999B;
  line-height: 1.65;
}

/* ========== VM-CONCLUSION ========== */
.vm-conclusion {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 48px 36px;
  margin: 56px 0 32px;
  text-align: center;
}
.vm-conclusion__sublabel {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #A9998E;
  margin-bottom: 20px;
}
.vm-conclusion__headline {
  font-size: 32px;
  font-weight: 800;
  color: #FAF8F5;
  line-height: 1.2;
  margin-bottom: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.vm-conclusion__rule {
  width: 40px;
  height: 2px;
  background: #4A6B6A;
  margin: 20px auto;
}
.vm-conclusion__body {
  font-size: 16px;
  color: #75999B;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 28px;
}
.vm-conclusion__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.vm-conclusion__pill {
  background: #1A1A1A;
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #FAF8F5;
  font-weight: 600;
}
.vm-conclusion__pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4A6B6A;
  flex-shrink: 0;
  display: inline-block;
}

/* ========== VM-METHODES ========== */
.vm-methodes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 40px;
}
.vm-methodes__item {
  flex: 1 1 300px;
  min-width: 0;
  background: #F5F2ED;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(43,43,43,0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vm-methodes__item--dark {
  background: #2B2B2B;
  border: none;
}
.vm-methodes__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9998E;
}
.vm-methodes__label--reco { color: #FE6038; }
.vm-methodes__title {
  font-size: 22px;
  font-weight: 800;
  color: #2B2B2B;
  line-height: 1.2;
}
.vm-methodes__title--light { color: #FAF8F5; }
.vm-methodes__hook {
  font-size: 14px;
  font-style: italic;
  color: #A9998E;
  border-left: 2px solid #FE6038;
  padding-left: 12px;
  line-height: 1.5;
}
.vm-methodes__body {
  font-size: 15px;
  color: #2B2B2B;
  line-height: 1.7;
  flex: 1;
}
.vm-methodes__body--muted { color: #75999B; }
.vm-methodes__footer {
  padding-top: 16px;
  border-top: 1px solid rgba(43,43,43,0.08);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.vm-methodes__footer--dark { border-top-color: rgba(255,255,255,0.08); }
.vm-methodes__downtime {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.vm-methodes__dt-num {
  font-family: 'Courier New', monospace;
  font-size: 24px;
  font-weight: 800;
  color: #2B2B2B;
  line-height: 1;
}
.vm-methodes__dt-num--light { color: #FAF8F5; }
.vm-methodes__dt-label {
  font-size: 11px;
  color: #A9998E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vm-methodes__dt-label--muted { color: #75999B; }
.vm-methodes__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.vm-methodes__tag {
  background: rgba(43,43,43,0.07);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  color: #A9998E;
  font-weight: 600;
}
.vm-methodes__tag--dark {
  background: rgba(255,255,255,0.08);
  color: #75999B;
}
.vm-methodes__item--accent {
  background: #2B3A3A;
  border: none;
}
.vm-methodes__label--accent { color: #75999B; }
.vm-methodes__hook--accent {
  border-left-color: #8EB8BA;
  color: #75999B;
}
.vm-methodes__footer--accent { border-top-color: rgba(255,255,255,0.08); }

/* ========== VM-PROJETS ========== */
.vm-projets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 40px;
}
.vm-projets__card {
  flex: 1 1 280px;
  min-width: 0;
  background: #FAF8F5;
  border-radius: 16px;
  padding: 24px 22px;
  border: 1px solid rgba(43,43,43,0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.vm-projets__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(43,43,43,0.1);
  text-decoration: none;
}
.vm-projets__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vm-projets__method {
  background: #FE6038;
  color: #FAF8F5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 3px 9px;
  flex-shrink: 0;
}
.vm-projets__from {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: #A9998E;
}
.vm-projets__title {
  font-size: 20px;
  font-weight: 800;
  color: #2B2B2B;
  line-height: 1.2;
}
.vm-projets__items {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}
.vm-projets__item {
  font-size: 14px;
  color: #A9998E;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.vm-projets__item::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #A9998E;
}
.vm-projets__item--ok { color: #2B2B2B; }
.vm-projets__item--ok::before { color: #4A6B6A; content: '✓'; font-size: 11px; top: 1px; }
.vm-projets__cta {
  font-size: 13px;
  font-weight: 700;
  color: #4A6B6A;
  letter-spacing: 0.03em;
}
