/* ========== VM-GENESE ========== */
.vm-genese {
  background: #2B2B2B;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-genese__header {
  background: #4A6B6A;
  padding: 24px 32px 20px;
}
.vm-genese__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #75999B;
  margin: 0 0 6px;
}
.vm-genese__headline {
  font-size: 20px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0;
}
.vm-genese__body {
  padding: 28px 32px 0;
}
.vm-genese__timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}
.vm-genese__step {
  flex: 1 1 120px;
  min-width: 0;
  padding: 16px 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
}
.vm-genese__step--accent {
  background: rgba(254,96,56,0.12);
  border: 1px solid rgba(254,96,56,0.25);
}
.vm-genese__connector {
  width: 24px;
  height: 2px;
  background: #4A6B6A;
  align-self: center;
  flex-shrink: 0;
  margin: 0 4px;
}
.vm-genese__year {
  font-family: 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 6px;
}
.vm-genese__step--accent .vm-genese__year {
  color: #FE6038;
}
.vm-genese__event {
  font-size: 14px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0 0 4px;
}
.vm-genese__stack {
  font-size: 12px;
  color: #75999B;
  margin: 0;
}
.vm-genese__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.vm-genese__stat {
  flex: 1 1 140px;
  padding: 18px 16px;
  text-align: center;
}
.vm-genese__stat-num {
  display: block;
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: 700;
  color: #FAF8F5;
  margin-bottom: 4px;
}
.vm-genese__stat-label {
  font-size: 12px;
  color: #75999B;
}

/* ========== VM-CWV ========== */
.vm-cwv {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-cwv__left {
  flex: 1 1 260px;
  background: #1A1A1A;
  padding: 32px 28px;
}
.vm-cwv__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #75999B;
  margin: 0 0 8px;
}
.vm-cwv__title {
  font-size: 22px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 6px;
}
.vm-cwv__subtitle {
  font-size: 13px;
  color: #75999B;
  margin: 0 0 28px;
}
.vm-cwv__scores {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.vm-cwv__score-block {
  flex: 1 1 80px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
}
.vm-cwv__score-block--after {
  background: rgba(74,107,106,0.20);
  border: 1px solid rgba(74,107,106,0.35);
}
.vm-cwv__score-theme {
  font-size: 12px;
  font-weight: 600;
  color: #75999B;
  margin: 0 0 6px;
}
.vm-cwv__score-num {
  font-family: 'Courier New', monospace;
  font-size: 36px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 4px;
}
.vm-cwv__score-block--after .vm-cwv__score-num {
  color: #4A6B6A;
}
.vm-cwv__score-verdict {
  font-size: 12px;
  color: #75999B;
  margin: 0;
}
.vm-cwv__arrow {
  font-size: 24px;
  color: #FE6038;
  font-weight: 700;
  flex-shrink: 0;
}
.vm-cwv__right {
  flex: 1 1 280px;
  background: #F5F2ED;
  padding: 32px 28px;
}
.vm-cwv__right-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C5652;
  margin: 0 0 20px;
}
.vm-cwv__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.vm-cwv__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4A6B6A;
  flex-shrink: 0;
  margin-top: 6px;
}
.vm-cwv__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 3px;
}
.vm-cwv__item-desc {
  font-size: 14px;
  color: #4A4540;
  margin: 0;
}

