.page-header {
	text-align: center;
	padding: 2rem 0;
	margin-bottom: 3rem;
}

.page-header h1 {
	font-size: 2.5rem;
	color: var(--secondary-color);
	margin-bottom: 1rem;
}

.page-subtitle {
	font-size: 1.25rem;
	color: var(--text-light);
	margin: 0;
}

.story-section {
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto 3rem auto;
}

.story-section p {
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

.mission-section {
	max-width: 1000px;
	margin: 0 auto;
}

.card.mission-item {
	background: var(--surface);
	border-radius: 12px;
	border: none;
}

.mission-icon {
	font-size: 2.5rem;
	color: var(--primary-color);
	margin-bottom: 1rem;
}

.mission-item h3 {
	color: var(--secondary-color);
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.page-header h1 {
		font-size: 2rem;
	}
}
