/* ========================================================================
   CBW WIZARD v32.7.2 FINAL
   ------------------------------------------------------------------------
   OBJETIVOS DE ESTA HOJA:
   1) Cero estilos globales sobre body, *, .card, .row, etc.
   2) Todo vive dentro de #cbw-wizard-v32.
   3) Diseño sobrio: menos cajas, menos sombras, mejor jerarquía.
   4) Mobile-first seguro: sin transforms, parallax, filtros ni layouts frágiles.
   5) Los textos de ayuda importantes se ven sin depender de tooltips.
   ======================================================================== */

#cbw-wizard-v32 {
  --cbw32-blue: #0b5cff;
  --cbw32-blue-dark: #0648ca;
  --cbw32-blue-soft: #eef5ff;
  --cbw32-navy: #172033;
  --cbw32-text: #334155;
  --cbw32-muted: #64748b;
  --cbw32-line: #e2e8f0;
  --cbw32-line-strong: #cbd5e1;
  --cbw32-surface: #ffffff;
  --cbw32-soft: #f8fafc;
  --cbw32-green: #15803d;
  --cbw32-green-soft: #f0fdf4;
  --cbw32-amber: #9a6700;
  --cbw32-amber-soft: #fff8e6;
  --cbw32-radius: 16px;
  --cbw32-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);

  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: var(--cbw32-navy);
  font-family: inherit;
  line-height: 1.45;
}

#cbw-wizard-v32,
#cbw-wizard-v32 *,
#cbw-wizard-v32 *::before,
#cbw-wizard-v32 *::after {
  box-sizing: border-box;
}

#cbw-wizard-v32 button,
#cbw-wizard-v32 input,
#cbw-wizard-v32 select {
  font: inherit;
}

#cbw-wizard-v32 button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

#cbw-wizard-v32 .cbw32-hidden {
  display: none !important;
}

#cbw-wizard-v32 .cbw32-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ------------------------------------------------------------------------
   CARGA
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-loader {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
  background: var(--cbw32-surface);
  border: 1px solid var(--cbw32-line);
  border-radius: var(--cbw32-radius);
}

#cbw-wizard-v32 .cbw32-spinner {
  width: 38px;
  height: 38px;
  border: 4px solid #edf1f7;
  border-top-color: var(--cbw32-blue);
  border-radius: 50%;
  animation: cbw32-spin .8s linear infinite;
}

#cbw-wizard-v32 .cbw32-loader-text {
  margin-top: 12px;
  color: var(--cbw32-muted);
  font-size: 13px;
  font-weight: 600;
}

@keyframes cbw32-spin {
  to { transform: rotate(360deg); }
}

