/* MENZIL - Минималистичная главная для гостей
   Только HERO (без отслеживания и статистики) + Footer скрыт
*/

/* === СКРЫТЬ ВСЕ СЕКЦИИ КРОМЕ HERO === */
#page-home #services,
#page-home #calculator,
#page-home #how,
#page-home #warehouse-addresses,
#page-home #prohibited-banner-home,
#page-home #about-menzil,
#page-home #menzil-final-cta,
#page-home .menzil-trust-badge,
#page-home .menzil-prohibited-banner,
#page-home .menzil-warehouse-section,
#page-home .menzil-about-section,
#page-home .menzil-cta-section {
  display: none !important;
}

/* === СКРЫТЬ FOOTER === */
#page-home .footer,
#page-home footer.footer,
#page-home .footer-container,
#page-home .footer-bottom {
  display: none !important;
}

/* === СКРЫТЬ КОРОБКУ "ОТСЛЕДИТЬ ГРУЗ" === */
#page-home .hero-track-box {
  display: none !important;
}

/* === СКРЫТЬ СТАТИСТИКУ (5000+ / 3-7 дней / 24/7) === */
#page-home .hero-stats {
  display: none !important;
}

/* === HERO - центрирование текста без правой колонки === */
#page-home .hero {
  padding-bottom: 60px !important;
  min-height: calc(100vh - 80px) !important;
}

#page-home .hero-container {
  grid-template-columns: 1fr !important;
  text-align: center !important;
  justify-items: center !important;
}

#page-home .hero-container > div:first-child {
  max-width: 720px !important;
  margin: 0 auto !important;
}

#page-home .hero h1 {
  text-align: center !important;
}

#page-home .hero p {
  text-align: center !important;
  margin: 0 auto !important;
}

#page-home .hero-badge {
  margin: 0 auto !important;
}

#page-home .hero-actions {
  justify-content: center !important;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  #page-home .hero {
    padding: 60px 20px 40px !important;
  }
  
  #page-home .hero-container > div:first-child {
    max-width: 100% !important;
  }
}
