/* Privacy Policy
   Legal-page layout aligned with the Webfast Modern visual system. */

html:has(body.page-privacy-policy),
body.page-privacy-policy,
html:has(body.page-terms-of-service),
body.page-terms-of-service {
	overflow-x: clip;
}

.page-privacy-policy .site-header,
.page-terms-of-service .site-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom-color: rgba(16, 16, 21, 0.07);
}

.pp-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(54px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);
	border-bottom: 1px solid rgba(16, 16, 21, 0.09);
	background:
		radial-gradient(circle at 8% 20%, rgba(228, 18, 77, 0.08), transparent 28%),
		radial-gradient(circle at 88% 80%, rgba(22, 0, 85, 0.07), transparent 31%),
		linear-gradient(180deg, #fff 0%, #faf9f7 100%);
}

.pp-hero::after {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: radial-gradient(circle, rgba(111, 10, 121, 0.17) 0.8px, transparent 0.9px);
	background-size: 26px 26px;
	content: "";
	-webkit-mask-image: radial-gradient(ellipse 68% 72% at 50% 44%, #000, transparent 72%);
	mask-image: radial-gradient(ellipse 68% 72% at 50% 44%, #000, transparent 72%);
	opacity: 0.22;
	pointer-events: none;
}

.pp-hero__wash {
	position: absolute;
	top: -48%;
	left: 50%;
	z-index: -3;
	width: min(860px, 80vw);
	aspect-ratio: 1;
	border-radius: 50%;
	background: conic-gradient(from 120deg, rgba(228, 18, 77, 0.14), rgba(111, 10, 121, 0.09), transparent 44%, rgba(158, 227, 70, 0.05), rgba(228, 18, 77, 0.1));
	filter: blur(80px);
	opacity: 0.75;
	pointer-events: none;
	transform: translateX(-50%) rotate(-8deg);
}

.pp-hero__words {
	position: absolute;
	inset: 14% clamp(20px, 4vw, 64px) auto;
	z-index: -1;
	display: grid;
	justify-items: center;
	gap: clamp(22px, 4vw, 58px);
	color: rgba(16, 16, 21, 0.035);
	font-size: clamp(0.78rem, 2.45vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.82;
	pointer-events: none;
	white-space: nowrap;
}

.pp-hero__words span {
	max-width: 100%;
	text-align: center;
}

.pp-breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: clamp(40px, 6vw, 74px);
	color: var(--muted);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pp-breadcrumbs a {
	transition: color 180ms ease;
}

.pp-breadcrumbs a:hover {
	color: var(--pink);
}

.pp-breadcrumbs span[aria-hidden] {
	color: rgba(16, 16, 21, 0.28);
}

.pp-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	max-width: 850px;
	margin-inline: auto;
	text-align: center;
}

.pp-hero__content .kicker {
	justify-content: center;
}

.pp-hero__content h1 {
	margin-bottom: 28px;
	font-size: clamp(3rem, 6.8vw, 6.6rem);
	letter-spacing: -0.06em;
	line-height: 0.94;
}

.page-privacy-policy .pp-hero__content h1 {
	width: 100%;
	font-size: clamp(3rem, 5.2vw, 5rem);
	overflow: visible;
}

.page-privacy-policy .pp-hero__content h1 .title-gradient {
	margin-right: 0.1em;
	padding: 0.08em 0.3em 0.16em 0.05em;
	overflow: visible;
	line-height: 1.12;
}

.page-terms-of-service .pp-hero__content {
	max-width: 1200px;
}

.page-terms-of-service .pp-hero__content h1 {
	width: 100%;
	font-size: clamp(2.75rem, 4.5vw, 4.25rem);
	letter-spacing: -0.055em;
	overflow: visible;
}

.page-terms-of-service .pp-hero__content h1 .title-gradient {
	padding-right: 0.3em;
	padding-bottom: 0.08em;
	overflow: visible;
}

.pp-hero__lead {
	max-width: 650px;
	margin-bottom: 28px;
	color: var(--muted);
	font-size: clamp(1rem, 1.4vw, 1.13rem);
	line-height: 1.78;
}

.pp-hero__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
	margin: 0;
	color: #84838b;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pp-toc__inner > p {
	margin-bottom: 24px;
	color: var(--pink);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.pp-policy {
	padding: clamp(76px, 9vw, 132px) 0 clamp(110px, 13vw, 180px);
	background:
		linear-gradient(90deg, #f7f6f4 0, #f7f6f4 max(calc((100vw - var(--container)) / 2 + 258px), 25%), #fff max(calc((100vw - var(--container)) / 2 + 258px), 25%), #fff 100%);
}

.pp-policy__layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 850px);
	gap: clamp(56px, 8vw, 118px);
	justify-content: start;
}

.pp-toc__inner {
	position: sticky;
	top: 118px;
	max-height: calc(100svh - 146px);
	padding-right: 10px;
	overflow-y: auto;
	scrollbar-color: rgba(228, 18, 77, 0.28) transparent;
	scrollbar-width: thin;
}

.pp-toc__inner::-webkit-scrollbar {
	width: 4px;
}

.pp-toc__inner::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(228, 18, 77, 0.28);
}