/* ------------------------------------------------------------------------
   NAVEGACIÓN ENTRE SERVICIOS
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-progress-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 12px;
  padding: 13px 16px 8px;
  background: var(--cbw32-surface);
  border: 1px solid var(--cbw32-line);
  border-radius: 14px;
}

#cbw-wizard-v32 .cbw32-progress-label,
#cbw-wizard-v32 .cbw32-eyebrow {
  display: block;
  margin: 0 0 7px;
  color: var(--cbw32-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-progress {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
  white-space: nowrap;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

#cbw-wizard-v32 .cbw32-step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #edf0f4;
  border-radius: 9px;
  background: #f8fafc;
  color: #8792a5;
  box-shadow: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

#cbw-wizard-v32 .cbw32-step:hover {
  border-color: #cfe0ff;
  background: #f3f7ff;
  color: #41699f;
}

#cbw-wizard-v32 .cbw32-step.visited {
  border-color: #dfe5ed;
  background: #f3f5f8;
  color: #58667b;
}

#cbw-wizard-v32 .cbw32-step.active {
  border-color: var(--cbw32-blue);
  background: var(--cbw32-blue);
  color: #fff;
}

#cbw-wizard-v32 .cbw32-step.has-items:not(.active) {
  box-shadow: inset 0 -2px 0 #8db2ff;
}

#cbw-wizard-v32 .cbw32-step-index {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7ebf0;
  color: #768397;
  font-size: 10px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-step.active .cbw32-step-index {
  background: rgba(255,255,255,.22);
  color: #fff;
}

#cbw-wizard-v32 .cbw32-step-arrow {
  flex: 0 0 auto;
  color: #c3cad5;
  font-size: 14px;
  line-height: 1;
}

/* ------------------------------------------------------------------------
   LAYOUT PRINCIPAL
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-layout {
  display: none;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 34px;
}

#cbw-wizard-v32 .cbw32-main {
  flex: 1 1 auto;
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-sidebar {
  flex: 0 0 360px;
  width: 360px;
  min-width: 0;
  position: sticky;
  top: 18px;
  padding: 20px;
  background: var(--cbw32-surface);
  border: 1px solid var(--cbw32-line);
  border-radius: 18px;
  box-shadow: var(--cbw32-shadow);
}

#cbw-wizard-v32 .cbw32-sidebar-heading {
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eef1f5;
}

#cbw-wizard-v32 .cbw32-sidebar-heading h2 {
  margin: 0 0 6px;
  color: var(--cbw32-navy);
  font-size: 18px;
  line-height: 1.25;
}

#cbw-wizard-v32 .cbw32-sidebar-heading p {
  margin: 0;
  color: var(--cbw32-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* ------------------------------------------------------------------------
   CARDS Y HERO
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-card {
  width: 100%;
  min-width: 0;
  margin: 0 0 14px;
  padding: 20px;
  background: var(--cbw32-surface);
  border: 1px solid var(--cbw32-line);
  border-radius: var(--cbw32-radius);
}

#cbw-wizard-v32 .cbw32-sales-hero {
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #d9e7ff;
  border-radius: 16px;
  background: #f7faff;
}

#cbw-wizard-v32 .cbw32-sales-kicker {
  margin-bottom: 6px;
  color: var(--cbw32-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-sales-head {
  margin-bottom: 8px;
  color: var(--cbw32-navy);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

#cbw-wizard-v32 .cbw32-sales-copy {
  max-width: 760px;
  color: #526078;
  font-size: 14px;
  line-height: 1.55;
}

#cbw-wizard-v32 .cbw32-sales-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

#cbw-wizard-v32 .cbw32-sales-pill,
#cbw-wizard-v32 .cbw32-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid #dce5f2;
  border-radius: 999px;
  background: #fff;
  color: #41516a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

#cbw-wizard-v32 .cbw32-badge-blue {
  border-color: #c7dbff;
  background: #edf4ff;
  color: #1456d9;
}

#cbw-wizard-v32 .cbw32-badge-green {
  border-color: #bbebca;
  background: var(--cbw32-green-soft);
  color: var(--cbw32-green);
}

#cbw-wizard-v32 .cbw32-interest {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--cbw32-blue-soft);
  color: var(--cbw32-blue);
  font-size: 11px;
  font-weight: 700;
}

#cbw-wizard-v32 .cbw32-module-title {
  margin: 0 0 7px;
  color: var(--cbw32-navy);
  font-size: 25px;
  line-height: 1.2;
}

#cbw-wizard-v32 .cbw32-module-intro {
  margin: 0 0 18px;
  color: var(--cbw32-muted);
  font-size: 14px;
  line-height: 1.55;
}

#cbw-wizard-v32 .cbw32-section-label {
  margin: 24px 0 10px;
  color: var(--cbw32-navy);
  font-size: 17px;
}

/* ------------------------------------------------------------------------
   PRODUCTOS NORMALES
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#cbw-wizard-v32 .cbw32-product {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--cbw32-line);
  border-radius: 13px;
  background: var(--cbw32-surface);
}

#cbw-wizard-v32 .cbw32-product.selected {
  border-color: #8cb2ff;
  box-shadow: 0 0 0 2px #eef4ff;
}

#cbw-wizard-v32 .cbw32-product.cbw32-recommended {
  border-color: #aac6ff;
}

#cbw-wizard-v32 .cbw32-rec-badge {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1456d9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-product h4 {
  margin: 0 0 7px;
  color: var(--cbw32-navy);
  font-size: 16px;
  line-height: 1.3;
}

#cbw-wizard-v32 .cbw32-desc {
  white-space: pre-line;
  margin: 0 0 12px;
  color: var(--cbw32-muted);
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#cbw-wizard-v32 .cbw32-unit-price {
  color: var(--cbw32-text);
  font-size: 13px;
  font-weight: 750;
}

/* ------------------------------------------------------------------------
   CONTROLES DE CANTIDAD
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-qty {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--cbw32-line-strong);
  border-radius: 9px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-qty button {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f4f6f9;
  color: #243047;
  cursor: pointer;
}

#cbw-wizard-v32 .cbw32-qty button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

#cbw-wizard-v32 .cbw32-qty input[type="number"] {
  display: block;
  width: 74px;
  min-width: 74px;
  max-width: 74px;
  height: 38px;
  margin: 0;
  padding: 0 6px;
  border: 0;
  outline: 0;
  background: #fff;
  color: var(--cbw32-navy);
  text-align: center;
  font-size: 14px;
  font-weight: 750;
  line-height: 38px;
  -moz-appearance: textfield;
}

#cbw-wizard-v32 .cbw32-qty input[type="number"]::-webkit-inner-spin-button,
#cbw-wizard-v32 .cbw32-qty input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* ------------------------------------------------------------------------
   VPS — CABECERA Y ESPECIFICACIONES
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-vps-top {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(150px, 1fr);
  gap: 12px;
}

#cbw-wizard-v32 .cbw32-field-label,
#cbw-wizard-v32 .cbw32-form-section label,
#cbw-wizard-v32 .cbw32-form-grid label,
#cbw-wizard-v32 .cbw32-email-share label {
  display: block;
  margin: 0 0 6px;
  color: #56647a;
  font-size: 12px;
  font-weight: 650;
}

#cbw-wizard-v32 .cbw32-select,
#cbw-wizard-v32 .cbw32-input {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid #dbe1e9;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--cbw32-navy);
}

#cbw-wizard-v32 .cbw32-select:focus,
#cbw-wizard-v32 .cbw32-input:focus {
  border-color: #80aaff;
  box-shadow: 0 0 0 3px rgba(11,92,255,.10);
}

#cbw-wizard-v32 .cbw32-specs {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid var(--cbw32-line);
  border-radius: 13px;
  background: var(--cbw32-soft);
}

#cbw-wizard-v32 .cbw32-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#cbw-wizard-v32 .cbw32-spec-item {
  min-width: 0;
  padding: 10px 11px;
  border-radius: 10px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-spec-label {
  display: block;
  margin-bottom: 3px;
  color: var(--cbw32-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

#cbw-wizard-v32 .cbw32-spec-value {
  color: var(--cbw32-navy);
  font-size: 14px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-license-strip {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #bde8c8;
  border-radius: 10px;
  background: var(--cbw32-green-soft);
  color: #24603a;
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-license-strip strong {
  color: #166534;
}

/* ------------------------------------------------------------------------
   VPS — GRUPOS Y DECISIONES
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-vps-group {
  margin-bottom: 14px;
}

#cbw-wizard-v32 .cbw32-vps-group-head {
  margin-bottom: 12px;
}

#cbw-wizard-v32 .cbw32-vps-group-title {
  display: block;
  margin: 0 0 5px;
  color: var(--cbw32-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

#cbw-wizard-v32 .cbw32-vps-choice-list {
  display: grid;
  gap: 9px;
}

#cbw-wizard-v32 .cbw32-choice {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid var(--cbw32-line);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
}

#cbw-wizard-v32 .cbw32-choice.is-selected {
  border-color: #8db2ff;
  background: #f7faff;
  box-shadow: 0 0 0 2px rgba(11,92,255,.06);
}

#cbw-wizard-v32 .cbw32-choice input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--cbw32-blue);
}

#cbw-wizard-v32 .cbw32-choice-main {
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-choice-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

#cbw-wizard-v32 .cbw32-choice-name {
  color: var(--cbw32-navy);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-choice-desc,
#cbw-wizard-v32 .cbw32-choice-advice {
  display: block;
  margin-top: 4px;
  color: var(--cbw32-muted);
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-choice-advice {
  color: #43536c;
}

#cbw-wizard-v32 .cbw32-info-box,
#cbw-wizard-v32 .cbw32-guide {
  margin: 9px 0 12px;
  padding: 11px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-info-box {
  border: 1px solid #cfe0ff;
  background: #f5f9ff;
  color: #36547f;
}

#cbw-wizard-v32 .cbw32-info-box strong {
  color: #173c75;
}

#cbw-wizard-v32 .cbw32-guide {
  border: 1px solid #f0dfac;
  background: var(--cbw32-amber-soft);
  color: #6d5721;
}

#cbw-wizard-v32 .cbw32-performance-note {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  background: #f6f9ff;
  color: #36547f;
  font-size: 12px;
  line-height: 1.5;
}

/* ------------------------------------------------------------------------
   COMPARADOR / PRUEBA SOCIAL
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-vps-compare {
  margin: 14px 0;
  padding: 15px;
  border: 1px solid var(--cbw32-line);
  border-radius: 14px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-vps-compare-title {
  margin-bottom: 10px;
  color: var(--cbw32-navy);
  font-size: 13px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-vps-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#cbw-wizard-v32 .cbw32-vps-compare-col {
  padding: 11px;
  border-radius: 10px;
  background: var(--cbw32-soft);
  color: #526078;
  font-size: 11px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-vps-compare-col b {
  display: block;
  margin-bottom: 3px;
  color: var(--cbw32-navy);
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-proof {
  margin: 18px 0 2px;
  padding: 13px 14px;
  border-top: 1px solid #e8ecf2;
  text-align: center;
}

#cbw-wizard-v32 .cbw32-proof-title {
  margin-bottom: 6px;
  color: #7a8494;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-proof-names {
  color: #526078;
  font-size: 11px;
  line-height: 1.55;
}

/* ------------------------------------------------------------------------
   SIDEBAR: AJUSTES DIRECTOS DE UN SOLO CLIC — v32.7.2
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-settings-panel {
  margin: 0 0 16px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eef1f5;
}

#cbw-wizard-v32 .cbw32-settings-head {
  margin-bottom: 13px;
}

#cbw-wizard-v32 .cbw32-settings-head p {
  margin: 0;
  color: var(--cbw32-muted);
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-setting-block {
  margin: 0 0 15px;
}

#cbw-wizard-v32 .cbw32-setting-block:last-child {
  margin-bottom: 0;
}

#cbw-wizard-v32 .cbw32-setting-label {
  margin: 0 0 7px;
  color: var(--cbw32-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

/* Los selects permanecen en DOM como fuente de verdad para el JS. */
#cbw-wizard-v32 .cbw32-native-select {
  display: none !important;
}

#cbw-wizard-v32 .cbw32-segment-grid,
#cbw-wizard-v32 .cbw32-choice-grid {
  display: grid;
  gap: 6px;
  width: 100%;
}

#cbw-wizard-v32 .cbw32-segment-grid-2,
#cbw-wizard-v32 .cbw32-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#cbw-wizard-v32 .cbw32-segment,
#cbw-wizard-v32 .cbw32-choice {
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 8px 9px;
  border: 1px solid var(--cbw32-line);
  border-radius: 9px;
  background: #fff;
  color: #526078;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

#cbw-wizard-v32 .cbw32-choice {
  text-align: left;
}

#cbw-wizard-v32 .cbw32-segment:hover,
#cbw-wizard-v32 .cbw32-choice:hover {
  border-color: #b9cff9;
  background: #f8fbff;
  color: #174ea6;
}

