/* ========================================================
   TechVervo Phase 2 — VPS Product & Configuration Pages
   Extends vps-home.css (dark premium theme).
   Prioritises clarity, hierarchy, trust, transparency.
   ======================================================== */
body.vps2 { overflow-x: hidden; }

/* ── Page shell ────────────────────────────────────────── */
.v2-page { padding: 64px 0 0; }
.v2-hero {
  padding: 64px 0 28px;
  position: relative; overflow: hidden; border-bottom: 1px solid var(--border-hair);
}
.v2-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(620px 320px at 18% 0%, rgba(91, 140, 255, 0.08), transparent 60%),
    radial-gradient(520px 280px at 82% 10%, rgba(154, 123, 255, 0.06), transparent 58%);
}
.v2-hero .container { position: relative; }
.v2-breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text3); margin-bottom: 26px; font-weight: 500;
}
.v2-breadcrumb a { color: var(--text2); transition: color .15s; }
.v2-breadcrumb a:hover { color: var(--blue); }
.v2-breadcrumb .sep { color: var(--text3); opacity: .6; }
.v2-hero__title { margin: 0 0 14px; font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -0.04em; line-height: 1.08; font-weight: 800; }
.v2-hero__sub { margin: 0; color: var(--text2); font-size: 16.5px; line-height: 1.7; max-width: 60ch; }
.v2-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.v2-badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.v2-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
  font-size: 12.5px; font-weight: 600; color: var(--text2);
}
.v2-pill--green { border-color: rgba(52, 211, 153, 0.22); color: var(--green); background: rgba(52, 211, 153, 0.06); }
.v2-pill--amber { border-color: rgba(234, 179, 8, 0.22); color: #f3c14b; background: rgba(234, 179, 8, 0.06); }
.v2-pill--blue { border-color: rgba(91, 140, 255, 0.26); color: var(--blue); background: rgba(91, 140, 255, 0.07); }

.v2-section { padding: 64px 0; }
.v2-section__head { margin-bottom: 34px; }
.v2-section__title { margin: 0 0 8px; font-size: 24px; letter-spacing: -0.02em; font-weight: 750; }
.v2-section__sub { margin: 0; color: var(--text3); font-size: 14.5px; line-height: 1.6; }
.v2-section--tint {
  background:
    radial-gradient(900px 300px at 50% 0%, rgba(91, 140, 255, 0.04), transparent 60%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.012) 40%, transparent);
}

/* ── Generic grid helpers ──────────────────────────────── */
.v2-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.v2-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v2-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v2-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }

/* ── Product page: spec cards ──────────────────────────── */
.spec-card {
  padding: 22px 20px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--card);
  display: flex; align-items: center; gap: 15px;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.spec-card:hover { border-color: var(--border2); background: var(--card-raise); transform: translateY(-2px); }
.spec-card__icon {
  width: 44px; height: 44px; border-radius: 11px; flex-shrink: 0;
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--text2);
}
.spec-card__icon svg { width: 20px; height: 20px; }
.spec-card__label { font-size: 11.5px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.07em; font-family: var(--mono); }
.spec-card__value { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-top: 3px; }

/* ── Feature / included / use-case rows ────────────────── */
.v2-check-item { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; color: var(--text2); font-size: 14.5px; line-height: 1.5; }
.v2-check-item svg { width: 17px; height: 17px; flex-shrink: 0; color: var(--green); margin-top: 2px; }
.v2-mini-card {
  padding: 18px 18px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--card);
  transition: border-color .2s ease, transform .2s ease;
}
.v2-mini-card:hover { border-color: var(--border2); transform: translateY(-2px); }
.v2-mini-card__title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.v2-mini-card__desc { font-size: 13.5px; color: var(--text3); line-height: 1.6; }

/* Product hero price block */
.v2-price {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 20px 22px; margin-top: 22px; max-width: 420px;
  border-radius: var(--radius2); border: 1px solid var(--border);
  background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
}
.v2-price__amt { font-size: 32px; font-weight: 800; letter-spacing: -0.04em; }
.v2-price__unit { font-size: 14px; color: var(--text3); }
.v2-price__save { font-size: 12.5px; color: var(--green); font-weight: 600; }

/* ── Locations on product page ─────────────────────────── */
.loc-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 18px; border-radius: 10px;
  border: 1px solid var(--border); background: var(--card);
  transition: border-color .2s ease, background .2s ease;
}
.loc-row:hover { border-color: var(--border2); background: var(--card-raise); }
.loc-row__name { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; }
.loc-row__meta { display: flex; align-items: center; gap: 14px; font-size: 12.5px; color: var(--text3); }

