/* ==================== */
/* СТРАНИЦА МАНИФЕСТА */
/* ==================== */
html {
  scroll-snap-type: none !important;
}

.manifesto-page {
  padding-top: 0;
  min-height: 100vh;
  background: var(--black);
}

.manifesto-hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(
    135deg,
    rgba(254, 175, 46, 0.05) 0%,
    transparent 50%,
    rgba(254, 175, 46, 0.03) 100%
  );
  border-bottom: 1px solid rgba(254, 175, 46, 0.1);
  margin-bottom: 4rem;
  margin-top: -100px;
  padding-top: calc(4rem + 100px);
}

.manifesto-hero .hero-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: none;
  border: none;
  animation: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.manifesto-logo {
  width: 230px;
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(254, 175, 46, 0.4));
}

.manifesto-hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.manifesto-hero .accent {
  color: var(--yellow);
  display: block;
  font-size: 1.93rem;
}

.manifesto-hero .subtitle {
  font-size: 1.1rem;
  color: var(--gray);
  font-style: italic;
  margin-top: 1.5rem;
}

.manifesto-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

/* Текстовая секция */
.manifesto-text-section {
  margin-bottom: 2rem;
}

.manifesto-text-section h2 {
  font-size: 1.8rem;
  color: var(--yellow);
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

.manifesto-text-section p {
  color: #cccccc;
  line-height: 1.9;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.manifesto-text-section strong {
  color: var(--yellow);
  font-weight: 600;
}

.manifesto-devis {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--yellow) !important;
  text-align: center;
  letter-spacing: 1px;
}

/* Последний абзац — по ширине */
.manifesto-text-section p:last-child {
  text-align: justify;
}

/* Изображения */
.manifesto-image-block {
  text-align: center;
  margin: 2rem 0;
}

.manifesto-image-block img {
  max-width: 100%;
  border-radius: 10px;
}

/* Разделитель */
.manifesto-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(254, 175, 46, 0.3),
    transparent
  );
  margin: 3rem 0;
}

/* CTA */
.manifesto-cta {
  text-align: center;
  margin-top: 4rem;
}

.footer {
  scroll-snap-align: none;
}

/* Адаптив */
@media (max-width: 768px) {
  .manifesto-hero h1 {
    font-size: 2.5rem;
  }
  .manifesto-hero .accent {
    font-size: 1.6rem;
  }
  .manifesto-logo {
    width: 160px;
    height: 90px;
  }
  .manifesto-text-section h2 {
    font-size: 1.4rem;
  }
  .manifesto-text-section p {
    font-size: 0.95rem;
  }
  .manifesto-container {
    padding: 0 1rem 2rem;
  }
  .manifesto-devis {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 480px) {
  .manifesto-hero h1 {
    font-size: 2rem;
  }
  .manifesto-hero .accent {
    font-size: 1.3rem;
  }
  .manifesto-logo {
    width: 130px;
    height: 75px;
  }
}

.manifesto-deviz {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--yellow) !important;
  text-align: center !important;
  letter-spacing: 1px;
}
