/* Skup Aut Wejherowo - Gościcino | style bazowy + responsywność */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #0E0E0E; }
a { text-decoration: none; }

@keyframes scrollHaz { from { background-position: 0 0; } to { background-position: 56px 0; } }

@media (max-width: 1024px) {
  .sec-pad { padding-top: 56px !important; padding-bottom: 56px !important; }
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .skup-grid { grid-template-columns: 1fr !important; gap: 34px !important; }
  .kontakt-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .nav-links { display: none !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .map-box, .map-box iframe { min-height: 320px !important; }
  .hero-sec { min-height: auto !important; }
  .hero-pad { padding-top: 48px !important; padding-bottom: 54px !important; }
}
@media (max-width: 520px) {
  .grid-4 { grid-template-columns: 1fr !important; }
  .skup-chips { grid-template-columns: 1fr !important; }
  .pad { padding-left: 18px !important; padding-right: 18px !important; }
  .cta-btn { width: 100% !important; justify-content: center !important; }
}
