/* === Custom Page Templates - Style === */

.cpt-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Full Width Template */
.cpt-fullwidth-wrap {
	padding: 40px 0;
}

.cpt-page-header {
	margin-bottom: 24px;
}

.cpt-page-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.cpt-page-content {
	line-height: 1.7;
	font-size: 1.05rem;
}

/* Landing Page Template */
.cpt-hero {
	position: relative;
	min-height: 420px;
	background-color: #1e293b;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cpt-hero-overlay {
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
}

.cpt-hero-title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 12px;
}

.cpt-hero-subtitle {
	color: #f1f5f9;
	font-size: 1.15rem;
	max-width: 600px;
	margin: 0;
}

.cpt-landing-content {
	padding: 40px 0;
	line-height: 1.7;
	font-size: 1.05rem;
}

@media (max-width: 600px) {
	.cpt-hero-title {
		font-size: 1.8rem;
	}
}
