/* Minimal V2 corrections. All rules are scoped to the affected original slides. */
[id="5"] .rv-v2-seo-area {
  align-items: stretch;
  display: flex;
  justify-content: center;
}

[id="5"] .rv-v2-seo-kpi {
  align-items: flex-start;
  background: var(--wash);
  border: 2px solid var(--blue);
  border-radius: 18px;
  box-shadow: 6px 6px 0 rgba(19, 0, 255, .10);
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  padding: clamp(28px, 4vw, 52px);
}

[id="5"] .rv-v2-seo-kpi > span {
  color: var(--blue);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

[id="5"] .rv-v2-seo-kpi > b {
  color: var(--blue);
  font-family: var(--f-head);
  font-size: clamp(60px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .92;
  margin: 16px 0 8px;
}

[id="5"] .rv-v2-seo-kpi > strong {
  font-family: var(--f-head);
  font-size: clamp(19px, 1.8vw, 27px);
  letter-spacing: -.025em;
  line-height: 1.08;
}

[id="5"] .rv-v2-seo-kpi p {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.35;
  margin: 16px 0 0;
  max-width: 33ch;
}

[id="11"].rv-v2-bars-fixed .hb-fill {
  display: block !important;
  opacity: 1 !important;
}

[id="12"] .conv-mid {
  align-items: center;
  display: flex;
  justify-content: center;
}

[id="12"] .rv-v2-connector {
  align-items: center;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

[id="12"] .rv-v2-connector i {
  background: var(--blue);
  display: block;
  height: 2px;
  position: relative;
  width: 46px;
}

[id="12"] .rv-v2-connector i::after {
  border-right: 2px solid var(--blue);
  border-top: 2px solid var(--blue);
  content: '';
  height: 8px;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(45deg);
  width: 8px;
}
