.policy-content {
	font-family: 'Jost', sans-serif;
	line-height: 1.8;
	color: #333;
	font-size: 18px;
}

.policy-header {
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
}

.policy-header h1 {
	font-family: 'Playfair', serif;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2c2c2c;
}

.policy-meta {
	display: flex;
	justify-content: center;
	gap: 30px;
	font-size: 14px;
	color: #666;
}

.contact-info-box {
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	padding: 30px;
	border-radius: 8px;
	margin: 40px 0;
	border-left: 4px solid #C19D60;
}

.contact-info-box h3 {
	font-family: 'Playfair', serif;
	font-size: 24px;
	margin-bottom: 20px;
	color: #2c2c2c;
}

.contact-info-box p {
	margin: 8px 0;
	font-size: 15px;
}

.intro-paragraph {
	font-size: 18px;
	line-height: 1.9;
	margin: 40px 0;
	border-radius: 8px;
	padding: 25px;
	background: #fafafa;
	border-left: 3px solid #C19D60;
	font-style: italic;
}

.section-block {
	margin: 50px 0;
}

.section-block h2 {
	font-family: 'Playfair', serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #2c2c2c;
	padding-bottom: 15px;
	border-bottom: 2px solid #C19D60;
}

.section-block h3 {
	font-family: 'Playfair', serif;
	background: #f7ebd8;
	border-radius: 8px;
	border: solid 1px #C19D60;
	padding: 10px;
	font-size: 22px;
	font-weight: 600;
	margin: 30px 0 15px 0;
	color: #4a4a4a;
}

.section-block h4 {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 10px 0;
	color: #5a5a5a;
}

.info-box {
	background: #f9f9f9;
	padding: 25px;
	border-radius: 6px;
	margin: 20px 0;
	border: 1px solid #e0e0e0;
}

.info-box strong {
	color: #2c2c2c;
}

.custom-list {
	list-style: none;
	padding-left: 0;
	margin: 15px 0;
}

.custom-list li {
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	margin: 12px 0;
	line-height: 1.7;
	text-align: left;
}

.custom-list li:before {
	content: "→";
	position: absolute;
	left: 0;
	color: #C19D60;
	font-weight: bold;
}

.highlight-box {
	background: #fff8f0;
	border: 2px solid #C19D60;
	padding: 25px;
	border-radius: 8px;
	margin: 25px 0;
}

.highlight-box h4 {
	margin-top: 0;
	color: #2c2c2c;
}

.warning-note {
	background: #fff3cd;
	border-left: 4px solid #ffc107;
	padding: 15px;
	margin: 20px 0;
	border-radius: 4px;
}

.timeline-box {
	margin: 30px 0;
}

.timeline-item {
	display: flex;
	gap: 20px;
	margin: 20px 0;
	padding: 20px;
	background: #fafafa;
	border-radius: 6px;
	border-left: 3px solid #C19D60;
}

.timeline-item strong {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	color: #2c2c2c;
}

.contact-cta {
	text-align: center;
	margin: 60px 0 40px 0;
	padding: 40px;
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	border-radius: 10px;
}

.contact-cta h3 {
	font-family: 'Playfair', serif;
	font-size: 28px;
	margin-bottom: 15px;
	color: #2c2c2c;
}

.contact-cta p {
	font-size: 16px;
	margin-bottom: 25px;
	color: #666;
}

.btn-contact {
	display: inline-block;
	padding: 15px 40px;
	background: #C19D60;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-contact:hover {
	background: #c19463;
	transform: translateY(-2px);
}

.step-number {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #C19D60;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin-right: 10px;
}