/* =============================================
   Radar FUP - Responsive
   ============================================= */

@media (max-width: 480px) {
  .hero h1 { font-size: 1.5rem; }
  .btn { padding: 0.7rem 1.3rem; font-size: 0.85rem; width: 100%; }
  .section-title { font-size: 1.3rem; }
  .cta-section h2 { font-size: 1.25rem; }
}

@media (min-width: 481px) and (max-width: 767px) {
  .hero h1 { font-size: 1.9rem; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}
