/**
 * home-ru-unified.css — единый premium shell главной RU (меню, ритм, кейсы, motion).
 * Подключается последним. Скоуп: body.wm-2027-home.
 */

/* --- Наверху: glass nav поверх hero --- */
body.wm-2027-home #menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
  min-height: 72px;
  z-index: 10040;
  background: linear-gradient(
    180deg,
    rgba(7, 8, 12, 0.78) 0%,
    rgba(7, 8, 12, 0.5) 55%,
    rgba(7, 8, 12, 0.14) 100%
  ) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition:
    background 0.45s var(--wm-ease-out),
    border-color 0.45s var(--wm-ease-out),
    box-shadow 0.45s var(--wm-ease-out),
    min-height 0.35s var(--wm-ease-out);
}

body.wm-2027-home #menu.menu-verx-lip,
body.wm-2027-home #menu.menu-verx-lip-2,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 {
  background: rgba(10, 12, 18, 0.9) !important;
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.38) !important;
}

body.wm-2027-home #menu.wm-nav--dense {
  min-height: 64px;
  background: rgba(8, 10, 15, 0.94) !important;
}

/* Перебить legacy home-sections: чёрный текст / белый sticky / красные hover */
body.wm-2027-home #menu.menu-verx-lip .logo,
body.wm-2027-home #menu.menu-verx-lip-2 .logo,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 .logo {
  filter: none !important;
}

body.wm-2027-home #menu.menu-verx-lip li,
body.wm-2027-home #menu.menu-verx-lip-2 li,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 li {
  color: rgba(255, 255, 255, 0.86) !important;
}

body.wm-2027-home #menu.menu-verx-lip span ul li > a,
body.wm-2027-home #menu.menu-verx-lip-2 span ul li > a,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 span ul li > a {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: none !important;
}

body.wm-2027-home #menu.menu-verx-lip span ul li > a:hover,
body.wm-2027-home #menu.menu-verx-lip-2 span ul li > a:hover,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 span ul li > a:hover,
body.wm-2027-home #menu.menu-verx-lip .current_page_item > a:hover,
body.wm-2027-home #menu.menu-verx-lip-2 .current_page_item > a:hover {
  color: var(--wm-mint) !important;
  text-shadow: 0 0 18px rgba(62, 232, 200, 0.25);
}

body.wm-2027-home #menu.menu-verx-lip .current_page_item > a,
body.wm-2027-home #menu.menu-verx-lip-2 .current_page_item > a {
  color: #fff !important;
}

body.wm-2027-home #menu .fas.fa-angle-down,
body.wm-2027-home #menu .fas.fa-headset,
body.wm-2027-home #menu .fab {
  color: rgba(255, 255, 255, 0.55) !important;
}

body.wm-2027-home #menu li:hover > .fas.fa-angle-down,
body.wm-2027-home #menu li:hover > .fas.fa-headset {
  color: rgba(62, 232, 200, 0.95) !important;
}

body.wm-2027-home #menu a:focus-visible {
  outline: 2px solid rgba(62, 232, 200, 0.65);
  outline-offset: 3px;
  border-radius: 4px;
}

body.wm-2027-home #menu a:active {
  color: #fff !important;
}

body.wm-2027-home #menu .wm-nav__muted {
  font-weight: 400;
  font-size: 0.82em;
  opacity: 0.68;
  letter-spacing: 0.02em;
}

@media (min-width: 1001px) {
  body.wm-2027-home #menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
  }

  body.wm-2027-home #menu span {
    float: none;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
  }

  body.wm-2027-home #menu span > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem 0.25rem;
  }

  body.wm-2027-home #menu li {
    float: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.5rem 0.55rem;
    color: rgba(255, 255, 255, 0.82);
  }
}

body.wm-2027-home #menu a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, background 0.2s ease;
}

body.wm-2027-home #menu a:hover {
  color: #fff !important;
  text-shadow: 0 0 20px rgba(91, 140, 255, 0.35);
}

body.wm-2027-home #menu li ul {
  /* flush to parent — avoids hover gap where submenu vanished before reaching links */
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate3d(1, 0, 0, -6deg);
  z-index: 10060;
  width: min(300px, 92vw);
  background: rgba(16, 18, 26, 0.96) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--wm-radius-md);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(91, 140, 255, 0.08);
  padding: 0.35rem 0;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s var(--wm-ease-out),
    transform 0.35s var(--wm-ease-out);
}

body.wm-2027-home #menu li:hover ul,
body.wm-2027-home #menu li:focus-within ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) rotate3d(0, 0, 0, 0deg);
}

/* Invisible hover bridge: pointer leaves <a> row but stays in gap before submenu — keeps :hover on <li> */
body.wm-2027-home #menu li ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

body.wm-2027-home #menu li ul li a {
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 0.65rem 1rem;
}

body.wm-2027-home #menu li ul li a:hover {
  color: var(--wm-mint) !important;
  background: rgba(62, 232, 200, 0.08) !important;
}

body.wm-2027-home #menu.menu-verx-lip li ul li a,
body.wm-2027-home #menu.menu-verx-lip-2 li ul li a,
body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 li ul li a {
  color: rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}

body.wm-2027-home #menu .logo {
  margin: 0.35rem 0;
  padding: 0;
  filter: none;
}

body.wm-2027-home #menu .logo img {
  max-height: 36px;
  width: auto;
  display: block;
}

body.wm-2027-home #menu .go-site {
  border: 1px solid rgba(91, 140, 255, 0.45);
  background: rgba(91, 140, 255, 0.12);
  color: #fff !important;
  padding: 0.45rem 1rem !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

body.wm-2027-home #menu .go-site:hover {
  border-color: rgba(62, 232, 200, 0.55);
  background: rgba(62, 232, 200, 0.12);
  box-shadow: 0 0 24px rgba(91, 140, 255, 0.2);
}

/* --- Hero: отступ под fixed nav + слои --- */
body.wm-2027-home .wm-2027-hero {
  padding-top: calc(clamp(5rem, 12vw, 7rem) + 52px);
}

body.wm-2027-home .wm-2027-hero__grid {
  position: relative;
  z-index: 2;
}

/* --- Боковые якоря --- */
body.wm-2027-home #numbers {
  z-index: 10050;
}

/* Section rail (#numbers): brand mint/blue instead of legacy red */
body.wm-2027-home #numbers a:hover,
body.wm-2027-home #numbers .active a {
  background: linear-gradient(135deg, rgba(62, 232, 200, 0.95) 0%, rgba(91, 140, 255, 0.88) 100%);
  color: #07080c;
}

/* --- Post-hero: ритм и изоляция слоёв --- */
body.wm-2027-home .wm-ph {
  position: relative;
  z-index: 1;
}

body.wm-2027-home .wm-ph__head {
  position: relative;
  z-index: 1;
}

/* --- Reveal motion --- */
body.wm-2027-home .wm-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s var(--wm-ease-out),
    transform 0.65s var(--wm-ease-out);
}

body.wm-2027-home .wm-reveal.wm-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

body.wm-2027-home .wm-reveal-stagger > * {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s var(--wm-ease-out),
    transform 0.55s var(--wm-ease-out);
}

