/* ========== VM-TJM ========== */
.vm-tjm {
  background: #282120;
  border-radius: 20px;
  padding: 36px 32px 28px;
  margin: 32px 0;
}
.vm-tjm__header {
  margin-bottom: 28px;
}
.vm-tjm__header-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 6px;
}
.vm-tjm__header-sub {
  font-size: 18px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0;
}
.vm-tjm__spectrum {
  margin-bottom: 28px;
}
.vm-tjm__bar {
  height: 10px;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  margin-bottom: 8px;
}
.vm-tjm__bar-fill {
  height: 100%;
}
.vm-tjm__bar-fill--junior {
  background: #4a6b6a;
  flex: 1;
}
.vm-tjm__bar-fill--confirme {
  background: #75999b;
  flex: 1.5;
}
.vm-tjm__bar-fill--senior {
  background: #fe6038;
  flex: 1.5;
}
.vm-tjm__scale {
  display: flex;
  justify-content: space-between;
}
.vm-tjm__scale-item {
  font-size: 12px;
  color: #75999b;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
}
.vm-tjm__scale-item--accent {
  color: #fe6038;
  font-weight: 700;
}
.vm-tjm__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.vm-tjm__card {
  flex: 1 1 200px;
  min-width: 0;
  background: rgba(250,248,245,0.06);
  border: 1px solid rgba(250,248,245,0.10);
  border-radius: 12px;
  padding: 18px 16px;
}
.vm-tjm__card--mid {
  background: rgba(117,153,155,0.12);
  border-color: rgba(117,153,155,0.20);
}
.vm-tjm__card--senior {
  background: rgba(254,96,56,0.08);
  border-color: rgba(254,96,56,0.18);
}
.vm-tjm__card-level {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 6px;
}
.vm-tjm__card-range {
  font-size: 22px;
  font-weight: 800;
  color: #faf8f5;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  margin: 0 0 10px;
}
.vm-tjm__card--senior .vm-tjm__card-range {
  color: #fe6038;
}
.vm-tjm__card-desc {
  font-size: 14px;
  color: rgba(250,248,245,0.60);
  margin: 0;
  line-height: 1.5;
}
.vm-tjm__footer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid rgba(250,248,245,0.08);
  padding-top: 18px;
}
.vm-tjm__footer-dot {
  width: 8px;
  height: 8px;
  background: #4a6b6a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}
.vm-tjm__footer-note {
  font-size: 14px;
  color: rgba(250,248,245,0.55);
  margin: 0;
  line-height: 1.5;
}

/* ========== VM-PRESTATIONS ========== */
.vm-prestations {
  background: #f9f9f6;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
}
.vm-prestations__band {
  background: #4a6b6a;
  padding: 20px 32px;
}
.vm-prestations__band-title {
  font-size: 18px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0 0 4px;
}
.vm-prestations__band-sub {
  font-size: 13px;
  color: rgba(250,248,245,0.70);
  margin: 0;
}
.vm-prestations__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.vm-prestations__col {
  flex: 1 1 300px;
  min-width: 0;
  padding: 24px 28px;
}
.vm-prestations__col--suivi {
  background: #e5e6e2;
}
.vm-prestations__col-head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a6b6a;
  margin: 0 0 16px;
}
.vm-prestations__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(40,33,32,0.08);
}
.vm-prestations__row--accent {
  background: rgba(254,96,56,0.06);
  margin: 0 -4px;
  padding: 11px 4px;
  border-radius: 6px;
  border-bottom: none;
}
.vm-prestations__row--note {
  border-bottom: none;
  padding-top: 16px;
}
.vm-prestations__label {
  flex: 1 1 160px;
  font-size: 15px;
  font-weight: 500;
  color: #282120;
}
.vm-prestations__range {
  font-size: 15px;
  font-weight: 700;
  color: #282120;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  white-space: nowrap;
}
.vm-prestations__row--accent .vm-prestations__range {
  color: #8b3a22;
}
.vm-prestations__delay {
  font-size: 13px;
  color: #584c4c;
  white-space: nowrap;
  min-width: 60px;
  text-align: right;
}
.vm-prestations__note-text {
  font-size: 14px;
  color: #584c4c;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

/* ========== VM-COMPARE ========== */
.vm-compare {
  background: #1e1b1a;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
}
.vm-compare__top {
  padding: 24px 30px 20px;
  border-bottom: 1px solid rgba(250,248,245,0.08);
}
.vm-compare__top-title {
  font-size: 18px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0 0 4px;
}
.vm-compare__top-sub {
  font-size: 14px;
  color: rgba(250,248,245,0.45);
  margin: 0;
}
.vm-compare__grid {
  display: flex;
  flex-wrap: wrap;
}
.vm-compare__card {
  flex: 1 1 220px;
  min-width: 0;
  padding: 24px 24px 20px;
  border-right: 1px solid rgba(250,248,245,0.06);
}
.vm-compare__card:last-child {
  border-right: none;
}
.vm-compare__card--agence {
  background: rgba(250,248,245,0.03);
}
.vm-compare__card-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 6px;
}
.vm-compare__card-price {
  font-size: 18px;
  font-weight: 800;
  color: #faf8f5;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  margin: 0 0 14px;
}
.vm-compare__card--freelance .vm-compare__card-price {
  color: #fe6038;
}
.vm-compare__card-sep {
  height: 1px;
  background: rgba(250,248,245,0.08);
  margin-bottom: 14px;
}
.vm-compare__card-plus {
  font-size: 14px;
  color: rgba(250,248,245,0.75);
  margin: 0 0 6px;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.vm-compare__card-plus::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #75999b;
  font-weight: 700;
}
.vm-compare__card-minus {
  font-size: 14px;
  color: rgba(250,248,245,0.65);
  margin: 0 0 6px;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.vm-compare__card-minus::before {
  content: "−";
  position: absolute;
  left: 0;
  color: rgba(254,96,56,0.50);
  font-weight: 700;
}
.vm-compare__card-tag {
  font-size: 12px;
  color: rgba(250,248,245,0.60);
  margin: 14px 0 0;
  font-style: italic;
}

/* ========== VM-CRITERES ========== */
.vm-criteres {
  background: #f9f9f6;
  border-radius: 20px;
  padding: 32px;
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.vm-criteres__left {
  flex: 1 1 280px;
  min-width: 0;
}
.vm-criteres__left-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #4a6b6a;
  margin: 0 0 20px;
}
.vm-criteres__factor {
  margin-bottom: 18px;
}
.vm-criteres__factor-name {
  font-size: 15px;
  font-weight: 600;
  color: #282120;
  margin: 0 0 6px;
}
.vm-criteres__factor-bar {
  height: 6px;
  background: rgba(40,33,32,0.10);
  border-radius: 3px;
  margin-bottom: 5px;
  overflow: hidden;
}
.vm-criteres__factor-fill {
  height: 100%;
  border-radius: 3px;
}
.vm-criteres__factor-fill--high {
  background: #fe6038;
  width: 90%;
}
.vm-criteres__factor-fill--mid {
  background: #4a6b6a;
  width: 55%;
}
.vm-criteres__factor-fill--low {
  background: #75999b;
  width: 30%;
}
.vm-criteres__factor-note {
  font-size: 13px;
  color: #584c4c;
  margin: 0;
  line-height: 1.4;
}
.vm-criteres__right {
  flex: 1 1 260px;
  min-width: 0;
  background: #282120;
  border-radius: 14px;
  padding: 24px 22px;
}
.vm-criteres__right-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 18px;
}
.vm-criteres__vs {
  display: flex;
  gap: 14px;
}
.vm-criteres__vs-col {
  flex: 1 1 100px;
  min-width: 0;
}
.vm-criteres__vs-head {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}
.vm-criteres__vs-col--good .vm-criteres__vs-head {
  color: #75999b;
}
.vm-criteres__vs-col--bad .vm-criteres__vs-head {
  color: rgba(254,96,56,0.70);
}
.vm-criteres__vs-item {
  font-size: 13px;
  color: rgba(250,248,245,0.55);
  margin: 0 0 6px;
  line-height: 1.4;
}
.vm-criteres__vs-result {
  font-size: 13px;
  font-weight: 700;
  color: #75999b;
  margin: 12px 0 0;
  border-top: 1px solid rgba(250,248,245,0.08);
  padding-top: 10px;
}
.vm-criteres__vs-result--warn {
  color: #fe6038;
}

