:root {
	--po-terms-navy: #243447;
	--po-terms-warm: #f7f5f2;
	--po-terms-sand: #c7b299;
	--po-terms-ink: #1d1f21;
	--po-terms-copy: #4a4d50;
	--po-terms-muted: #9a8e7c;
	--po-terms-border: #e4e0d9;
}

body.page-id-15419 #main,
body.page-id-15419 #main.boxed {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--po-terms-warm) !important;
}

body.page-id-15419 #main > .container,
body.page-id-15419 #main .main-content-wrap,
body.page-id-15419 #main .main-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.po-terms {
	width: 100%;
	margin: 0;
	background: var(--po-terms-warm);
	color: var(--po-terms-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.po-terms *,
.po-terms *::before,
.po-terms *::after {
	box-sizing: border-box;
}

.po-terms-shell {
	width: 100%;
	max-width: 1296px;
	margin: 0 auto;
	padding-right: 48px;
	padding-left: 48px;
}

.po-terms-hero {
	padding: 52px 0 56px;
	background: var(--po-terms-navy);
}

.po-terms-breadcrumbs {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 24px;
	color: rgba(247, 245, 242, .58);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.po-terms-breadcrumbs a {
	color: var(--po-terms-sand);
	text-decoration: none;
	transition: color .2s ease;
}

.po-terms-breadcrumbs a:hover,
.po-terms-breadcrumbs a:focus-visible {
	color: var(--po-terms-warm);
}

.po-terms-eyebrow {
	margin: 0 0 18px;
	color: var(--po-terms-sand);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.po-terms-hero h1 {
	margin: 0 0 16px;
	color: var(--po-terms-warm);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.025em;
}

.po-terms-intro {
	max-width: 680px;
	margin: 0;
	color: rgba(247, 245, 242, .88);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

.po-terms-updated {
	margin: 20px 0 0;
	color: rgba(247, 245, 242, .58);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.po-terms-body {
	padding: 64px 0 80px;
	background: var(--po-terms-warm);
}

.po-terms-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.po-terms-nav {
	position: sticky;
	top: 24px;
	padding: 24px;
	border: 1px solid var(--po-terms-border);
	border-radius: 14px;
	background: #fff;
}

.po-terms-nav-title {
	margin: 0 0 18px;
	color: var(--po-terms-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.po-terms-nav nav {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.po-terms-nav a {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 3px;
	align-items: start;
	color: var(--po-terms-copy);
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	transition: color .2s ease;
}

.po-terms-nav a span {
	color: var(--po-terms-muted);
}

.po-terms-nav a:hover,
.po-terms-nav a:focus-visible {
	color: var(--po-terms-navy);
}

.po-terms-card {
	min-width: 0;
	padding: 52px 56px;
	border: 1px solid var(--po-terms-border);
	border-radius: 16px;
	background: #fff;
}

.po-terms-section {
	scroll-margin-top: 24px;
}

.po-terms-section h2 {
	margin: 0 0 12px;
	color: var(--po-terms-ink);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.015em;
}

.po-terms-section p,
.po-terms-section li {
	color: var(--po-terms-copy);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.po-terms-section p {
	margin: 0;
}

.po-terms-section ul {
	margin: 10px 0 0;
	padding: 0 0 0 22px;
}

.po-terms-section li + li {
	margin-top: 8px;
}

.po-terms-section strong {
	color: var(--po-terms-ink);
	font-weight: 600;
}

.po-terms-card hr {
	height: 1px;
	margin: 34px 0;
	border: 0;
	background: var(--po-terms-border);
}

@media (max-width: 900px) {
	.po-terms-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.po-terms-nav {
		position: static;
	}

	.po-terms-nav nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 28px;
	}
}

@media (max-width: 600px) {
	.po-terms-shell {
		padding-right: 20px;
		padding-left: 20px;
	}

	.po-terms-hero {
		padding: 38px 0 42px;
	}

	.po-terms-breadcrumbs {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.po-terms-eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.po-terms-hero h1 {
		margin-bottom: 14px;
		font-size: 36px;
		line-height: 1.08;
	}

	.po-terms-intro {
		font-size: 16px;
		line-height: 1.65;
	}

	.po-terms-body {
		padding: 40px 0 60px;
	}

	.po-terms-layout {
		gap: 24px;
	}

	.po-terms-nav {
		padding: 20px;
		border-radius: 12px;
	}

	.po-terms-nav nav {
		display: flex;
		gap: 10px;
	}

	.po-terms-card {
		padding: 26px 22px;
		border-radius: 14px;
	}

	.po-terms-section h2 {
		font-size: 21px;
	}

	.po-terms-section p,
	.po-terms-section li {
		font-size: 15px;
		line-height: 1.7;
	}

	.po-terms-card hr {
		margin: 28px 0;
	}
}