body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(1) {
  transition-delay: 0.04s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(2) {
  transition-delay: 0.1s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(3) {
  transition-delay: 0.16s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(4) {
  transition-delay: 0.22s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(5) {
  transition-delay: 0.28s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(6) {
  transition-delay: 0.34s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(7) {
  transition-delay: 0.4s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(8) {
  transition-delay: 0.46s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(9) {
  transition-delay: 0.52s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(10) {
  transition-delay: 0.58s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(11) {
  transition-delay: 0.64s;
}
body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > *:nth-child(12) {
  transition-delay: 0.7s;
}

body.wm-2027-home .wm-reveal-stagger.wm-reveal--visible > * {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.wm-2027-home .wm-reveal,
  body.wm-2027-home .wm-reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.wm-2027-home .wm-showcase__card:hover,
  body.wm-2027-home .wm-showcase__more:hover,
  body.wm-2027-home .benefits__element:hover,
  body.wm-2027-home .wm-cta-2027__btn:hover,
  body.wm-2027-home #prices .price-line:hover {
    transform: none;
  }

  body.wm-2027-home #contact-1 .wm-contact__link--cta:hover {
    transform: none;
  }

  body.wm-2027-home .wm-ph-step:hover,
  body.wm-2027-home .wm-ph--trust .wm-ph-trust__item:hover {
    transform: none;
  }
}

/* --- Product showcase --- */
body.wm-2027-home .wm-showcase {
  position: relative;
  z-index: 1;
  padding: var(--wm-space-section) clamp(1.25rem, 4vw, 2.5rem);
  background: var(--wm-bg-deep);
  border-top: 1px solid var(--wm-border);
  overflow: hidden;
}

body.wm-2027-home .wm-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(91, 140, 255, 0.1), transparent 55%);
  opacity: 0.6;
}

body.wm-2027-home .wm-showcase__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

body.wm-2027-home .wm-showcase__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

body.wm-2027-home .wm-showcase__eyebrow {
  font-family: var(--wm-font-mono);
  font-size: var(--wm-text-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-mint);
  margin: 0 0 var(--wm-space-md);
}

body.wm-2027-home .wm-showcase__title {
  font-family: var(--wm-font-display);
  font-size: var(--wm-text-h1);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wm-text);
  margin: 0 0 var(--wm-space-md);
}

body.wm-2027-home .wm-showcase__lead {
  margin: 0;
  font-size: var(--wm-text-body);
  line-height: var(--wm-leading-body);
  color: var(--wm-text-muted);
}

body.wm-2027-home .wm-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.35rem);
}

@media (min-width: 640px) {
  body.wm-2027-home .wm-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body.wm-2027-home .wm-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.wm-2027-home .wm-showcase__card {
  position: relative;
  border-radius: var(--wm-radius-lg);
  border: 1px solid var(--wm-border);
  background: linear-gradient(160deg, rgba(22, 26, 36, 0.85) 0%, rgba(12, 14, 20, 0.92) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(288px, 42vw, 320px);
  box-shadow: var(--wm-shadow-soft);
  transition:
    transform 0.4s var(--wm-ease-out),
    border-color 0.35s ease,
    box-shadow 0.4s var(--wm-ease-out);
}

body.wm-2027-home .wm-showcase__card:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 140, 255, 0.35);
  box-shadow: var(--wm-shadow-soft), 0 0 0 1px rgba(91, 140, 255, 0.12), 0 24px 48px rgba(0, 0, 0, 0.35);
}

body.wm-2027-home .wm-showcase__visual {
  flex-shrink: 0;
  height: clamp(118px, 22vw, 150px);
  background: linear-gradient(135deg, rgba(91, 140, 255, 0.12) 0%, rgba(62, 232, 200, 0.06) 100%);
  border-bottom: 1px solid var(--wm-border);
  position: relative;
  overflow: hidden;
}

body.wm-2027-home .wm-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 24px rgba(91, 140, 255, 0.12);
  pointer-events: none;
}

body.wm-2027-home .wm-showcase__body {
  padding: var(--wm-space-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.wm-2027-home .wm-showcase__type {
  font-family: var(--wm-font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wm-accent);
  margin-bottom: 0.35rem;
}

body.wm-2027-home .wm-showcase__name {
  font-family: var(--wm-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wm-text);
  margin: 0 0 var(--wm-space-sm);
}

body.wm-2027-home .wm-showcase__value {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--wm-text-muted);
  margin: 0 0 var(--wm-space-md);
  flex: 1;
}

body.wm-2027-home .wm-showcase__link {
  font-family: var(--wm-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-mint);
  text-decoration: none;
  align-self: flex-start;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.wm-2027-home .wm-showcase__link:hover {
  color: #fff;
  border-bottom-color: rgba(62, 232, 200, 0.5);
}

body.wm-2027-home .wm-showcase__foot {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

body.wm-2027-home .wm-showcase__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: 1px solid var(--wm-border-strong);
  color: var(--wm-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

body.wm-2027-home .wm-showcase__more:hover {
  border-color: rgba(91, 140, 255, 0.45);
  background: rgba(91, 140, 255, 0.1);
  box-shadow: 0 0 28px rgba(91, 140, 255, 0.15);
}

/* --- Мы в числах --- */
body.wm-2027-home .benefits {
  position: relative;
  z-index: 1;
  background: var(--wm-bg);
  border-top: 1px solid var(--wm-border);
  padding: var(--wm-space-section) clamp(1.25rem, 4vw, 2.5rem);
}

body.wm-2027-home .benefits__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

body.wm-2027-home .benefits__metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: 0.5rem;
}

/* Якорь для scrollto (#d3) под fixed nav */
body.wm-2027-home .wm-anchor {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-margin-top: calc(72px + 1rem);
}

body.wm-2027-home .benefits .h1-main,
body.wm-2027-home .benefits .benefits__heading {
  font-family: var(--wm-font-display);
  font-size: var(--wm-text-h1);
  font-weight: 700;
  color: var(--wm-text);
  margin: 0 0 var(--wm-space-sm);
}

body.wm-2027-home .benefits .p-main {
  color: var(--wm-text-muted);
  font-size: 1rem;
  margin: 0 0 clamp(2rem, 4vw, 2.5rem);
}

body.wm-2027-home .benefits__metrics .benefits__element {
  margin: 0;
}

body.wm-2027-home .benefits__element {
  display: inline-block;
  vertical-align: top;
  width: min(100%, 280px);
  margin: 0.75rem;
  padding: var(--wm-space-xl) var(--wm-space-lg);
  border-radius: var(--wm-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(22, 26, 36, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.35s var(--wm-ease-out),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
}

body.wm-2027-home .benefits__element:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 140, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 40px rgba(0, 0, 0, 0.3),
    0 0 36px rgba(91, 140, 255, 0.08);
}

body.wm-2027-home .benefits__number {
  font-family: var(--wm-font-display);
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--wm-text) 0%, var(--wm-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.wm-2027-home .benefits__title {
  color: var(--wm-text-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

/* --- CTA band --- */
body.wm-2027-home .wm-cta-2027 {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
  border-top: 1px solid var(--wm-border);
  background: linear-gradient(180deg, var(--wm-bg) 0%, rgba(91, 140, 255, 0.08) 50%, var(--wm-bg-deep) 100%);
}

body.wm-2027-home .wm-cta-2027__inner {
  max-width: 640px;
  margin: 0 auto;
}

body.wm-2027-home .wm-cta-2027__title {
  font-family: var(--wm-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--wm-text);
  margin: 0 0 var(--wm-space-md);
}

body.wm-2027-home .wm-cta-2027__text {
  color: var(--wm-text-muted);
  margin: 0 0 var(--wm-space-xl);
  line-height: var(--wm-leading-body);
}

body.wm-2027-home .wm-cta-2027__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--wm-accent) 0%, #4068d9 100%);
  border: none;
  box-shadow: 0 8px 32px var(--wm-accent-glow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.wm-2027-home .wm-cta-2027__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px var(--wm-accent-glow);
}

/* --- Прайс --- */
body.wm-2027-home #prices {
  background: var(--wm-bg-deep);
  border-top: 1px solid var(--wm-border);
  padding: var(--wm-space-section) clamp(1.25rem, 4vw, 2.5rem);
  scroll-margin-top: calc(72px + 0.75rem);
}

body.wm-2027-home #prices .wm-prices-2027__head {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

body.wm-2027-home #prices .wm-prices-2027__eyebrow {
  font-family: var(--wm-font-mono);
  font-size: var(--wm-text-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-mint);
  margin: 0 0 var(--wm-space-md);
}

body.wm-2027-home #prices .wm-prices-2027__title {
  font-family: var(--wm-font-display);
  font-size: var(--wm-text-h1);
  font-weight: 700;
  color: var(--wm-text);
  margin: 0 0 var(--wm-space-sm);
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-wrap: balance;
}

body.wm-2027-home #prices .wm-prices-2027__lead {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wm-text-muted);
}

body.wm-2027-home #prices .wm-prices-2027__legal {
  margin: 1rem auto 0;
  max-width: 38rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(155, 168, 195, 0.88);
}

body.wm-2027-home #prices .wm-prices-2027__legal a {
  color: var(--wm-accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

body.wm-2027-home #prices .wm-prices-2027__legal a:hover {
  color: #8ab4ff;
}

body.wm-2027-home #prices .wm-prices-2027__lines {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
}

body.wm-2027-home #prices .price-line {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-color: var(--wm-border);
  background: rgba(22, 26, 36, 0.45);
  border-radius: var(--wm-radius-md);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.wm-2027-home #prices .price-line:hover {
  border-color: rgba(91, 140, 255, 0.25);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

body.wm-2027-home #prices .price-line h2,
body.wm-2027-home #prices .price-line h3 {
  font-family: var(--wm-font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--wm-text);
}

body.wm-2027-home #prices .wm-prices-2027__tag {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(62, 232, 200, 0.95);
  border: 1px solid rgba(62, 232, 200, 0.28);
  border-radius: 999px;
  vertical-align: middle;
}

body.wm-2027-home #prices .price-line p {
  color: var(--wm-text-muted);
}

body.wm-2027-home #prices bold {
  color: var(--wm-mint);
}

/* --- Контакты: тёмная карта блока --- */
body.wm-2027-home #contact-1.wm-contact-2027 {
  color: var(--wm-text-muted);
  background:
    radial-gradient(ellipse 70% 50% at 20% 0%, rgba(91, 140, 255, 0.08), transparent 55%),
    var(--wm-bg);
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  border-top: 1px solid var(--wm-border);
  padding: clamp(2.75rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 7vw, 4.5rem);
  display: block;
  width: 100%;
}

body.wm-2027-home #contact-1 .wm-contact-2027__shell {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

@media (min-width: 901px) {
  body.wm-2027-home #contact-1 .wm-contact-2027__shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}

body.wm-2027-home #contact-1 #map,
body.wm-2027-home #contact-1 .wm-contact-2027__map {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 220px;
  max-height: 380px;
  margin: 0 !important;
  display: block !important;
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
  border: 1px solid var(--wm-border);
  box-shadow: var(--wm-shadow-soft);
  background: rgba(12, 14, 20, 0.65);
}

body.wm-2027-home #contact-1 #map img,
body.wm-2027-home #contact-1 .wm-contact-2027__map img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

/* Abstract contact visual (replaces logo map placeholder) */
body.wm-2027-home #contact-1 .wm-contact-2027__map--abstract {
  position: relative;
  min-height: 260px;
  padding: 0;
  background:
    radial-gradient(ellipse 80% 65% at 50% 45%, rgba(62, 232, 200, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 18% 22%, rgba(91, 140, 255, 0.18), transparent 50%),
    linear-gradient(165deg, rgba(14, 18, 28, 0.95) 0%, rgba(8, 10, 16, 0.98) 100%);
}

body.wm-2027-home #contact-1 .wm-contact-2027__map--abstract img {
  display: none;
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.45;
  transform: rotate(-6deg);
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 72%);
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 320px);
  height: min(72%, 320px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(62, 232, 200, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(91, 140, 255, 0.08);
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(62, 232, 200, 0.15);
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--a {
  width: 12px;
  height: 12px;
  left: 22%;
  top: 38%;
  background: linear-gradient(135deg, #3ee8c8, #5b8cff);
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--b {
  width: 9px;
  height: 9px;
  right: 26%;
  top: 32%;
  background: rgba(91, 140, 255, 0.95);
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--c {
  width: 10px;
  height: 10px;
  left: 48%;
  bottom: 28%;
  background: rgba(62, 232, 200, 0.85);
}

body.wm-2027-home #contact-1 .wm-contact-2027__lead {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--wm-text-muted);
}

body.wm-2027-home #contact-1 .wm-contact-2027__meta {
  margin: 0 0 1.1rem;
  font-family: var(--wm-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(62, 232, 200, 0.75);
}

body.wm-2027-home #contact-1 .wm-contact-2027__channels {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel:last-of-type {
  border-bottom: none;
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  text-decoration: none;
  color: var(--wm-text) !important;
  border-bottom: none !important;
  transition: color 0.2s ease;
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel-link:hover {
  color: var(--wm-mint) !important;
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel-label {
  font-family: var(--wm-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-text-muted);
}

body.wm-2027-home #contact-1 .wm-contact-2027__channel-value {
  font-size: 0.98rem;
  font-weight: 500;
}

body.wm-2027-home #contact-1 .wm-contact-2027__footnote {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--wm-text-muted);
}

body.wm-2027-home #contact-1 .wm-contact-2027__footnote a {
  color: var(--wm-mint);
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 232, 200, 0.3);
}

body.wm-2027-home #contact-1 .wm-contact-2027__footnote a:hover {
  border-bottom-color: var(--wm-mint);
}

body.wm-2027-home #contact-1 .right,
body.wm-2027-home #contact-1 .wm-contact-2027__aside {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 1.75rem) !important;
  position: relative;
  background: rgba(22, 26, 36, 0.82);
  border: 1px solid var(--wm-border);
  border-radius: var(--wm-radius-lg);
  box-shadow: var(--wm-shadow-soft);
}

body.wm-2027-home #contact-1 .right::before,
body.wm-2027-home #contact-1 .right::after,
body.wm-2027-home #contact-1 .wm-contact-2027__aside::before,
body.wm-2027-home #contact-1 .wm-contact-2027__aside::after,
body.wm-2027-home #contact-1 .right h1::before,
body.wm-2027-home #contact-1 .right h1::after,
body.wm-2027-home #contact-1 .wm-contact-2027__title::before,
body.wm-2027-home #contact-1 .wm-contact-2027__title::after {
  content: none !important;
  display: none !important;
}

body.wm-2027-home #contact-1 .wm-contact-2027__eyebrow {
  font-family: var(--wm-font-mono);
  font-size: var(--wm-text-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-mint);
  margin: 0 0 var(--wm-space-sm);
}

body.wm-2027-home #contact-1 .wm-contact-2027__title,
body.wm-2027-home #contact-1 .right h1 {
  font-family: var(--wm-font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--wm-text) !important;
  text-align: left;
  padding: 0 0 var(--wm-space-md) !important;
  margin: 0 !important;
  width: 100%;
}

body.wm-2027-home #contact-1 .right p,
body.wm-2027-home #contact-1 .wm-contact-2027__row {
  margin: 0;
  padding: 0.55rem 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}

body.wm-2027-home #contact-1 .wm-contact-2027__lead,
body.wm-2027-home #contact-1 .wm-contact-2027__meta,
body.wm-2027-home #contact-1 .wm-contact-2027__footnote {
  display: block;
  padding: 0 !important;
}

body.wm-2027-home #contact-1 .wm-contact-2027__actions {
  display: block;
  padding: 0.35rem 0 0.85rem !important;
}

body.wm-2027-home #contact-1 .wm-contact__link,
body.wm-2027-home #contact-1 a.wm-contact__link {
  font-size: 0.95rem !important;
  color: var(--wm-text) !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.wm-2027-home #contact-1 .wm-contact__link:hover {
  color: var(--wm-mint) !important;
  border-bottom-color: rgba(62, 232, 200, 0.35);
}

body.wm-2027-home #contact-1 .wm-contact__link--cta,
body.wm-2027-home #contact-1 a.wm-contact__link--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem !important;
  border-radius: 999px;
  font-weight: 600 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--wm-accent) 0%, #4068d9 100%);
  border: none !important;
  box-shadow: 0 8px 28px var(--wm-accent-glow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.wm-2027-home #contact-1 .wm-contact__link--cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px var(--wm-accent-glow);
  color: #fff !important;
}

body.wm-2027-home #contact-1 .wm-contact__icon {
  font-size: 1.1rem;
  opacity: 0.85;
}

body.wm-2027-home #contact-1 .wm-contact__icon--whatsapp {
  color: #3ee8c8 !important;
}

