/* Шапка: вход в кабинет рядом с основной CTA */
.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.nav-cabinet-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sub, #7b7d96);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
.nav-cabinet-link:hover {
  color: var(--text, #f0f0f8);
}
@media (max-width: 960px) {
  nav > .nav-cta-group {
    display: none !important;
  }
}

.prose {
  font-size: 0.95rem;
  color: var(--sub2, #a0a2b8);
  line-height: 1.75;
  font-weight: 300;
}
.prose p {
  margin-bottom: 0.75rem;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