#cbw-wizard-v32 .cbw32-segment.is-active,
#cbw-wizard-v32 .cbw32-choice.is-active {
  border-color: #84adff;
  background: var(--cbw32-blue-soft);
  color: #0d4fc4;
  box-shadow: inset 0 0 0 1px rgba(11,92,255,.07);
}

#cbw-wizard-v32 .cbw32-segment.is-active::before,
#cbw-wizard-v32 .cbw32-choice.is-active::before {
  content: "✓";
  margin-right: 5px;
  color: var(--cbw32-blue);
  font-weight: 900;
}

#cbw-wizard-v32 .cbw32-setting-help {
  margin: 6px 1px 0;
  color: #7a8598;
  font-size: 10px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-level-help {
  margin-top: 7px;
}

#cbw-wizard-v32 .cbw32-level-value {
  padding: 9px 10px;
  border: 1px solid #e5eaf2;
  border-radius: 9px;
  background: #f8fafc;
  color: #526078;
  font-size: 10px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-level-value b {
  display: block;
  margin-bottom: 2px;
  color: var(--cbw32-navy);
  font-size: 11px;
}

#cbw-wizard-v32 .cbw32-summary-title {
  margin: 17px 0 8px;
  color: var(--cbw32-navy);
  font-size: 17px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-empty {
  padding: 14px 0;
  color: #8b94a6;
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-sum-module {
  margin: 13px 0 4px;
  color: #8b94a6;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-sum-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f2f5;
  color: var(--cbw32-text);
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-sum-line small {
  display: block;
  margin-top: 3px;
  color: #8b94a6;
  font-size: 10px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-sum-line b {
  color: var(--cbw32-navy);
  text-align: right;
}

#cbw-wizard-v32 .cbw32-vps-summary-details {
  display: grid;
  gap: 5px;
  margin: 7px 0 3px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #f8fafc;
  color: #5a6678;
  font-size: 10px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-vps-summary-details strong {
  color: #334155;
}

#cbw-wizard-v32 .cbw32-totals {
  margin-top: 13px;
}

#cbw-wizard-v32 .cbw32-total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  color: #526078;
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-total-row b {
  color: var(--cbw32-navy);
  text-align: right;
}

#cbw-wizard-v32 .cbw32-total-final {
  margin-top: 7px;
  padding-top: 11px;
  border-top: 1px solid var(--cbw32-line);
  color: var(--cbw32-navy);
  font-size: 22px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-monthly {
  margin: 4px 0 10px;
  color: var(--cbw32-muted);
  font-size: 10px;
  text-align: right;
}

#cbw-wizard-v32 .cbw32-fit {
  margin: 12px 0 10px;
  padding: 11px 12px;
  border: 1px solid #dce7fb;
  border-radius: 10px;
  background: #f7faff;
  color: #40516d;
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-fit b {
  display: block;
  margin-bottom: 3px;
  color: var(--cbw32-navy);
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-trust {
  margin: 11px 0;
  padding: 11px;
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  background: #fbfcfe;
}

#cbw-wizard-v32 .cbw32-trust-title {
  margin-bottom: 6px;
  color: var(--cbw32-navy);
  font-size: 11px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-trust ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cbw-wizard-v32 .cbw32-trust li {
  color: #526078;
  font-size: 10px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-trust li::before {
  content: "✓";
  margin-right: 6px;
  color: var(--cbw32-green);
  font-weight: 900;
}

/* ------------------------------------------------------------------------
   ACCIONES
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-sidebar-actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

#cbw-wizard-v32 .cbw32-action {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

#cbw-wizard-v32 .cbw32-action-primary {
  border-color: var(--cbw32-blue);
  background: var(--cbw32-blue);
  color: #fff;
}

#cbw-wizard-v32 .cbw32-action-primary:hover {
  border-color: var(--cbw32-blue-dark);
  background: var(--cbw32-blue-dark);
  color: #fff;
}

#cbw-wizard-v32 .cbw32-action-secondary {
  border-color: #cbd9ef;
  background: #fff;
  color: #1557d5;
}

#cbw-wizard-v32 .cbw32-action-secondary:hover {
  background: #f5f8ff;
  color: #0d4fca;
}

/* v32.7.2 — Compartir propuesta es la acción comercial principal. */
#cbw-wizard-v32 .cbw32-share-action {
  min-height: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 7px 18px rgba(11,92,255,.16);
}

#cbw-wizard-v32 .cbw32-share-action-title,
#cbw-wizard-v32 .cbw32-share-action-meta {
  display: block;
}

#cbw-wizard-v32 .cbw32-share-action-title {
  font-size: 14px;
  line-height: 1.25;
}

#cbw-wizard-v32 .cbw32-share-action-meta {
  margin-top: 3px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .01em;
}

#cbw-wizard-v32 .cbw32-action-contract {
  border-color: #b7c6dc;
  background: #fff;
  color: var(--cbw32-navy);
}

#cbw-wizard-v32 .cbw32-action-contract:hover {
  border-color: #8da7cc;
  background: #f8fafc;
  color: #0f172a;
}

#cbw-wizard-v32 .cbw32-action-quiet {
  min-height: 40px;
  border-color: transparent;
  background: #f8fafc;
  color: #526078;
  font-size: 11px;
}

#cbw-wizard-v32 .cbw32-action:disabled,
#cbw-wizard-v32 .cbw32-action.is-locked {
  opacity: .62;
  cursor: not-allowed;
}

#cbw-wizard-v32 .cbw32-specialist {
  margin-top: 8px;
}

#cbw-wizard-v32 .cbw32-secondary-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  color: #a0a8b5;
}

#cbw-wizard-v32 .cbw32-text-action {
  margin: 0;
  padding: 3px;
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
}

#cbw-wizard-v32 .cbw32-text-action:hover {
  color: var(--cbw32-blue);
  text-decoration: underline;
}

/* ------------------------------------------------------------------------
   ESTADO DE PEDIDO
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-order-status {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  margin: 11px 0 2px;
  padding: 12px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-order-status strong {
  color: var(--cbw32-navy);
  font-size: 13px;
}

#cbw-wizard-v32 .cbw32-order-status.is-paid {
  border-color: #86efac;
  background: var(--cbw32-green-soft);
}

#cbw-wizard-v32 .cbw32-order-status.is-paid strong {
  color: #166534;
}

#cbw-wizard-v32 .cbw32-order-status.is-registered {
  border-color: #bfdbfe;
  background: #eff6ff;
}

#cbw-wizard-v32 .cbw32-order-status.is-registered strong {
  color: #1d4ed8;
}

/* ------------------------------------------------------------------------
   MODALES / CHECKOUT / SHARE
   ------------------------------------------------------------------------ */
#cbw-wizard-v32 .cbw32-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15,23,42,.58);
}

#cbw-wizard-v32 .cbw32-modal-box {
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15,23,42,.25);
}

#cbw-wizard-v32 .cbw32-modal-head,
#cbw-wizard-v32 .cbw32-share-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
}

#cbw-wizard-v32 .cbw32-modal-head h3,
#cbw-wizard-v32 .cbw32-share-head h3 {
  margin: 0 0 5px;
  color: var(--cbw32-navy);
  font-size: 22px;
  line-height: 1.25;
}

#cbw-wizard-v32 .cbw32-modal-head p,
#cbw-wizard-v32 .cbw32-share-head p {
  margin: 0;
  color: var(--cbw32-muted);
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-form-section {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--cbw32-line);
  border-radius: 12px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-form-section h4,
#cbw-wizard-v32 .cbw32-email-share h4 {
  margin: 0 0 11px;
  color: var(--cbw32-navy);
  font-size: 14px;
}

#cbw-wizard-v32 .cbw32-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

#cbw-wizard-v32 .cbw32-checkline,
#cbw-wizard-v32 .cbw32-order-accept {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 14px 0 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-checkline input,
#cbw-wizard-v32 .cbw32-order-accept input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--cbw32-blue);
}