body.wm-2027-home #contact-1 .wm-contact__icon--telegram {
  color: var(--wm-accent) !important;
}

body.wm-2027-home #contact-1 .wm-contact__icon--mail {
  color: rgba(255, 179, 71, 0.95) !important;
}

/* --- SEO --- */
body.wm-2027-home .wm-seo-2027 {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2rem);
  color: var(--wm-text-muted);
  border-top: 1px solid var(--wm-border);
  background: linear-gradient(180deg, rgba(7, 8, 12, 0.35) 0%, transparent 40%);
}

body.wm-2027-home .wm-seo-2027 h2 {
  font-family: var(--wm-font-display);
  font-size: var(--wm-text-h2);
  color: var(--wm-text);
  margin: 2rem 0 0.75rem;
}

body.wm-2027-home .wm-seo-2027 h2:first-child {
  margin-top: 0;
}

body.wm-2027-home .wm-seo-2027 h3 {
  font-family: var(--wm-font-display);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--wm-text);
  margin: 1.5rem 0 0.5rem;
}

body.wm-2027-home .wm-seo-2027 p,
body.wm-2027-home .wm-seo-2027 li {
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* --- Убрать белый разделитель legacy на главной --- */
body.wm-2027-home #linia-white {
  display: none;
}

/* --- Карточки post-hero: лёгкий lift --- */
@media (hover: hover) {
  body.wm-2027-home .wm-ph-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 1000px) {
  /**
   * ---- Mobile nav: collapsed bar vs full-screen drawer ----
   * Legacy home-sections used display:table on #menu li / li ul — caused huge
   * vertical gaps, caret split from labels, and desktop absolute dropdowns
   * (opacity:0) fighting mobile. Drawer open = flex column + in-flow submenus.
   */
  body.wm-2027-home #menu:not(.menu-open-open) {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    min-height: 64px;
    max-height: 72px;
    padding: 0 clamp(0.85rem, 3vw, 1.25rem) !important;
    padding-top: 0 !important;
    overflow: hidden;
    background: linear-gradient(
      180deg,
      rgba(7, 8, 12, 0.92) 0%,
      rgba(7, 8, 12, 0.72) 100%
    ) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    z-index: 10040;
  }

  body.wm-2027-home #menu:not(.menu-open-open) > span {
    flex: 1;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
  }

  body.wm-2027-home #menu:not(.menu-open-open) .logo {
    margin: 0 !important;
    padding: 0.12rem 0 !important;
    flex-shrink: 0;
  }

  body.wm-2027-home #menu.menu-open-open,
  body.wm-2027-home #menu.menu-open-open.menu-verx-lip,
  body.wm-2027-home #menu.menu-open-open.menu-verx-lip-2 {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    inset: 0;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100dvh;
    max-height: 100dvh;
    height: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: max(0.5rem, env(safe-area-inset-top, 0px)) clamp(0.85rem, 3vw, 1.15rem)
      max(0.75rem, env(safe-area-inset-bottom, 0px)) !important;
    padding-top: max(4.35rem, calc(env(safe-area-inset-top, 0px) + 3.35rem)) !important;
    z-index: 10070;
    background: rgba(8, 10, 15, 0.97) !important;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    border: none;
    box-shadow: none;
  }

  body.wm-2027-home #menu.menu-open-open .logo {
    order: -1;
    margin: 0 0 0.5rem !important;
    padding: 0.15rem 0 !important;
    align-self: flex-start;
    flex-shrink: 0;
    filter: none !important;
  }

  body.wm-2027-home #menu.menu-open-open > span {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

  body.wm-2027-home #menu.menu-open-open span > ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100% !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 0.28rem 0 !important;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    float: none !important;
    position: relative !important;
    color: rgba(255, 255, 255, 0.94) !important;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li:last-child {
    border-bottom: none;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li > a:not(.go-site) {
    flex: 1 1 auto;
    min-width: 0;
    order: 0;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li > a.go-site {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    order: 5;
    margin: 0.2rem 0 0 !important;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li > .wm-nav__label {
    flex: 1 1 auto;
    min-width: 0;
    order: 0;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0.15rem 0 !important;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li > i.fas,
  body.wm-2027-home #menu.menu-open-open span > ul > li > i.fab {
    float: none !important;
    order: 1;
    margin: 0 0 0 0.35rem !important;
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    min-width: 1.65rem;
    height: 1.65rem;
    font-size: 0.68rem !important;
    line-height: 1 !important;
  }

  body.wm-2027-home #menu.menu-open-open span > ul > li > i.fa-headset {
    order: 0;
    margin-left: 0 !important;
    margin-right: 0.2rem !important;
    width: 2rem !important;
    min-width: 2rem !important;
    height: 2rem !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  /* In-flow submenus (override global desktop absolute + opacity:0) */
  body.wm-2027-home #menu.menu-open-open li ul {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    order: 10;
    flex: 0 0 100%;
    margin: 0.35rem 0 0 !important;
    padding: 0.2rem 0 !important;
    display: block !important;
    background: rgba(14, 16, 24, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    max-height: min(46vh, 400px);
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
  }

  body.wm-2027-home #menu.menu-open-open li:hover ul {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.wm-2027-home #menu.menu-open-open li ul li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-height: 0 !important;
  }

  body.wm-2027-home #menu.menu-open-open li ul li a {
    display: flex !important;
    align-items: center;
    gap: 0.45rem;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.5rem 0.65rem !important;
    box-sizing: border-box;
    min-height: 42px;
    border-radius: 8px;
  }

  body.wm-2027-home #menu a,
  body.wm-2027-home #menu li,
  body.wm-2027-home #menu .wm-nav__label {
    color: rgba(255, 255, 255, 0.94) !important;
  }

  body.wm-2027-home #menu li ul li a {
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
  }

  body.wm-2027-home #menu li ul li a:hover {
    color: var(--wm-mint) !important;
    background: rgba(62, 232, 200, 0.1) !important;
  }

  body.wm-2027-home #menu .go-site {
    border: 1px solid rgba(91, 140, 255, 0.55) !important;
    background: rgba(91, 140, 255, 0.12) !important;
    color: #fff !important;
  }

  body.wm-2027-home #menu .go-site:hover {
    border-color: rgba(62, 232, 200, 0.55) !important;
    background: rgba(62, 232, 200, 0.12) !important;
  }

  body.wm-2027-home #menu span > ul > li > .fas.fa-angle-down {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  body.wm-2027-home #menu .fas,
  body.wm-2027-home #menu .fab {
    color: rgba(255, 255, 255, 0.68) !important;
  }

  body.wm-2027-home #menu .fa-headset {
    color: var(--wm-mint) !important;
  }

  body.wm-2027-home #menu a,
  body.wm-2027-home #menu .go-site {
    box-sizing: border-box;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
  }

  body.wm-2027-home:has(#menu.menu-open-open) #numbers,
  body.wm-2027-home:has(#menu.menu-open-open) .wm-moon-widget {
    display: none !important;
  }

  body.wm-2027-home:has(#menu.menu-open-open) .cmn-toggle-switch {
    z-index: 10100;
  }

  /**
   * Mobile menu toggle — inner RU pages skip home-sections.css, so the
   * header inline `.cmn-toggle-switch{display:none}` + components.css left the
   * hamburger invisible. Force a real FAB-style control above #menu / #numbers.
   */
  body.wm-2027-home .cmn-toggle-switch {
    display: flex !important;
    position: fixed;
    top: max(0.7rem, env(safe-area-inset-top, 0px));
    right: max(0.95rem, env(safe-area-inset-right, 0px));
    left: auto;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    z-index: 10090;
    box-sizing: border-box;
    pointer-events: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

@media (min-width: 1001px) {
  body.wm-2027-home #menu.menu-verx-lip .logo,
  body.wm-2027-home #menu.menu-verx-lip-2 .logo {
    filter: none !important;
  }

  body.wm-2027-home #menu.menu-verx-lip span ul li a,
  body.wm-2027-home #menu.menu-verx-lip-2 span ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  body.wm-2027-home #menu.menu-verx-lip span ul li a:hover,
  body.wm-2027-home #menu.menu-verx-lip-2 span ul li a:hover {
    color: var(--wm-mint) !important;
  }
}

/* =====================================================================
 * Post-hero v2: ритм секций, trust, showcase previews, polish
 * ===================================================================== */
body.wm-2027-home .wm-ph {
  scroll-margin-top: calc(72px + 0.75rem);
}

body.wm-2027-home .wm-ph--offers {
  padding-top: clamp(3rem, 7vw, 4.25rem);
  border-top: 1px solid rgba(62, 232, 200, 0.08);
}

body.wm-2027-home .wm-ph--trust .wm-ph-trust__item {
  transition:
    transform 0.35s var(--wm-ease-out),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}

@media (hover: hover) {
  body.wm-2027-home .wm-ph--trust .wm-ph-trust__item:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 140, 255, 0.28);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(62, 232, 200, 0.08);
  }
}

body.wm-2027-home .wm-ph-step {
  transition:
    transform 0.35s var(--wm-ease-out),
    border-color 0.25s ease,
    box-shadow 0.35s ease;
}

@media (hover: hover) {
  body.wm-2027-home .wm-ph-step:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 140, 255, 0.22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  }
}

/* Showcase: уникальные превью (CSS-only) */
body.wm-2027-home .wm-showcase__visual {
  isolation: isolate;
}

body.wm-2027-home .wm-showcase__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(255, 255, 255, 0.06), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

body.wm-2027-home .wm-showcase__visual--app {
  background: linear-gradient(155deg, rgba(91, 140, 255, 0.22) 0%, rgba(12, 14, 20, 0.5) 55%, rgba(62, 232, 200, 0.1) 100%);
}

body.wm-2027-home .wm-showcase__visual--app::after {
  inset: 14% 34%;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18, 22, 32, 0.95) 0%, rgba(8, 10, 14, 0.88) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.45);
}

body.wm-2027-home .wm-showcase__visual--platform {
  background: linear-gradient(120deg, rgba(62, 232, 200, 0.12) 0%, rgba(91, 140, 255, 0.18) 45%, rgba(10, 12, 18, 0.75) 100%);
}

body.wm-2027-home .wm-showcase__visual--platform::after {
  inset: 22% 8% 18%;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 28%, transparent 28%),
    rgba(6, 8, 12, 0.82);
  box-shadow: inset 0 0 0 1px rgba(91, 140, 255, 0.15);
}

body.wm-2027-home .wm-showcase__visual--platform::before {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04) 11px
    ),
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(91, 140, 255, 0.12), transparent 60%);
  opacity: 0.45;
}

body.wm-2027-home .wm-showcase__visual--bot {
  background: linear-gradient(180deg, rgba(52, 152, 219, 0.2) 0%, rgba(12, 14, 20, 0.85) 100%);
}

body.wm-2027-home .wm-showcase__visual--bot::after {
  inset: 28% 22%;
  border-radius: 14px;
  background: rgba(10, 14, 22, 0.9);
  box-shadow: inset 0 -12px 24px rgba(52, 152, 219, 0.12);
}

body.wm-2027-home .wm-showcase__visual--bot::before {
  opacity: 0.7;
  background: radial-gradient(circle at 78% 22%, rgba(62, 232, 200, 0.35), transparent 42%);
}

body.wm-2027-home .wm-showcase__visual--ai {
  background: linear-gradient(135deg, rgba(91, 140, 255, 0.2) 0%, rgba(22, 18, 40, 0.75) 50%, rgba(62, 232, 200, 0.12) 100%);
}

body.wm-2027-home .wm-showcase__visual--ai::after {
  inset: 20% 12%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(62, 232, 200, 0.35) 0%, rgba(62, 232, 200, 0.35) 18%, transparent 18%),
    linear-gradient(90deg, rgba(91, 140, 255, 0.3) 0%, rgba(91, 140, 255, 0.3) 32%, transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 55%, transparent 55%),
    rgba(4, 6, 10, 0.88);
  box-shadow: inset 0 0 32px rgba(91, 140, 255, 0.15);
}

