.whyjoin-section {
	padding: 4rem 6%;
	max-width: 1100px;
	margin: 0 auto;
}

.whyjoin-title {
	font-family: "Amazon Ember Wide", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--colp-white);
	margin-bottom: 2rem;
	text-align: center;
}

.whyjoin-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 680px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.whyjoin-list li {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	font-family: "Bookerly LCD", serif;
	font-size: 1.05rem;
	font-weight: 300;
	color: var(--colp-white);
	line-height: 1.5;
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(166, 111, 240, 0.2);
	border-radius: 0.5rem;
	background: rgba(166, 111, 240, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.whyjoin-list li::before {
	content: "✓";
	color: var(--colp-yellow);
	font-weight: 700;
	font-size: 1rem;
	flex-shrink: 0;
}

.whyjoin-list li:hover {
	background: rgba(166, 111, 240, 0.12);
	border-color: rgba(166, 111, 240, 0.4);
}

@media (max-width: 768px) {
	.whyjoin-section {
		padding: 3rem 5%;
	}

	.whyjoin-title {
		font-size: 1.4rem;
	}
}