#cbw-wizard-v32 .cbw32-order-accept {
  padding: 12px;
  border: 1px solid #dfe6f1;
  border-radius: 10px;
  background: #f8faff;
}

#cbw-wizard-v32 .cbw32-validation-note,
#cbw-wizard-v32 .cbw32-checkout-assurance,
#cbw-wizard-v32 .cbw32-checkout-safe {
  margin-top: 8px;
  color: var(--cbw32-muted);
  font-size: 10px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 9px;
  margin-top: 15px;
}

#cbw-wizard-v32 .cbw32-checkout-summary {
  padding: 12px 13px;
  border: 1px solid #dce7fb;
  border-radius: 11px;
  background: #f7faff;
  color: #40516d;
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-checkout-panel,
#cbw-wizard-v32 .cbw32-next-steps,
#cbw-wizard-v32 .cbw32-eta {
  margin: 12px 0 0;
  padding: 13px;
  border: 1px solid var(--cbw32-line);
  border-radius: 11px;
  background: #f8fafc;
}

#cbw-wizard-v32 .cbw32-checkout-panel-title,
#cbw-wizard-v32 .cbw32-next-title,
#cbw-wizard-v32 .cbw32-eta-title {
  margin-bottom: 8px;
  color: var(--cbw32-navy);
  font-size: 12px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-checkout-mini,
#cbw-wizard-v32 .cbw32-next-list {
  display: grid;
  gap: 7px;
}

#cbw-wizard-v32 .cbw32-checkout-mini-row,
#cbw-wizard-v32 .cbw32-eta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #526078;
  font-size: 11px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-checkout-mini-row b,
#cbw-wizard-v32 .cbw32-eta-row b {
  color: #334155;
  text-align: right;
}

#cbw-wizard-v32 .cbw32-eta-row {
  padding: 4px 0;
  border-bottom: 1px dashed #e6eaf0;
}

#cbw-wizard-v32 .cbw32-eta-row:last-child {
  border-bottom: 0;
}

#cbw-wizard-v32 .cbw32-next-steps {
  border-color: #dbe7fb;
  background: #f7faff;
}

#cbw-wizard-v32 .cbw32-next-item {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #526078;
  font-size: 11px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-next-num {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cbw32-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-next-item b {
  display: block;
  margin-bottom: 1px;
  color: var(--cbw32-navy);
}

#cbw-wizard-v32 .cbw32-order-success {
  padding: 10px 2px;
  text-align: center;
}

#cbw-wizard-v32 .cbw32-order-success h3 {
  margin: 0 0 9px;
  color: var(--cbw32-navy);
  font-size: 23px;
}

#cbw-wizard-v32 .cbw32-order-success p {
  color: #536077;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-transfer-box {
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #dfe6f1;
  border-radius: 11px;
  background: #f8faff;
  color: #334155;
  line-height: 1.55;
  text-align: left;
}

#cbw-wizard-v32 .cbw32-order-link {
  display: block;
  text-decoration: none;
}

/* SHARE */
#cbw-wizard-v32 .cbw32-share-box {
  max-width: 650px;
}

#cbw-wizard-v32 .cbw32-icon-close {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f4f8;
  color: #536077;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

#cbw-wizard-v32 .cbw32-share-status {
  margin-bottom: 10px;
  padding: 10px 11px;
  border-radius: 9px;
  background: #f6f8fb;
  color: #536077;
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-share-status.ok {
  background: #eefbf2;
  color: #137333;
}

#cbw-wizard-v32 .cbw32-share-status.error {
  background: #fff1f0;
  color: #b42318;
}

#cbw-wizard-v32 .cbw32-share-url-row {
  display: flex;
  gap: 8px;
}

#cbw-wizard-v32 .cbw32-mini-action {
  flex: 0 0 auto;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: var(--cbw32-navy);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-share-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 13px;
}

#cbw-wizard-v32 .cbw32-share-option {
  min-height: 75px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--cbw32-line);
  border-radius: 11px;
  background: #fff;
  color: var(--cbw32-navy);
  cursor: pointer;
  text-align: left;
}

#cbw-wizard-v32 .cbw32-share-option:hover {
  border-color: #9ebcf5;
  background: #f8fbff;
}

#cbw-wizard-v32 .cbw32-share-option strong,
#cbw-wizard-v32 .cbw32-share-option span {
  display: block;
}

#cbw-wizard-v32 .cbw32-share-option span {
  margin-top: 3px;
  color: var(--cbw32-muted);
  font-size: 11px;
}

#cbw-wizard-v32 .cbw32-email-share {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--cbw32-line);
}

/* ------------------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------------------ */
@media (max-width: 1040px) {
  #cbw-wizard-v32 .cbw32-layout {
    flex-direction: column;
  }

  #cbw-wizard-v32 .cbw32-sidebar {
    position: static;
    width: 100%;
    flex-basis: auto;
  }

  #cbw-wizard-v32 .cbw32-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #cbw-wizard-v32 .cbw32-progress-shell {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 8px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  #cbw-wizard-v32 .cbw32-step {
    padding: 6px 8px;
  }

  #cbw-wizard-v32 .cbw32-step-text {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #cbw-wizard-v32 .cbw32-card {
    padding: 16px;
    border-radius: 13px;
  }

  #cbw-wizard-v32 .cbw32-sales-hero {
    padding: 17px 16px;
    border-radius: 13px;
  }

  #cbw-wizard-v32 .cbw32-sales-head {
    font-size: 20px;
  }

  #cbw-wizard-v32 .cbw32-module-title {
    font-size: 22px;
  }

  #cbw-wizard-v32 .cbw32-vps-top,
  #cbw-wizard-v32 .cbw32-spec-grid,
  #cbw-wizard-v32 .cbw32-vps-compare-grid,
  #cbw-wizard-v32 .cbw32-form-grid,
  #cbw-wizard-v32 .cbw32-share-grid,
  #cbw-wizard-v32 .cbw32-modal-actions {
    grid-template-columns: 1fr;
  }

  #cbw-wizard-v32 .cbw32-product-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  #cbw-wizard-v32 .cbw32-sidebar {
    padding: 16px;
    border-radius: 14px;
    box-shadow: none;
  }

  #cbw-wizard-v32 .cbw32-modal {
    align-items: flex-end;
    padding: 0;
  }

  #cbw-wizard-v32 .cbw32-modal-box {
    width: 100%;
    max-width: none;
    max-height: 94vh;
    padding: 18px 15px;
    border-radius: 18px 18px 0 0;
  }

  #cbw-wizard-v32 .cbw32-share-url-row {
    flex-direction: column;
  }

  #cbw-wizard-v32 .cbw32-mini-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #cbw-wizard-v32 .cbw32-spinner {
    animation-duration: 1.6s;
  }
}

/* ========================================================================
   v32 FINAL — CAPA COMERCIAL VPS
   ------------------------------------------------------------------------
   Estas reglas corresponden al copy/markup comercial generado por el JS v32.
   Se mantienen completamente encapsuladas dentro de #cbw-wizard-v32.
   ======================================================================== */

#cbw-wizard-v32 .cbw32-root,
#cbw-wizard-v32 .cbw32-order-box {
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-vps-intro {
  margin: 0 0 20px;
  padding: 22px;
  border: 1px solid #d8e5fb;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 72%);
}

#cbw-wizard-v32 .cbw32-vps-intro-main {
  max-width: 760px;
}

#cbw-wizard-v32 .cbw32-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

#cbw-wizard-v32 .cbw32-assurance {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #e3e9f2;
  border-radius: 10px;
  background: rgba(255,255,255,.88);
}

#cbw-wizard-v32 .cbw32-assurance b,
#cbw-wizard-v32 .cbw32-assurance span {
  display: block;
}

