/* ==========================================================================
   INDEX PAGE - Dodatkowe style specyficzne dla strony głównej
   ========================================================================== */

/* GASB Box Hover Effect */
.btn-gasb:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201, 74, 42, 0.3) !important;
}

@media (max-width: 768px) {
  .gasb-box {
    padding: 2rem 1.5rem !important;
  }
  .gasb-box h3 {
    font-size: 1.5rem !important;
  }
  .gasb-box p {
    font-size: 1rem !important;
  }
}