/* ── Comparison table ──────────────────────────────────── */
.compare-wrap {
  border: 1px solid var(--border); border-radius: var(--radius2);
  overflow: hidden; background: var(--card);
  box-shadow: var(--shadow2);
}
.compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare {
  border-collapse: collapse; width: 100%; min-width: 860px;
  font-size: 13.5px;
}
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border-hair); }
.compare thead th { border-bottom: 1px solid var(--border2); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare__label {
  font-size: 11.5px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.07em;
  font-family: var(--mono); width: 160px; white-space: nowrap;
}
.compare__check { color: var(--green); }
.compare__dash { color: var(--text3); }
.compare__price-amount { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.compare__price-unit { font-size: 12px; color: var(--text3); }
.compare__featured { background: radial-gradient(320px 200px at 50% 0%, rgba(154, 123, 255, 0.07), transparent 70%); }
.compare__featured .compare__label, .compare__featured td { border-bottom-color: rgba(154, 123, 255, 0.16); }
.compare .btn { white-space: nowrap; }
.compare__plan { display: flex; flex-direction: column; gap: 6px; min-width: 130px; }
.compare__plan-name { font-size: 15px; font-weight: 750; letter-spacing: -0.01em; }
.compare__plan-tag {
  width: max-content; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em;
  color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple));
  padding: 3px 9px; border-radius: 999px;
}
.compare tbody tr:last-child td, .compare tbody tr:last-child th { border-bottom: 0; }

/* ── Configurator ──────────────────────────────────────── */
.cfg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 32px; align-items: start; }
.cfg-panel {
  border: 1px solid var(--border); border-radius: var(--radius2);
  background: linear-gradient(180deg, var(--card-raise), var(--card));
  overflow: hidden;
}
.cfg-panel + .cfg-panel { margin-top: 18px; }
.cfg-panel__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 22px; border-bottom: 1px solid var(--border-hair);
}
.cfg-panel__title { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; display: flex; align-items: center; gap: 9px; }
.cfg-panel__title .step-num {
  width: 22px; height: 22px; border-radius: 999px; font-size: 12px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(91, 140, 255, 0.1); color: var(--blue); border: 1px solid rgba(91, 140, 255, 0.24);
}
.cfg-panel__hint { font-size: 12px; color: var(--text3); }
.cfg-panel__body { padding: 18px 22px 24px; }

.cfg-options { display: flex; flex-wrap: wrap; gap: 8px; }
.cfg-option {
  appearance: none; cursor: pointer;
  padding: 10px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--text2);
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
  transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .2s ease;
}
.cfg-option:hover { border-color: var(--border); color: var(--text); }
.cfg-option[aria-pressed="true"], .cfg-option:checked {
  border-color: var(--blue); color: #fff;
  background: linear-gradient(135deg, rgba(91, 140, 255, 0.16), rgba(154, 123, 255, 0.12));
  box-shadow: 0 0 0 1px rgba(91, 140, 255, 0.28), 0 8px 24px var(--glow-blue);
}
.cfg-option:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.cfg-option__meta { display: block; font-size: 11px; font-weight: 500; color: var(--text3); margin-top: 2px; }
.cfg-option[aria-pressed="true"] .cfg-option__meta, .cfg-option:checked .cfg-option__meta { color: var(--text2); }

.cfg-sub { font-size: 12.5px; color: var(--text3); margin: 0 0 12px; line-height: 1.5; }
.cfg-note { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text3); margin-top: 14px; }
.cfg-note svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--blue); }