#cbw-wizard-v32 .cbw32-assurance b {
  margin-bottom: 3px;
  color: #174c9a;
  font-size: 11px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-assurance span {
  color: #607089;
  font-size: 10px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-vps-section-head {
  margin-bottom: 12px;
}

#cbw-wizard-v32 .cbw32-step-kicker {
  display: block;
  margin-bottom: 4px;
  color: #55739f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-field {
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-field > label {
  display: block;
  margin: 0 0 6px;
  color: #56647a;
  font-size: 12px;
  font-weight: 650;
}

#cbw-wizard-v32 .cbw32-vps-qty {
  width: max-content;
  max-width: 100%;
}

#cbw-wizard-v32 .cbw32-specs-title {
  margin-bottom: 10px;
  color: var(--cbw32-navy);
  font-size: 12px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

#cbw-wizard-v32 .cbw32-specs-grid > div {
  min-width: 0;
  padding: 10px 11px;
  border-radius: 10px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-specs-grid span,
#cbw-wizard-v32 .cbw32-specs-grid b {
  display: block;
}

#cbw-wizard-v32 .cbw32-specs-grid span {
  margin-bottom: 3px;
  color: var(--cbw32-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-specs-grid b {
  color: var(--cbw32-navy);
  font-size: 13px;
  line-height: 1.35;
}

#cbw-wizard-v32 .cbw32-specs-empty {
  display: grid;
  gap: 3px;
  color: var(--cbw32-muted);
  font-size: 12px;
}

#cbw-wizard-v32 .cbw32-specs-empty b {
  color: var(--cbw32-navy);
  font-size: 13px;
}

#cbw-wizard-v32 .cbw32-vps-group-head h3 {
  margin: 0 0 5px;
  color: var(--cbw32-navy);
  font-size: 17px;
  line-height: 1.3;
}

#cbw-wizard-v32 .cbw32-vps-group-head p {
  max-width: 800px;
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

#cbw-wizard-v32 .cbw32-source-desc {
  margin: -3px 0 11px;
  color: #8490a3;
  font-size: 10px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-choice-list {
  display: grid;
  gap: 9px;
}

#cbw-wizard-v32 .cbw32-choice-list-storage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#cbw-wizard-v32 .cbw32-choice.selected {
  border-color: #8db2ff;
  background: #f7faff;
  box-shadow: 0 0 0 2px rgba(11,92,255,.06);
}

#cbw-wizard-v32 .cbw32-choice-nvme {
  border-color: #cbdcff;
}

#cbw-wizard-v32 .cbw32-choice-body {
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-choice-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--cbw32-navy);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-choice-badge {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1456d9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
}

#cbw-wizard-v32 .cbw32-choice-badge-muted {
  background: #f1f5f9;
  color: #64748b;
}

#cbw-wizard-v32 .cbw32-info-strip,
#cbw-wizard-v32 .cbw32-license-confirm {
  display: grid;
  gap: 3px;
  margin-top: 11px;
  padding: 11px 12px;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  background: #f5f9ff;
  color: #456081;
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-info-strip b,
#cbw-wizard-v32 .cbw32-license-confirm b {
  color: #173c75;
  font-size: 11px;
}

#cbw-wizard-v32 .cbw32-info-strip-green,
#cbw-wizard-v32 .cbw32-license-confirm {
  border-color: #bde8c8;
  background: var(--cbw32-green-soft);
  color: #326747;
}

#cbw-wizard-v32 .cbw32-info-strip-green b,
#cbw-wizard-v32 .cbw32-license-confirm b {
  color: #166534;
}

#cbw-wizard-v32 .cbw32-level-help {
  margin-top: 7px;
}

#cbw-wizard-v32 .cbw32-price-note {
  margin-top: 7px;
  color: #8a94a5;
  font-size: 9px;
  line-height: 1.4;
}

#cbw-wizard-v32 .cbw32-checkout-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

#cbw-wizard-v32 .cbw32-checkout-total strong {
  color: var(--cbw32-navy);
  font-size: 20px;
}

#cbw-wizard-v32 .cbw32-checkout-monthly {
  margin-top: 3px;
  color: #607089;
  font-size: 10px;
}

@media (max-width: 980px) {
  #cbw-wizard-v32 .cbw32-assurance-grid {
    grid-template-columns: 1fr;
  }

  #cbw-wizard-v32 .cbw32-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  #cbw-wizard-v32 .cbw32-vps-intro {
    padding: 17px;
    border-radius: 13px;
  }

  #cbw-wizard-v32 .cbw32-choice-list-storage,
  #cbw-wizard-v32 .cbw32-specs-grid {
    grid-template-columns: 1fr;
  }

  #cbw-wizard-v32 .cbw32-vps-group-head h3 {
    font-size: 16px;
  }

  #cbw-wizard-v32 .cbw32-checkout-total {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  #cbw-wizard-v32 .cbw32-segment,
  #cbw-wizard-v32 .cbw32-choice {
    min-height: 44px;
    padding-left: 7px;
    padding-right: 7px;
  }
}


/* ==========================================================================
   v32.7.2 — SALES INTELLIGENCE / VPS ADVISOR
   ========================================================================== */

#cbw-wizard-v32 .cbw32-advisor {
  border: 1px solid #cfe0ff;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

#cbw-wizard-v32 .cbw32-advisor-head { margin-bottom:17px; }

#cbw-wizard-v32 .cbw32-advisor-head h3 {
  margin:3px 0 6px;
  color:var(--cbw32-navy);
  font-size:21px;
  line-height:1.25;
}

#cbw-wizard-v32 .cbw32-advisor-head p,
#cbw-wizard-v32 .cbw32-advisor-question > span {
  display:block;
  margin:0;
  color:var(--cbw32-muted);
  font-size:12px;
  line-height:1.5;
}

#cbw-wizard-v32 .cbw32-advisor-question {
  margin-top:15px;
  padding-top:15px;
  border-top:1px solid #edf1f6;
}

#cbw-wizard-v32 .cbw32-advisor-question > b {
  display:block;
  margin-bottom:3px;
  color:var(--cbw32-navy);
  font-size:13px;
}

#cbw-wizard-v32 .cbw32-advisor-choice-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  margin-top:10px;
}

#cbw-wizard-v32 .cbw32-advisor-users {
  grid-template-columns:repeat(3,minmax(0,1fr));
}

#cbw-wizard-v32 .cbw32-advisor-choice {
  display:flex;
  min-width:0;
  min-height:44px;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:8px 9px;
  border:1px solid var(--cbw32-line);
  border-radius:9px;
  background:#fff;
  color:#526078;
  cursor:pointer;
  text-align:center;
  font-size:11px;
  font-weight:750;
  line-height:1.3;
}

#cbw-wizard-v32 .cbw32-advisor-choice input {
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

#cbw-wizard-v32 .cbw32-advisor-choice:hover {
  border-color:#b9cff9;
  background:#f8fbff;
}

#cbw-wizard-v32 .cbw32-advisor-choice.selected {
  border-color:#84adff;
  background:var(--cbw32-blue-soft);
  color:#0d4fc4;
  box-shadow:inset 0 0 0 1px rgba(11,92,255,.06);
}

#cbw-wizard-v32 .cbw32-advisor-choice.selected span::before {
  content:"✓";
  margin-right:5px;
  font-weight:900;
}

#cbw-wizard-v32 .cbw32-advisor-binary {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  margin-top:10px;
}

#cbw-wizard-v32 .cbw32-advisor-binary button {
  min-height:44px;
  margin:0;
  padding:8px 10px;
  border:1px solid var(--cbw32-line);
  border-radius:9px;
  background:#fff;
  color:#526078;
  cursor:pointer;
  font-size:11px;
  font-weight:750;
}

#cbw-wizard-v32 .cbw32-advisor-binary button.selected {
  border-color:#84adff;
  background:var(--cbw32-blue-soft);
  color:#0d4fc4;
}

#cbw-wizard-v32 .cbw32-advisor-result {
  margin-top:17px;
  padding:14px;
  border:1px solid #bdd4ff;
  border-radius:12px;
  background:#f5f9ff;
}