body.wm-2027-home .wm-showcase__visual--design {
  background: conic-gradient(from 210deg at 50% 120%, rgba(91, 140, 255, 0.2), rgba(62, 232, 200, 0.15), rgba(255, 255, 255, 0.04), rgba(91, 140, 255, 0.18));
}

body.wm-2027-home .wm-showcase__visual--design::after {
  inset: 18% 14%;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 14px
    ),
    rgba(12, 14, 20, 0.88);
}

body.wm-2027-home .wm-showcase__visual--web {
  background: linear-gradient(185deg, rgba(255, 255, 255, 0.08) 0%, rgba(91, 140, 255, 0.12) 40%, rgba(8, 10, 14, 0.9) 100%);
}

body.wm-2027-home .wm-showcase__visual--web::after {
  inset: 24% 10% 16%;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 18%, transparent 18%),
    rgba(6, 8, 12, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.wm-2027-home .wm-showcase__visual--web::before {
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(91, 140, 255, 0.15) 0%, transparent 35%);
}

body.wm-2027-home .wm-showcase__visual--ecommerce {
  background: linear-gradient(140deg, rgba(200, 162, 255, 0.18) 0%, rgba(91, 140, 255, 0.14) 50%, rgba(8, 10, 14, 0.85) 100%);
}

body.wm-2027-home .wm-showcase__visual--ecommerce::after {
  inset: 20% 14%;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(200, 162, 255, 0.18) 0%, rgba(200, 162, 255, 0.18) 46%, transparent 46%, transparent 54%, rgba(62, 232, 200, 0.18) 54%, rgba(62, 232, 200, 0.18) 100%),
    linear-gradient(0deg, rgba(91, 140, 255, 0.14) 0%, rgba(91, 140, 255, 0.14) 46%, transparent 46%, transparent 54%, rgba(255, 255, 255, 0.08) 54%, rgba(255, 255, 255, 0.08) 100%),
    rgba(8, 10, 14, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 24px rgba(91, 140, 255, 0.1);
}

body.wm-2027-home .wm-showcase__visual--ecommerce::before {
  opacity: 0.65;
  background: radial-gradient(circle at 86% 20%, rgba(62, 232, 200, 0.5) 0%, rgba(62, 232, 200, 0.15) 30%, transparent 55%);
}

/* Showcase visual: real image variant — отключает CSS-only плейсхолдер и кладёт <img> на всю площадь */
body.wm-2027-home .wm-showcase__visual--image::before,
body.wm-2027-home .wm-showcase__visual--image::after {
  display: none;
}

body.wm-2027-home .wm-showcase__visual--image > .wm-showcase__visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  z-index: 1;
}

/* =============================================================================
 * Header / nav — premium pass (RU home only; overrides legacy #menu + icons)
 * ============================================================================= */
body.wm-2027-home {
  --wm-nav-fg: rgba(255, 255, 255, 0.93);
  --wm-nav-fg-soft: rgba(255, 255, 255, 0.78);
  --wm-nav-muted: rgba(255, 255, 255, 0.7);
  --wm-nav-accent: rgba(62, 232, 200, 0.95);
}

@media (min-width: 1001px) {
  body.wm-2027-home #menu {
    align-items: center !important;
  }

  body.wm-2027-home #menu .logo {
    display: flex !important;
    align-items: center;
    align-self: center;
    float: none !important;
    margin: 0 !important;
    padding: 0.2rem 0 !important;
  }

  body.wm-2027-home #menu .logo img {
    max-height: 34px;
    vertical-align: middle;
  }

  body.wm-2027-home #menu span {
    align-items: center !important;
  }

  body.wm-2027-home #menu span > ul {
    align-items: center !important;
    gap: 0.15rem 0.5rem !important;
  }

  body.wm-2027-home #menu span > ul > li {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.32rem;
    float: none !important;
    margin: 0 !important;
    padding: 0 0.45rem !important;
    min-height: 44px;
    box-sizing: border-box;
    position: relative;
    font-family: var(--wm-font-sans, "DM Sans", system-ui, sans-serif);
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    line-height: 1.22 !important;
    letter-spacing: 0.01em;
    color: var(--wm-nav-fg) !important;
  }

  body.wm-2027-home #menu.menu-verx-lip span > ul > li,
  body.wm-2027-home #menu.menu-verx-lip-2 span > ul > li,
  body.wm-2027-home #menu.wm-nav--scrolled span > ul > li,
  body.wm-2027-home #menu.wm-nav--dense span > ul > li {
    color: var(--wm-nav-fg) !important;
  }

  body.wm-2027-home #menu .wm-nav__label {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.05rem;
    color: var(--wm-nav-fg) !important;
    font-weight: 500 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    cursor: default;
    user-select: none;
  }

  body.wm-2027-home #menu span > ul > li > a:not(.go-site) {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.1rem !important;
    font-weight: 500 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: var(--wm-nav-fg) !important;
  }

  body.wm-2027-home #menu span > ul > li > a:not(.go-site):hover {
    color: #fff !important;
    text-shadow: 0 0 18px rgba(91, 140, 255, 0.22);
  }

  body.wm-2027-home #menu span > ul > li > i.fas,
  body.wm-2027-home #menu span > ul > li > i.fab {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    width: 1.15rem;
    min-width: 1.15rem;
    height: 1.15rem;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    color: var(--wm-nav-muted) !important;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  body.wm-2027-home #menu span > ul > li:hover > i.fas.fa-angle-down {
    color: var(--wm-nav-accent) !important;
    transform: translateY(0.5px);
  }

  body.wm-2027-home #menu span > ul > li:is(:hover, :focus-within) .wm-nav__label {
    color: #fff !important;
  }

  body.wm-2027-home #menu span > ul > li > i.fa-headset {
    width: 2.125rem !important;
    height: 2.125rem !important;
    min-width: 2.125rem !important;
    font-size: 0.82rem !important;
    line-height: 1 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: var(--wm-nav-accent) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  body.wm-2027-home #menu span > ul > li:hover > i.fa-headset {
    background: rgba(62, 232, 200, 0.12) !important;
    border-color: rgba(62, 232, 200, 0.38) !important;
    color: #fff !important;
  }

  body.wm-2027-home #menu .go-site {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 0 !important;
    min-height: 2.375rem;
    padding: 0.48rem 1.2rem !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.045em;
    border-radius: 999px !important;
    border: 1px solid rgba(91, 140, 255, 0.48) !important;
    background: linear-gradient(180deg, rgba(18, 22, 32, 0.75) 0%, rgba(10, 12, 18, 0.88) 100%) !important;
    color: #fff !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 0 0 1px rgba(91, 140, 255, 0.06),
      0 6px 22px rgba(0, 0, 0, 0.35);
    transition:
      background 0.25s ease,
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.2s ease;
  }

  body.wm-2027-home #menu .go-site:hover {
    border-color: rgba(62, 232, 200, 0.55) !important;
    background: linear-gradient(180deg, rgba(62, 232, 200, 0.14) 0%, rgba(10, 14, 22, 0.9) 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 28px rgba(91, 140, 255, 0.18);
    transform: translateY(-1px);
  }

  body.wm-2027-home #menu.menu-verx-lip .go-site,
  body.wm-2027-home #menu.menu-verx-lip-2 .go-site,
  body.wm-2027-home #menu.menu-verx-lip.menu-verx-lip-2 .go-site,
  body.wm-2027-home #menu.wm-nav--dense .go-site,
  body.wm-2027-home #menu.wm-nav--scrolled .go-site {
    border: 1px solid rgba(91, 140, 255, 0.48) !important;
    background: linear-gradient(180deg, rgba(18, 22, 32, 0.75) 0%, rgba(10, 12, 18, 0.88) 100%) !important;
    color: #fff !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 0 0 1px rgba(91, 140, 255, 0.06),
      0 6px 22px rgba(0, 0, 0, 0.35) !important;
  }

  body.wm-2027-home #menu li ul {
    top: 100% !important;
    padding: 0.4rem 0 !important;
    transform: translateX(-50%) translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    background: rgba(14, 16, 24, 0.97) !important;
    box-shadow:
      0 24px 56px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(91, 140, 255, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  body.wm-2027-home #menu li:hover ul,
  body.wm-2027-home #menu li:focus-within ul {
    transform: translateX(-50%) translateY(0) !important;
  }

  body.wm-2027-home #menu li ul li:has(> a[href=""]) {
    display: none !important;
  }

  body.wm-2027-home #menu li ul li a {
    display: flex !important;
    align-items: center;
    gap: 0.45rem;
    width: auto !important;
    margin: 0.1rem 0.4rem !important;
    padding: 0.55rem 0.8rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border-radius: var(--wm-radius-sm);
    transition: background 0.2s ease, color 0.2s ease;
  }

  body.wm-2027-home #menu li ul li a:hover {
    color: var(--wm-nav-accent) !important;
    background: rgba(62, 232, 200, 0.09) !important;
  }

  body.wm-2027-home #menu li ul li a .fab,
  body.wm-2027-home #menu li ul li a .fas {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 0.95rem;
    flex-shrink: 0;
  }

  body.wm-2027-home #menu li ul li a:hover .fab,
  body.wm-2027-home #menu li ul li a:hover .fas {
    color: var(--wm-nav-accent) !important;
  }
}

body.wm-2027-home #menu a:focus-visible,
body.wm-2027-home #menu .go-site:focus-visible {
  outline: 2px solid rgba(62, 232, 200, 0.75);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  body.wm-2027-home #menu .go-site:hover,
  body.wm-2027-home #menu span > ul > li:hover > i.fas.fa-angle-down {
    transform: none;
  }
}

/* =====================================================================
 * BRAND LOGO COMPONENT — .wm-logo (SVG mark + wordmark span)
 * ===================================================================== */
body.wm-2027-home #menu .logo.wm-logo {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  padding: 0.2rem 0 !important;
  margin: 0 !important;
  filter: none !important;
}

body.wm-2027-home #menu .logo.wm-logo .wm-logo__mark {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

body.wm-2027-home #menu .logo.wm-logo .wm-logo__name {
  font-family: var(--wm-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  display: block;
  white-space: nowrap;
}

@media (max-width: 400px) {
  body.wm-2027-home #menu .logo.wm-logo .wm-logo__name {
    display: none;
  }
}

/* =====================================================================
 * SHOWCASE CARD VISUAL PREVIEWS — unique per product type
 * Overrides the generic gradient/box placeholders with rich CSS visuals.
 * ===================================================================== */

