/* rg-manifest.isolated.css — только для страницы about, изоляция по #rg-manifest-page */

/* 2.1 Базовый reset ТОЛЬКО ДЛЯ БЛОКА */
#rg-manifest-page #rg-manifest-block,
#rg-manifest-page #rg-manifest-block * {
  all: revert;
  box-sizing: border-box;
  font-family: 'Inter', 'Manrope', system-ui !important;
}

/* 2.2 Контейнер блока (абсолютный приоритет) */
#rg-manifest-page #rg-manifest-block {
  position: relative !important;
  padding: 96px !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(77,163,255,0.25), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(61,255,178,0.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent),
    #0b0f14 !important;

  color: #e6ebf2 !important;
  overflow: hidden !important;
}

/* 2.3 Сетка / command-overlay */
#rg-manifest-page #rg-manifest-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.25;
  pointer-events: none;
}

/* 2.4 Заголовок — НЕ ПЕРЕБЬЁТСЯ НИЧЕМ */
#rg-manifest-page #rg-manifest-block h2 {
  font-size: clamp(40px, 4.5vw, 60px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
}

#rg-manifest-page #rg-manifest-block h2 span {
  color: #8a94a6 !important;
  font-weight: 500 !important;
}

#rg-manifest-page #rg-manifest-block h2 strong {
  color: #4da3ff !important;
  text-shadow: 0 0 32px rgba(77,163,255,0.6) !important;
}

/* 2.5 Lead-текст */
#rg-manifest-page #rg-manifest-block .rg-manifest-lead {
  font-size: 20px !important;
  line-height: 1.6 !important;
  max-width: 900px !important;
  margin-bottom: 56px !important;
  color: #e6ebf2 !important;
  position: relative;
  z-index: 1;
}

/* 2.6 Ключевая формула «Это стратегия» */
#rg-manifest-page #rg-manifest-block .rg-manifest-thesis {
  font-size: 34px !important;
  font-weight: 600 !important;
  margin-bottom: 56px !important;
  position: relative;
  z-index: 1;
}

#rg-manifest-page #rg-manifest-block .rg-manifest-thesis span {
  color: #8a94a6 !important;
}

#rg-manifest-page #rg-manifest-block .rg-manifest-thesis strong {
  color: #3dffb2 !important;
  text-shadow: 0 0 28px rgba(61,255,178,0.6) !important;
}

/* 2.7 Маршрут (footer) */
#rg-manifest-page #rg-manifest-block .rg-manifest-footer {
  font-size: 18px !important;
  color: #8a94a6 !important;
  max-width: 960px !important;
  position: relative;
  z-index: 1;
}

#rg-manifest-page #rg-manifest-block .rg-manifest-footer em {
  color: #e6ebf2 !important;
  font-style: normal !important;
  position: relative !important;
}

#rg-manifest-page #rg-manifest-block .rg-manifest-footer em::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4da3ff, transparent);
  opacity: 0.6;
}

/* Scroll-анимация */
#rg-manifest-page #rg-manifest-block > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#rg-manifest-page #rg-manifest-block > *.rg-manifest-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 768px) {
  #rg-manifest-page #rg-manifest-block {
    padding: 48px 24px !important;
  }
  #rg-manifest-page #rg-manifest-block .rg-manifest-thesis {
    font-size: 26px !important;
  }
}
