.banner {
	background: linear-gradient(rgba(39, 100, 170, 0.8), rgba(30, 87, 153, 0.9)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/></svg>');
	background-size: cover;
	padding: 80px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.banner h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.banner>.layui-container>p {
	font-size: 20px; 
	margin-bottom: 30px;
}

.banner>.layui-row {
	margin-top: 40px;
}

.banner>.layui-container>.layui-row>.layui-col-md-offset2 {
	text-align: center;
}

.banner>.layui-container>.layui-row>.layui-col-md-offset2>.cta-btn {
	width: 250px;
	background: linear-gradient(to right, #ff8a00, #ff5300);
	color: white;
	border: none;
	border-radius: 25px;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	transition: all 0.3s;
}

.cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 138, 0, 0.4);
}


.activityCont .download-card {
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.activityCont .download-card .layui-card-header {
	background: linear-gradient(to right, #1e5799, #207cca);
	color: white;
	border-radius: 8px 8px 0 0;
}

.activityCont .rule-list {
	margin-bottom: 20px;
}

.activityCont .rule-list li {
	margin: 10px 0;
	padding-left: 15px;
	position: relative;
	font-size: 18px;

}

.activityCont .rule-list li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #1e5799;
	font-weight: bold;
}

.activityCont .highlight-box {
	border-left: 4px solid #1e5799;
	padding: 15px 20px;
	background-color: #f8faff;
	margin: 15px 0px;
	font-size: 16px;

}

.activityCont .support-badge {
	display: inline-block;
	background-color: #e8f4ff;
	color: #1e5799;
	padding: 2px 8px;
	border-radius: 4px;
	margin: 0 5px 5px 0;
	font-size: 13px;
}


.activityCont .section-title {
	border-left: 4px solid #1e5799;
	padding-left: 15px;
	margin: 40px 0 20px;
	color: #1e5799;
}