/* بلوک‌های استاندارد صفحه */
.section-block {
	width: 100%;
}

.page-title {
	font-size: 2.2rem;
	font-weight: 700;
}

/* پس‌زمینه‌های سفارشی */
.bg-primary-light {
	background: #1e4c8f;
	color: #fff;
}

.bg-secondary-light {
	background: #2e3d55;
}

.custom-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.custom-list li {
	display: flex;
	gap: .6rem;
	align-items: center;
	padding: .4rem 0;
	font-size: 1.05rem;
}

/* کارت فعالیت‌ها */
.activity-card {
	border-radius: 12px;
}

.activity-icon img {
	width: 55px;
	height: 55px;
}

.activity-number {
	position: absolute;
	top: 10px;
	left: 15px;
	font-weight: 700;
	font-size: 1.2rem;
	opacity: .4;
}

.activity-text {
	margin-top: 1rem;
	font-size: .95rem;
	min-height: 60px;
}

.about-image {
	max-width: 90%;
	border-radius: 12px;
}
