/* NHW Hero Glass — coerenza visiva con lo stile Glass del CRM (#094E6A) */

.nhw-glass-host {
	position: relative !important;
	isolation: isolate;
}

.nhw-glass-host > canvas.nhw-glass-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	display: block;
}

.nhw-glass-host > :not(canvas) {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.nhw-glass-host > canvas.nhw-glass-canvas {
		display: none;
	}
}

/* Rifinitura "glass" leggera sui pulsanti CTA, coerente col linguaggio del CRM */
.elementor-button {
	box-shadow: 0 4px 14px rgba(9, 78, 106, 0.18);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(9, 78, 106, 0.25);
}
