.ls-0d0e64e4-wrapper {
	width: 100%;
}

.ls-0d0e64e4-container {
	max-width: 1200px;
	margin: 0 auto;
}

.ls-0d0e64e4-header {
	text-align: center;
	margin-bottom: 60px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ls-0d0e64e4-eyebrow {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.ls-0d0e64e4-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
}

.ls-0d0e64e4-subtitle {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.ls-0d0e64e4-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.ls-0d0e64e4-card {
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	border: 1px solid transparent;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ls-0d0e64e4-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ls-0d0e64e4-icon-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: transform 0.3s ease;
}

.ls-0d0e64e4-card:hover .ls-0d0e64e4-icon-wrapper {
	transform: scale(1.1);
}

.ls-0d0e64e4-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ls-0d0e64e4-icon i {
	font-size: 24px;
}
.ls-0d0e64e4-icon svg {
	width: 24px;
	height: 24px;
}

.ls-0d0e64e4-card-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.3;
}

.ls-0d0e64e4-card-desc {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.ls-0d0e64e4-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ls-0d0e64e4-title {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.ls-0d0e64e4-grid {
		grid-template-columns: 1fr;
	}
	.ls-0d0e64e4-title {
		font-size: 28px;
	}
	.ls-0d0e64e4-card {
		padding: 30px 20px;
	}
}