/* ========== VM-EAA ========== */
.vm-eaa {
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #F5F2ED;
}
.vm-eaa__band {
  background: #2B2B2B;
  padding: 14px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.vm-eaa__band-date {
  font-family: 'Courier New', monospace;
  font-size: 15px;
  font-weight: 700;
  color: #FE6038;
  margin: 0;
}
.vm-eaa__band-law {
  font-size: 15px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0;
}
.vm-eaa__grid {
  padding: 24px 28px 20px;
}
.vm-eaa__compare {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.vm-eaa__col {
  flex: 1 1 220px;
  border-radius: 14px;
  padding: 20px 18px;
}
.vm-eaa__col--classic {
  background: #EDE8E0;
  border: 1px solid rgba(43,43,43,0.10);
}
.vm-eaa__col--humming {
  background: #2B2B2B;
}
.vm-eaa__col-theme {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5C5652;
  margin: 0 0 8px;
}
.vm-eaa__col--humming .vm-eaa__col-theme {
  color: #75999B;
}
.vm-eaa__col-score {
  font-family: 'Courier New', monospace;
  font-size: 40px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 4px;
}
.vm-eaa__col--humming .vm-eaa__col-score {
  color: #4A6B6A;
}
.vm-eaa__col-note {
  font-size: 13px;
  color: #5C5652;
  margin: 0 0 16px;
}
.vm-eaa__col--humming .vm-eaa__col-note {
  color: #75999B;
}
.vm-eaa__col-items {
  border-top: 1px solid rgba(43,43,43,0.10);
  padding-top: 12px;
}
.vm-eaa__col--humming .vm-eaa__col-items {
  border-top-color: rgba(255,255,255,0.08);
}
.vm-eaa__col-item {
  font-size: 14px;
  color: #4A4540;
  margin: 0 0 6px;
  padding-left: 14px;
  position: relative;
}
.vm-eaa__col--humming .vm-eaa__col-item {
  color: #FAF8F5;
}
.vm-eaa__note {
  font-size: 12px;
  color: #5C5652;
  text-align: right;
}

/* ========== VM-TECHSTACK ========== */
.vm-techstack {
  background: #1A1A1A;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-techstack__header {
  padding: 24px 32px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vm-techstack__pretitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A6B6A;
  margin: 0 0 6px;
}
.vm-techstack__title {
  font-size: 22px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0;
}
.vm-techstack__body {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 16px;
}
.vm-techstack__col {
  flex: 1 1 220px;
  border-radius: 12px;
  padding: 20px 18px;
}
.vm-techstack__col--classic {
  background: rgba(255,255,255,0.04);
}
.vm-techstack__col--humming {
  background: rgba(74,107,106,0.12);
  border: 1px solid rgba(74,107,106,0.20);
}
.vm-techstack__col-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #75999B;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vm-techstack__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.vm-techstack__row:last-child {
  border-bottom: none;
}
.vm-techstack__row-key {
  font-size: 13px;
  color: #75999B;
  margin: 0;
  flex-shrink: 0;
}
.vm-techstack__row-val {
  font-size: 13px;
  color: #FAF8F5;
  margin: 0;
  text-align: right;
}
.vm-techstack__row-val--hi {
  color: #4A6B6A;
  font-weight: 600;
}

/* ========== VM-MODULES ========== */
.vm-modules {
  background: #F5F2ED;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-modules__top {
  background: #2B2B2B;
  padding: 22px 28px;
}
.vm-modules__title {
  font-size: 18px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 6px;
}
.vm-modules__sub {
  font-size: 13px;
  color: #75999B;
  margin: 0;
}
.vm-modules__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px;
}
.vm-modules__zone {
  flex: 1 1 200px;
  border-radius: 14px;
  padding: 18px 16px;
}
.vm-modules__zone--ok {
  background: rgba(74,107,106,0.10);
  border: 1px solid rgba(74,107,106,0.20);
}
.vm-modules__zone--risk {
  background: rgba(254,96,56,0.07);
  border: 1px solid rgba(254,96,56,0.15);
}
.vm-modules__zone--rule {
  background: #EDE8E0;
  border: 1px solid rgba(43,43,43,0.10);
  flex: 1 1 260px;
}
.vm-modules__zone-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4A6B6A;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(74,107,106,0.15);
}
.vm-modules__zone--risk .vm-modules__zone-label {
  color: #8B3A22;
  border-bottom-color: rgba(254,96,56,0.15);
}
.vm-modules__zone--rule .vm-modules__zone-label {
  color: #2B2B2B;
  border-bottom-color: rgba(43,43,43,0.12);
}
.vm-modules__zone-item {
  font-size: 14px;
  color: #2B2B2B;
  margin: 0 0 7px;
  padding-left: 12px;
}
.vm-modules__zone-note {
  font-size: 12px;
  color: #5C5652;
  margin: 12px 0 0;
  font-style: italic;
}
.vm-modules__rule-text {
  font-size: 14px;
  color: #2B2B2B;
  margin: 0 0 16px;
  font-style: italic;
}
.vm-modules__rule-step {
  font-size: 14px;
  font-weight: 600;
  color: #2B2B2B;
  margin: 0 0 8px;
  padding-left: 12px;
}

/* ========== VM-MIGRATION ========== */
.vm-migration {
  background: #1A1A1A;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-migration__bar {
  background: #4A6B6A;
  padding: 12px 28px;
}
.vm-migration__bar-text {
  font-size: 13px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0;
  letter-spacing: 0.04em;
}
.vm-migration__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 16px;
}
.vm-migration__step {
  flex: 1 1 140px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 18px 14px;
}
.vm-migration__step--accent {
  background: rgba(254,96,56,0.10);
  border: 1px solid rgba(254,96,56,0.20);
}
.vm-migration__sep {
  width: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm-migration__step-num {
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,0.12);
  margin: 0 0 8px;
  line-height: 1;
}
.vm-migration__step--accent .vm-migration__step-num {
  color: rgba(254,96,56,0.35);
}
.vm-migration__step-title {
  font-size: 15px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 6px;
}
.vm-migration__step-desc {
  font-size: 12px;
  color: #75999B;
  margin: 0;
  line-height: 1.5;
}
.vm-migration__warning {
  margin: 0 16px 16px;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: #75999B;
  font-style: italic;
}

