:root {
	--slp-navy: #0b1f3a;
	--slp-navy-2: #132d4f;
	--slp-blue: #1769aa;
	--slp-blue-light: #eaf3fa;
	--slp-green: #2f8f46;
	--slp-green-light: #eaf5ed;
	--slp-ink: #17202d;
	--slp-muted: #5e6c7d;
	--slp-line: #dce3ea;
	--slp-surface: #ffffff;
	--slp-bg: #f4f6f8;
	--slp-radius: 12px;
	--slp-shadow: 0 14px 38px rgba(11, 31, 58, 0.08);
	--slp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--slp-bg);
	color: var(--slp-ink);
	font-family: var(--slp-font);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--slp-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--slp-navy);
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text,
.slp-skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.slp-skip-link:focus {
	background: #fff;
	border: 1px solid var(--slp-line);
	border-radius: 8px;
	clip: auto !important;
	clip-path: none;
	color: var(--slp-navy);
	display: block;
	height: auto;
	left: 16px;
	padding: 12px 16px;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.slp-container {
	margin: 0 auto;
	max-width: 1160px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.slp-site-header {
	background: #fff;
	border-bottom: 1px solid var(--slp-line);
	position: relative;
	z-index: 20;
}

.slp-header-inner {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: space-between;
	min-height: 76px;
}

.slp-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 9px;
	text-decoration: none;
}

.slp-brand .slp-brand-mark {
	height: 38px;
	object-fit: contain;
	width: 49px;
}

.slp-brand-name {
	color: var(--slp-navy);
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1;
}

.slp-brand-name span {
	color: var(--slp-blue);
}

.slp-main-nav {
	align-items: center;
	display: flex;
	gap: 28px;
	margin-left: auto;
}

.slp-main-nav a {
	color: #39475a;
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration: none;
}

.slp-main-nav a:hover,
.slp-main-nav a:focus {
	color: var(--slp-navy);
}

.slp-header-trust {
	align-items: center;
	border-left: 1px solid var(--slp-line);
	color: var(--slp-green);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.84rem;
	font-weight: 750;
	gap: 8px;
	padding-left: 24px;
}

.slp-header-trust svg {
	height: 18px;
	width: 18px;
}

.slp-site-main {
	min-height: calc(100vh - 166px);
}

.slp-hero {
	background: #fff;
	border-bottom: 1px solid var(--slp-line);
	padding: clamp(70px, 8vw, 112px) 0;
}

.slp-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(50px, 8vw, 104px);
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.slp-kicker {
	color: var(--slp-blue);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.slp-hero h1 {
	color: var(--slp-navy);
	font-size: clamp(2.6rem, 5.4vw, 4.7rem);
	letter-spacing: -0.052em;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.slp-hero-copy {
	color: var(--slp-muted);
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	margin: 26px 0 0;
	max-width: 650px;
}

.slp-assurance-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 32px;
}

.slp-assurance {
	align-items: center;
	color: #344054;
	display: inline-flex;
	font-size: 0.87rem;
	font-weight: 700;
	gap: 8px;
}

.slp-assurance svg {
	color: var(--slp-green);
	height: 18px;
	width: 18px;
}

.slp-text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 750;
	gap: 8px;
	margin-top: 34px;
	text-decoration: none;
}

.slp-payment-proof {
	background: var(--slp-surface);
	border: 1px solid #ced7e1;
	border-radius: 16px;
	box-shadow: var(--slp-shadow);
	overflow: hidden;
}

.slp-proof-header {
	align-items: center;
	background: var(--slp-navy);
	color: #fff;
	display: flex;
	gap: 14px;
	padding: 24px 26px;
}

.slp-proof-lock {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.slp-proof-lock svg {
	height: 23px;
	width: 23px;
}

.slp-proof-header strong {
	display: block;
	font-size: 1rem;
}

.slp-proof-header span {
	color: #c9d4e2;
	display: block;
	font-size: 0.8rem;
	margin-top: 2px;
}

.slp-proof-body {
	padding: 12px 26px;
}

.slp-proof-row {
	align-items: center;
	border-bottom: 1px solid var(--slp-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 17px 0;
}

.slp-proof-row:last-child {
	border-bottom: 0;
}

.slp-proof-row span {
	color: var(--slp-muted);
	font-size: 0.88rem;
}

.slp-proof-row strong {
	color: var(--slp-navy);
	font-size: 0.88rem;
	text-align: right;
}

.slp-proof-status {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.slp-proof-status::before {
	background: var(--slp-green);
	border-radius: 999px;
	content: "";
	height: 7px;
	width: 7px;
}

.slp-proof-note {
	background: #f7f9fb;
	border-top: 1px solid var(--slp-line);
	color: var(--slp-muted);
	font-size: 0.77rem;
	margin: 0;
	padding: 14px 26px;
}

.slp-section {
	padding: 88px 0;
}

.slp-section-white {
	background: #fff;
	border-bottom: 1px solid var(--slp-line);
	border-top: 1px solid var(--slp-line);
}

.slp-section-heading {
	margin: 0 0 44px;
	max-width: 720px;
}

.slp-section-heading-centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slp-section-heading h2,
.slp-clarity-copy h2,
.slp-security-copy h2 {
	color: var(--slp-navy);
	font-size: clamp(2rem, 3.8vw, 3.1rem);
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0;
}

.slp-section-heading p,
.slp-clarity-copy > p,
.slp-security-copy > p {
	color: var(--slp-muted);
	font-size: 1.05rem;
	margin: 18px 0 0;
}

.slp-clarity-grid {
	align-items: center;
	display: grid;
	gap: clamp(42px, 8vw, 100px);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.slp-scope-list {
	border: 1px solid var(--slp-line);
	border-radius: var(--slp-radius);
	margin: 0;
	overflow: hidden;
}

.slp-scope-item {
	align-items: flex-start;
	background: #fff;
	border-bottom: 1px solid var(--slp-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 24px minmax(0, 1fr);
	padding: 20px 22px;
}

.slp-scope-item:last-child {
	border-bottom: 0;
}

.slp-scope-icon {
	align-items: center;
	border: 1px solid #bfd0df;
	border-radius: 999px;
	color: var(--slp-blue);
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.slp-scope-item strong {
	color: var(--slp-navy);
	display: block;
	font-size: 0.95rem;
}

.slp-scope-item p {
	color: var(--slp-muted);
	font-size: 0.87rem;
	margin: 4px 0 0;
}

.slp-process {
	counter-reset: slp-process;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slp-process-item {
	border-left: 1px solid var(--slp-line);
	counter-increment: slp-process;
	padding: 8px 36px 10px;
}

.slp-process-item:first-child {
	border-left: 0;
	padding-left: 0;
}

.slp-process-item:last-child {
	padding-right: 0;
}

.slp-process-item::before {
	color: var(--slp-blue);
	content: "0" counter(slp-process);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}

.slp-process-item h3 {
	color: var(--slp-navy);
	font-size: 1.12rem;
	margin: 0 0 8px;
}

.slp-process-item p {
	color: var(--slp-muted);
	font-size: 0.93rem;
	margin: 0;
}

.slp-security-box {
	align-items: center;
	background: var(--slp-navy);
	border-radius: 16px;
	color: #fff;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.7fr);
	padding: clamp(36px, 6vw, 64px);
}

.slp-security-copy h2 {
	color: #fff;
}

.slp-security-copy > p {
	color: #cbd5e1;
}

.slp-security-list {
	display: grid;
	gap: 13px;
}

.slp-security-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 9px;
	display: flex;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 10px;
	padding: 12px 14px;
}

.slp-security-item span {
	align-items: center;
	background: var(--slp-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.67rem;
	height: 21px;
	justify-content: center;
	width: 21px;
}

.slp-faq {
	border-top: 1px solid var(--slp-line);
}

.slp-faq details {
	border-bottom: 1px solid var(--slp-line);
}

.slp-faq summary {
	color: var(--slp-navy);
	cursor: pointer;
	font-weight: 750;
	list-style: none;
	padding: 20px 36px 20px 0;
	position: relative;
}

.slp-faq summary::-webkit-details-marker {
	display: none;
}

.slp-faq summary::after {
	color: var(--slp-blue);
	content: "+";
	font-size: 1.4rem;
	font-weight: 400;
	position: absolute;
	right: 4px;
	top: 13px;
}

.slp-faq details[open] summary::after {
	content: "–";
}

.slp-faq p {
	color: var(--slp-muted);
	font-size: 0.93rem;
	margin: -4px 0 20px;
	max-width: 820px;
}

.slp-content-shell {
	background: #fff;
	border: 1px solid var(--slp-line);
	border-radius: var(--slp-radius);
	box-shadow: var(--slp-shadow);
	margin: 56px auto;
	max-width: 900px;
	padding: clamp(28px, 5vw, 54px);
}

.slp-content-shell h1,
.slp-content-shell h2,
.slp-content-shell h3 {
	color: var(--slp-navy);
	line-height: 1.2;
}

.slp-payment-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(245px, 0.46fr) minmax(0, 1fr);
	margin: 50px auto 68px;
	max-width: 1070px;
	padding: 0 24px;
}

.slp-payment-intro {
	padding: 16px 8px 0 0;
	position: sticky;
	top: 24px;
}

.slp-secure-badge {
	color: var(--slp-green);
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.slp-payment-intro h1 {
	color: var(--slp-navy);
	font-size: clamp(2rem, 3.5vw, 3.1rem);
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 16px 0 16px;
}

.slp-payment-intro p {
	color: var(--slp-muted);
	margin: 0;
}

.slp-payment-points {
	border-top: 1px solid var(--slp-line);
	display: grid;
	gap: 11px;
	margin-top: 24px;
	padding-top: 20px;
}

.slp-payment-point {
	align-items: center;
	color: #445164;
	display: flex;
	font-size: 0.83rem;
	font-weight: 650;
	gap: 9px;
}

.slp-payment-point::before {
	background: var(--slp-green);
	border-radius: 999px;
	content: "";
	height: 7px;
	width: 7px;
}

.slp-payment-help {
	color: var(--slp-muted);
	font-size: 0.78rem;
	margin-top: 22px !important;
}

.slp-payment-card {
	background: #fff;
	border: 1px solid #ced7e1;
	border-radius: 14px;
	box-shadow: var(--slp-shadow);
	min-width: 0;
	padding: clamp(22px, 4vw, 42px);
}

.slp-empty-state {
	background: #fff;
	border: 1px solid var(--slp-line);
	border-radius: var(--slp-radius);
	margin: 70px auto;
	max-width: 720px;
	padding: 54px;
	text-align: center;
}

.slp-empty-state h1 {
	color: var(--slp-navy);
	font-size: clamp(2rem, 5vw, 4rem);
	margin: 0 0 12px;
}

.slp-button {
	background: var(--slp-navy);
	border: 1px solid var(--slp-navy);
	border-radius: 9px;
	color: #fff;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	text-decoration: none;
}

.slp-button:hover,
.slp-button:focus {
	background: var(--slp-navy-2);
	color: #fff;
}

.slp-site-footer {
	background: #08192e;
	color: #bfcadb;
}

.slp-footer-inner {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 34px;
	padding-top: 34px;
}

.slp-footer-brand {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 8px;
}

.slp-footer-brand img {
	height: 31px;
	object-fit: contain;
	width: 40px;
}

.slp-footer-copy,
.slp-footer-company {
	font-size: 0.8rem;
	margin: 8px 0 0;
}

.slp-footer-links {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
}

.slp-footer-links a {
	color: #dce5f0;
	font-size: 0.82rem;
	text-decoration: none;
}

.slp-footer-links a:hover,
.slp-footer-links a:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.slp-main-nav {
		display: none;
	}

	.slp-hero-grid,
	.slp-clarity-grid,
	.slp-security-box,
	.slp-payment-layout {
		grid-template-columns: 1fr;
	}

	.slp-payment-proof {
		margin: 0 auto;
		max-width: 560px;
		width: 100%;
	}

	.slp-payment-intro {
		padding: 0;
		position: static;
	}

	.slp-payment-intro > p,
	.slp-payment-intro h1 {
		max-width: 670px;
	}
}

@media (max-width: 680px) {
	.slp-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.slp-header-inner {
		min-height: 68px;
	}

	.slp-brand .slp-brand-mark {
		height: 34px;
		width: 44px;
	}

	.slp-brand-name {
		font-size: 1.05rem;
	}

	.slp-header-trust {
		border-left: 0;
		padding-left: 0;
	}

	.slp-header-trust span {
		display: none;
	}

	.slp-hero {
		padding: 56px 0;
	}

	.slp-hero h1 {
		font-size: clamp(2.45rem, 13vw, 3.9rem);
	}

	.slp-assurance-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.slp-section {
		padding: 62px 0;
	}

	.slp-process {
		grid-template-columns: 1fr;
	}

	.slp-process-item,
	.slp-process-item:first-child,
	.slp-process-item:last-child {
		border-left: 0;
		border-top: 1px solid var(--slp-line);
		padding: 24px 0;
	}

	.slp-process-item:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.slp-payment-layout {
		gap: 22px;
		margin-top: 34px;
		padding: 0 13px;
	}

	.slp-payment-card {
		border-radius: 11px;
	}

	.slp-footer-inner {
		grid-template-columns: 1fr;
	}

	.slp-footer-links {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