/* ========== VM-ERREURS ========== */
.vm-erreurs {
  background: #1e1b1a;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
}
.vm-erreurs__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: #282120;
  border-bottom: 1px solid rgba(250,248,245,0.06);
}
.vm-erreurs__header-num {
  font-size: 52px;
  font-weight: 900;
  color: rgba(254,96,56,0.18);
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  line-height: 1;
}
.vm-erreurs__header-title {
  font-size: 18px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0 0 3px;
}
.vm-erreurs__header-sub {
  font-size: 13px;
  color: rgba(250,248,245,0.40);
  margin: 0;
}
.vm-erreurs__list {
  padding: 0 28px 24px;
}
.vm-erreurs__item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 24px 0;
}
.vm-erreurs__item-left {
  flex: 0 0 140px;
  min-width: 100px;
}
.vm-erreurs__item-right {
  flex: 1 1 240px;
  min-width: 0;
}
.vm-erreurs__item-num {
  font-size: 30px;
  font-weight: 900;
  color: rgba(250,248,245,0.08);
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  margin: 0 0 6px;
  line-height: 1;
}
.vm-erreurs__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0;
  line-height: 1.3;
}
.vm-erreurs__sep {
  height: 1px;
  background: rgba(250,248,245,0.06);
}
.vm-erreurs__terminal {
  background: #0f0d0c;
  border-radius: 10px;
  padding: 16px 18px;
}
.vm-erreurs__terminal-line {
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  font-size: 13px;
  color: rgba(250,248,245,0.60);
  margin: 0 0 5px;
  line-height: 1.5;
}
.vm-erreurs__terminal-line--comment {
  color: rgba(117,153,155,0.70);
}
.vm-erreurs__terminal-line--warn {
  color: rgba(254,96,56,0.70);
}
.vm-erreurs__terminal-line--cost {
  color: rgba(250,248,245,0.80);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(250,248,245,0.06);
}
.vm-erreurs__terminal-accent {
  color: #fe6038;
  font-weight: 700;
}
.vm-erreurs__cost-calc {
  background: #0f0d0c;
  border-radius: 10px;
  padding: 16px 18px;
}
.vm-erreurs__cost-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(250,248,245,0.04);
}
.vm-erreurs__cost-label {
  font-size: 14px;
  color: rgba(250,248,245,0.55);
}
.vm-erreurs__cost-val {
  font-size: 14px;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  color: rgba(250,248,245,0.70);
}
.vm-erreurs__cost-total {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 4px;
}
.vm-erreurs__cost-total span:first-child {
  font-size: 14px;
  font-weight: 700;
  color: rgba(250,248,245,0.80);
}
.vm-erreurs__timeline {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.vm-erreurs__tl-step {
  background: rgba(250,248,245,0.06);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
}
.vm-erreurs__tl-step--now {
  background: rgba(254,96,56,0.12);
  border: 1px solid rgba(254,96,56,0.25);
}
.vm-erreurs__tl-label {
  font-size: 14px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0 0 2px;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
}
.vm-erreurs__tl-note {
  font-size: 11px;
  color: rgba(250,248,245,0.40);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vm-erreurs__tl-arrow {
  flex: 1;
  height: 1px;
  background: rgba(74,107,106,0.40);
  position: relative;
  min-width: 16px;
}
.vm-erreurs__tl-warn {
  font-size: 13px;
  color: rgba(250,248,245,0.45);
  margin: 0;
  font-style: italic;
  line-height: 1.4;
}

/* ========== VM-CHIFFRAGE ========== */
.vm-chiffrage {
  background: #f9f9f6;
  border-radius: 20px;
  padding: 32px;
  margin: 32px 0;
}
.vm-chiffrage__intro {
  margin-bottom: 28px;
}
.vm-chiffrage__intro-title {
  font-size: 20px;
  font-weight: 700;
  color: #282120;
  margin: 0 0 5px;
}
.vm-chiffrage__intro-sub {
  font-size: 14px;
  color: #584c4c;
  margin: 0;
}
.vm-chiffrage__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vm-chiffrage__step {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(40,33,32,0.08);
}
.vm-chiffrage__step--accent {
  background: #282120;
}
.vm-chiffrage__connector {
  display: none;
}
.vm-chiffrage__step-n {
  font-size: 28px;
  font-weight: 900;
  color: rgba(40,33,32,0.10);
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  line-height: 1;
  flex-shrink: 0;
}
.vm-chiffrage__step--accent .vm-chiffrage__step-n {
  color: rgba(254,96,56,0.20);
}
.vm-chiffrage__step-title {
  font-size: 16px;
  font-weight: 700;
  color: #282120;
  margin: 0 0 6px;
  line-height: 1.3;
}
.vm-chiffrage__step--accent .vm-chiffrage__step-title {
  color: #faf8f5;
}
.vm-chiffrage__step-ex {
  font-size: 13px;
  color: #584c4c;
  margin: 0;
  line-height: 1.5;
}
.vm-chiffrage__step--accent .vm-chiffrage__step-ex {
  color: rgba(250,248,245,0.55);
}

/* ========== VM-CONCLUSION ========== */
.vm-conclusion {
  background: #282120;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
}
.vm-conclusion__left {
  flex: 1 1 300px;
  min-width: 0;
  padding: 32px 30px;
  border-right: 1px solid rgba(250,248,245,0.06);
}
.vm-conclusion__left-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 20px;
}
.vm-conclusion__item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(250,248,245,0.06);
}
.vm-conclusion__item:last-child {
  border-bottom: none;
}
.vm-conclusion__item-prestation {
  font-size: 15px;
  font-weight: 600;
  color: #faf8f5;
  margin: 0;
  flex: 0 1 140px;
  min-width: 120px;
}
.vm-conclusion__item-arrow {
  font-size: 16px;
  color: #4a6b6a;
  margin: 0;
  flex-shrink: 0;
}
.vm-conclusion__item-valeur {
  font-size: 14px;
  color: rgba(250,248,245,0.55);
  margin: 0;
  flex: 1 1 160px;
  line-height: 1.4;
}
.vm-conclusion__right {
  flex: 1 1 260px;
  min-width: 0;
  padding: 32px 30px;
  background: rgba(250,248,245,0.03);
}
.vm-conclusion__right-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #75999b;
  margin: 0 0 20px;
}
.vm-conclusion__condition {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.vm-conclusion__condition-dot {
  width: 8px;
  height: 8px;
  background: #4a6b6a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}
.vm-conclusion__condition-dot--accent {
  background: #fe6038;
}
.vm-conclusion__condition-name {
  font-size: 15px;
  font-weight: 700;
  color: #faf8f5;
  margin: 0 0 3px;
}
.vm-conclusion__condition-desc {
  font-size: 13px;
  color: rgba(250,248,245,0.50);
  margin: 0;
  line-height: 1.4;
}
.vm-conclusion__cta {
  display: inline-block;
  margin-top: 24px;
  background: #fe6038;
  color: #faf8f5 !important;
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none !important;
}