/* 1. Mobile App — FieldOps Control: map grid + location markers */
body.wm-2027-home .wm-showcase__visual--app {
  background:
    radial-gradient(circle 11px at 55px 38px, rgba(62,232,200,0.95) 0%, rgba(62,232,200,0.3) 50%, transparent 75%),
    radial-gradient(circle 9px at 114px 56px, rgba(91,140,255,0.9) 0%, rgba(91,140,255,0.3) 50%, transparent 75%),
    radial-gradient(circle 7px at 80px 82px, rgba(255,179,71,0.88) 0%, rgba(255,179,71,0.3) 50%, transparent 75%),
    radial-gradient(ellipse 55% 65% at 58% 46%, rgba(62,232,200,0.06) 0%, transparent 70%),
    repeating-linear-gradient(rgba(62,232,200,0.04) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(62,232,200,0.035) 0 1px, transparent 1px 22px),
    linear-gradient(165deg, rgba(8,14,22,0.98) 0%, rgba(10,18,28,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--app::before {
  content: none;
}

body.wm-2027-home .wm-showcase__visual--app::after {
  content: "";
  position: absolute;
  bottom: 10px; left: 12px; right: 12px;
  top: auto;
  width: auto;
  height: 32px;
  border-radius: 7px;
  background: rgba(10,16,26,0.92);
  border: 1px solid rgba(62,232,200,0.25);
  box-shadow:
    0 0 18px rgba(62,232,200,0.1),
    inset 16px 0 0 0 rgba(62,232,200,0.12);
}

/* 2. Web Platform — Partner Hub: sidebar + chart bars */
body.wm-2027-home .wm-showcase__visual--platform {
  background:
    radial-gradient(ellipse 8% 48% at 41% 88%, rgba(62,232,200,0.7) 0%, rgba(62,232,200,0) 100%),
    radial-gradient(ellipse 8% 68% at 55% 88%, rgba(91,140,255,0.72) 0%, rgba(91,140,255,0) 100%),
    radial-gradient(ellipse 8% 38% at 69% 88%, rgba(62,232,200,0.55) 0%, rgba(62,232,200,0) 100%),
    radial-gradient(ellipse 8% 55% at 83% 88%, rgba(91,140,255,0.48) 0%, rgba(91,140,255,0) 100%),
    linear-gradient(to right, rgba(14,18,30,0.98) 0%, rgba(14,18,30,0.98) 22%, transparent 22%),
    linear-gradient(155deg, rgba(10,14,24,0.98) 0%, rgba(12,18,32,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--platform::before {
  content: "";
  position: absolute;
  top: 10px; left: calc(22% + 10px); right: 10px;
  height: 1px;
  background: rgba(255,255,255,0.07);
  box-shadow:
    0 18px 0 0 rgba(255,255,255,0.05),
    0 32px 0 0 rgba(255,255,255,0.04);
}

body.wm-2027-home .wm-showcase__visual--platform::after {
  content: none;
}

/* 3. Telegram Bot — SalesLine: chat interface bubbles */
body.wm-2027-home .wm-showcase__visual--bot {
  background:
    radial-gradient(ellipse 55% 55% at 28% 30%, rgba(62,232,200,0.07) 0%, transparent 65%),
    linear-gradient(160deg, rgba(8,12,20,0.99) 0%, rgba(10,15,25,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--bot::before {
  content: "";
  position: absolute;
  left: 14px; top: 16px;
  width: 52%; height: 28px;
  background: rgba(28,36,50,0.9);
  border-radius: 5px 16px 16px 5px;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

body.wm-2027-home .wm-showcase__visual--bot::after {
  content: "";
  position: absolute;
  top: 56px; right: 14px;
  bottom: auto; left: auto;
  width: 55%; height: 28px;
  background: linear-gradient(135deg, rgba(62,232,200,0.22) 0%, rgba(91,140,255,0.18) 100%);
  border-radius: 16px 5px 5px 16px;
  border: 1px solid rgba(62,232,200,0.3);
  box-shadow: 0 2px 14px rgba(62,232,200,0.12);
}

/* Third bubble hint via box-shadow on ::before */

/* 4. AI & Automation — DocFlow: node graph */
body.wm-2027-home .wm-showcase__visual--ai {
  background:
    radial-gradient(circle 20px at 50% 50%, rgba(62,232,200,0.28) 0%, rgba(62,232,200,0.1) 40%, transparent 70%),
    radial-gradient(circle 8px at 18% 28%, rgba(91,140,255,0.65) 0%, rgba(91,140,255,0) 70%),
    radial-gradient(circle 7px at 80% 26%, rgba(62,232,200,0.6) 0%, rgba(62,232,200,0) 70%),
    radial-gradient(circle 6px at 15% 72%, rgba(255,179,71,0.55) 0%, rgba(255,179,71,0) 70%),
    radial-gradient(circle 7px at 82% 74%, rgba(91,140,255,0.55) 0%, rgba(91,140,255,0) 70%),
    radial-gradient(ellipse 38% 5% at 35% 39%, rgba(91,140,255,0.22) 0%, transparent 100%),
    radial-gradient(ellipse 38% 5% at 65% 39%, rgba(62,232,200,0.2) 0%, transparent 100%),
    radial-gradient(ellipse 5% 30% at 50% 74%, rgba(62,232,200,0.15) 0%, transparent 100%),
    linear-gradient(160deg, rgba(6,10,18,0.99) 0%, rgba(8,12,22,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--ai::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(62,232,200,0.88) 0%, rgba(91,140,255,0.75) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:
    0 0 0 6px rgba(62,232,200,0.12),
    0 0 28px rgba(62,232,200,0.5),
    0 0 52px rgba(91,140,255,0.22);
}

body.wm-2027-home .wm-showcase__visual--ai::after {
  content: none;
}

/* 5. UX/UI Design System — Orbit UI Kit: color tokens + components */
body.wm-2027-home .wm-showcase__visual--design {
  background:
    radial-gradient(circle 8px at 26px 20px, #3ee8c8 0%, rgba(62,232,200,0) 70%),
    radial-gradient(circle 8px at 52px 20px, #5b8cff 0%, rgba(91,140,255,0) 70%),
    radial-gradient(circle 8px at 78px 20px, #b06bff 0%, rgba(176,107,255,0) 70%),
    radial-gradient(circle 8px at 104px 20px, rgba(255,255,255,0.92) 0%, transparent 70%),
    radial-gradient(circle 8px at 130px 20px, #ff6b4a 0%, rgba(255,107,74,0) 70%),
    radial-gradient(ellipse 55% 40% at 50% 70%, rgba(91,140,255,0.07) 0%, transparent 70%),
    linear-gradient(160deg, rgba(10,12,22,0.99) 0%, rgba(12,16,28,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--design::before {
  content: "";
  position: absolute;
  left: 12px; right: 12px;
  top: 40px;
  height: 1px;
  background: rgba(255,255,255,0.08);
}

body.wm-2027-home .wm-showcase__visual--design::after {
  content: "";
  position: absolute;
  top: 54px; left: 12px; right: 12px; bottom: 12px;
  border-radius: 6px;
  background:
    repeating-linear-gradient(
      rgba(91,140,255,0.08) 0 1px,
      transparent 1px 24px
    ),
    rgba(14,18,30,0.6);
  border: 1px solid rgba(91,140,255,0.14);
}

/* 6. Website / Landing — Launch Surface: page layout blocks */
body.wm-2027-home .wm-showcase__visual--web {
  background:
    linear-gradient(180deg, rgba(91,140,255,0.2) 0%, rgba(62,232,200,0.12) 38%, transparent 52%),
    linear-gradient(160deg, rgba(10,12,22,0.99) 0%, rgba(12,16,26,1) 100%);
}

body.wm-2027-home .wm-showcase__visual--web::before {
  content: "";
  position: absolute;
  left: 12px; right: 12px; top: 12px;
  height: 42px;
  background: linear-gradient(135deg, rgba(91,140,255,0.2) 0%, rgba(62,232,200,0.14) 100%);
  border-radius: 7px;
  border: 1px solid rgba(91,140,255,0.22);
  box-shadow: 0 0 24px rgba(91,140,255,0.12);
}

body.wm-2027-home .wm-showcase__visual--web::after {
  content: "";
  position: absolute;
  top: 66px; left: 12px; right: 12px; bottom: 10px;
  border-radius: 5px;
  background:
    linear-gradient(rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.02) 100%) 0 0 / calc(50% - 4px) 100% no-repeat,
    linear-gradient(rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.01) 100%) calc(50% + 4px) 0 / calc(50% - 4px) 100% no-repeat;
  border: 1px solid rgba(255,255,255,0.06);
}

/* =====================================================================
 * ENHANCED MOON SCENE — bigger, stronger glow, more presence
 * ===================================================================== */
body.wm-2027-home .wm-2027-live__moon-scene {
  min-height: 7.5rem;
}

body.wm-2027-home .wm-2027-live__moon-svg {
  max-height: min(100%, 178px);
}

body.wm-2027-home .wm-2027-live__moon-glow {
  background: radial-gradient(circle at 42% 40%, rgba(140, 255, 235, 0.22), rgba(62,232,200,0.12) 38%, transparent 65%);
  filter: blur(16px);
  opacity: 0.95;
}

body.wm-2027-home .wm-2027-live__moon-body {
  filter: drop-shadow(0 0 22px rgba(62,232,200,0.5)) !important;
}

body.wm-2027-home .wm-2027-live__moon-scene[data-wm-state="stable"] .wm-2027-live__moon-body {
  filter: drop-shadow(0 0 18px rgba(62,232,200,0.38)) !important;
}

body.wm-2027-home .wm-2027-live__moon-scene[data-wm-state="building"] .wm-2027-live__moon-body {
  filter: drop-shadow(0 0 22px rgba(91,140,255,0.5)) !important;
}

body.wm-2027-home .wm-2027-live__moon-scene[data-wm-state="deploying"] .wm-2027-live__moon-body {
  filter: drop-shadow(0 0 20px rgba(62,232,200,0.55)) !important;
}

/* =====================================================================
 * PREMIUM FOOTER 2027
 * ===================================================================== */
body.wm-2027-home .wm-footer-2027 {
  background:
    linear-gradient(180deg, var(--wm-bg-deep) 0%, rgba(6,8,12,1) 100%);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: clamp(3rem, 7vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem) 0;
  color: var(--wm-text-muted);
  font-family: var(--wm-font-sans);
}

body.wm-2027-home .wm-footer-2027__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

@media (min-width: 640px) {
  body.wm-2027-home .wm-footer-2027__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  body.wm-2027-home .wm-footer-2027__inner {
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}

/* Brand column */
body.wm-2027-home .wm-footer-2027__brand {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

body.wm-2027-home .wm-footer-2027__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  margin-bottom: 0.15rem;
}

body.wm-2027-home .wm-footer-2027__logo-mark {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

body.wm-2027-home .wm-footer-2027__logo-name {
  font-family: var(--wm-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.95);
  line-height: 1;
}

body.wm-2027-home .wm-footer-2027__tagline {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--wm-text-faint);
  margin: 0;
  max-width: 22rem;
}

body.wm-2027-home .wm-footer-2027__social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.25rem;
}

body.wm-2027-home .wm-footer-2027__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  text-decoration: none;
  transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease;
}

body.wm-2027-home .wm-footer-2027__social a:hover {
  border-color: rgba(62,232,200,0.45);
  color: var(--wm-mint);
  background: rgba(62,232,200,0.08);
}

/* Nav / contact / CTA columns */
body.wm-2027-home .wm-footer-2027__col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body.wm-2027-home .wm-footer-2027__col-head {
  font-family: var(--wm-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin: 0 0 0.35rem;
}

body.wm-2027-home .wm-footer-2027__col a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

body.wm-2027-home .wm-footer-2027__col a:hover {
  color: rgba(255,255,255,0.9);
}

body.wm-2027-home .wm-footer-2027__col-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--wm-text-faint);
  margin: 0 0 0.65rem;
}

body.wm-2027-home .wm-footer-2027__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--wm-accent) 0%, #4068d9 100%);
  color: #fff !important;
  text-decoration: none;
  border: none;
  box-shadow: 0 6px 22px var(--wm-accent-glow);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.wm-2027-home .wm-footer-2027__cta:hover {
  box-shadow: 0 10px 32px var(--wm-accent-glow);
  transform: translateY(-1px);
  color: #fff !important;
}

body.wm-2027-home .wm-footer-2027__cta-secondary {
  display: inline-flex;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(62, 232, 200, 0.9) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 232, 200, 0.35);
  padding-bottom: 0.05rem;
}

body.wm-2027-home .wm-footer-2027__cta-secondary:hover {
  color: var(--wm-mint) !important;
  border-bottom-color: rgba(62, 232, 200, 0.65);
}

/* Bottom bar */
body.wm-2027-home .wm-footer-2027__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 0 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

body.wm-2027-home .wm-footer-2027__copy {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.28);
}

body.wm-2027-home .wm-footer-2027__links {
  display: flex;
  gap: 1.25rem;
}

body.wm-2027-home .wm-footer-2027__links a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.28);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.wm-2027-home .wm-footer-2027__links a:hover {
  color: rgba(255,255,255,0.65);
}

/* =====================================================================
 * SHOWCASE — REAL IMAGE BACKGROUNDS (replaces CSS gradient placeholders)
 * Images generated via Gemini / nano-banana. Dark overlay preserves
 * the premium dark theme and card-body readability.
 * ===================================================================== */

body.wm-2027-home .wm-showcase__visual--app,
body.wm-2027-home .wm-showcase__visual--platform,
body.wm-2027-home .wm-showcase__visual--bot,
body.wm-2027-home .wm-showcase__visual--ai,
body.wm-2027-home .wm-showcase__visual--design,
body.wm-2027-home .wm-showcase__visual--web {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--app::before,
body.wm-2027-home .wm-showcase__visual--app::after,
body.wm-2027-home .wm-showcase__visual--platform::before,
body.wm-2027-home .wm-showcase__visual--platform::after,
body.wm-2027-home .wm-showcase__visual--bot::before,
body.wm-2027-home .wm-showcase__visual--bot::after,
body.wm-2027-home .wm-showcase__visual--ai::before,
body.wm-2027-home .wm-showcase__visual--ai::after,
body.wm-2027-home .wm-showcase__visual--design::before,
body.wm-2027-home .wm-showcase__visual--design::after,
body.wm-2027-home .wm-showcase__visual--web::before,
body.wm-2027-home .wm-showcase__visual--web::after {
  content: none !important;
}

body.wm-2027-home .wm-showcase__visual--app {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.42) 0%, rgba(6,9,14,0.22) 45%, rgba(6,9,14,0.72) 100%),
    url('../../images/showcase/fieldops-mobile-app.png') center top / cover no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--platform {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.38) 0%, rgba(6,9,14,0.18) 40%, rgba(6,9,14,0.68) 100%),
    url('../../images/showcase/partner-hub-platform.png') center top / cover no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--bot {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.45) 0%, rgba(6,9,14,0.2) 42%, rgba(6,9,14,0.72) 100%),
    url('../../images/showcase/salesline-bot.png') center top / cover no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--ai {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.38) 0%, rgba(6,9,14,0.15) 40%, rgba(6,9,14,0.68) 100%),
    url('../../images/showcase/docflow-ai.png') center top / cover no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--design {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.4) 0%, rgba(6,9,14,0.18) 40%, rgba(6,9,14,0.7) 100%),
    url('../../images/showcase/orbit-ui-kit.png') center top / cover no-repeat !important;
}

body.wm-2027-home .wm-showcase__visual--web {
  background:
    linear-gradient(to bottom, rgba(6,9,14,0.4) 0%, rgba(6,9,14,0.18) 38%, rgba(6,9,14,0.7) 100%),
    url('../../images/showcase/launch-surface.png') center top / cover no-repeat !important;
}

/* =====================================================================
 * PRICING — LEFT/RIGHT SPLIT GRID (title+desc left, price right)
 * ===================================================================== */

body.wm-2027-home #prices .price-line {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

body.wm-2027-home #prices .price-line h2,
body.wm-2027-home #prices .price-line h3 {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0.25rem;
}

body.wm-2027-home #prices .price-line p {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

body.wm-2027-home #prices .price-line bold {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  white-space: nowrap;
  font-family: var(--wm-font-display);
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  background: rgba(62, 232, 200, 0.07);
  border: 1px solid rgba(62, 232, 200, 0.2);
  border-radius: var(--wm-radius-sm);
  text-align: center;
  min-width: 7rem;
}

@media (max-width: 580px) {
  body.wm-2027-home #prices .price-line {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto;
  }

  body.wm-2027-home #prices .price-line bold {
    grid-column: 1;
    grid-row: 3;
    justify-self: flex-start;
    margin-top: 0.65rem;
    min-width: 0;
  }
}

/* --- Прайс: аккордеон (details) --- */
body.wm-2027-home #prices details.price-line.wm-price-acc {
  display: block !important;
  border: 1px solid var(--wm-border);
}

/* сброс float/width из legacy-home.css для .price-line p */
body.wm-2027-home #prices details.wm-price-acc p {
  float: none !important;
  width: auto !important;
  display: block !important;
  max-width: none;
}

