/* Custom styles for JT Foxx landing page */

/* Button hover effect for extra pop */
button:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Custom scrollbar for modern look */
body::-webkit-scrollbar {
  width: 10px;
  background: #e0e7ef;
}
body::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 8px;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 640px) {
  .w-80 { width: 100% !important; }
  .h-44 { height: 180px !important; }
} 