@media (max-width: 1024px) {
  .modern-home .hero-modern {
    min-height: 74vh;
  }
  .modern-home .hero-modern .hero-content h1 {
    font-size: clamp(1.8rem, 7vw, 3rem);
  }
  .modern-home .timeline-phase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .modern-home .header-inner {
    row-gap: 0;
  }
}

@media (max-width: 768px) {
  .modern-home .section {
    margin: 0.75rem 0.45rem;
    border-radius: 14px;
  }
  .modern-home .hero-modern {
    min-height: 66vh;
  }
  .modern-home .hero-modern .hero-content {
    padding: 1rem;
  }
  .modern-home .stats-grid,
  .modern-home .mission-grid,
  .modern-home .activities-grid,
  .modern-home .projects-grid {
    grid-template-columns: 1fr;
  }
  .modern-home .project-card img,
  .modern-home .activity-image img {
    height: 190px;
  }
  .modern-home .video-wrapper,
  .modern-home .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .modern-home .stats-mini {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .modern-home .org-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
}

@media (max-width: 540px) {
  .modern-home .page-card {
    padding: 0.85rem;
  }
  .modern-home .page-header h2 {
    font-size: 1.5rem;
  }
  .modern-home .about-page .about-meta {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