body.wm-2027-home #prices .wm-price-acc__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(0.75rem, 2.5vw, 1.35rem);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.75rem;
}

body.wm-2027-home #prices .wm-price-acc__summary::-webkit-details-marker {
  display: none;
}

body.wm-2027-home #prices .wm-price-acc__summary::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(200, 210, 230, 0.55);
  border-bottom: 2px solid rgba(200, 210, 230, 0.55);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

body.wm-2027-home #prices details.wm-price-acc[open] > .wm-price-acc__summary::after {
  transform: rotate(-135deg);
  top: 0.55rem;
}

body.wm-2027-home #prices .wm-price-acc__head {
  flex: 1;
  min-width: 0;
}

body.wm-2027-home #prices .wm-price-acc__head h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.02rem, 2vw, 1.14rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

body.wm-2027-home #prices .wm-price-acc__teaser {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(0.86rem, 1.55vw, 0.94rem);
  line-height: 1.52;
  color: var(--wm-text-muted);
}

body.wm-2027-home #prices .wm-price-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--wm-font-display);
  font-size: clamp(0.88rem, 1.7vw, 1.05rem);
  font-weight: 700;
  padding: 0.55rem 1rem;
  color: var(--wm-mint);
  background: rgba(62, 232, 200, 0.07);
  border: 1px solid rgba(62, 232, 200, 0.2);
  border-radius: var(--wm-radius-sm);
  text-align: center;
  min-width: 6.75rem;
}

body.wm-2027-home #prices .wm-price-acc__panel {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  padding-right: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.wm-2027-home #prices .wm-price-acc__intro {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--wm-text-muted);
}

body.wm-2027-home #prices .wm-price-acc__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 1.75rem);
}

body.wm-2027-home #prices .wm-price-acc__sub {
  margin: 0 0 0.5rem;
  font-family: var(--wm-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(62, 232, 200, 0.88);
}

body.wm-2027-home #prices .wm-price-acc__list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--wm-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.wm-2027-home #prices .wm-price-acc__list li + li {
  margin-top: 0.35rem;
}

body.wm-2027-home #prices .wm-price-acc__note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(180, 190, 210, 0.82);
}

body.wm-2027-home #prices .wm-price-acc__note a {
  color: var(--wm-accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

body.wm-2027-home #prices .wm-price-acc__note a:hover {
  color: #8ab4ff;
}

body.wm-2027-home #prices details.wm-price-acc[open] {
  border-color: rgba(91, 140, 255, 0.28);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

@media (max-width: 640px) {
  body.wm-2027-home #prices {
    padding-inline: clamp(1.4rem, 5.5vw, 1.85rem);
  }

  body.wm-2027-home #prices .price-line {
    padding: 1.1rem 1.15rem;
    box-sizing: border-box;
    max-width: 100%;
  }

  body.wm-2027-home #prices .wm-price-acc__summary {
    flex-direction: column;
    align-items: stretch;
    padding-right: 1.65rem;
  }

  body.wm-2027-home #prices .wm-price-acc__summary::after {
    right: 0.35rem;
  }

  body.wm-2027-home #prices .wm-price-pill {
    align-self: flex-start;
    margin-top: 0.15rem;
  }

  body.wm-2027-home #prices .wm-price-acc__cols {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
 * CONTACT — COMMAND CENTER IMAGE BACKGROUND
 * Generated holographic globe image replaces pure-CSS abstract visual.
 * Abstract overlay nodes kept as subtle decoration on top.
 * ===================================================================== */

body.wm-2027-home #contact-1 .wm-contact-2027__map--abstract {
  background: rgba(7, 8, 12, 0.55) !important;
  position: relative;
  overflow: hidden;
}

body.wm-2027-home #contact-1 .wm-contact-2027__bg-image {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0.88;
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    165deg,
    rgba(7, 8, 12, 0.18) 0%,
    rgba(7, 8, 12, 0.08) 50%,
    rgba(7, 8, 12, 0.38) 100%
  );
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--a,
body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--b,
body.wm-2027-home #contact-1 .wm-contact-2027__abstract-node--c {
  opacity: 0.55;
  mix-blend-mode: screen;
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-orbit {
  opacity: 0.22;
}

body.wm-2027-home #contact-1 .wm-contact-2027__abstract-grid {
  opacity: 0.18;
}

/* =====================================================================
 * MOON PHOTO — drop-shadow applies to the image element in SVG
 * ===================================================================== */

body.wm-2027-home .wm-2027-live__moon-photo {
  filter: drop-shadow(0 0 18px rgba(62, 232, 200, 0.55));
}

body.wm-2027-home .wm-2027-live__moon-scene[data-wm-state="building"] .wm-2027-live__moon-photo {
  filter: drop-shadow(0 0 20px rgba(91, 140, 255, 0.52));
}

body.wm-2027-home .wm-2027-live__moon-scene[data-wm-state="deploying"] .wm-2027-live__moon-photo {
  filter: drop-shadow(0 0 22px rgba(62, 232, 200, 0.6));
}

body.wm-2027-home .wm-contact-2027__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

body.wm-2027-home .wm-contact__link--ghost {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 232, 200, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.wm-2027-home .wm-contact__link--ghost:hover {
  color: var(--wm-mint);
  border-bottom-color: rgba(62, 232, 200, 0.65);
}

/* =====================================================================
 * LIVE CONTACT COMMAND CENTER — emotional animated block
 * Полностью CSS-анимация: core-heartbeat, orbits, sparks, floating chips.
 * ===================================================================== */

body.wm-2027-home #contact-1 .wm-contact-2027__map--live {
  min-height: clamp(320px, 42vw, 460px) !important;
  max-height: none !important;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(62, 232, 200, 0.18), transparent 60%),
    radial-gradient(ellipse 70% 50% at 85% 12%, rgba(91, 140, 255, 0.22), transparent 58%),
    radial-gradient(ellipse 55% 50% at 10% 92%, rgba(62, 232, 200, 0.1), transparent 55%),
    linear-gradient(160deg, rgba(10, 14, 22, 0.98) 0%, rgba(6, 8, 14, 1) 100%) !important;
}

body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__bg-image {
  display: none !important;
}

body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract {
  background: none;
}

/* --- Grid (живое мерцание) --- */
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-grid {
  opacity: 0.28;
  animation: wm-live-grid 12s ease-in-out infinite;
}
@keyframes wm-live-grid {
  0%, 100% { opacity: 0.18; transform: rotate(-6deg) scale(1); }
  50%      { opacity: 0.32; transform: rotate(-6deg) scale(1.03); }
}

/* --- Orbits: три кольца с разными скоростями --- */
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-orbit {
  opacity: 0.5;
  border-color: rgba(62, 232, 200, 0.28);
  box-shadow: 0 0 42px rgba(62, 232, 200, 0.08);
}
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-orbit--outer {
  width: min(86%, 420px);
  height: min(86%, 420px);
  animation: wm-live-orbit 24s linear infinite;
  border-style: dashed;
  border-color: rgba(62, 232, 200, 0.2);
}
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-orbit--mid {
  width: min(64%, 300px);
  height: min(64%, 300px);
  animation: wm-live-orbit-rev 18s linear infinite;
  border-color: rgba(91, 140, 255, 0.3);
}
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-orbit--inner {
  width: min(40%, 200px);
  height: min(40%, 200px);
  animation: wm-live-orbit 12s linear infinite;
  border-color: rgba(62, 232, 200, 0.38);
  box-shadow: inset 0 0 30px rgba(62, 232, 200, 0.12);
}
@keyframes wm-live-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes wm-live-orbit-rev {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* --- Core: heartbeat-пульс и halo --- */
.wm-live-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.wm-live-core__dot {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #3ee8c8 40%, #5b8cff 100%);
  box-shadow:
    0 0 22px rgba(62, 232, 200, 0.85),
    0 0 42px rgba(91, 140, 255, 0.55);
  animation: wm-live-core-beat 2.4s ease-in-out infinite;
}
.wm-live-core__halo {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 232, 200, 0.35) 0%, transparent 70%);
  filter: blur(6px);
  animation: wm-live-core-halo 2.4s ease-in-out infinite;
}
.wm-live-core__ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(62, 232, 200, 0.55);
  animation: wm-live-core-ping 3.2s ease-out infinite;
}
.wm-live-core__ping--2 {
  animation-delay: 1.6s;
  border-color: rgba(91, 140, 255, 0.55);
}
@keyframes wm-live-core-beat {
  0%, 100% { transform: scale(1);    box-shadow: 0 0 22px rgba(62, 232, 200, 0.8), 0 0 42px rgba(91, 140, 255, 0.5); }
  50%      { transform: scale(1.18); box-shadow: 0 0 30px rgba(62, 232, 200, 1),   0 0 60px rgba(91, 140, 255, 0.7); }
}
@keyframes wm-live-core-halo {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.25); }
}
@keyframes wm-live-core-ping {
  0%   { transform: scale(0.4); opacity: 0.9; }
  80%  { transform: scale(3.6); opacity: 0;   }
  100% { transform: scale(3.6); opacity: 0;   }
}

