/**
 * pages/home-ru.css — только главная RU (body hooks, совместимость typed.js).
 */

body.wm-2027-home {
  background: var(--wm-bg-deep);
  color: var(--wm-text);
}

body.wm-2027-home .wm-legacy-hero {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* typed.js: сохраняем переносы строк из строк анимации */
body.wm-2027-home #typed {
  white-space: pre;
}
