.privacy-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 18% 8%, rgba(102, 192, 244, 0.12), transparent 34rem),
		radial-gradient(circle at 88% 24%, rgba(88, 101, 242, 0.08), transparent 30rem),
		#0d1117;
}

.privacy-page::after {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(102, 192, 244, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(102, 192, 244, 0.025) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, #000 0, transparent 72%);
}

.privacy-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 112px 0 84px;
}

.privacy-hero {
	position: relative;
	overflow: hidden;
	padding: 64px clamp(28px, 6vw, 76px);
	border: 1px solid rgba(102, 192, 244, 0.2);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(28, 35, 51, 0.96), rgba(13, 17, 23, 0.92)),
		#161b22;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
	isolation: isolate;
}

.privacy-hero::before {
	content: '';
	position: absolute;
	top: -11rem;
	right: -8rem;
	width: 30rem;
	height: 30rem;
	border: 1px solid rgba(102, 192, 244, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 3.5rem rgba(102, 192, 244, 0.025),
		0 0 0 7rem rgba(102, 192, 244, 0.018);
	z-index: -1;
}

.privacy-hero-grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: 0.28;
	background-image:
		radial-gradient(circle at 15% 35%, rgba(102, 192, 244, 0.9) 0 1px, transparent 1.5px),
		radial-gradient(circle at 71% 24%, rgba(158, 220, 255, 0.75) 0 1px, transparent 1.5px),
		radial-gradient(circle at 82% 70%, rgba(88, 101, 242, 0.75) 0 1px, transparent 1.5px);
	background-size: 190px 170px, 240px 210px, 280px 250px;
}

.privacy-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--accent);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.privacy-eyebrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 8px rgba(102, 192, 244, 0.42));
}

.privacy-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--text-bright);
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: clamp(3rem, 7vw, 6.4rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.055em;
}

.privacy-lead {
	max-width: 720px;
	margin: 28px 0 0;
	color: var(--text);
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.75;
}

.privacy-meta {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 32px;
	color: var(--text-dim);
	font-size: 0.78rem;
}

.privacy-meta a {
	color: var(--accent);
	font-weight: 600;
}

.privacy-meta-dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(198, 212, 223, 0.5);
}

.privacy-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0 56px;
}

.privacy-summary-card {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	min-height: 130px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background: rgba(22, 27, 34, 0.88);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.privacy-summary-icon {
	display: grid;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.025);
}

.privacy-summary-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.privacy-summary-card h2 {
	margin: 1px 0 8px;
	color: var(--text-bright);
	font-size: 0.92rem;
	line-height: 1.3;
}

.privacy-summary-card p {
	margin: 0;
	color: var(--text-dim);
	font-size: 0.78rem;
	line-height: 1.55;
}

