/* Responsive fixes */
@media (max-width: 768px) {
  .hero-box {
    padding: 30px 20px;
    max-width: 95%;
    margin: 0 auto;
  }

  .hero-box h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .typewriter-text {
    font-size: 1rem;
    height: auto;
    margin-bottom: 20px;
  }

  .hero-box .btn {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .navbar-brand img {
    height: 30px;
  }

  .bottom-links {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 30px;
    justify-content: center;
  }

  .bottom-links a {
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}
