@media (max-width: 768px) {
  .logo {
    font-size: 1.5rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 1.5rem 0;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid rgba(2, 132, 199, 0.15);
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

  .discord-banner {
    flex-direction: column;
    text-align: center;
  }

  .floating-social-widget {
    top: 100px;
    right: 15px;
    gap: 8px;
  }

  .social-btn {
    padding: 5px 10px 5px 5px;
  }

  .social-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .social-text-mini strong {
    font-size: 0.8rem;
  }

  .info-text {
    display: none;
    white-space: normal;
  }

  .social-btn.expanded .info-text {
    display: block;
    margin-top: 4px;
  }
}