.pp-toc ol {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: pp-toc;
}

.pp-toc li {
	counter-increment: pp-toc;
}

.pp-toc a {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 9px;
	padding: 8px 0;
	color: #6f6e76;
	font-size: 0.69rem;
	font-weight: 650;
	line-height: 1.35;
	transition: color 180ms ease, transform 180ms ease;
}

.pp-toc a::before {
	color: #aaa8ae;
	content: counter(pp-toc, decimal-leading-zero);
	font-size: 0.56rem;
	letter-spacing: 0.04em;
}

.pp-toc a:hover {
	color: var(--pink);
	transform: translateX(3px);
}

.pp-toc a.is-active,
.pp-toc a[aria-current="location"] {
	color: var(--pink);
	transform: translateX(3px);
}

.pp-toc a.is-active::before,
.pp-toc a[aria-current="location"]::before {
	color: var(--pink);
}

.pp-article {
	min-width: 0;
}

.pp-intro {
	padding-bottom: clamp(56px, 7vw, 88px);
}

.pp-intro > p:first-child {
	margin-bottom: 32px;
	color: var(--ink);
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.55;
}

.pp-note {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 16px;
	padding: 22px 24px;
	border: 1px solid rgba(228, 18, 77, 0.13);
	border-radius: 14px;
	background: rgba(228, 18, 77, 0.045);
}

.pp-note > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--pink);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
}

.pp-note p {
	align-self: center;
	margin: 0;
	color: #514f58;
	font-size: 0.84rem;
	line-height: 1.65;
}

.pp-note--warning {
	margin-top: 30px;
	border-color: rgba(22, 0, 85, 0.12);
	background: rgba(22, 0, 85, 0.04);
}

.pp-note--warning > span {
	background: var(--navy);
}

.pp-section {
	position: relative;
	padding: clamp(34px, 4vw, 48px) 0;
	border-top: 1px solid rgba(16, 16, 21, 0.11);
	scroll-margin-top: 110px;
}

