.privacy-policy-main {
	background: linear-gradient(118deg, #7312ff 0.1%, #5bdbe5 99.9%), #fff;
	box-shadow: 0 4px 20px 0 rgba(108, 80, 247, 0.5);
	padding: 12rem 2.4rem;
	overflow: hidden;
}

.privacy-policy__inner {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 8.8rem;
}

.privacy-policy__header {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 4rem;
}

.privacy-policy__title {
	color: var(--white, #fff);
	font-family: var(--poppins, sans-serif);
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
	margin: 0;
}

.privacy-policy-article {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 2rem;
	box-shadow: 0 10px 30px 0 rgba(41, 42, 87, 0.12);
	padding: 8rem;
}

.privacy-policy__content {
	max-width: 758px;
	margin-inline: auto;
	color: var(--text, #232323);
	font-size: max(1.8rem, 12px);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.privacy-policy__content > *:first-child {
	margin-top: 0;
}

.privacy-policy__content > *:last-child {
	margin-bottom: 0;
}

.privacy-policy__content section {
	margin: 0 0 4rem;
}

.privacy-policy__content section:last-child {
	margin-bottom: 0;
}

.privacy-policy__content h2,
.privacy-policy__content h3,
.privacy-policy__content h4 {
	color: var(--text, #232323);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 1.6rem;
	position: relative;
}

.privacy-policy__content h2 {
	font-size: max(2.4rem, 18px);
	padding-bottom: 1.2rem;
}

.privacy-policy__content h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(118deg, #7312ff 0.1%, #5bdbe5 99.9%);
	background-size: 200%;
	background-position-x: -50px;
}

.privacy-policy__content h3 {
	font-size: max(2rem, 16px);
}

.privacy-policy__content h4 {
	font-size: max(1.8rem, 14px);
}

.privacy-policy__content p,
.privacy-policy__content ul,
.privacy-policy__content ol {
	margin-top: 0;
	margin-bottom: 1.2em;
}

.privacy-policy__content ul,
.privacy-policy__content ol {
	padding-left: 1.4em;
}

.privacy-policy__content li + li {
	margin-top: 0.6em;
}

.privacy-policy__content a {
	color: #004097;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.25em;
}

.privacy-policy__content .page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #d2d7e7;
}

.privacy-policy__content .page-links .post-page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.2em;
	height: 2.2em;
	padding: 0 0.7em;
	border: 1px solid #d2d7e7;
	border-radius: 999px;
	text-decoration: none;
	color: var(--text, #232323);
}

@media screen and (max-width: 768px) {
	.privacy-policy-main {
		padding: 6rem 2rem;
	}

	.privacy-policy__inner {
		padding-inline: 0;
	}

	.privacy-policy__header {
		gap: 1rem;
		margin-bottom: 2rem;
	}

	.privacy-policy__title {
		font-size: 2.8rem;
		line-height: 1.2;
	}

	.privacy-policy-article {
		border-radius: 2rem;
		padding: 2rem;
	}

	.privacy-policy__content {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.privacy-policy__content section {
		margin-bottom: 3.2rem;
	}

	.privacy-policy__content h2 {
		font-size: 1.8rem;
		padding-bottom: 0.8rem;
	}

	.privacy-policy__content h3 {
		font-size: 1.6rem;
	}

	.privacy-policy__content h4 {
		font-size: 1.4rem;
	}
}
