@media (max-width: 991.98px) {
  .site-header .navbar {
    padding: 0.85rem 0;
  }

  .hero-section {
    padding-top: 5rem;
  }

  .hero-orbit {
    min-height: 340px;
    margin-top: 2rem;
  }

  .timeline-item {
    grid-template-columns: 24px 1fr;
  }

  .timeline-item time {
    grid-column: 2;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .hero-actions,
  .hero-metrics,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .metric-item,
  .stat-box {
    width: 100%;
  }

  .detail-metrics {
    grid-template-columns: 1fr;
  }

  .alto-tiete-svg,
  .brazil-svg {
    min-height: 280px;
  }

  .feed-grid,
  .result-grid,
  .market-grid,
  .interest-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img,
  .footer-logo {
    width: 136px;
  }

  .hero-section h1,
  .section-heading h2 {
    font-size: 2.2rem;
  }

  .hero-pill {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .orbit-card {
    position: static;
    margin-bottom: 0.75rem;
  }

  .orbit-core {
    position: static;
    transform: none;
    margin: 1rem auto 0;
  }

  .scroll-top-button {
    right: 16px;
    bottom: 20px;
    width: 46px;
    height: 46px;
  }
}
