@media (max-width: 900px) {

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-media {
    order: -1;
  }

  .cta-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 26px;
  }

  .hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {

  .header-inner {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }

  .top-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .btn {
    width: 100%;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }
}
