@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .navbar-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .logo-title h1 {
    font-size: 1.05rem !important;
    line-height: 1.2;
    max-width: 70vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-banner-container {
    min-height: 42vh;
    padding: 0 16px;
  }

  .chatgpt-typing-row,
  .home-typing-line {
    max-width: 92vw;
    font-size: 1.65rem;
  }

  #subtitle {
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.35;
    font-size: 1em;
  }

  #pre-typing-dot {
    width: 1em;
    height: 1em;
  }

  .home-content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-article-item {
    padding: 14px !important;
  }
}
