.footer-privacy-policy {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0.25rem 0 0.5rem;
}

.footer-privacy-policy__hero {
	text-align: center;
	padding: 0.5rem 0 0.25rem;
}

.footer-privacy-policy__title {
	margin: 0;
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	color: #222;
}

.footer-privacy-policy__intro {
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: linear-gradient(
		135deg,
		color-mix(in srgb, var(--primary, #0088cc) 8%, #f8fafc) 0%,
		#fff 100%
	);
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 18%, #e5e7eb);
	font-size: 0.88rem;
	line-height: 1.75;
	color: #555;
}

.footer-privacy-policy__label-heading {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: center;
	color: #333;
}

.footer-privacy-policy__label-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.65rem;
}

.footer-privacy-policy__label-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	padding: 0.65rem 0.35rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 12%, #e5e7eb);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	color: #444;
	word-break: keep-all;
}

.footer-privacy-policy__label-item img {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
	image-rendering: auto;
}

.footer-privacy-policy__toc {
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 12%, #e5e7eb);
}

.footer-privacy-policy__toc-title {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #333;
}

.footer-privacy-policy__toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-privacy-policy__toc-list li + li {
	margin-top: 0.35rem;
}

.footer-privacy-policy__toc-list a {
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--primary, #0088cc);
	text-decoration: none;
}

.footer-privacy-policy__toc-list a:hover {
	text-decoration: underline;
}

.footer-privacy-policy__section {
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 12%, #e5e7eb);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	scroll-margin-top: 1rem;
}

.footer-privacy-policy__section-head {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.85rem 1rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #333;
	background: color-mix(in srgb, var(--primary, #0088cc) 6%, #f8fafc);
	border-bottom: 1px solid color-mix(in srgb, var(--primary, #0088cc) 10%, #eef2f7);
}

.footer-privacy-policy__section-head img {
	width: 1.75rem;
	height: 1.75rem;
	object-fit: contain;
	flex-shrink: 0;
	image-rendering: auto;
}

.footer-privacy-policy__section-body {
	padding: 1rem;
	font-size: 0.88rem;
	line-height: 1.75;
	color: #555;
}

.footer-privacy-policy__section-body p {
	margin-bottom: 0.75rem;
}

.footer-privacy-policy__section-body p:last-child {
	margin-bottom: 0;
}

.footer-privacy-policy__indent {
	padding-left: 1rem;
}

.footer-privacy-policy__indent20 {
	padding-left: 1.25rem;
}

.footer-privacy-policy__table-wrap {
	overflow-x: auto;
	margin-top: 0.75rem;
}

.footer-privacy-policy__table {
	width: 100%;
	margin: 0;
	font-size: 0.82rem;
	border-collapse: collapse;
}

.footer-privacy-policy__table th,
.footer-privacy-policy__table td {
	padding: 0.65rem 0.75rem;
	border: 1px solid #dee2e6;
	vertical-align: middle;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.footer-privacy-policy__table thead th {
	background: color-mix(in srgb, var(--primary, #0088cc) 6%, #f8fafc);
	font-weight: 700;
	text-align: center;
	color: #333;
	white-space: nowrap;
}

.footer-privacy-policy__table-line {
	display: inline-block;
	white-space: nowrap;
}

.footer-privacy-policy__cell-file-name {
	min-width: 11rem;
}

.footer-privacy-policy__table--files th:nth-child(1),
.footer-privacy-policy__table--files td:nth-child(1) {
	width: 3.25rem;
	white-space: nowrap;
}

.footer-privacy-policy__table--files th:nth-child(5),
.footer-privacy-policy__table--files td:nth-child(5) {
	width: 4.25rem;
	white-space: nowrap;
}

.footer-privacy-policy__contact-box {
	margin-top: 0.75rem;
	padding: 0.95rem 1rem;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #edf1f5;
	font-size: 0.88rem;
	line-height: 1.75;
}

.footer-privacy-policy__agency-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.footer-privacy-policy__agency-item {
	padding: 0.75rem 0.9rem;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #edf1f5;
	font-size: 0.86rem;
	line-height: 1.6;
}

.footer-privacy-policy__consent {
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--primary, #0088cc) 4%, #f8fafc);
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 14%, #e5e7eb);
}

.footer-privacy-policy__consent-title {
	margin: 0 0 0.5rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #333;
}

.footer-privacy-policy__consent p {
	margin: 0 0 0.35rem;
	font-size: 0.86rem;
	line-height: 1.65;
	color: #555;
}

.footer-privacy-policy__consent p:last-child {
	margin-bottom: 0;
}

#footerPrivacyModal .modal-body {
	max-height: min(78vh, 760px);
	overflow-y: auto;
	padding: 1.25rem 1.5rem 1.5rem;
	background: #f8fafc;
}

#footerPrivacyModal .modal-header {
	border-bottom: 1px solid #edf1f5;
	padding: 1rem 1.5rem;
}

#footerPrivacyModal .modal-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #333;
}

@media (max-width: 767px) {
	.footer-privacy-policy__label-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	#footerPrivacyModal .modal-body {
		padding: 1rem;
	}

	.footer-privacy-policy__section-body {
		padding: 0.85rem;
	}
}