#cbw-wizard-v32 .cbw32-advisor-result-kicker,
#cbw-wizard-v32 .cbw32-intel-kicker {
  display:block;
  margin-bottom:4px;
  color:#64748b;
  font-size:9px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

#cbw-wizard-v32 .cbw32-advisor-result > div > b {
  display:block;
  color:var(--cbw32-navy);
  font-size:14px;
}

#cbw-wizard-v32 .cbw32-advisor-result p {
  margin:4px 0 0;
  color:#526078;
  font-size:11px;
  line-height:1.5;
}

#cbw-wizard-v32 .cbw32-advisor-pills {
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:9px;
}

#cbw-wizard-v32 .cbw32-advisor-pills span {
  padding:5px 7px;
  border:1px solid #d6e3fb;
  border-radius:999px;
  background:#fff;
  color:#34547f;
  font-size:9px;
  font-weight:800;
}

#cbw-wizard-v32 .cbw32-advisor-warning {
  margin-top:9px;
  padding:8px 9px;
  border-radius:8px;
  background:#fff7e8;
  color:#855a00;
  font-size:10px;
  font-weight:650;
  line-height:1.45;
}

#cbw-wizard-v32 .cbw32-advisor-apply {
  width:100%;
  min-height:42px;
  margin:10px 0 0;
  padding:10px 12px;
  border:0;
  border-radius:9px;
  background:var(--cbw32-blue);
  color:#fff;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
}

#cbw-wizard-v32 .cbw32-advisor-apply:hover { background:#004fe0; }

#cbw-wizard-v32 .cbw32-choice-disabled {
  opacity:.5;
  cursor:not-allowed;
  background:#f7f8fa;
}

#cbw-wizard-v32 .cbw32-choice-disabled:hover {
  border-color:var(--cbw32-line);
  background:#f7f8fa;
}

#cbw-wizard-v32 .cbw32-info-strip-required {
  border-color:#ffd993;
  background:#fff9ee;
  color:#775000;
}

#cbw-wizard-v32 .cbw32-specs-warning {
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-top:10px;
  padding:10px 11px;
  border:1px solid #ffd993;
  border-radius:9px;
  background:#fff9ee;
  color:#775000;
  font-size:10px;
  line-height:1.4;
}

#cbw-wizard-v32 .cbw32-sales-intel { margin:14px 0 4px; }

#cbw-wizard-v32 .cbw32-intel-card,
#cbw-wizard-v32 .cbw32-coverage,
#cbw-wizard-v32 .cbw32-saving {
  margin-top:9px;
  padding:11px 12px;
  border:1px solid #e2e8f0;
  border-radius:11px;
  background:#fbfcfe;
}

#cbw-wizard-v32 .cbw32-intel-card {
  border-color:#cfe0ff;
  background:#f7faff;
}

#cbw-wizard-v32 .cbw32-intel-card > b {
  display:block;
  color:var(--cbw32-navy);
  font-size:12px;
}

#cbw-wizard-v32 .cbw32-intel-card p {
  margin:4px 0 0;
  color:#526078;
  font-size:10px;
  line-height:1.45;
}

#cbw-wizard-v32 .cbw32-coverage ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:5px;
}

#cbw-wizard-v32 .cbw32-coverage li {
  position:relative;
  padding-left:18px;
  color:#526078;
  font-size:10px;
  line-height:1.35;
}

#cbw-wizard-v32 .cbw32-coverage li::before {
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
}

#cbw-wizard-v32 .cbw32-coverage li.ok::before { content:"✓"; color:#16803c; }
#cbw-wizard-v32 .cbw32-coverage li.warn::before { content:"!"; color:#b26a00; }
#cbw-wizard-v32 .cbw32-coverage li.neutral::before { content:"○"; color:#94a3b8; }

#cbw-wizard-v32 .cbw32-saving {
  border-color:#bde5c7;
  background:#f3fbf5;
}

#cbw-wizard-v32 .cbw32-saving span,
#cbw-wizard-v32 .cbw32-saving b { display:block; }

#cbw-wizard-v32 .cbw32-saving span {
  margin-bottom:3px;
  color:#16803c;
  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}

#cbw-wizard-v32 .cbw32-saving b {
  color:#245a33;
  font-size:10px;
  line-height:1.45;
}

@media (max-width:650px) {
  #cbw-wizard-v32 .cbw32-advisor-users {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #cbw-wizard-v32 .cbw32-advisor-choice-grid { gap:6px; }

  #cbw-wizard-v32 .cbw32-advisor-head h3 { font-size:19px; }
}

@media (max-width:390px) {
  #cbw-wizard-v32 .cbw32-advisor-choice-grid,
  #cbw-wizard-v32 .cbw32-advisor-users,
  #cbw-wizard-v32 .cbw32-advisor-binary {
    grid-template-columns:1fr;
  }
}


/* ==========================================================================
   v32.7.2 — SMART ACCESS + POPUP ADVISOR
   --------------------------------------------------------------------------
   El cliente ya no ve escalones internos (2 / 10 / ilimitado).
   Sólo indica cantidad exacta + RDP/Web. El asesor se abre una vez por sesión.
   ========================================================================== */

#cbw-wizard-v32 .cbw32-advisor-launcher {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:14px 0 20px;
  padding:13px 14px;
  border:1px solid #dce7f8;
  border-radius:12px;
  background:#fbfdff;
}

#cbw-wizard-v32 .cbw32-advisor-launcher > div {
  min-width:0;
}

#cbw-wizard-v32 .cbw32-advisor-launcher b,
#cbw-wizard-v32 .cbw32-advisor-launcher small {
  display:block;
}

#cbw-wizard-v32 .cbw32-advisor-launcher b {
  color:var(--cbw32-navy);
  font-size:13px;
  line-height:1.3;
}

#cbw-wizard-v32 .cbw32-advisor-launcher small {
  margin-top:2px;
  color:#64748b;
  font-size:10px;
  line-height:1.4;
}

#cbw-wizard-v32 .cbw32-advisor-launcher button {
  flex:0 0 auto;
  min-height:40px;
  margin:0;
  padding:9px 12px;
  border:1px solid #9ebcf5;
  border-radius:9px;
  background:#fff;
  color:#1557d5;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
}

#cbw-wizard-v32 .cbw32-advisor-launcher button:hover {
  background:#f4f8ff;
}

#cbw-wizard-v32 .cbw32-advisor-modal {
  position:fixed;
  inset:0;
  z-index:100500;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

#cbw-wizard-v32 .cbw32-advisor-backdrop {
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.56);
}

#cbw-wizard-v32 .cbw32-advisor-dialog {
  position:relative;
  z-index:1;
  width:min(720px,100%);
  max-height:min(88vh,860px);
  overflow:auto;
  padding:22px;
  border:1px solid #dbe5f3;
  border-radius:18px;
  background:#fff;
  box-shadow:0 28px 80px rgba(15,23,42,.24);
  -webkit-overflow-scrolling:touch;
}

#cbw-wizard-v32 .cbw32-advisor-dialog-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:14px;
}

#cbw-wizard-v32 .cbw32-advisor-dialog-head h3 {
  margin:2px 0 5px;
  color:var(--cbw32-navy);
  font-size:24px;
  line-height:1.2;
}

#cbw-wizard-v32 .cbw32-advisor-dialog-head p {
  max-width:540px;
  margin:0;
  color:#64748b;
  font-size:12px;
  line-height:1.5;
}

#cbw-wizard-v32 .cbw32-advisor-close {
  flex:0 0 auto;
  width:36px;
  height:36px;
  margin:0;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:#526078;
  cursor:pointer;
  font-size:25px;
  line-height:1;
}

#cbw-wizard-v32 .cbw32-access-modes {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}

