/* Global Styles */
body {
  font-family: "Space Grotesk", sans-serif;
}

/* Blueprint Pattern Background */
.blueprint-pattern {
  background-image: radial-gradient(circle, #013d6a22 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Hero Overlay Gradient */
.hero-overlay {
  background: linear-gradient(rgba(1, 65, 109, 0.85), rgba(1, 65, 109, 0.95));
}

/* Product Card Effects */
.product-card:hover .product-image {
  transform: scale(1.1);
}

/* Infrastructure Card Effects */
.infra-card:hover {
  box-shadow: 0 10px 15px -3px rgba(13, 92, 145, 0.3);
  transform: translateY(-4px);
}
