.wcu-wrapper-5ac67bb3 {
	width: 100%;
	padding: 80px 20px;
	font-family: 'Playfair Display', 'Cormorant Garamond', serif;
}
.wcu-container-5ac67bb3 {
	max-width: 1200px;
	margin: 0 auto;
}
.wcu-header-5ac67bb3 {
	text-align: center;
	margin-bottom: 60px;
}
.wcu-label-5ac67bb3 {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.wcu-heading-5ac67bb3 {
	font-size: 48px;
	font-weight: 400;
	color: #111111;
	margin: 0;
	line-height: 1.2;
}
.wcu-grid-5ac67bb3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
@media (max-width: 768px) {
	.wcu-grid-5ac67bb3 {
		grid-template-columns: 1fr;
	}
	.wcu-heading-5ac67bb3 {
		font-size: 36px;
	}
}
.wcu-card-5ac67bb3 {
	display: flex;
	align-items: flex-start;
	background: transparent;
	border-radius: 16px;
	padding: 18px 24px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}
.wcu-card-5ac67bb3:hover {
	background: #FFFFFF;
	border-color: rgba(0,0,0,0.05);
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	transform: translateY(-3px);
}
.wcu-icon-5ac67bb3 {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: rgba(191,148,16,0.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-top: 4px;
}
.wcu-icon-5ac67bb3 svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
}
.wcu-content-5ac67bb3 {
	flex-grow: 1;
}
.wcu-title-5ac67bb3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	margin: 0;
	line-height: 1.4;
}
.wcu-desc-5ac67bb3 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: rgba(17,17,17,0.75);
	margin: 8px 0 0;
	line-height: 1.6;
}
.animate-on-scroll {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}