.privacy-intro p,
.privacy-item p {
	line-height: 1.8;
	text-align: justify
}

.privacy-policy-section {
	padding: 40px 0;
	background: #f8f9fa
}

.privacy-container {
	max-width: var(--max-width);
	margin: 0 auto
}

.privacy-header {
	text-align: center;
	margin-bottom: 40px
}

.privacy-header h2 {
	font-size: 36px;
	font-weight: 800;
	color: var(--title-color);
	margin-bottom: 20px
}

.privacy-intro {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	margin-bottom: 40px;
	border-left: 5px solid var(--secondary-color)
}

.privacy-intro p {
	font-size: 17px;
	color: var(--text-color);
	margin: 0
}

.privacy-item p,
.sub-list li {
	font-size: 15px;
	color: var(--text-color)
}

.privacy-content {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .06)
}

.privacy-item {
	margin-bottom: 35px;
	padding: 30px;
	background: #f8f9fa;
	border-radius: 12px;
	border-left: 4px solid var(--secondary-color);
	transition: .3s
}

.privacy-item:hover {
	background: #fff;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
	transform: translateX(5px)
}

.privacy-item p:last-child,
.privacy-item:last-child,
.sub-list li:last-child {
	margin-bottom: 0
}

.privacy-item-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-color);
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 12px
}

.privacy-item-title .letter-badge {
	width: 32px;
	height: 32px;
	background: var(--secondary-color);
	color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px
}

.privacy-item p {
	margin-bottom: 15px
}

.sub-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0
}

.sub-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.7
}

.sub-list li::before {
	content: '•';
	color: var(--dark-blue-color);
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0
}

.important-notice {
	background: linear-gradient(135deg, #fff3cd 0, #ffe69c 100%);
	border: 2px solid #ffc107;
	border-radius: 12px;
	padding: 30px;
	margin-top: 40px;
	position: relative;
	overflow: hidden
}

.important-notice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #ffc107
}

.important-notice strong {
	color: #856404;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px
}

.important-notice p {
	color: #856404;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	font-weight: 600
}

@media (max-width:768px) {

	.privacy-content,
	.privacy-intro,
	.privacy-item {
		padding: 25px 20px
	}

	.privacy-header h2 {
		font-size: 28px
	}

	.privacy-item {
		text-align: justify
	}

	.privacy-item-title {
		font-size: 18px
	}

	.sub-list li {
		font-size: 14px
	}
}

/* Page Title Backgrounds */
#tf-page-title .bg-layer {
	background-image: url(../images/background/innerbanner09.webp);
}

#tf-page-title .pattern-1 {
	background-image: url(../images/shape/shape-18.png);
}

#tf-page-title .pattern-2 {
	background-image: url(../images/shape/shape-17.png);
}