/* Signature image styling for homepage hero section */
.hero-section .signature-image {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 160px;
  opacity: 0.85;
  transform: rotate(-15deg);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .hero-section .signature-image {
    width: 90px;
    bottom: 10px;
    right: 10px;
  }
}