#cbw-wizard-v32 .cbw32-access-modes button {
  min-height:62px;
  margin:0;
  padding:11px 12px;
  border:1px solid var(--cbw32-line);
  border-radius:10px;
  background:#fff;
  color:#526078;
  cursor:pointer;
  text-align:left;
}

#cbw-wizard-v32 .cbw32-access-modes button b,
#cbw-wizard-v32 .cbw32-access-modes button small {
  display:block;
}

#cbw-wizard-v32 .cbw32-access-modes button b {
  font-size:12px;
  line-height:1.3;
}

#cbw-wizard-v32 .cbw32-access-modes button small {
  margin-top:3px;
  color:#7b8798;
  font-size:10px;
  line-height:1.35;
}

#cbw-wizard-v32 .cbw32-access-modes button.selected {
  border-color:#84adff;
  background:var(--cbw32-blue-soft);
  color:#0d4fc4;
}

#cbw-wizard-v32 .cbw32-access-modes button.selected b::before {
  content:"✓";
  margin-right:5px;
}

#cbw-wizard-v32 .cbw32-user-number-row {
  display:grid;
  grid-template-columns:110px 1fr;
  gap:12px;
  align-items:center;
  margin-top:10px;
}

#cbw-wizard-v32 .cbw32-user-number-row input {
  width:100%;
  min-height:50px;
  padding:8px 10px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  color:var(--cbw32-navy);
  text-align:center;
  font-size:20px;
  font-weight:850;
  outline:none;
}

#cbw-wizard-v32 .cbw32-user-number-row input:focus {
  border-color:#84adff;
  box-shadow:0 0 0 3px rgba(11,92,255,.09);
}

#cbw-wizard-v32 .cbw32-user-number-row > div b,
#cbw-wizard-v32 .cbw32-user-number-row > div span {
  display:block;
}

#cbw-wizard-v32 .cbw32-user-number-row > div b {
  color:var(--cbw32-navy);
  font-size:12px;
}

#cbw-wizard-v32 .cbw32-user-number-row > div span {
  margin-top:2px;
  color:#64748b;
  font-size:10px;
  line-height:1.45;
}

#cbw-wizard-v32 .cbw32-advisor-done {
  width:100%;
  min-height:46px;
  margin:14px 0 0;
  padding:11px 14px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  color:var(--cbw32-navy);
  cursor:pointer;
  font-size:12px;
  font-weight:850;
}

#cbw-wizard-v32 .cbw32-advisor-done:hover {
  background:#f8fafc;
}

@media (max-width:650px) {
  #cbw-wizard-v32 .cbw32-advisor-launcher {
    align-items:flex-start;
    flex-direction:column;
  }

  #cbw-wizard-v32 .cbw32-advisor-launcher button {
    width:100%;
  }

  #cbw-wizard-v32 .cbw32-advisor-modal {
    align-items:flex-end;
    padding:0;
  }

  #cbw-wizard-v32 .cbw32-advisor-dialog {
    width:100%;
    max-height:94vh;
    padding:18px 14px 20px;
    border-radius:18px 18px 0 0;
  }

  #cbw-wizard-v32 .cbw32-advisor-dialog-head h3 {
    font-size:21px;
  }

  #cbw-wizard-v32 .cbw32-access-modes {
    grid-template-columns:1fr;
  }

  #cbw-wizard-v32 .cbw32-user-number-row {
    grid-template-columns:92px 1fr;
  }
}

@media (max-width:390px) {
  #cbw-wizard-v32 .cbw32-user-number-row {
    grid-template-columns:1fr;
  }

  #cbw-wizard-v32 .cbw32-user-number-row input {
    text-align:left;
  }
}


/* ==========================================================================
   v32.7.2 — COMPACT SIDEBAR + RICH ADVISOR
   ========================================================================== */

/* Mantener el precio visible antes que los controles globales. */
#cbw-wizard-v32 .cbw32-sidebar-heading {
  margin-bottom: 12px;
}

#cbw-wizard-v32 .cbw32-sidebar-heading h2 {
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 1.18;
}

#cbw-wizard-v32 .cbw32-sidebar-heading p {
  font-size: 11px;
  line-height: 1.45;
}

#cbw-wizard-v32 .cbw32-live-total {
  margin: 0 0 10px;
  padding: 12px 13px;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: #f7faff;
}

#cbw-wizard-v32 .cbw32-live-total span,
#cbw-wizard-v32 .cbw32-live-total b,
#cbw-wizard-v32 .cbw32-live-total small {
  display: block;
}

#cbw-wizard-v32 .cbw32-live-total span {
  color: #64748b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

#cbw-wizard-v32 .cbw32-live-total b {
  margin-top: 2px;
  color: var(--cbw32-navy);
  font-size: 25px;
  line-height: 1.1;
}

#cbw-wizard-v32 .cbw32-live-total small {
  margin-top: 3px;
  color: #7a8598;
  font-size: 9px;
}

#cbw-wizard-v32 .cbw32-settings-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 12px;
  padding: 10px 11px;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  background: #fff;
}

#cbw-wizard-v32 .cbw32-settings-compact > div {
  min-width: 0;
}

#cbw-wizard-v32 .cbw32-settings-compact b {
  display: block;
  max-width: 230px;
  margin-top: 2px;
  overflow: hidden;
  color: #334155;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cbw-wizard-v32 .cbw32-settings-compact button {
  flex: 0 0 auto;
  min-height: 34px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #b9c9df;
  border-radius: 8px;
  background: #fff;
  color: #315b93;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

#cbw-wizard-v32 .cbw32-settings-compact button:hover {
  background: #f7faff;
}

#cbw-wizard-v32 .cbw32-settings-panel.is-collapsed {
  display: none;
}

#cbw-wizard-v32 .cbw32-settings-panel:not(.is-collapsed) {
  margin-top: 0;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #fbfcfe;
}

/* Tres decisiones digeribles en el popup. */
#cbw-wizard-v32 .cbw32-advisor-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

#cbw-wizard-v32 .cbw32-advisor-three button,
#cbw-wizard-v32 .cbw32-advisor-protection button {
  min-width: 0;
  min-height: 60px;
  margin: 0;
  padding: 10px 11px;
  border: 1px solid var(--cbw32-line);
  border-radius: 10px;
  background: #fff;
  color: #526078;
  cursor: pointer;
  text-align: left;
}

#cbw-wizard-v32 .cbw32-advisor-three button b,
#cbw-wizard-v32 .cbw32-advisor-three button small,
#cbw-wizard-v32 .cbw32-advisor-protection button b,
#cbw-wizard-v32 .cbw32-advisor-protection button small {
  display: block;
}

#cbw-wizard-v32 .cbw32-advisor-three button b,
#cbw-wizard-v32 .cbw32-advisor-protection button b {
  font-size: 11px;
  line-height: 1.3;
}

#cbw-wizard-v32 .cbw32-advisor-three button small,
#cbw-wizard-v32 .cbw32-advisor-protection button small {
  margin-top: 3px;
  color: #7b8798;
  font-size: 9px;
  line-height: 1.35;
}

#cbw-wizard-v32 .cbw32-advisor-three button.selected,
#cbw-wizard-v32 .cbw32-advisor-protection button.selected {
  border-color: #84adff;
  background: var(--cbw32-blue-soft);
  color: #0d4fc4;
}

#cbw-wizard-v32 .cbw32-advisor-three button.selected b::before,
#cbw-wizard-v32 .cbw32-advisor-protection button.selected b::before {
  content: "✓";
  margin-right: 5px;
}

#cbw-wizard-v32 .cbw32-advisor-protection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

/* El diálogo conserva su propio scroll durante cada respuesta. */
#cbw-wizard-v32 .cbw32-advisor-dialog {
  overscroll-behavior: contain;
  scroll-behavior: auto;
}

/* Ahorro visible tanto cuando ya se aplicó como cuando todavía es oportunidad. */
#cbw-wizard-v32 .cbw32-saving.is-opportunity {
  border-color: #bfd5ff;
  background: #f5f9ff;
}

