:root {
	--policy-primary: #1f6762;
	--policy-primary-deep: #154844;
	--policy-bg: #f6f5f2;
	--policy-surface: #ffffff;
	--policy-surface-soft: #efefeb;
	--policy-surface-strong: #e6ebe6;
	--policy-border: #dce1db;
	--policy-copy: #1d2d2a;
	--policy-copy-muted: #5d6a67;
	--policy-accent: #ebd5b6;
	--policy-shadow: 0 16px 34px rgba(20, 52, 49, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Manrope', 'Poppins', sans-serif;
	background: var(--policy-bg);
	color: var(--policy-copy);
	overflow-x: hidden;
}

.container {
	width: 92%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 8px;
}

.policy-hero {
	padding: 42px 0 52px;
}

.hero-shell {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.hero-label {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.74rem;
	color: var(--policy-primary);
	font-weight: 700;
	margin-bottom: 14px;
}

.hero-content h1 {
	margin: 0;
	font-size: clamp(2.2rem, 5.6vw, 4.4rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.hero-meta {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-line {
	width: 56px;
	height: 1px;
	background: #ccd4cf;
}

.hero-meta p {
	margin: 0;
	color: var(--policy-copy-muted);
	font-size: 0.95rem;
}

.hero-orb {
	width: 138px;
	height: 138px;
	border-radius: 50%;
	background: radial-gradient(circle at 24% 30%, #bce9df 0%, #2e746f 100%);
	opacity: 0.25;
	filter: blur(12px);
	flex-shrink: 0;
}

.policy-layout {
	padding-bottom: 96px;
}

.policy-grid {
	display: grid;
	grid-template-columns: 0.9fr 2fr;
	gap: 48px;
	align-items: flex-start;
}

.policy-nav {
	position: sticky;
	top: 122px;
	display: grid;
	gap: 10px;
}

.policy-nav a {
	text-decoration: none;
	color: #6a7673;
	border-left: 2px solid transparent;
	padding: 6px 0 6px 12px;
	font-weight: 500;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.policy-nav a:hover,
.policy-nav a.active {
	color: var(--policy-primary);
	border-left-color: var(--policy-primary);
}

.policy-content {
	display: grid;
	gap: 62px;
}

.policy-section {
	scroll-margin-top: 130px;
}

.section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.section-head i {
	color: var(--policy-primary);
	font-size: 1rem;
}

.section-head h2,
.policy-section > h2,
.contact-box h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.2;
}

.section-copy {
	max-width: 940px;
	color: var(--policy-copy-muted);
	display: grid;
	gap: 14px;
	font-size: 1.09rem;
	line-height: 1.75;
}

.section-copy p {
	margin: 0;
}

.collection-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.collect-card {
	background: #efefeb;
	border: 1px solid #e2e6e1;
	border-radius: 16px;
	padding: 24px;
}

.collect-card i {
	color: var(--policy-primary);
	margin-bottom: 14px;
}

.collect-card h3 {
	margin: 0;
	font-size: 1.22rem;
}

.collect-card p {
	margin: 8px 0 0;
	color: #5f6e6b;
	line-height: 1.72;
}

.collect-wide {
	grid-column: span 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	background: #e6e9e3;
}

.collect-icon {
	width: 116px;
	height: 116px;
	border-radius: 14px;
	background: #f4f5f2;
	border: 1px solid #d9dfd9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8b9693;
	font-size: 1.65rem;
	flex-shrink: 0;
}

.usage-list {
	margin-top: 10px;
	display: grid;
	gap: 22px;
}

.usage-item {
	display: flex;
	gap: 14px;
}

.usage-item > span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.88rem;
	color: #3f5652;
	background: #bfe5d7;
	flex-shrink: 0;
	margin-top: 2px;
}

.usage-item h3 {
	margin: 0;
	font-size: 1.35rem;
}

.usage-item p {
	margin: 7px 0 0;
	color: #5e6b68;
	line-height: 1.7;
}

.security-panel {
	background: linear-gradient(130deg, #ebefed 0%, #e6ecea 100%);
	border: 1px solid #d9dfda;
	border-radius: 16px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1.65fr 1fr;
	align-items: stretch;
}

.security-copy {
	padding: 28px;
}

.security-copy p {
	margin: 10px 0 18px;
	color: #576562;
	font-size: 1.03rem;
	line-height: 1.72;
}

.chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.67rem;
	font-weight: 700;
	color: #2d4f4b;
	border: 1px solid #d7ddd8;
	background: #f7f8f6;
}

.dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--policy-primary);
	box-shadow: 0 0 0 0 rgba(31, 103, 98, 0.4);
	animation: ping-dot 1.8s infinite;
}

.security-image {
	min-height: 218px;
}

.security-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.08) saturate(0.8);
}

.rights-grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.right-card {
	background: #efefeb;
	border: 1px solid #e2e5df;
	border-radius: 14px;
	min-height: 96px;
	display: grid;
	place-items: center;
	gap: 8px;
	padding: 18px 10px;
	text-align: center;
}

.right-card i {
	color: #5e6b68;
}

.right-card h3 {
	margin: 0;
	font-size: 0.95rem;
}

.rights-note {
	margin: 16px 0 0;
	color: #65726f;
	line-height: 1.7;
}

.contact-box {
	background: #f0e4d0;
	border: 1px solid #e4d7c2;
	border-radius: 16px;
	padding: 34px;
}

.contact-box p {
	margin: 10px 0 16px;
	color: #6b5d47;
	line-height: 1.7;
}

.contact-link {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--policy-primary);
	font-weight: 700;
}

.contact-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

@keyframes ping-dot {
	0% {
		box-shadow: 0 0 0 0 rgba(31, 103, 98, 0.4);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(31, 103, 98, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(31, 103, 98, 0);
	}
}

@media (max-width: 1080px) {
	.policy-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.policy-nav {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-bottom: 1px solid #d9dfda;
		padding-bottom: 10px;
		gap: 4px;
	}

	.policy-nav a {
		border-left: 0;
		border-bottom: 2px solid transparent;
		padding: 8px 2px;
		font-size: 0.92rem;
	}

	.policy-nav a:hover,
	.policy-nav a.active {
		border-left: 0;
		border-bottom-color: var(--policy-primary);
	}
}

@media (max-width: 780px) {
	header .container {
		width: 94%;
	}

	.logo h1 {
		font-size: 1.28rem;
	}

	.policy-page {
		padding-top: 84px;
	}

	.policy-hero {
		padding-top: 24px;
	}

	.hero-shell {
		align-items: center;
	}

	.hero-orb {
		width: 110px;
		height: 110px;
	}

	.policy-content {
		gap: 48px;
	}

	.collection-grid,
	.rights-grid {
		grid-template-columns: 1fr;
	}

	.collect-wide {
		grid-column: span 1;
		flex-direction: column;
		align-items: flex-start;
	}

	.security-panel {
		grid-template-columns: 1fr;
	}

	.security-image {
		min-height: 180px;
	}

	.contact-box {
		padding: 24px;
	}
}

@media (max-width: 520px) {
	.container {
		width: 95%;
		padding: 0 4px;
	}

	.hero-content h1 {
		font-size: 2.1rem;
	}

	.policy-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-copy {
		font-size: 1rem;
	}

	.usage-item h3 {
		font-size: 1.2rem;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