.privacy-summary-members { color: #66c0f4; }
.privacy-summary-messages { color: #63e6a5; }
.privacy-summary-voice { color: #a99cff; }

.privacy-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.privacy-toc {
	position: sticky;
	top: 90px;
	padding: 18px 0;
}

.privacy-toc-label {
	margin: 0 0 13px 14px;
	color: var(--text-dim);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.privacy-toc nav {
	display: grid;
}

.privacy-toc nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 13px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--text-dim);
	font-size: 0.8rem;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.privacy-toc nav a span {
	color: rgba(102, 192, 244, 0.55);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.64rem;
}

.privacy-toc nav a:hover,
.privacy-toc nav a:focus-visible {
	border-left-color: var(--accent);
	color: var(--text-bright);
	background: linear-gradient(90deg, rgba(102, 192, 244, 0.09), transparent);
	outline: none;
}

.privacy-toc-contact {
	display: grid;
	gap: 4px;
	margin-top: 24px;
	padding: 15px;
	border: 1px solid rgba(102, 192, 244, 0.13);
	border-radius: 10px;
	background: rgba(102, 192, 244, 0.035);
	font-size: 0.72rem;
}

.privacy-toc-contact span { color: var(--text-dim); }
.privacy-toc-contact a { color: var(--accent); font-weight: 700; }

.privacy-content {
	min-width: 0;
}

.privacy-section {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 24px;
	padding: 8px 0 58px;
	scroll-margin-top: 92px;
}

.privacy-section + .privacy-section {
	padding-top: 54px;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.privacy-section-number {
	padding-top: 5px;
	color: rgba(102, 192, 244, 0.5);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.72rem;
}

.privacy-kicker {
	margin: 0 0 8px !important;
	color: var(--accent) !important;
	font-size: 0.68rem !important;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.privacy-section h2 {
	margin: 0 0 24px;
	color: var(--text-bright);
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: clamp(1.8rem, 3.5vw, 2.65rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.privacy-section-body > p {
	margin: 0 0 18px;
	color: var(--text);
	font-size: 0.94rem;
	line-height: 1.82;
}

.privacy-section-body > p:last-child {
	margin-bottom: 0;
}

.privacy-section-body a {
	color: var(--accent);
	text-decoration: underline;
	text-decoration-color: rgba(102, 192, 244, 0.32);
	text-underline-offset: 3px;
}

.privacy-callout {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 14px;
	margin: 26px 0 4px;
	padding: 18px 20px;
	border: 1px solid rgba(102, 192, 244, 0.2);
	border-radius: 12px;
	background: rgba(102, 192, 244, 0.055);
}

.privacy-callout svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.privacy-callout p {
	margin: 0;
	color: var(--text);
	font-size: 0.82rem;
	line-height: 1.65;
}

.privacy-callout-info { color: var(--accent); }
.privacy-callout-success {
	border-color: rgba(99, 230, 165, 0.2);
	background: rgba(99, 230, 165, 0.045);
	color: #63e6a5;
}

.privacy-contact-card {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	min-width: 330px;
	margin: 0 0 24px;
	padding: 16px 20px 16px 16px;
	border: 1px solid rgba(102, 192, 244, 0.18);
	border-radius: 12px;
	background: rgba(28, 35, 51, 0.72);
}

.privacy-contact-mark {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(102, 192, 244, 0.45);
	border-radius: 10px;
	background: rgba(102, 192, 244, 0.09);
	color: var(--accent);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	font-weight: 700;
}

.privacy-contact-card > div:last-child {
	display: grid;
	gap: 4px;
}

.privacy-contact-card strong {
	color: var(--text-bright);
	font-size: 0.9rem;
}

.privacy-contact-card a {
	font-size: 0.76rem;
	text-decoration: none;
}

.privacy-data-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.privacy-data-grid article {
	position: relative;
	padding: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	background: rgba(28, 35, 51, 0.62);
}

.privacy-data-grid article::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 2px;
	background: linear-gradient(to bottom, var(--accent), transparent);
}

.privacy-data-grid h3 {
	margin: 0 0 8px;
	color: var(--text-bright);
	font-size: 0.88rem;
}

.privacy-data-grid p {
	margin: 0;
	color: var(--text-dim);
	font-size: 0.78rem;
	line-height: 1.62;
}

.privacy-purpose-list {
	display: grid;
	gap: 8px;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.privacy-purpose-list li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 11px;
	background: rgba(22, 27, 34, 0.58);
}

.privacy-purpose-list > li > span {
	color: rgba(102, 192, 244, 0.7);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.68rem;
}

.privacy-purpose-list strong {
	color: var(--text-bright);
	font-size: 0.85rem;
}

.privacy-purpose-list p {
	margin: 4px 0 0;
	color: var(--text-dim);
	font-size: 0.78rem;
	line-height: 1.55;
}

.privacy-intent-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.privacy-intent-list article {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	background: rgba(28, 35, 51, 0.65);
}

.privacy-intent-state {
	width: fit-content;
	margin-bottom: 22px;
	padding: 5px 8px;
	border-radius: 5px;
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.privacy-intent-enabled .privacy-intent-state {
	background: rgba(102, 192, 244, 0.1);
	color: var(--accent);
}

.privacy-intent-standard .privacy-intent-state {
	background: rgba(169, 156, 255, 0.1);
	color: #a99cff;
}

.privacy-intent-disabled .privacy-intent-state {
	background: rgba(99, 230, 165, 0.09);
	color: #63e6a5;
}

.privacy-intent-list h3 {
	margin: 0 0 9px;
	color: var(--text-bright);
	font-size: 0.9rem;
}

.privacy-intent-list p {
	margin: 0;
	color: var(--text-dim);
	font-size: 0.78rem;
	line-height: 1.65;
}

.privacy-request-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 24px 0;
}

.privacy-request-flow > div {
	min-height: 150px;
	padding: 18px;
	border: 1px solid rgba(102, 192, 244, 0.12);
	border-radius: 12px;
	background: rgba(28, 35, 51, 0.58);
}

.privacy-request-flow span {
	display: grid;
	width: 30px;
	height: 30px;
	margin-bottom: 28px;
	place-items: center;
	border: 1px solid rgba(102, 192, 244, 0.35);
	border-radius: 50%;
	color: var(--accent);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.65rem;
}

.privacy-request-flow p {
	margin: 0;
	color: var(--text);
	font-size: 0.78rem;
	line-height: 1.58;
}

.privacy-final-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
	padding: 20px;
	border: 1px solid rgba(102, 192, 244, 0.18);
	border-radius: 13px;
	background: linear-gradient(135deg, rgba(102, 192, 244, 0.08), rgba(28, 35, 51, 0.62));
}

.privacy-final-contact > div {
	display: grid;
	gap: 4px;
}

.privacy-final-contact > div span {
	color: var(--text-dim);
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.privacy-final-contact strong {
	color: var(--text-bright);
	font-size: 1rem;
}

.privacy-final-contact > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 14px;
	border: 1px solid rgba(102, 192, 244, 0.4);
	border-radius: 8px;
	background: rgba(102, 192, 244, 0.08);
	color: var(--accent);
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.privacy-final-contact > a:hover {
	border-color: var(--accent);
	background: rgba(102, 192, 244, 0.15);
	transform: translateY(-1px);
}

.privacy-final-contact svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 900px) {
	.privacy-summary {
		grid-template-columns: 1fr;
	}

	.privacy-summary-card {
		min-height: 0;
	}

	.privacy-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.privacy-toc {
		position: static;
		display: none;
	}
}

@media (max-width: 680px) {
	.privacy-shell {
		width: min(100% - 28px, 1180px);
		padding: 84px 0 54px;
	}

	.privacy-hero {
		padding: 38px 24px;
		border-radius: 16px;
	}

	.privacy-hero h1 {
		font-size: clamp(2.7rem, 15vw, 4.2rem);
	}

	.privacy-meta {
		flex-wrap: wrap;
	}

	.privacy-summary {
		margin-bottom: 40px;
	}

	.privacy-section {
		grid-template-columns: 1fr;
		gap: 7px;
		padding-bottom: 42px;
	}

	.privacy-section + .privacy-section {
		padding-top: 42px;
	}

	.privacy-data-grid,
	.privacy-intent-list,
	.privacy-request-flow {
		grid-template-columns: 1fr;
	}

	.privacy-contact-card {
		width: 100%;
		min-width: 0;
	}

	.privacy-contact-card a {
		overflow-wrap: anywhere;
	}

	.privacy-request-flow > div {
		min-height: 0;
	}

	.privacy-request-flow span {
		margin-bottom: 14px;
	}

	.privacy-final-contact {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.privacy-page *,
	.privacy-page *::before,
	.privacy-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
