/* ===== Tenant Landing - Supplemental ===== */
/* Primary styles are in tenant.css. This file provides hover effects
   and any overrides that need to load before tenant.css. */

/* Card hover effects */
.solution-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.case-card:hover {
	transform: translateY(-4px);
}

/* Section title spacing */
.section-title {
	margin-bottom: 40px !important;
}