/* ========== VM-PERSO ========== */
.vm-perso {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-perso__terminal {
  flex: 1 1 280px;
  background: #1A1A1A;
  padding: 24px 24px 28px;
}
.vm-perso__term-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.vm-perso__dot-r {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FE6038;
}
.vm-perso__dot-o {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F0B49A;
}
.vm-perso__dot-g {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4A6B6A;
}
.vm-perso__term-label {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #4A6B6A;
  margin: 0 0 16px;
}
.vm-perso__term-line {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #FAF8F5;
  margin: 0 0 8px;
  line-height: 1.5;
}
.vm-perso__term-comment {
  color: #4A6B6A;
}
.vm-perso__term-punct {
  color: #75999B;
}
.vm-perso__term-val {
  color: #FE6038;
}
.vm-perso__term-layer {
  color: #F0B49A;
}
.vm-perso__aside {
  flex: 1 1 240px;
  background: #F5F2ED;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vm-perso__aside-block {
  margin-bottom: 20px;
}
.vm-perso__aside-block--dev {
  background: #EDE8E0;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.vm-perso__aside-title {
  font-size: 13px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vm-perso__aside-item {
  font-size: 14px;
  color: #4A4540;
  margin: 0 0 6px;
  padding-left: 12px;
}
.vm-perso__aside-warn {
  font-size: 13px;
  color: #8B3A22;
  font-style: italic;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(43,43,43,0.10);
}

/* ========== VM-DECISION ========== */
.vm-decision {
  background: #F5F2ED;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-decision__title-zone {
  padding: 24px 28px 16px;
  background: #EDE8E0;
}
.vm-decision__pretitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C5652;
  margin: 0 0 6px;
}
.vm-decision__title {
  font-size: 22px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0;
}
.vm-decision__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
}
.vm-decision__card {
  flex: 1 1 200px;
  background: #FAF8F5;
  border-radius: 14px;
  padding: 18px 16px;
  border: 1px solid rgba(43,43,43,0.08);
}
.vm-decision__card--alert {
  background: rgba(254,96,56,0.06);
  border-color: rgba(254,96,56,0.18);
}
.vm-decision__card-situation {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #5C5652;
  margin: 0 0 8px;
}
.vm-decision__card-action {
  font-size: 17px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 8px;
}
.vm-decision__card-reason {
  font-size: 13px;
  color: #4A4540;
  margin: 0 0 14px;
  line-height: 1.5;
}
.vm-decision__card-urgency {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 6px;
}
.vm-decision__card-urgency--now {
  background: rgba(74,107,106,0.12);
  color: #4A6B6A;
}
.vm-decision__card-urgency--soon {
  background: rgba(43,43,43,0.07);
  color: #5C5652;
}
.vm-decision__card-urgency--urgent {
  background: rgba(254,96,56,0.12);
  color: #8B3A22;
}

/* ========== VM-ERREURS ========== */
.vm-erreurs {
  background: #2B2B2B;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-erreurs__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
}
.vm-erreurs__num-big {
  font-family: 'Courier New', monospace;
  font-size: 72px;
  font-weight: 700;
  color: rgba(254,96,56,0.20);
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
}
.vm-erreurs__header-title {
  font-size: 20px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 4px;
}
.vm-erreurs__header-sub {
  font-size: 14px;
  color: #75999B;
  margin: 0;
}
.vm-erreurs__list {
  padding: 8px 0;
}
.vm-erreurs__item {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vm-erreurs__item--last {
  border-bottom: none;
}
.vm-erreurs__item-left {
  flex: 0 0 180px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.03);
}
.vm-erreurs__item-index {
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  margin: 0 0 6px;
  line-height: 1;
}
.vm-erreurs__item-name {
  font-size: 15px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0;
}
.vm-erreurs__item-right {
  flex: 1 1 260px;
  padding: 20px 24px;
}
.vm-erreurs__item-risk {
  font-size: 14px;
  color: #75999B;
  margin: 0 0 10px;
  font-style: italic;
}
.vm-erreurs__item-fix {
  font-size: 14px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid #4A6B6A;
}

/* ========== VM-CONCLUSION ========== */
.vm-conclusion {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.vm-conclusion__left {
  flex: 1 1 280px;
  background: #2B2B2B;
  padding: 36px 32px;
}
.vm-conclusion__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A6B6A;
  margin: 0 0 10px;
}
.vm-conclusion__title {
  font-size: 26px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 16px;
  line-height: 1.2;
}
.vm-conclusion__body {
  font-size: 15px;
  color: #75999B;
  margin: 0 0 24px;
  line-height: 1.6;
}
.vm-conclusion__cta-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4A6B6A;
  margin: 0 0 6px;
}
.vm-conclusion__cta-text {
  font-size: 15px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0;
}
.vm-conclusion__right {
  flex: 1 1 240px;
  background: #F5F2ED;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vm-conclusion__pill {
  background: #EDE8E0;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 8px;
  border: 1px solid rgba(43,43,43,0.07);
}
.vm-conclusion__pill-val {
  font-family: 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 2px;
}
.vm-conclusion__pill-label {
  font-size: 13px;
  color: #5C5652;
  margin: 0;
}
.vm-conclusion__divider {
  height: 1px;
  background: rgba(43,43,43,0.10);
  margin: 12px 0;
}
.vm-conclusion__quote {
  font-size: 14px;
  color: #4A4540;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}
