.statement_hero {
	background: linear-gradient(180deg, #0f1f3d 0%, #162a52 100%);
	padding: 56px 20px 48px;
	text-align: center;
	color: #fff;
}

.statement_hero h1 {
	font-size: 42px;
	font-weight: 700;
	color: #e31c23;
	letter-spacing: 0.2em;
	margin: 0 0 16px;
	line-height: 1.2;
}

.statement_hero .subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	opacity: 0.95;
}

.statement_page {
	width: 900px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 48px 0 72px;
}

.statement_meta {
	text-align: center;
	color: #888;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e8e8e8;
}

.statement_lead {
	font-size: 17px;
	line-height: 2;
	color: #333;
	text-indent: 2em;
	margin: 0 0 36px;
}

.statement_section {
	margin-bottom: 32px;
}

.statement_section h2 {
	font-size: 20px;
	font-weight: 600;
	color: #15499d;
	line-height: 1.5;
	margin: 0 0 14px;
	padding-left: 12px;
	border-left: 4px solid #e31c23;
}

.statement_section p {
	font-size: 16px;
	line-height: 2;
	color: #444;
	margin: 0;
	text-indent: 2em;
}

.statement_channels {
	background: #f5f8fc;
	border: 1px solid #dce6f2;
	border-radius: 6px;
	padding: 20px 28px;
	margin: 8px 0 0;
	list-style: none;
}

.statement_channels li {
	font-size: 16px;
	line-height: 2.2;
	color: #333;
	text-indent: 0;
	padding-left: 0;
}

.statement_channels strong {
	color: #15499d;
	font-weight: 600;
	min-width: 7em;
	display: inline-block;
}

.statement_channels a {
	color: #15499d;
	text-decoration: none;
}

.statement_channels a:hover {
	text-decoration: underline;
}

.statement_closing {
	font-size: 16px;
	line-height: 2;
	color: #444;
	text-indent: 2em;
	margin: 40px 0 0;
}

.statement_sign {
	margin-top: 48px;
	text-align: right;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.statement_sign .company {
	font-weight: 600;
}

@media (max-width: 768px) {
	.statement_hero {
		padding: 40px 16px 32px;
	}

	.statement_hero h1 {
		font-size: 32px;
		letter-spacing: 0.1em;
	}

	.statement_hero .subtitle {
		font-size: 16px;
	}

	.statement_page {
		padding: 32px 0 48px;
	}

	.statement_section h2 {
		font-size: 18px;
	}

	.statement_channels {
		padding: 16px 18px;
	}

	.statement_channels strong {
		display: block;
		min-width: auto;
	}
}
