/* ========== VM-MULTIWHAT ========== */
.vm-multiwhat {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 40px 36px 28px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-multiwhat__header {
  margin-bottom: 32px;
}
.vm-multiwhat__surtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #75999B;
  margin: 0 0 8px;
  font-weight: 600;
}
.vm-multiwhat__title {
  font-size: 22px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.3;
}
.vm-multiwhat__tree {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.vm-multiwhat__branch {
  flex: 1 1 280px;
  min-width: 0;
}
.vm-multiwhat__branch--left .vm-multiwhat__answer {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 24px 22px;
  margin-top: 16px;
}
.vm-multiwhat__branch--right .vm-multiwhat__answer {
  background: rgba(254,96,56,0.08);
  border-radius: 12px;
  padding: 24px 22px;
  margin-top: 16px;
  border: 1px solid rgba(254,96,56,0.2);
}
.vm-multiwhat__question {
  font-size: 16px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
.vm-multiwhat__verdict {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}
.vm-multiwhat__answer--no .vm-multiwhat__verdict {
  color: #75999B;
}
.vm-multiwhat__answer--yes .vm-multiwhat__verdict {
  color: #FE6038;
}
.vm-multiwhat__detail {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.55;
  opacity: 0.85;
}
.vm-multiwhat__baseline {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(250,248,245,0.08);
}
.vm-multiwhat__baseline-text {
  font-size: 14px;
  color: #75999B;
  margin: 0;
  text-align: center;
}

/* ========== VM-ACTIVATE ========== */
.vm-activate {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-activate__warn {
  background: #2B2B2B;
  border-radius: 12px;
  padding: 22px 24px;
  margin-bottom: 28px;
}
.vm-activate__warn-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FE6038;
  margin: 0 0 6px;
  font-weight: 700;
}
.vm-activate__warn-text {
  font-size: 15px;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.55;
}
.vm-activate__how {
  background: #FAF8F5;
  border-radius: 10px;
  padding: 4px 20px;
}
.vm-activate__row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(43,43,43,0.08);
}
.vm-activate__row:last-child {
  border-bottom: none;
}
.vm-activate__row-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #584c4c;
  font-weight: 700;
  margin: 0;
  min-width: 68px;
  flex-shrink: 0;
}
.vm-activate__row-value {
  font-size: 15px;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.5;
}

