#bc-page-scope .stat-card.positive {
	border-left: 4px solid var(--cta-primary) !important;
}

#scroll-to-top.visible {
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 768px) {
	#bc-page-scope .challenge-overview {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}
	
	#bc-page-scope .pain-points-grid {
		grid-template-columns: 1fr !important;
	}
	
	#bc-page-scope .testimonial-stats {
		gap: 20px !important;
	}
	
	#bc-page-scope .cta-title {
		font-size: 24px !important;
	}
}

@media print {}