/* Location cards */
.cfg-locs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cfg-loc {
  text-align: left; cursor: pointer; padding: 14px 16px; border-radius: 12px;
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
  transition: border-color .15s, background .15s, box-shadow .2s;
}
.cfg-loc:hover { border-color: var(--border); }
.cfg-loc[aria-pressed="true"] {
  border-color: var(--blue); background: linear-gradient(135deg, rgba(91, 140, 255, 0.14), rgba(154, 123, 255, 0.1));
  box-shadow: 0 0 0 1px rgba(91, 140, 255, 0.26);
}
.cfg-loc__name { font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.cfg-loc__name::before {
  content: ""; width: 8px; height: 8px; border-radius: 999px; flex-shrink: 0;
  background: var(--green); box-shadow: 0 0 8px rgba(52, 211, 153, 0.5);
}
.cfg-loc__meta { margin-top: 6px; font-size: 12px; color: var(--text3); line-height: 1.5; }
.cfg-loc:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

/* OS options */
.cfg-os { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cfg-os-item {
  text-align: left; cursor: pointer; padding: 14px 14px; border-radius: 12px;
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
  transition: border-color .15s, background .15s;
}
.cfg-os-item:hover { border-color: var(--border); }
.cfg-os-item[aria-pressed="true"] {
  border-color: var(--blue); background: linear-gradient(135deg, rgba(91, 140, 255, 0.14), rgba(154, 123, 255, 0.1));
}
.cfg-os-item[data-disabled="true"] { opacity: .4; cursor: not-allowed; }
.cfg-os-item[data-disabled="true"]:hover { border-color: var(--border2); }
.cfg-os-item__family { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); font-weight: 700; }
.cfg-os-item__name { font-size: 14px; font-weight: 700; margin-top: 7px; line-height: 1.3; }
.cfg-os-item__meta { font-size: 11.5px; color: var(--text3); margin-top: 3px; }
.cfg-os-item:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

/* IPv4 / IPv6 */
.cfg-ipv6 {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px; border-radius: 12px;
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
}
.cfg-ipv6__left { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.cfg-ipv6__left svg { width: 18px; height: 18px; color: var(--green); }
.cfg-ipv6__right { font-size: 12.5px; color: var(--green); font-weight: 600; }

/* Add-ons */
.cfg-addons { display: flex; flex-direction: column; gap: 10px; }
.cfg-addon {
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  padding: 15px 16px; border-radius: 12px;
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
  transition: border-color .15s, background .15s;
  position: relative;
}
.cfg-addon:hover { border-color: var(--border); }
.cfg-addon:has(.cfg-addon__input:checked) {
  border-color: rgba(91, 140, 255, 0.5); background: rgba(91, 140, 255, 0.06);
}
.cfg-addon__input {
  appearance: none; width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0;
  border: 2px solid var(--border2); cursor: pointer; position: relative; background: transparent;
  transition: border-color .15s, background .15s;
}
.cfg-addon__input:checked { background: var(--blue); border-color: var(--blue); }
.cfg-addon__input:checked::after {
  content: "✓"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 12px; font-weight: 800; line-height: 1;
}
.cfg-addon__input:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.cfg-addon__info { flex: 1; min-width: 0; }
.cfg-addon__name { font-size: 14px; font-weight: 600; }
.cfg-addon__desc { font-size: 12.5px; color: var(--text3); margin-top: 2px; line-height: 1.5; }
.cfg-addon__price { font-size: 14px; font-weight: 700; color: var(--text2); white-space: nowrap; margin-left: 10px; }
.cfg-addon__price small { font-size: 11px; color: var(--text3); font-weight: 500; }

/* Billing period */
.cfg-billing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cfg-billing__label {
  cursor: pointer; display: flex; flex-direction: column; gap: 6px;
  padding: 16px 16px; border-radius: 12px;
  border: 1px solid var(--border2); background: rgba(255, 255, 255, 0.02);
  transition: border-color .15s, background .15s;
}
.cfg-billing__label:hover { border-color: var(--border); }
.cfg-billing__label:has(input:checked) {
  border-color: var(--blue); background: linear-gradient(135deg, rgba(91, 140, 255, 0.14), rgba(154, 123, 255, 0.1));
}
.cfg-billing__label input { position: absolute; opacity: 0; pointer-events: none; }
.cfg-billing__period { font-size: 14px; font-weight: 700; }
.cfg-billing__price { font-size: 13px; color: var(--text2); }
.cfg-billing__save { font-size: 11.5px; color: var(--green); font-weight: 600; }
.cfg-billing__save--muted { color: var(--text3); }
.cfg-billing__label:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

/* Error / validation */
.cfg-error {
  display: none; align-items: flex-start; gap: 9px;
  padding: 12px 15px; border-radius: 11px; font-size: 13.5px; line-height: 1.55; font-weight: 500;
  border: 1px solid rgba(239, 68, 68, 0.3); background: rgba(239, 68, 68, 0.07); color: #fca5a5;
  margin-top: 18px;
}
.cfg-error.is-visible { display: flex; }
.cfg-error svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; }

/* ── Order summary (sticky) ────────────────────────────── */
.summary {
  position: sticky; top: 96px;
  border: 1px solid var(--border); border-radius: var(--radius2);
  background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
  padding: 22px 22px; box-shadow: var(--shadow);
}
.summary__title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text3); font-family: var(--mono); margin-bottom: 16px; }
.summary__plan { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.summary__plan-name { font-size: 17px; font-weight: 750; letter-spacing: -0.02em; }
.summary__plan-tag { font-size: 11px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); padding: 3px 9px; border-radius: 999px; }
.summary__row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; font-size: 13.5px; border-bottom: 1px solid var(--border-hair); }
.summary__row:last-of-type { border-bottom: 0; }
.summary__k { color: var(--text3); }
.summary__v { color: var(--text2); text-align: right; font-weight: 500; }
.summary__divider { height: 1px; background: var(--border); margin: 14px 0; }
.summary__price-row { display: flex; flex-direction: column; gap: 7px; }
.summary__price-line { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--text3); }
.summary__price-line--disc { color: var(--green); }
.summary__total { display: flex; align-items: baseline; justify-content: space-between; margin: 10px 0 16px; }
.summary__total-label { font-size: 13px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--mono); }
.summary__total-amt { font-size: 26px; font-weight: 800; letter-spacing: -0.04em; }
.summary__total-per { font-size: 13px; color: var(--text3); }
.summary__actions { display: flex; flex-direction: column; gap: 10px; }
.summary__note { font-size: 12px; color: var(--text3); text-align: center; margin-top: 10px; line-height: 1.5; }