/* ========== VM-GROUPS ========== */
.vm-groups {
  background: #1A1A1A;
  border-radius: 20px;
  padding: 40px 36px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-groups__intro {
  margin-bottom: 28px;
}
.vm-groups__intro-text {
  font-size: 18px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.4;
}
.vm-groups__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vm-groups__option {
  flex: 1 1 260px;
  min-width: 0;
  background: #2B2B2B;
  border-radius: 12px;
  padding: 24px 22px;
  border: 1px solid rgba(250,248,245,0.06);
}
.vm-groups__option--safe {
  border: 1px solid rgba(74,107,106,0.4);
}
.vm-groups__option-label {
  font-size: 17px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 10px;
}
.vm-groups__option-desc {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0 0 14px;
  line-height: 1.5;
}
.vm-groups__option-warn {
  font-size: 14px;
  font-weight: 700;
  color: #FE6038;
  margin: 0;
}
.vm-groups__option-status {
  font-size: 14px;
  font-weight: 600;
  color: #75999B;
  margin: 0;
}
.vm-groups__rule {
  background: rgba(254,96,56,0.06);
  border-radius: 10px;
  padding: 20px 22px;
  border: 1px solid rgba(254,96,56,0.12);
}
.vm-groups__rule-text {
  font-size: 15px;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.55;
}

/* ========== VM-NEWSHOP ========== */
.vm-newshop {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-newshop__top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.vm-newshop__params {
  flex: 1 1 300px;
  min-width: 0;
}
.vm-newshop__params-title {
  font-size: 17px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 18px;
}
.vm-newshop__param {
  padding: 12px 0;
  border-bottom: 1px solid rgba(43,43,43,0.08);
}
.vm-newshop__param:last-child {
  border-bottom: none;
}
.vm-newshop__param-name {
  font-size: 15px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 3px;
}
.vm-newshop__param-detail {
  font-size: 14px;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.45;
}
.vm-newshop__urls {
  flex: 1 1 280px;
  min-width: 0;
  background: #2B2B2B;
  border-radius: 14px;
  padding: 26px 24px;
}
.vm-newshop__urls-title {
  font-size: 17px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 20px;
}
.vm-newshop__url {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(250,248,245,0.08);
}
.vm-newshop__url:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.vm-newshop__url-type {
  font-size: 15px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 4px;
}
.vm-newshop__url-example {
  font-size: 14px;
  font-family: 'Courier New', monospace;
  color: #75999B;
  margin: 0 0 6px;
}
.vm-newshop__url-use {
  font-size: 14px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.45;
}
.vm-newshop__url-warn {
  font-size: 13px;
  color: #d79921;
  margin: 6px 0 0;
}
.vm-newshop__reminder {
  background: #EDE8E0;
  border-radius: 10px;
  padding: 16px 20px;
}
.vm-newshop__reminder-text {
  font-size: 14px;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.5;
}

/* ========== VM-CONTEXT ========== */
.vm-context {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-context__header {
  margin-bottom: 28px;
}
.vm-context__title {
  font-size: 20px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.35;
}
.vm-context__scenarios {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}
.vm-context__scenario {
  flex: 1 1 260px;
  min-width: 0;
  padding: 24px;
}
.vm-context__scenario--danger {
  background: rgba(254,96,56,0.06);
  border-radius: 12px 0 0 12px;
}
.vm-context__scenario--safe {
  background: rgba(74,107,106,0.1);
  border-radius: 0 12px 12px 0;
}
.vm-context__divider {
  width: 2px;
  min-width: 2px;
  background: rgba(250,248,245,0.1);
  flex: 0 0 2px;
  align-self: stretch;
}
.vm-context__scenario-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 16px;
}
.vm-context__scenario--danger .vm-context__scenario-label {
  color: #FE6038;
}
.vm-context__scenario--safe .vm-context__scenario-label {
  color: #75999B;
}
.vm-context__scenario-box {
  background: #1A1A1A;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.vm-context__scenario-action {
  font-size: 15px;
  font-weight: 600;
  color: #FAF8F5;
  margin: 0 0 6px;
}
.vm-context__scenario-result {
  font-size: 14px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.45;
}
.vm-context__scenario-risk {
  font-size: 14px;
  color: #FE6038;
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
}
.vm-context__scenario-tip {
  font-size: 14px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.45;
}
.vm-context__footer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(250,248,245,0.08);
}
.vm-context__footer-text {
  font-size: 14px;
  color: #75999B;
  margin: 0;
  text-align: center;
}

/* ========== VM-ERRORS ========== */
.vm-errors {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 40px 36px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-errors__lead {
  margin-bottom: 28px;
}
.vm-errors__lead-text {
  font-size: 18px;
  font-weight: 600;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.4;
}
.vm-errors__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vm-errors__item {
  background: #FAF8F5;
  border-radius: 12px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(43,43,43,0.06);
}
.vm-errors__item--first {
  background: #2B2B2B;
  border: none;
}
.vm-errors__item--first .vm-errors__item-title {
  color: #FAF8F5;
}
.vm-errors__item--first .vm-errors__item-body {
  color: #F5F2ED;
}
.vm-errors__item--first .vm-errors__item-fix {
  color: #FE6038;
}
.vm-errors__item--first .vm-errors__item-number {
  color: #FE6038;
}
.vm-errors__item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.vm-errors__item-number {
  font-size: 14px;
  font-family: 'Courier New', monospace;
  color: #4A6B6A;
  font-weight: 700;
  margin: 0;
}
.vm-errors__item-title {
  font-size: 17px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.35;
}
.vm-errors__item-body {
  font-size: 15px;
  color: #2B2B2B;
  margin: 0 0 12px;
  line-height: 1.55;
}
.vm-errors__item-fix {
  font-size: 14px;
  color: #4A6B6A;
  margin: 0;
  font-weight: 600;
  line-height: 1.45;
}
.vm-errors__code {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  background: rgba(43,43,43,0.06);
  padding: 2px 6px;
  border-radius: 4px;
}
.vm-errors__item--first .vm-errors__code {
  background: rgba(250,248,245,0.1);
  color: #FAF8F5;
}

/* ========== VM-THEMES ========== */
.vm-themes {
  background: #EDE8E0;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-themes__split {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 24px;
}
.vm-themes__col {
  flex: 1 1 260px;
  min-width: 0;
  padding: 24px;
}
.vm-themes__col--shared {
  background: #FAF8F5;
  border-radius: 12px 0 0 12px;
}
.vm-themes__col--distinct {
  background: #2B2B2B;
  border-radius: 0 12px 12px 0;
}
.vm-themes__separator {
  width: 3px;
  min-width: 3px;
  background: #4A6B6A;
  flex: 0 0 3px;
}
.vm-themes__col-label {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.35;
}
.vm-themes__col--shared .vm-themes__col-label {
  color: #2B2B2B;
}
.vm-themes__col--distinct .vm-themes__col-label {
  color: #FAF8F5;
}
.vm-themes__col-items {
  margin-bottom: 18px;
}
.vm-themes__col-item {
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}
.vm-themes__col--shared .vm-themes__col-item {
  color: #2B2B2B;
}
.vm-themes__col--distinct .vm-themes__col-item {
  color: #F5F2ED;
}
.vm-themes__col-suited {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.vm-themes__col--shared .vm-themes__col-suited {
  color: #4A6B6A;
}
.vm-themes__col--distinct .vm-themes__col-suited {
  color: #75999B;
}
.vm-themes__case {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 22px 24px;
}
.vm-themes__case-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FE6038;
  margin: 0 0 8px;
  font-weight: 700;
}
.vm-themes__case-text {
  font-size: 15px;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.55;
}

/* ========== VM-SEO ========== */
.vm-seo {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-seo__main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.vm-seo__col-left {
  flex: 1.3 1 300px;
  min-width: 0;
  background: #1A1A1A;
  border-radius: 12px;
  padding: 26px 24px;
}
.vm-seo__col-right {
  flex: 1 1 260px;
  min-width: 0;
  background: rgba(74,107,106,0.12);
  border-radius: 12px;
  padding: 26px 24px;
}
.vm-seo__col-title {
  font-size: 16px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 18px;
  line-height: 1.35;
}
.vm-seo__check {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vm-seo__check-item {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 2px solid #4A6B6A;
}
.vm-seo__hreflang-text {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0 0 14px;
  line-height: 1.55;
}
.vm-seo__hreflang-warn {
  font-size: 14px;
  color: #FE6038;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}
.vm-seo__bottom {
  background: rgba(254,96,56,0.06);
  border-radius: 10px;
  padding: 18px 22px;
  border: 1px solid rgba(254,96,56,0.12);
}
.vm-seo__bottom-text {
  font-size: 15px;
  color: #FAF8F5;
  margin: 0;
  line-height: 1.55;
}

/* ========== VM-PS9 ========== */
.vm-ps9 {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 36px 32px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-ps9__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #4A6B6A;
}
.vm-ps9__header-version {
  font-size: 26px;
  font-weight: 800;
  color: #2B2B2B;
  margin: 0;
}
.vm-ps9__header-date {
  font-size: 15px;
  color: #2B2B2B;
  margin: 0;
}
.vm-ps9__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.vm-ps9__block--main {
  background: #2B2B2B;
  border-radius: 14px;
  padding: 28px 26px;
}
.vm-ps9__block-title {
  font-size: 18px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 10px;
}
.vm-ps9__block--main .vm-ps9__block-text {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.55;
}
.vm-ps9__row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.vm-ps9__block--patch {
  flex: 1 1 260px;
  min-width: 0;
  background: #FAF8F5;
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px solid rgba(43,43,43,0.06);
}
.vm-ps9__block--beta {
  flex: 1 1 260px;
  min-width: 0;
  background: #EDE8E0;
  border-radius: 12px;
  padding: 22px 20px;
}
.vm-ps9__block-label {
  font-size: 14px;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: #4A6B6A;
  margin: 0 0 10px;
}
.vm-ps9__block--patch .vm-ps9__block-text,
.vm-ps9__block--beta .vm-ps9__block-text {
  font-size: 14px;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.5;
}
.vm-ps9__footer {
  background: #EDE8E0;
  border-radius: 10px;
  padding: 18px 22px;
}
.vm-ps9__footer-text {
  font-size: 15px;
  color: #2B2B2B;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* ========== VM-DEVHELP ========== */
.vm-devhelp {
  background: #1A1A1A;
  border-radius: 20px;
  padding: 40px 36px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-devhelp__zones {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.vm-devhelp__zone {
  flex: 1 1 260px;
  min-width: 0;
  border-radius: 14px;
  padding: 28px 24px;
}
.vm-devhelp__zone--solo {
  background: #2B2B2B;
  border: 1px solid rgba(250,248,245,0.06);
}
.vm-devhelp__zone--dev {
  background: rgba(74,107,106,0.12);
  border: 1px solid rgba(74,107,106,0.25);
}
.vm-devhelp__zone-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 20px;
}
.vm-devhelp__zone--solo .vm-devhelp__zone-label {
  color: #75999B;
}
.vm-devhelp__zone--dev .vm-devhelp__zone-label {
  color: #FE6038;
}
.vm-devhelp__zone-item {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0 0 12px;
  line-height: 1.5;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(250,248,245,0.06);
}
.vm-devhelp__zone-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.vm-devhelp__stat {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: baseline;
  padding-top: 24px;
  border-top: 1px solid rgba(250,248,245,0.08);
}
.vm-devhelp__stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #FE6038;
  margin: 0;
  font-family: 'Courier New', monospace;
  line-height: 1;
}
.vm-devhelp__stat-text {
  font-size: 15px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.55;
  flex: 1 1 260px;
  min-width: 0;
}

/* ========== VM-CONCLUSION ========== */
.vm-conclusion {
  background: #2B2B2B;
  border-radius: 20px;
  padding: 40px 36px;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 32px 0;
}
.vm-conclusion__content {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.vm-conclusion__text {
  flex: 1.4 1 300px;
  min-width: 0;
}
.vm-conclusion__title {
  font-size: 20px;
  font-weight: 700;
  color: #FAF8F5;
  margin: 0 0 14px;
  line-height: 1.35;
}
.vm-conclusion__body {
  font-size: 16px;
  color: #F5F2ED;
  margin: 0;
  line-height: 1.6;
}
.vm-conclusion__keys {
  flex: 1 1 260px;
  min-width: 0;
  background: #1A1A1A;
  border-radius: 14px;
  padding: 26px 24px;
}
.vm-conclusion__keys-title {
  font-size: 13px;
  font-weight: 700;
  color: #75999B;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.vm-conclusion__key {
  font-size: 15px;
  color: #FAF8F5;
  margin: 0 0 14px;
  line-height: 1.45;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(250,248,245,0.06);
}
.vm-conclusion__key:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