#cbw-wizard-v32 .cbw32-saving.is-opportunity span {
  color: #1d5fd1;
}

#cbw-wizard-v32 .cbw32-saving.is-opportunity b {
  color: #244d85;
}

#cbw-wizard-v32 .cbw32-saving button {
  width: 100%;
  min-height: 38px;
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid #9ebcf5;
  border-radius: 8px;
  background: #fff;
  color: #1557d5;
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
}

#cbw-wizard-v32 .cbw32-saving button:hover {
  background: #eef5ff;
}

@media (max-width: 650px) {
  #cbw-wizard-v32 .cbw32-sidebar-heading h2 {
    font-size: 22px;
  }

  #cbw-wizard-v32 .cbw32-advisor-three {
    grid-template-columns: 1fr;
  }

  #cbw-wizard-v32 .cbw32-advisor-protection {
    grid-template-columns: 1fr;
  }

  #cbw-wizard-v32 .cbw32-settings-compact b {
    max-width: 210px;
  }
}


/* ==========================================================================
   v32.7.2 — EXECUTIVE BRIEF
   ========================================================================== */

#cbw-wizard-v32 .cbw32-advisor-question-compact {
  padding-bottom: 2px;
}

#cbw-wizard-v32 .cbw32-advisor-select {
  width: 100%;
  min-height: 46px;
  margin-top: 9px;
  padding: 10px 38px 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: var(--cbw32-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  outline: none;
}

#cbw-wizard-v32 .cbw32-advisor-select:focus {
  border-color: #84adff;
  box-shadow: 0 0 0 3px rgba(11,92,255,.08);
}

/*
 * El brief debe sentirse como decisiones de negocio, no como un panel técnico.
 * Las descripciones secundarias quedan breves y fáciles de escanear.
 */
#cbw-wizard-v32 .cbw32-advisor-question > span {
  max-width: 640px;
}

#cbw-wizard-v32 .cbw32-advisor-three button,
#cbw-wizard-v32 .cbw32-advisor-protection button,
#cbw-wizard-v32 .cbw32-access-modes button {
  transition: border-color .15s ease, background-color .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  #cbw-wizard-v32 .cbw32-advisor-three button,
  #cbw-wizard-v32 .cbw32-advisor-protection button,
  #cbw-wizard-v32 .cbw32-access-modes button {
    transition: none;
  }
}


/* ==========================================================================
   v32.7.2 — MANAGED SERVER + COMBINABLE COVERAGE
   ========================================================================== */

/* Coberturas del brief: pueden elegirse varias a la vez. */
#cbw-wizard-v32 .cbw32-advisor-protection {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#cbw-wizard-v32 .cbw32-advisor-included-note {
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:10px;
  padding:9px 10px;
  border:1px solid #dbe7f7;
  border-radius:9px;
  background:#f8fbff;
}

#cbw-wizard-v32 .cbw32-advisor-included-note b,
#cbw-wizard-v32 .cbw32-advisor-included-note span {
  display:block;
}

#cbw-wizard-v32 .cbw32-advisor-included-note b {
  flex:0 0 auto;
  color:#1d5fd1;
  font-size:10px;
}

#cbw-wizard-v32 .cbw32-advisor-included-note span {
  color:#64748b;
  font-size:10px;
  line-height:1.4;
}

/* Administración del servidor como ventaja visible, no como nota al final. */
#cbw-wizard-v32 .cbw32-support-choice {
  margin: 16px 0;
  border-color:#cfe0ff;
  background:#fbfdff;
}

#cbw-wizard-v32 .cbw32-vps-compare-intro {
  margin:0 0 12px;
  color:#64748b;
  font-size:11px;
  line-height:1.5;
}

#cbw-wizard-v32 .cbw32-vps-compare-col {
  position:relative;
}

#cbw-wizard-v32 .cbw32-vps-compare-col.is-selected {
  border-color:#8fb4ff;
  background:#f3f7ff;
  box-shadow:inset 0 0 0 1px rgba(11,92,255,.06);
}

#cbw-wizard-v32 .cbw32-vps-compare-col > span {
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:10px;
  line-height:1.45;
}

#cbw-wizard-v32 .cbw32-support-level {
  color:#315b93 !important;
  font-weight:750;
}

#cbw-wizard-v32 .cbw32-support-badge {
  display:inline-flex !important;
  width:auto;
  margin:0 0 8px !important;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf2ff;
  color:#1557d5 !important;
  font-size:9px !important;
  font-weight:850;
  line-height:1.2 !important;
}

#cbw-wizard-v32 .cbw32-support-badge-muted {
  background:#eef2f6;
  color:#64748b !important;
}

#cbw-wizard-v32 .cbw32-support-switch {
  width:100%;
  min-height:40px;
  margin:11px 0 0;
  padding:9px 10px;
  border:1px solid #9ebcf5;
  border-radius:8px;
  background:#fff;
  color:#1557d5;
  cursor:pointer;
  font-size:10px;
  font-weight:850;
  line-height:1.3;
}

#cbw-wizard-v32 .cbw32-support-switch:hover {
  background:#f5f9ff;
}

#cbw-wizard-v32 .cbw32-support-switch-save {
  border-color:#cbd5e1;
  color:#526078;
}

#cbw-wizard-v32 .cbw32-support-switch-save:hover {
  background:#f8fafc;
}

/* Total: IVA se desglosa; el total aclara que ya lo incluye. */
#cbw-wizard-v32 .cbw32-total-final small {
  display:block;
  margin-top:2px;
  color:#7a8598;
  font-size:9px;
  font-weight:650;
  line-height:1.2;
}

@media (max-width: 760px) {
  #cbw-wizard-v32 .cbw32-advisor-protection {
    grid-template-columns:1fr;
  }
}


/* ==========================================================================
   v32.7.2 — COMPACT OS + FINAL SIDEBAR POLISH
   ========================================================================== */

/*
 * Sistema operativo:
 * antes cada opción ocupaba una tarjeta completa. Ahora sólo mostramos
 * la decisión y un select, manteniendo exactamente las mismas opciones/costos.
 */
#cbw-wizard-v32 .cbw32-os-compact {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,280px);
  gap:16px;
  align-items:center;
  margin:14px 0;
  padding:14px 15px;
  border:1px solid #e1e8f1;
  border-radius:12px;
  background:#fff;
}

#cbw-wizard-v32 .cbw32-os-copy {
  min-width:0;
}

#cbw-wizard-v32 .cbw32-os-copy b,
#cbw-wizard-v32 .cbw32-os-copy small {
  display:block;
}

#cbw-wizard-v32 .cbw32-os-copy b {
  margin-top:2px;
  color:var(--cbw32-navy);
  font-size:14px;
  line-height:1.3;
}

#cbw-wizard-v32 .cbw32-os-copy small {
  max-width:560px;
  margin-top:3px;
  color:#64748b;
  font-size:10px;
  line-height:1.45;
}

#cbw-wizard-v32 .cbw32-os-field {
  min-width:0;
}

#cbw-wizard-v32 .cbw32-os-field label {
  display:block;
  margin:0 0 5px;
  color:#64748b;
  font-size:9px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

#cbw-wizard-v32 .cbw32-os-field .cbw32-select {
  width:100%;
  min-height:44px;
  margin:0;
}

/* El encabezado del resumen debe caber siempre en una sola línea. */
#cbw-wizard-v32 .cbw32-sidebar-heading h2 {
  white-space:nowrap;
}

#cbw-wizard-v32 .cbw32-sidebar-heading p {
  margin-bottom:0;
}

@media (max-width:650px) {
  #cbw-wizard-v32 .cbw32-os-compact {
    grid-template-columns:1fr;
    gap:10px;
    padding:13px;
  }

  #cbw-wizard-v32 .cbw32-sidebar-heading h2 {
    white-space:normal;
  }
}