/* Compressed bottom bar (mobile) */
.cfg-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 40;
  background: rgba(7, 10, 20, 0.85); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
  border-top: 1px solid var(--border); padding: 12px 20px;
  transform: translateY(110%); transition: transform .25s ease;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}
.cfg-bar[data-open="true"] { transform: translateY(0); }
.cfg-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: var(--max); margin-inline: auto; }
.cfg-bar__specs { font-size: 13px; color: var(--text2); font-weight: 600; }
.cfg-bar__price { display: flex; align-items: baseline; gap: 6px; }
.cfg-bar__amt { font-size: 19px; font-weight: 800; letter-spacing: -0.03em; }

/* ── Order review page ─────────────────────────────────── */
.order-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; align-items: start; }
.order-card {
  border: 1px solid var(--border); border-radius: var(--radius2);
  background: linear-gradient(180deg, var(--card-raise), var(--card)); overflow: hidden;
}
.order-card + .order-card { margin-top: 18px; }
.order-card__head { padding: 15px 22px; border-bottom: 1px solid var(--border-hair); font-size: 15px; font-weight: 750; }
.order-card__body { padding: 18px 22px; }
.order-card__body--rows { padding: 8px 22px; }
.order-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 0; font-size: 14px; border-bottom: 1px solid var(--border-hair); }
.order-row:last-child { border-bottom: 0; }
.order-row__k { color: var(--text3); }
.order-row__v { color: var(--text2); font-weight: 600; text-align: right; }
.order-resources { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.order-resource { padding: 14px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.02); }
.order-resource__k { font-size: 11px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--mono); }
.order-resource__v { font-size: 15px; font-weight: 700; margin-top: 5px; }
.order-check { display: flex; align-items: center; gap: 9px; padding: 8px 0; font-size: 14px; color: var(--text2); }
.order-check svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.order-empty { padding: 40px 20px; text-align: center; color: var(--text3); font-size: 14px; }
.order-empty a { color: var(--blue); font-weight: 600; }

/* ── Checkout placeholder ──────────────────────────────── */
.checkout-note {
  max-width: 620px; margin: 40px auto; text-align: center;
  padding: 44px 30px; border-radius: var(--radius2);
  border: 1px solid var(--border); background: var(--glass);
  backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
  box-shadow: var(--shadow);
}
.checkout-note__icon {
  width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(91, 140, 255, 0.16), rgba(154, 123, 255, 0.14));
  border: 1px solid rgba(91, 140, 255, 0.3); color: var(--blue);
}
.checkout-note__icon svg { width: 26px; height: 26px; }
.checkout-note h1 { font-size: 24px; letter-spacing: -0.02em; margin: 0 0 12px; }
.checkout-note p { color: var(--text2); font-size: 15px; line-height: 1.7; margin: 0 0 8px; }
.checkout-note code { font-family: var(--mono); font-size: 13px; color: var(--cyan); background: rgba(57, 215, 255, 0.08); padding: 2px 7px; border-radius: 6px; }
.checkout-note__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .plans-grid-p2 { grid-template-columns: repeat(2, 1fr) !important; }
  .cfg-layout, .order-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .order-resources { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .v2-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .v2-grid-6 { grid-template-columns: repeat(3, 1fr); }
  .cfg-os { grid-template-columns: repeat(2, 1fr); }
  .cfg-locs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .v2-section { padding: 48px 0; }
  .v2-hero { padding: 40px 0 24px; }
  .v2-grid-2, .v2-grid-3, .v2-grid-4 { grid-template-columns: 1fr; }
  .v2-grid-6 { grid-template-columns: repeat(2, 1fr); }
  .cfg-locs, .cfg-os { grid-template-columns: 1fr; }
  .cfg-billing { grid-template-columns: 1fr; }
  .compare__label { width: 110px; }
}
@media (max-width: 480px) {
  .order-resources { grid-template-columns: 1fr; }
  .v2-grid-6 { grid-template-columns: 1fr; }
}