/**
 * Hero Section Styles
 *
 * Enhancements for the homepage hero cover block
 * that can't be achieved through theme.json alone.
 */

/* Hero CTA button hover glow */
.wp-block-cover .wp-block-button__link.has-primary-background-color:hover {
	box-shadow: 0 0 20px rgba(22, 161, 73, 0.3);
	transition: box-shadow 0.3s ease;
}

/* Smooth scroll for anchor links */
html {
	scroll-behavior: smooth;
}
