.statement-content {
	width: 100%;
	background: #f5f7f9;
	min-height: calc(100vh - 304px);
	padding: 50px 0;
}

.statement-wrapper {
	padding: 50px 60px 70px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
	max-width: 1200px;
	margin: 0 auto;
}

.statement-title {
	font-size: 42px;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
}

.statement-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #5a8aa8;
	margin: 18px auto 0;
	border-radius: 2px;
}

.statement-intro {
	margin-bottom: 45px;
	padding: 25px 30px;
	background: #fef9f3;
	border-radius: 8px;
	border-left: 4px solid #d4a574;
}

.statement-intro p {
	font-size: 18px;
	line-height: 190%;
	color: #4a5568;
	text-indent: 2em;
	margin-bottom: 0;
}

.statement-section {
	margin-bottom: 28px;
	padding: 28px 32px;
	background: #fafbfc;
	border-radius: 8px;
	border-left: 3px solid #7ba3bc;
	transition: all 0.25s ease;
}

.statement-section:hover {
	background: #f5f8fa;
	box-shadow: 0 2px 12px rgba(123, 163, 188, 0.12);
}

.statement-section h2 {
	font-size: 22px;
	color: #2c3e50;
	margin-bottom: 18px;
	font-weight: 600;
}

.statement-section ul {
	list-style: none;
	padding-left: 0;
}

.statement-section ul li {
	font-size: 17px;
	line-height: 195%;
	color: #556677;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
}

.statement-section ul li::before {
	content: '•';
	color: #7ba3bc;
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 2px;
	font-weight: bold;
}

.statement-section ul li strong {
	color: #2c3e50;
	font-weight: 600;
}

.statement-appendix {
	margin: 45px 0;
	padding: 28px 32px;
	background: #f8fafb;
	border-radius: 8px;
	border: 1px solid #d4dce5;
}

.statement-appendix h2 {
	font-size: 22px;
	color: #2c3e50;
	margin-bottom: 18px;
	font-weight: 600;
}

.statement-appendix p {
	font-size: 17px;
	line-height: 195%;
	color: #556677;
	text-indent: 2em;
	margin-bottom: 12px;
}

.statement-note {
	font-style: italic;
	color: #6b7c8d !important;
	font-size: 16px !important;
	margin-top: 15px;
	padding-left: 1em;
}

.statement-summary {
	margin: 45px 0;
	padding: 28px 32px;
	background: #fffbf5;
	border-radius: 8px;
	border: 1px solid #e5d4b8;
}

.statement-summary p {
	font-size: 18px;
	line-height: 195%;
	color: #4a5568;
	text-indent: 2em;
	font-weight: 500;
}

.statement-footer {
	margin-top: 55px;
	text-align: right;
	padding: 35px 0 0;
	border-top: 1px solid #e1e6eb;
}

.statement-ending {
	font-size: 19px;
	color: #2c3e50;
	margin-bottom: 22px;
	font-weight: 500;
	text-align: left;
}

.statement-company {
	font-size: 21px;
	color: #2c3e50;
	margin-bottom: 12px;
	/* font-weight: 600; */
}

.statement-date {
	font-size: 18px;
	color: #6b7c8d;
}

/*# sourceMappingURL=statement.css.map */
