:root {
	--plp-blue: #086afe;
	--plp-blue-hover: #257af8;
	--plp-dark: #031530;
	--plp-text: #374c6c;
	--plp-border: #e2e8f0;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	color: var(--plp-text);
	background: #ffffff;
	line-height: 1.75;
}

a {
	color: var(--plp-blue);
}

a:hover {
	color: var(--plp-blue-hover);
}

.site-header {
	background: var(--plp-dark);
	color: #ffffff;
	padding: 20px 24px;
}

.site-header a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Outfit', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
}

.content {
	max-width: 860px;
	margin: 0 auto;
	padding: 48px 24px 120px;
}

.back-link {
	display: inline-block;
	margin-bottom: 24px;
	text-decoration: none;
	font-weight: 500;
}

h1 {
	font-family: 'Outfit', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--plp-dark);
	margin: 0 0 0.5em;
	line-height: 1.2;
}

h2 {
	font-family: 'Outfit', sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--plp-dark);
	margin: 2em 0 0.75em;
}

p,
li {
	font-size: 1rem;
}

ul,
ol {
	padding-left: 1.25rem;
}

.contact-box {
	background: #ebf5ff;
	border: 1px solid var(--plp-border);
	border-radius: 8px;
	padding: 16px 20px;
	margin: 1.5em 0;
}

.site-footer {
	border-top: 1px solid var(--plp-border);
	padding: 24px;
	text-align: center;
	font-size: 0.875rem;
}

.site-footer p {
	margin: 0.35em 0;
}

.legal-nav a {
	margin: 0 0.5em;
}
