/* Responsive overrides */

/* Stack pricing cards vertically on phones */
@media screen and (max-width: 767px) {
	.pricing_tabs .pricing_grid,
	.pricing_grid {
		grid-template-columns: 1fr !important;
	}

	/* Center the Reviews section title on mobile */
	#Reviews .heading_wrapper h2 {
		text-align: center;
	}

	/* Center the Automatisering section title on mobile */
	#Automatisering .heading_wrapper h2 {
		text-align: center;
	}

	/* Improve icon alignment for automation cards */
	#Automatisering .pricing-heading_wrap {
		align-items: center;
		gap: 12px;
	}
	#Automatisering .pricing_icon {
		width: 28px;
		margin-right: 0;
	}
	#Automatisering .pricing_heading {
		line-height: 1.2;
	}
}

/* Ensure Enterprise CTA text shows on small phones */
@media screen and (max-width: 479px) {
	.pricing_content .home-hero-p {
		display: block !important;
		text-align: center;
	}
}