.pp-section__number {
	margin-bottom: 18px;
	color: var(--pink);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.pp-section h2 {
	max-width: 14ch;
	margin-bottom: 34px;
	font-size: clamp(1.25rem, 2.05vw, 1.75rem);
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.page-terms-of-service .pp-section h2 {
	width: 100%;
	max-width: none;
}

.page-terms-of-service .pp-section {
	padding-block: clamp(20px, 2.4vw, 30px);
}

.page-terms-of-service .pp-section > :last-child {
	margin-bottom: 0;
}

.page-terms-of-service .pp-section__number {
	margin-bottom: 12px;
}

.page-terms-of-service .pp-section h2 {
	margin-bottom: 26px;
}

.page-terms-of-service .pp-section h3 {
	margin-top: 32px;
}

.pp-section h3 {
	margin: 42px 0 16px;
	font-size: clamp(1.12rem, 2vw, 1.42rem);
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.pp-section > p:not(.pp-section__number),
.pp-section li {
	color: #55545d;
	font-size: 0.91rem;
	line-height: 1.82;
}

.pp-section > p:not(.pp-section__number) {
	max-width: 760px;
	margin-bottom: 18px;
}

.pp-section a:not(.button) {
	color: var(--pink);
	text-decoration: underline;
	text-decoration-color: rgba(228, 18, 77, 0.35);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pp-section a:not(.button):hover {
	text-decoration-color: currentColor;
}

.pp-list {
	display: grid;
	gap: 13px;
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.pp-list li {
	position: relative;
	padding-left: 28px;
}

.pp-list li::before {
	position: absolute;
	top: 0.78em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 0 0 0 5px rgba(228, 18, 77, 0.07);
	content: "";
}

.pp-contact-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 34px 0;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 16px;
	background: #faf9f7;
}

.pp-contact-card > div {
	display: grid;
	gap: 8px;
	padding: 24px 26px;
	border-top: 1px solid rgba(16, 16, 21, 0.08);
}

.pp-contact-card > div:nth-child(-n + 2) {
	border-top: 0;
}

.pp-contact-card > div:nth-child(even) {
	border-left: 1px solid rgba(16, 16, 21, 0.08);
}

.pp-contact-card span,
.pp-data-grid article > span,
.pp-final-contact__eyebrow {
	color: #89878f;
	font-size: 0.59rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pp-contact-card strong,
.pp-contact-card a {
	color: var(--ink);
	font-size: 0.81rem;
	font-weight: 700;
	line-height: 1.45;
}

.pp-contact-card a {
	color: var(--pink);
	text-decoration: none !important;
}

.pp-data-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 32px 0 44px;
}

.pp-data-grid article {
	padding: 25px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 14px;
	background: #faf9f7;
}

.pp-data-grid article > span {
	display: block;
	margin-bottom: 12px;
	color: var(--pink);
}

.pp-data-grid p {
	margin: 0;
	color: #5d5b64;
	font-size: 0.79rem;
	line-height: 1.7;
}

.pp-purpose-table {
	margin: 34px 0;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 16px;
}

.pp-purpose-table > div {
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
	gap: 30px;
	padding: 22px 25px;
	border-top: 1px solid rgba(16, 16, 21, 0.08);
}

.pp-purpose-table > div:first-child {
	border-top: 0;
}

.pp-purpose-table__head {
	background: var(--ink);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pp-purpose-table strong {
	font-size: 0.81rem;
	letter-spacing: -0.015em;
	line-height: 1.5;
}

.pp-purpose-table p {
	margin: 0;
	color: #5b5962;
	font-size: 0.79rem;
	line-height: 1.68;
}

.pp-retention {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 32px;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 16px;
	background: rgba(16, 16, 21, 0.1);
}

.pp-retention > div {
	padding: 25px;
	background: #faf9f7;
}

.pp-retention strong {
	display: block;
	margin-bottom: 9px;
	font-size: 0.81rem;
	letter-spacing: -0.015em;
}

.pp-retention p {
	margin: 0;
	color: #5c5a63;
	font-size: 0.78rem;
	line-height: 1.68;
}

.pp-rights {
	display: grid;
	gap: 12px;
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.pp-rights li {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px 20px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #faf9f7;
}

.pp-rights li > span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(158, 227, 70, 0.2);
	color: #40720a;
	font-size: 0.76rem;
	font-weight: 800;
}

.pp-rights p {
	margin: 0;
	color: #5a5861;
	font-size: 0.8rem;
	line-height: 1.67;
}

.pp-section--contact {
	padding-bottom: 0;
}

.pp-final-contact {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
	gap: clamp(34px, 6vw, 70px);
	margin: 34px 0 50px;
	padding: clamp(30px, 5vw, 48px);
	border-radius: 20px;
	background:
		radial-gradient(circle at 90% 20%, rgba(228, 18, 77, 0.18), transparent 36%),
		var(--ink);
	color: #fff;
}

.pp-final-contact__eyebrow {
	margin-bottom: 16px;
	color: var(--green);
}

.pp-final-contact h3 {
	margin: 0 0 26px;
	color: #fff;
	font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

.pp-final-contact .button {
	gap: 20px;
	background: #fff;
	color: var(--ink);
}

.pp-final-contact .button:hover {
	background: var(--pink);
	color: #fff;
}

.pp-final-contact address {
	display: grid;
	align-content: center;
	gap: 12px;
	padding-left: clamp(0px, 4vw, 42px);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	font-style: normal;
}

.pp-final-contact address strong {
	font-size: 0.86rem;
}

.pp-final-contact address span,
.pp-final-contact address a {
	color: rgba(255, 255, 255, 0.67) !important;
	font-size: 0.75rem;
	line-height: 1.65;
	text-decoration: none !important;
}

.pp-final-contact address a:hover {
	color: #fff !important;
}

.pp-regulator {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 14px;
}

.pp-regulator p {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 20px 22px;
	border-top: 1px solid rgba(16, 16, 21, 0.08);
}

.pp-regulator p:nth-child(-n + 2) {
	border-top: 0;
}

.pp-regulator p:nth-child(even) {
	border-left: 1px solid rgba(16, 16, 21, 0.08);
}

.pp-regulator strong {
	color: #89878f;
	font-size: 0.58rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pp-regulator a,
.pp-regulator span {
	color: var(--ink) !important;
	font-size: 0.75rem;
	font-style: normal;
	line-height: 1.55;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.pp-regulator a:hover {
	color: var(--pink) !important;
}

/* Shared Terms & Conditions components */

.tc-service-scope {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 32px 0 10px;
}

.tc-service-scope span {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 14px 16px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 11px;
	background: #faf9f7;
	color: #56545d;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;
}

.tc-service-scope span::before {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 0 0 0 4px rgba(228, 18, 77, 0.07);
	content: "";
}

.tc-definition-list {
	display: grid;
	gap: 1px;
	margin: 30px 0;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 14px;
	background: rgba(16, 16, 21, 0.09);
}

.tc-definition-list > div {
	display: grid;
	grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1.55fr);
	gap: 24px;
	padding: 20px 22px;
	background: #faf9f7;
}

.tc-definition-list dt {
	color: var(--ink);
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.5;
}

.tc-definition-list dd {
	margin: 0;
	color: #5c5a63;
	font-size: 0.76rem;
	line-height: 1.68;
}

.tc-clause-box {
	margin: 30px 0;
	padding: 26px 28px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-left: 4px solid var(--pink);
	border-radius: 12px;
	background: #faf9f7;
}

.tc-clause-box h3 {
	margin-top: 0;
}

.tc-clause-box p:last-child,
.tc-clause-box ul:last-child {
	margin-bottom: 0;
}

.tc-risk-banner {
	margin: 34px 0;
	padding: clamp(26px, 4vw, 38px);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 12%, rgba(228, 18, 77, 0.22), transparent 35%),
		var(--ink);
	color: #fff;
}

.tc-risk-banner > span {
	display: inline-flex;
	margin-bottom: 15px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--pink);
	color: #fff;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tc-risk-banner h3 {
	max-width: 24ch;
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(1.25rem, 2.5vw, 1.9rem);
	line-height: 1.18;
}

.tc-risk-banner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.8rem;
	line-height: 1.72;
}

.tc-risk-banner a {
	color: #fff !important;
	text-decoration-color: rgba(255, 255, 255, 0.5) !important;
}

.tc-numbered {
	display: grid;
	gap: 13px;
	margin: 26px 0;
	padding: 0;
	list-style: none;
	counter-reset: tc-clause;
}

.tc-numbered li {
	position: relative;
	padding-left: 44px;
	counter-increment: tc-clause;
}

.tc-numbered li::before {
	position: absolute;
	top: 0.22em;
	left: 0;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(228, 18, 77, 0.08);
	color: var(--pink);
	content: counter(tc-clause, decimal-leading-zero);
	font-size: 0.56rem;
	font-weight: 800;
}

.tc-cap-table {
	display: grid;
	gap: 1px;
	margin: 30px 0;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 14px;
	background: rgba(16, 16, 21, 0.1);
}

.tc-cap-table > div {
	display: grid;
	grid-template-columns: minmax(165px, 0.55fr) minmax(0, 1.45fr);
	gap: 24px;
	padding: 21px 23px;
	background: #faf9f7;
}

.tc-cap-table strong {
	font-size: 0.76rem;
	line-height: 1.5;
}

.tc-cap-table p {
	margin: 0;
	color: #5b5962;
	font-size: 0.76rem;
	line-height: 1.68;
}

@media (max-width: 1020px) {
	.page-privacy-policy .pp-hero__content h1 {
		font-size: clamp(2.75rem, 5.2vw, 4rem);
	}

	.page-terms-of-service .pp-hero__content h1 {
		font-size: clamp(2.75rem, 5.4vw, 4rem);
	}

	.pp-policy {
		background: #fff;
	}

	.pp-policy__layout {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.pp-toc {
		padding: 26px;
		border: 1px solid rgba(16, 16, 21, 0.09);
		border-radius: 16px;
		background: #f7f6f4;
	}

	.pp-toc__inner {
		position: static;
		max-height: none;
		padding-right: 0;
		overflow: visible;
	}

	.pp-toc ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 4px 18px;
	}

	.pp-toc__inner > p {
		margin-bottom: 14px;
	}

	.tc-service-scope {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.pp-hero {
		padding-top: 36px;
	}

	.pp-breadcrumbs {
		margin-bottom: 38px;
	}

	.pp-hero__words {
		inset: 15% 20px auto;
		gap: clamp(24px, 5vw, 38px);
		font-size: clamp(0.7rem, 2.65vw, 1.25rem);
	}

	.page-terms-of-service .pp-hero__content h1 {
		font-size: clamp(2.45rem, 11vw, 4.6rem);
	}

	.pp-toc ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-contact-card,
	.pp-data-grid,
	.pp-retention,
	.pp-regulator {
		grid-template-columns: 1fr;
	}

	.pp-contact-card > div,
	.pp-contact-card > div:nth-child(-n + 2),
	.pp-regulator p,
	.pp-regulator p:nth-child(-n + 2) {
		border-top: 1px solid rgba(16, 16, 21, 0.08);
	}

	.pp-contact-card > div:first-child,
	.pp-regulator p:first-child {
		border-top: 0;
	}

	.pp-contact-card > div:nth-child(even),
	.pp-regulator p:nth-child(even) {
		border-left: 0;
	}

	.pp-purpose-table > div {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.pp-purpose-table__head {
		display: none !important;
	}

	.pp-final-contact {
		grid-template-columns: 1fr;
	}

	.pp-final-contact address {
		padding: 28px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 0;
	}

	.tc-definition-list > div,
	.tc-cap-table > div {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 520px) {
	.pp-hero__meta {
		display: grid;
	}

	.pp-hero__meta span[aria-hidden] {
		display: none;
	}

	.pp-toc {
		padding: 22px;
	}

	.pp-toc ol {
		grid-template-columns: 1fr;
	}

	.pp-section {
		padding-block: 36px;
	}

	.page-terms-of-service .pp-section {
		padding-block: 20px;
	}

	.pp-note {
		grid-template-columns: 32px 1fr;
		padding: 20px;
	}

	.pp-note > span {
		width: 30px;
		height: 30px;
	}

	.pp-final-contact {
		padding: 28px 24px;
	}

	.pp-final-contact .button {
		width: 100%;
		gap: 12px;
		padding-inline: 18px;
	}

	.tc-service-scope {
		grid-template-columns: 1fr;
	}

	.tc-clause-box,
	.tc-risk-banner {
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pp-toc a,
	.pp-breadcrumbs a {
		transition: none;
	}
}