/* --- Sparks: плавающие частицы --- */
.wm-live-spark {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(62, 232, 200, 0.9) 45%, transparent 70%);
  box-shadow: 0 0 12px rgba(62, 232, 200, 0.7);
  opacity: 0.75;
  z-index: 2;
}
.wm-live-spark--a { left: 18%; top: 22%; animation: wm-live-spark-a 6s ease-in-out infinite; }
.wm-live-spark--b { right: 16%; top: 30%; width: 4px; height: 4px; animation: wm-live-spark-b 7.5s ease-in-out infinite; }
.wm-live-spark--c { left: 28%; bottom: 20%; width: 5px; height: 5px; background: radial-gradient(circle, #ffffff 0%, rgba(91, 140, 255, 0.9) 45%, transparent 70%); box-shadow: 0 0 12px rgba(91, 140, 255, 0.7); animation: wm-live-spark-c 8s ease-in-out infinite; }
.wm-live-spark--d { right: 24%; bottom: 28%; width: 3px; height: 3px; animation: wm-live-spark-d 9s ease-in-out infinite; }
.wm-live-spark--e { left: 58%; top: 18%; width: 4px; height: 4px; animation: wm-live-spark-e 6.5s ease-in-out infinite; }
@keyframes wm-live-spark-a {
  0%, 100% { transform: translate(0, 0) scale(1);   opacity: 0.55; }
  50%      { transform: translate(18px, -12px) scale(1.4); opacity: 1; }
}
@keyframes wm-live-spark-b {
  0%, 100% { transform: translate(0, 0) scale(1);   opacity: 0.6; }
  50%      { transform: translate(-14px, 10px) scale(1.5); opacity: 1; }
}
@keyframes wm-live-spark-c {
  0%, 100% { transform: translate(0, 0) scale(1);   opacity: 0.55; }
  50%      { transform: translate(10px, -16px) scale(1.3); opacity: 1; }
}
@keyframes wm-live-spark-d {
  0%, 100% { transform: translate(0, 0) scale(1);   opacity: 0.6; }
  50%      { transform: translate(-16px, -10px) scale(1.6); opacity: 1; }
}
@keyframes wm-live-spark-e {
  0%, 100% { transform: translate(0, 0) scale(1);   opacity: 0.6; }
  50%      { transform: translate(-10px, 12px) scale(1.5); opacity: 1; }
}

/* Keep existing abstract-nodes but amp their pulse */
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-node {
  opacity: 0.9 !important;
  mix-blend-mode: normal !important;
  animation: wm-live-node-pulse 3.5s ease-in-out infinite;
  z-index: 2;
}
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-node--b { animation-delay: 1.1s; }
body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-node--c { animation-delay: 2.2s; }
@keyframes wm-live-node-pulse {
  0%, 100% { transform: scale(1);   box-shadow: 0 0 14px rgba(62, 232, 200, 0.4); }
  50%      { transform: scale(1.4); box-shadow: 0 0 26px rgba(62, 232, 200, 0.85); }
}

/* --- Живые чипы со статусом (наполняют "пустое пространство") --- */
.wm-live-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.78);
  border: 1px solid rgba(62, 232, 200, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 30px -10px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(62, 232, 200, 0.05) inset;
  font-family: var(--wm-font-sans);
  font-size: 0.74rem;
  color: var(--wm-text);
  white-space: nowrap;
  animation: wm-live-chip-float 6s ease-in-out infinite;
}
.wm-live-chip__label {
  font-family: var(--wm-font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(62, 232, 200, 0.85);
}
.wm-live-chip__value {
  font-weight: 500;
  color: #ffffff;
}
.wm-live-chip__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ee8c8;
  box-shadow: 0 0 10px rgba(62, 232, 200, 0.9);
  animation: wm-live-chip-dot 1.6s ease-in-out infinite;
}
@keyframes wm-live-chip-dot {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.35); }
}
.wm-live-chip--online  { top: 10%;  left: 6%;  }
.wm-live-chip--response{ top: 18%;  right: 6%;  animation-delay: 1.3s; border-color: rgba(91, 140, 255, 0.4); }
.wm-live-chip--slot    { bottom: 10%; right: 8%; animation-delay: 2.6s; }
@keyframes wm-live-chip-float {
  0%, 100% { transform: translateY(0);   }
  50%      { transform: translateY(-6px); }
}

/* Response-chip: мини-бары громкости/сигнала */
.wm-live-chip__bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}
.wm-live-chip__bars span {
  display: block;
  width: 3px;
  background: linear-gradient(180deg, #3ee8c8, #5b8cff);
  border-radius: 2px;
  animation: wm-live-bars 1.2s ease-in-out infinite;
}
.wm-live-chip__bars span:nth-child(1) { height: 40%; animation-delay: 0s; }
.wm-live-chip__bars span:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.wm-live-chip__bars span:nth-child(3) { height: 55%; animation-delay: 0.3s; }
.wm-live-chip__bars span:nth-child(4) { height: 85%; animation-delay: 0.45s; }
@keyframes wm-live-bars {
  0%, 100% { transform: scaleY(0.55); }
  50%      { transform: scaleY(1);    }
}

/* Нижняя тикер-лента процессов */
.wm-live-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0 1rem;
  font-family: var(--wm-font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}
.wm-live-strip span {
  display: inline-block;
  animation: wm-live-strip-scroll 28s linear infinite;
}
.wm-live-strip span:nth-child(odd) { color: rgba(62, 232, 200, 0.55); }
@keyframes wm-live-strip-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-60%); }
}

/* Mobile: чипы уменьшаем и прижимаем к краям, core поменьше */
@media (max-width: 640px) {
  .wm-live-chip { font-size: 0.66rem; padding: 0.4rem 0.65rem; }
  .wm-live-chip--slot { bottom: 38px; }
  .wm-live-chip__value { font-size: 0.68rem; }
  .wm-live-core { width: 52px; height: 52px; }
}

/* Reduced motion — всё замораживаем */
@media (prefers-reduced-motion: reduce) {
  body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-grid,
  body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-orbit,
  .wm-live-core__dot,
  .wm-live-core__halo,
  .wm-live-core__ping,
  .wm-live-spark,
  body.wm-2027-home #contact-1 .wm-contact-2027__map--live .wm-contact-2027__abstract-node,
  .wm-live-chip,
  .wm-live-chip__dot,
  .wm-live-chip__bars span,
  .wm-live-strip span {
    animation: none !important;
  }
}

/* =============================================================================
 * Premium lead modal — dark / glass, overrides legacy #modal-form-site (#fff)
 * ============================================================================= */

html.wm-lead-modal--open,
body.wm-lead-modal--open {
  overflow: hidden;
}

body.wm-lead-modal--open {
  padding-right: var(--wm-scrollbar-comp, 0px);
}

#modal-form-site.wm-lead-modal .wm-lead-modal__surface,
#modal-form-site.wm-lead-modal .wm-lead-modal__body {
  touch-action: manipulation;
}

#modal-form-site.wm-lead-modal {
  background: transparent !important;
  box-shadow: none !important;
  width: min(100vw, 26.5rem);
  max-width: 100%;
  left: auto;
  right: -100%;
  top: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 999999999;
  transition: right 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#modal-form-site.wm-lead-modal.modal-form-site-open {
  right: 0 !important;
}

#modal-form-site.wm-lead-modal .wm-lead-modal__surface {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
  border-left: 1px solid rgba(91, 140, 255, 0.22);
  background:
    linear-gradient(200deg, rgba(22, 28, 42, 0.92) 0%, rgba(10, 12, 20, 0.96) 42%, #06070d 100%),
    radial-gradient(120% 80% at 0% 0%, rgba(91, 140, 255, 0.12), transparent 55%);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow:
    -32px 0 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--wm-text);
}

@media (min-width: 480px) {
  #modal-form-site.wm-lead-modal .wm-lead-modal__surface {
    border-radius: 14px 0 0 14px;
    margin: 0.65rem 0 0.65rem 0;
    height: calc(100% - 1.3rem);
    max-height: calc(100% - 1.3rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-right: none;
    box-shadow:
      -28px 0 72px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(62, 232, 200, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}

/* Chrome row: brand + close */
#modal-form-site.wm-lead-modal .wm-lead-modal__chrome {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#modal-form-site.wm-lead-modal .wm-lead-modal__brand {
  margin: 0;
  font-family: var(--wm-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(62, 232, 200, 0.75);
}

#modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close {
  position: static;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04) !important;
  background-image: none !important;
  filter: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

#modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close:hover {
  background: rgba(91, 140, 255, 0.12) !important;
  border-color: rgba(91, 140, 255, 0.35);
  color: var(--wm-mint);
  transform: none;
}

#modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close:active {
  transform: scale(0.96);
}

#modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close:focus-visible {
  outline: 2px solid rgba(62, 232, 200, 0.55);
  outline-offset: 2px;
}

.wm-lead-modal__close-lines {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
}

.wm-lead-modal__close-lines::before,
.wm-lead-modal__close-lines::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}

.wm-lead-modal__close-lines::before {
  transform: translateY(-50%) rotate(45deg);
}

.wm-lead-modal__close-lines::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* Scrollable body */
#modal-form-site.wm-lead-modal .wm-lead-modal__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 1rem 1.25rem 0.75rem;
  -webkit-overflow-scrolling: touch;
}

#modal-form-site.wm-lead-modal .wm-lead-modal__title {
  margin: 0 0 0.5rem;
  font-family: var(--wm-font-display);
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 650;
  line-height: var(--wm-leading-tight);
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

#modal-form-site.wm-lead-modal .wm-lead-modal__lead {
  margin: 0 0 1.15rem;
  font-family: var(--wm-font-sans);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--wm-text-muted);
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Footer / secondary path */
#modal-form-site.wm-lead-modal .wm-lead-modal__alt {
  flex-shrink: 0;
  padding: 0.85rem 1.25rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
}

#modal-form-site.wm-lead-modal .wm-lead-modal__alt-label {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-family: var(--wm-font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-text-faint);
}

#modal-form-site.wm-lead-modal .wm-lead-modal__brief {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  line-height: 1.45;
  border-bottom: 1px solid rgba(62, 232, 200, 0.25);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
  max-width: 100%;
  overflow-wrap: anywhere;
}

#modal-form-site.wm-lead-modal .wm-lead-modal__brief:hover {
  color: var(--wm-mint);
  border-bottom-color: rgba(62, 232, 200, 0.55);
}

#modal-form-site.wm-lead-modal .wm-lead-modal__brief:focus-visible {
  outline: 2px solid rgba(62, 232, 200, 0.5);
  outline-offset: 3px;
  border-radius: 4px;
}

.wm-lead-modal__brief-arrow {
  font-size: 0.85rem;
  opacity: 0.65;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#modal-form-site.wm-lead-modal .wm-lead-modal__brief:hover .wm-lead-modal__brief-arrow {
  transform: translateX(3px);
  opacity: 1;
}

/* Form layout */
#modal-form-site.wm-lead-modal .wm-lead-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  text-align: left;
}

