/* =====================================================================
   Solución · Expansión Multiidioma
   Carga junto a:
   - soluciones-gestion-digital.css (base: aurora, hero, compare-grid,
     section-head, contact-wrap, vars, fonts)
   - soluciones-seo-tecnico.css (method-list, faq-list)
   Específico aquí: value-grid 2x2 · scenarios A/B/C · lang-mockup
   (visual único · estructura multiidioma con hreflang) · case-study
   + KPIs · dev-cross 3 botones.
   ===================================================================== */

/* ═══ TABS STRIP · 4 URLs como pestañas (bloque 01) ═══════════════
   Visual sobre el compare-grid mostrando 4 pestañas con la URL
   estructurada de cada idioma + mercado al que apunta. Hint
   visual del concepto "una empresa, varias presencias". */
.gd-page.mi-page .tabs-strip {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 32px;
}
.gd-page.mi-page .tabs-strip__head {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.gd-page.mi-page .tabs-strip__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-2);
}
.gd-page.mi-page .lang-tab {
  padding: 16px 18px;
  border-right: 1px solid var(--line-2);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 200ms ease;
}
.gd-page.mi-page .lang-tab:last-child { border-right: none; }
.gd-page.mi-page .lang-tab:hover { background: var(--bg-2); }
.gd-page.mi-page .lang-tab__code {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.18em;
  font-weight: 500;
}
.gd-page.mi-page .lang-tab__url {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gd-page.mi-page .lang-tab__market {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
}

/* ═══ VALUE GRID 2x2 · 4 ejes de valor ════════════════════════════ */
.gd-page.mi-page .value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.gd-page.mi-page .value-card {
  padding: 40px 36px;
  background: white;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gd-page.mi-page .value-card__num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.gd-page.mi-page .value-card__title {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--ink);
}
.gd-page.mi-page .value-card__desc {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
}

/* Micro-visual dentro de cada value-card · uno distinto por eje */
.gd-page.mi-page .value-card__visual {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
}

/* 01 Posicionamiento · chips de Googles nacionales */
.gd-page.mi-page .vv-serps {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gd-page.mi-page .vv-serp {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
}
.gd-page.mi-page .vv-serp__domain {
  color: var(--ink-2);
  letter-spacing: 0.02em;
  min-width: 120px;
}
.gd-page.mi-page .vv-serp__pos {
  color: var(--accent);
  font-weight: 500;
  padding: 3px 7px;
  background: rgba(0, 102, 255, 0.08);
  border-radius: 3px;
  letter-spacing: 0.04em;
}

/* 02 Adaptación · pair traduce vs adapta */
.gd-page.mi-page .vv-adapt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gd-page.mi-page .vv-adapt__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gd-page.mi-page .vv-adapt__lang {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.15em;
  min-width: 28px;
}
.gd-page.mi-page .vv-adapt__phrase {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-style: italic;
}
.gd-page.mi-page .vv-adapt__note {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  padding-left: 38px;
}

/* 03 Hreflang · snippet HTML mini */
.gd-page.mi-page .vv-html {
  background: #0F1419;
  border-radius: 6px;
  padding: 12px 14px;
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  overflow-x: auto;
}
.gd-page.mi-page .vv-html .h-tag { color: #F87171; }
.gd-page.mi-page .vv-html .h-attr { color: #60A5FA; }
.gd-page.mi-page .vv-html .h-str { color: #4ADE80; }
.gd-page.mi-page .vv-html .h-line { white-space: pre; display: block; }

/* 04 IA · chat bubble en otro idioma */
.gd-page.mi-page .vv-chat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gd-page.mi-page .vv-chat__msg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.gd-page.mi-page .vv-chat__avatar {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 500;
}
.gd-page.mi-page .vv-chat__avatar.is-user {
  background: var(--bg-2);
  color: var(--ink-2);
}
.gd-page.mi-page .vv-chat__avatar.is-ai {
  background: var(--ink);
  color: var(--bg);
}
.gd-page.mi-page .vv-chat__text {
  font-size: 12px;
  color: var(--ink);
  line-height: 1.5;
  padding-top: 4px;
}
.gd-page.mi-page .vv-chat__text strong {
  color: var(--accent);
  font-weight: 500;
}

/* ═══ DIAGNOSTIC TREE · auto-test rápido (bloque 03) ══════════════
   Mini diagnóstico arriba de los 3 escenarios. 3 preguntas con
   checkbox visual que apuntan a A/B/C. */
.gd-page.mi-page .diagnostic-tree {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gd-page.mi-page .diagnostic-tree__head {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
}
.gd-page.mi-page .diag-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}
.gd-page.mi-page .diag-row + .diag-row {
  border-top: 1px dotted var(--line-2);
}
.gd-page.mi-page .diag-row__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--ink-4);
  border-radius: 3px;
  position: relative;
}
.gd-page.mi-page .diag-row__q {
  flex: 1;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.gd-page.mi-page .diag-row__arrow {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.1em;
}
.gd-page.mi-page .diag-row__target {
  flex-shrink: 0;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.02em;
  min-width: 24px;
  text-align: center;
}

/* ═══ SCENARIOS A/B/C · 3 cards horizontales ══════════════════════ */
.gd-page.mi-page .scenarios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gd-page.mi-page .scenario {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.gd-page.mi-page .scenario__letter {
  font-family: var(--sans);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--accent);
  margin-bottom: 4px;
}
.gd-page.mi-page .scenario__tag {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.gd-page.mi-page .scenario__title {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--ink);
}
.gd-page.mi-page .scenario__text {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ═══ HREFLANG BLOCK · visual único de multiidioma (bloque 04)
   Izquierda: snippet HTML real del <head> con etiquetas hreflang
   con syntax highlighting (estilo IDE/terminal).
   Derecha: diagrama SVG de red recíproca · 4 nodos de idioma
   conectados entre sí (full-mesh) demostrando la reciprocidad.
   Conceptualmente único de hreflang · no clon de migration. */
.gd-page.mi-page .hreflang-block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* ─── Izquierda · snippet HTML <head> con hreflang ─── */
.gd-page.mi-page .hreflang-stack {
  position: relative;
  background: #0F1419;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gd-page.mi-page .hreflang-stack__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #1A2026;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gd-page.mi-page .hreflang-stack__file {
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.02em;
}
.gd-page.mi-page .hreflang-stack__badge {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 3px;
  background: rgba(86, 173, 123, 0.15);
  color: #56AD7B;
  border: 1px solid rgba(86, 173, 123, 0.3);
}
.gd-page.mi-page .hreflang-stack__code {
  flex: 1;
  padding: 20px 22px;
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.75;
  overflow-x: auto;
}
.gd-page.mi-page .hreflang-stack__line {
  white-space: pre;
  color: rgba(255, 255, 255, 0.55);
}
.gd-page.mi-page .hreflang-stack__line.is-key {
  background: rgba(0, 102, 255, 0.08);
  margin: 0 -22px;
  padding: 1px 22px;
  display: block;
}
.gd-page.mi-page .hreflang-stack .h-tag { color: #F87171; }
.gd-page.mi-page .hreflang-stack .h-attr { color: #60A5FA; }
.gd-page.mi-page .hreflang-stack .h-str { color: #4ADE80; }
.gd-page.mi-page .hreflang-stack .h-com { color: rgba(255,255,255,0.3); }

.gd-page.mi-page .hreflang-stack__foot {
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.gd-page.mi-page .hreflang-stack__foot strong {
  color: #56AD7B;
  font-weight: 500;
}

/* ─── Derecha · diagrama de red recíproca (SVG nodes) ─── */
.gd-page.mi-page .hreflang-network {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0, 102, 255, 0.08), transparent 60%),
    linear-gradient(180deg, #131A22 0%, #0A1018 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.gd-page.mi-page .hreflang-network::before {
  content: "";
  position: absolute;
  top: 0; left: 28px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.7;
}
.gd-page.mi-page .hreflang-network__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 4px;
  gap: 12px;
}
.gd-page.mi-page .hreflang-network__title {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.gd-page.mi-page .hreflang-network__count {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.gd-page.mi-page .hreflang-network__svg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  min-height: 280px;
}
.gd-page.mi-page .hreflang-network__svg svg {
  width: 100%;
  height: auto;
  max-width: 320px;
  display: block;
}
.gd-page.mi-page .hreflang-network__edge {
  stroke: rgba(0, 102, 255, 0.4);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}
.gd-page.mi-page .hreflang-network__node-circle {
  fill: var(--accent);
  stroke: white;
  stroke-width: 1.5;
}
.gd-page.mi-page .hreflang-network__node-bg {
  fill: rgba(0, 102, 255, 0.18);
  stroke: var(--accent);
  stroke-width: 1.5;
}
.gd-page.mi-page .hreflang-network__node-text {
  fill: white;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-anchor: middle;
  dominant-baseline: middle;
}
.gd-page.mi-page .hreflang-network__foot {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  text-align: center;
}
.gd-page.mi-page .hreflang-network__foot strong {
  color: white;
  font-weight: 500;
}

/* ═══ QA DASHBOARD · checklist de validación (bloque 05) ══════════
   Visualización tipo "dashboard de despliegue" — cada entregable
   con estado ✓ + métrica concreta a la derecha. Sustituye el
   method-list genérico por algo único a esta página. */
.gd-page.mi-page .qa-dashboard {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
}
.gd-page.mi-page .qa-dashboard__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 6px;
  gap: 12px;
}
.gd-page.mi-page .qa-dashboard__title {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.gd-page.mi-page .qa-dashboard__status {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(86, 173, 123, 0.13);
  color: #56AD7B;
  border: 1px solid rgba(86, 173, 123, 0.3);
}
.gd-page.mi-page .qa-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dotted var(--line-2);
}
.gd-page.mi-page .qa-row:last-of-type { border-bottom: none; }
.gd-page.mi-page .qa-row__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(86, 173, 123, 0.13);
  border: 1.5px solid #56AD7B;
  color: #56AD7B;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.gd-page.mi-page .qa-row__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gd-page.mi-page .qa-row__title {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.3;
}
.gd-page.mi-page .qa-row__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
}
.gd-page.mi-page .qa-row__metric {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink);
  letter-spacing: 0.04em;
  padding: 6px 11px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  white-space: nowrap;
}
.gd-page.mi-page .qa-dashboard__foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gd-page.mi-page .qa-dashboard__foot strong {
  color: #56AD7B;
  font-weight: 500;
}

/* ═══ CASE STUDY · ProSilicones64 con 5 KPIs ══════════════════════ */
.gd-page.mi-page .case-study {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gd-page.mi-page .case-study__eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gd-page.mi-page .case-study__title {
  font-family: var(--sans);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ink);
}
.gd-page.mi-page .case-study__desc {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 820px;
}
.gd-page.mi-page .case-kpis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
}
.gd-page.mi-page .case-kpi {
  padding: 36px 16px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.gd-page.mi-page .case-kpi:last-child { border-right: none; }
.gd-page.mi-page .case-kpi__value {
  font-family: var(--sans);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 14px;
}
.gd-page.mi-page .case-kpi__value.is-accent { color: var(--accent); }
.gd-page.mi-page .case-kpi__value.is-good { color: #56AD7B; }
.gd-page.mi-page .case-kpi__label {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.gd-page.mi-page .case-study__foot {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
}

/* ═══ WORLD MAP · mapa mundial de 170 países (bloque 06) ══════════
   Mapa abstracto en SVG · siluetas de continentes con dots de
   "alcance" + 4 markers grandes accent para los mercados core
   (ES, EN, FR, PT). Visual único de multiidioma — demuestra el
   alcance geográfico que abre el servicio. */
.gd-page.mi-page .world-map {
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0, 102, 255, 0.10), transparent 70%),
    linear-gradient(180deg, #131A22 0%, #0A1018 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 32px 36px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
.gd-page.mi-page .world-map::before {
  content: "";
  position: absolute;
  top: 0; left: 36px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.7;
}
.gd-page.mi-page .world-map__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  gap: 12px;
}
.gd-page.mi-page .world-map__title {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.gd-page.mi-page .world-map__total {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.gd-page.mi-page .world-map__svg {
  width: 100%;
  display: block;
}
.gd-page.mi-page .world-map__continent {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 0.6;
}
.gd-page.mi-page .world-map__dot {
  fill: rgba(0, 102, 255, 0.5);
}
.gd-page.mi-page .world-map__marker {
  fill: var(--accent);
  filter: drop-shadow(0 0 6px rgba(0, 102, 255, 0.6));
}
.gd-page.mi-page .world-map__marker-pulse {
  fill: var(--accent);
  opacity: 0.18;
}
.gd-page.mi-page .world-map__marker-label {
  fill: rgba(255, 255, 255, 0.85);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-anchor: middle;
}
.gd-page.mi-page .world-map__legend {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
}
.gd-page.mi-page .world-map__legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.gd-page.mi-page .world-map__legend-dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.gd-page.mi-page .world-map__legend-dot.is-marker {
  background: var(--accent);
  box-shadow: 0 0 6px rgba(0, 102, 255, 0.6);
}
.gd-page.mi-page .world-map__legend-dot.is-reach {
  background: rgba(0, 102, 255, 0.5);
}

/* ═══ DEV CROSS · bridge con 3 botones ═══════════════════════════ */
.gd-page.mi-page .dev-cross {
  position: relative;
  z-index: 1;
}
.gd-page.mi-page .dev-cross__block {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 48px 44px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.gd-page.mi-page .dev-cross__text h2 {
  font-family: var(--sans);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--ink);
}
.gd-page.mi-page .dev-cross__text p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.6;
}
.gd-page.mi-page .dev-cross__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gd-page.mi-page .dev-cross__btn {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
  padding: 14px 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  text-align: center;
  transition: background 200ms ease, color 200ms ease;
}
.gd-page.mi-page .dev-cross__btn:hover {
  background: var(--ink);
  color: var(--bg);
}

/* ═══ ALINEACIÓN INTRA-CARDS · subgrid ═══════════════════════════ */

/* Sección 01 — compare-grid: label · title · 6 items (8 filas) */
.gd-page.mi-page .compare-grid {
  grid-template-rows: auto auto repeat(6, auto);
}
.gd-page.mi-page .compare-grid > .compare-col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 8;
}

/* Sección 02 — value-grid 2x2: num · title · desc · visual */
.gd-page.mi-page .value-grid {
  grid-template-rows: repeat(2, auto auto auto auto);
}
.gd-page.mi-page .value-grid > .value-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

/* Sección 03 — scenarios 3 cols: letter · tag · title · text */
.gd-page.mi-page .scenarios-grid {
  grid-template-rows: auto auto auto auto;
}
.gd-page.mi-page .scenarios-grid > .scenario {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

@supports not (grid-template-rows: subgrid) {
  .gd-page.mi-page .compare-title,
  .gd-page.mi-page .value-card__title,
  .gd-page.mi-page .scenario__title { min-height: 2.4em; }
}

/* ═══ RESPONSIVE ══════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .gd-page.mi-page .tabs-strip__tabs { grid-template-columns: repeat(2, 1fr); }
  .gd-page.mi-page .lang-tab:nth-child(2) { border-right: none; }
  .gd-page.mi-page .lang-tab:nth-child(-n+2) { border-bottom: 1px solid var(--line-2); }
  .gd-page.mi-page .scenarios-grid { grid-template-columns: 1fr; }
  .gd-page.mi-page .hreflang-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gd-page.mi-page .hreflang-network__svg { min-height: 240px; }
  .gd-page.mi-page .qa-dashboard { padding: 26px 22px; }
  .gd-page.mi-page .qa-row { grid-template-columns: 22px 1fr; }
  .gd-page.mi-page .qa-row__metric { grid-column: 2; justify-self: start; margin-top: 4px; }
  .gd-page.mi-page .case-study { padding: 36px 28px; }
  .gd-page.mi-page .case-kpis { grid-template-columns: repeat(5, 1fr); }
  .gd-page.mi-page .case-kpi { padding: 26px 8px; }
  .gd-page.mi-page .world-map { padding: 24px 22px; }
  .gd-page.mi-page .dev-cross__block {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px;
  }
}
@media (max-width: 640px) {
  .gd-page.mi-page .tabs-strip__tabs { grid-template-columns: 1fr; }
  .gd-page.mi-page .lang-tab { border-right: none; border-bottom: 1px solid var(--line-2); }
  .gd-page.mi-page .lang-tab:last-child { border-bottom: none; }
  .gd-page.mi-page .value-grid { grid-template-columns: 1fr; }
  .gd-page.mi-page .value-grid,
  .gd-page.mi-page .compare-grid,
  .gd-page.mi-page .scenarios-grid {
    grid-template-rows: none;
  }
  .gd-page.mi-page .value-grid > .value-card,
  .gd-page.mi-page .compare-grid > .compare-col,
  .gd-page.mi-page .scenarios-grid > .scenario {
    display: block;
    grid-row: auto;
  }
  .gd-page.mi-page .case-kpis { grid-template-columns: repeat(2, 1fr); }
  .gd-page.mi-page .case-kpi { border-bottom: 1px solid var(--line); }
  .gd-page.mi-page .case-kpi:nth-child(2) { border-right: none; }
  .gd-page.mi-page .case-kpi:last-child { grid-column: 1 / -1; border-right: none; }
  .gd-page.mi-page .diag-row { flex-wrap: wrap; }
  .gd-page.mi-page .diag-row__target { margin-left: auto; }
}
