@media (max-width: 900px) {
  .desktop-nav {
    display: none !important;
  }

  .burger-menu {
    display: flex;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero p {
    font-size: 15px;
    padding: 0 16px;
  }

  .section {
    padding: 24px;
  }

  .section h2 {
    font-size: 19px;
  }

  .section p {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {
  :root {
    --header-height: 65px;
  }

  .logo {
    font-size: 20px;
  }

  .sidebar {
    width: 250px;
  }

  .footer-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