#modal-form-site.wm-lead-modal .wm-lead-form__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#modal-form-site.wm-lead-modal .wm-lead-form__field {
  margin-bottom: 0.85rem;
}

#modal-form-site.wm-lead-modal .wm-lead-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--wm-font-sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

#modal-form-site.wm-lead-modal .wm-lead-form__req {
  color: rgba(91, 140, 255, 0.9);
  font-weight: 700;
}

#modal-form-site.wm-lead-modal .wm-lead-form__control {
  width: 100%;
  box-sizing: border-box;
  min-height: 2.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 16, 0.55);
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--wm-font-sans);
  font-size: 0.95rem;
  line-height: 1.35;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

#modal-form-site.wm-lead-modal .wm-lead-form__control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

#modal-form-site.wm-lead-modal .wm-lead-form__control:hover {
  border-color: rgba(91, 140, 255, 0.28);
  background: rgba(12, 16, 26, 0.65);
}

#modal-form-site.wm-lead-modal .wm-lead-form__control:focus {
  outline: none;
  border-color: rgba(62, 232, 200, 0.45);
  background: rgba(10, 14, 22, 0.75);
  box-shadow: 0 0 0 3px rgba(62, 232, 200, 0.12);
}

#modal-form-site.wm-lead-modal .wm-lead-form__control:focus-visible {
  outline: none;
  border-color: rgba(62, 232, 200, 0.55);
  box-shadow: 0 0 0 3px rgba(62, 232, 200, 0.18);
}

#modal-form-site.wm-lead-modal .wm-lead-form__textarea {
  min-height: 5.5rem;
  resize: vertical;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#modal-form-site.wm-lead-modal .wm-lead-form__select-wrap {
  position: relative;
}

#modal-form-site.wm-lead-modal .wm-lead-form__select-wrap::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.2rem;
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  transform: rotate(45deg) translateY(-1px);
  pointer-events: none;
  opacity: 0.85;
}

#modal-form-site.wm-lead-modal .wm-lead-form__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.25rem;
  cursor: pointer;
  color-scheme: dark;
}

#modal-form-site.wm-lead-modal .wm-lead-form__select option {
  background: #12151e;
  color: rgba(255, 255, 255, 0.95);
}

#modal-form-site.wm-lead-modal .wm-lead-form--error .wm-lead-form__control:invalid,
#modal-form-site.wm-lead-modal .wm-lead-form--error .wm-lead-form__select:invalid {
  border-color: rgba(255, 107, 74, 0.55);
  box-shadow: 0 0 0 2px rgba(255, 107, 74, 0.12);
}

#modal-form-site.wm-lead-modal .wm-lead-form__status {
  min-height: 1.2rem;
  margin: 0.15rem 0 0.65rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

#modal-form-site.wm-lead-modal .wm-lead-form__status--ok {
  color: rgba(62, 232, 200, 0.95);
}

#modal-form-site.wm-lead-modal .wm-lead-form__status--err {
  color: rgba(255, 160, 140, 0.95);
}

#modal-form-site.wm-lead-modal .wm-lead-form__submit {
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--wm-font-sans);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: #07080c;
  background: linear-gradient(135deg, #5b8cff 0%, #3ee8c8 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 8px 28px rgba(91, 140, 255, 0.25);
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

#modal-form-site.wm-lead-modal .wm-lead-form__submit:hover:not(:disabled) {
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 10px 36px rgba(62, 232, 200, 0.22);
}

#modal-form-site.wm-lead-modal .wm-lead-form__submit:active:not(:disabled) {
  transform: translateY(1px) scale(0.99);
}

#modal-form-site.wm-lead-modal .wm-lead-form__submit:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

#modal-form-site.wm-lead-modal .wm-lead-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/**
 * Lead modal — mobile bottom sheet (≤640px), not desktop right drawer.
 * Full width, top radii, body scrolls, CTA + close reachable.
 */
@media (max-width: 640px) {
  #modal-form-site.wm-lead-modal {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    max-height: min(
      92dvh,
      calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 0.5rem)
    );
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    transform: translate3d(0, 108%, 0);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: stretch;
    justify-content: flex-end;
    pointer-events: none;
  }

  #modal-form-site.wm-lead-modal.modal-form-site-open {
    right: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__surface {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    height: auto !important;
    margin: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: none;
    box-shadow:
      0 -18px 56px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(62, 232, 200, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__chrome {
    padding: 0.65rem 0.85rem 0.5rem;
    gap: 0.65rem;
  }

  #modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__brand {
    font-size: 0.62rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__body {
    padding: 0.65rem 0.85rem 0.6rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.2rem, 5.2vw, 1.45rem);
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__lead {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__field {
    margin-bottom: 0.55rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__label {
    margin-bottom: 0.22rem;
    font-size: 0.65rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__control {
    min-height: 2.45rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 10px;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__textarea {
    min-height: 3.25rem;
    max-height: 7.5rem;
    resize: vertical;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__status {
    margin: 0.05rem 0 0.45rem;
    font-size: 0.78rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__submit {
    margin-top: 0.1rem;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
    min-height: 2.75rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__alt {
    padding: 0.55rem 0.85rem max(0.75rem, env(safe-area-inset-bottom, 0px));
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__alt-label {
    margin: 0 0 0.22rem;
    font-size: 0.62rem;
  }

  #modal-form-site.wm-lead-modal .wm-lead-modal__brief {
    font-size: 0.8rem;
    gap: 0.3rem;
    line-height: 1.35;
  }

  /* Moon FAB must not sit on the sheet CTA (CSS only; widget logic unchanged). */
  html.wm-lead-modal--open .wm-moon-widget {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  #modal-form-site.wm-lead-modal {
    transition: none;
  }

  #modal-form-site.wm-lead-modal .wm-lead-form__submit,
  #modal-form-site.wm-lead-modal #modal_close.wm-lead-modal__close,
  #modal-form-site.wm-lead-modal .wm-lead-modal__brief .wm-lead-modal__brief-arrow {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 640px) {
  #modal-form-site.wm-lead-modal,
  #modal-form-site.wm-lead-modal.modal-form-site-open {
    transition: none !important;
  }
}

/* =====================================================================
 * RU HOME (+ shell on inner RU) — Responsive Emergency Pass (baseline v1)
 * Breakpoints: 1440 / 1024 / 820 / 768 / 430 / 390 / 360
 * ===================================================================== */

html:has(body.wm-2027-home),
body.wm-2027-home {
  overflow-x: clip;
}

@media (max-width: 1000px) {
  html:has(body.wm-2027-home #menu.menu-open-open),
  body.wm-2027-home:has(#menu.menu-open-open) {
    overflow: hidden;
  }
}

body.wm-2027-home #particles-js {
  max-width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  body.wm-2027-home .wm-2027-hero {
    min-height: auto;
    padding-bottom: clamp(1.5rem, 5vw, 2.75rem);
  }

  body.wm-2027-home .wm-2027-hero__grid {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 4vw, 1.65rem);
    min-width: 0;
  }

  body.wm-2027-home .wm-2027-hero__title {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    line-height: 1.08;
    word-break: break-word;
  }

  body.wm-2027-home .wm-2027-hero__lead {
    font-size: clamp(0.95rem, 3.8vw, 1.05rem);
  }

  body.wm-2027-home .wm-2027-hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding-inline: clamp(4px, 2vw, 12px);
    box-sizing: border-box;
  }

  body.wm-2027-home .wm-2027-hero__actions .wm-2027-btn {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1.15rem;
    font-size: 0.95rem;
    border-radius: 12px;
  }

  body.wm-2027-home .wm-2027-device {
    display: none;
  }
}

@media (max-width: 640px) {
  body.wm-2027-home:not(.wm-2027-inner) .wm-2027-hero {
    padding-top: calc(clamp(3.85rem, 12vw, 5.25rem) + 48px);
    padding-bottom: clamp(1.15rem, 4vw, 1.85rem);
    padding-inline: clamp(1.4rem, 5vw, 1.85rem);
  }

  body.wm-2027-home .wm-showcase,
  body.wm-2027-home .wm-cta-2027 {
    padding-inline: clamp(1.4rem, 5vw, 1.85rem);
  }

  body.wm-2027-home:not(.wm-2027-inner) .wm-2027-hero__title {
    font-size: clamp(1.42rem, 6.8vw, 1.95rem);
  }

  body.wm-2027-home:not(.wm-2027-inner) .wm-2027-hero__lead {
    font-size: clamp(0.9rem, 3.6vw, 1.02rem);
  }

  body.wm-2027-home .wm-2027-caprow {
    gap: 0.32rem 0.48rem;
    row-gap: 0.38rem;
  }

  body.wm-2027-home .wm-2027-caprow__pill {
    font-size: 0.66rem;
    padding: 0.26rem 0.42rem;
  }

  body.wm-2027-home .wm-2027-hero__actions .wm-2027-btn {
    max-width: 320px;
    font-size: 0.92rem;
    padding: 0.65rem 1rem;
    min-height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.wm-2027-home .wm-2027-device__frame {
    max-width: min(100%, 320px);
    margin-inline: auto;
  }
}

@media (max-width: 1023px) {
  body.wm-2027-home .wm-2027-caprow {
    max-width: 100%;
    padding-inline: clamp(1rem, 3.5vw, 1.5rem);
    gap: 0.5rem 0.75rem;
    row-gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.wm-2027-home .wm-2027-caprow__pill {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }

  body.wm-2027-home .wm-2027-live__moon-scene {
    min-height: 6rem;
  }

  body.wm-2027-home .wm-2027-live__moon-svg {
    max-height: min(100%, 140px);
  }

  body.wm-2027-home .wm-showcase__grid,
  body.wm-2027-home .wm-ph-offers,
  body.wm-2027-home .wm-ph-steps {
    min-width: 0;
  }

  body.wm-2027-home .pushy-open-btn {
    min-width: 44px;
    min-height: 44px;
  }

  body.wm-2027-home .logo {
    max-width: min(100%, 260px);
  }

  body.wm-2027-home .cmn-toggle-switch label {
    min-width: 3rem;
    min-height: 2.25rem;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 820px) {
  body.wm-2027-home .wm-showcase__card {
    min-height: 0;
  }

  body.wm-2027-home .wm-showcase__visual {
    min-height: clamp(10rem, 36vw, 13.5rem);
  }
}

@media (max-width: 767px) {
  body.wm-2027-home .header-ru .wm-header-ru__cta {
    padding: 0.45rem 0.7rem;
    font-size: 0.8rem;
    white-space: nowrap;
    max-width: 100%;
  }

  body.wm-2027-home .logo img {
    max-height: 2.25rem;
    width: auto;
  }
}

@media (max-width: 430px) {
  body.wm-2027-home .wm-footer-2027 {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  body.wm-2027-home .wm-footer-2027__inner {
    gap: 1.5rem;
  }

  body.wm-2027-home .wm-2027-caprow {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px));
  }

  body.wm-2027-home #contact-1 .wm-live-strip {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
}


/* =====================================================================
 * BRAND LOGO LOCKUP — full lockup image replaces mark + wordmark span
 * ===================================================================== */
body.wm-2027-home #menu .logo.wm-logo--lockup {
  gap: 0 !important;
  padding: 0.2rem 0 !important;
}

body.wm-2027-home #menu .logo.wm-logo--lockup .wm-logo__lockup {
  display: block !important;
  height: 72px !important;
  width: auto !important;
  max-width: 280px !important;
  max-height: none !important;
  object-fit: contain !important;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  body.wm-2027-home #menu .logo.wm-logo--lockup .wm-logo__lockup {
    height: 52px !important;
  }
}

/* footer lockup */
body.wm-2027-home .wm-footer-2027__logo--lockup {
  gap: 0;
}

body.wm-2027-home .wm-footer-2027__logo-lockup {
  display: block !important;
  height: 70px !important;
  width: auto !important;
  max-width: 260px !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* fallback for plain en-footer (no body class) */
.column.footer-logo .wm-en-footer-lockup {
  display: block;
  height: 70px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  margin-bottom: 0.4rem;
}
