@media (max-width: 430px) {
  body.help-page {
    overflow-y: auto !important;
    height: auto !important;
  }

  .topbar {
    padding: 0.4rem 0.75rem !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }

  .logo {
    height: 24px !important;
  }

  .nav-user {
    display: none !important;
  }

  .nav-link {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.5rem !important;
  }

  .help-shell {
    border-radius: 16px !important;
  }

  .help-header h1 {
    font-size: 1.4rem !important;
  }

  .faq-question {
    font-size: 0.92rem !important;
    padding: 0.85rem 0.95rem !important;
  }

  .faq-answer {
    font-size: 0.9rem !important;
  }

  .contact-box .help-cta {
    width: 100%;
  }
}
