:root {
	--svpr-navy-950: #020b17;
	--svpr-navy-900: #041226;
	--svpr-navy-850: #061a33;
	--svpr-navy-800: #082640;
	--svpr-blue-700: #0a4f86;
	--svpr-blue-500: #087fc2;
	--svpr-cyan: #40c7ff;
	--svpr-gold: #ffd400;
	--svpr-gold-soft: #ffe868;
	--svpr-white: #fff;
	--svpr-ink: #10243a;
	--svpr-muted: #597086;
	--svpr-surface: #f4f8fb;
	--svpr-border: #d7e4ee;
	--svpr-radius: 18px;
	--svpr-shadow: 0 20px 55px rgba(2, 24, 46, .13);
	--svpr-container: 1180px;
}

html {
	scroll-behavior: smooth;
}

body.svpr-active {
	background: var(--svpr-white);
	color: var(--svpr-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.68;
	margin: 0;
	overflow-x: hidden;
}

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

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

.svpr-active a {
	color: inherit;
}

.svpr-active h1,
.svpr-active h2,
.svpr-active h3,
.svpr-active p {
	margin-top: 0;
}

.svpr-active h1,
.svpr-active h2,
.svpr-active h3 {
	letter-spacing: -.025em;
	line-height: 1.12;
}

.svpr-active h1 {
	font-size: clamp(2.55rem, 5.5vw, 5.4rem);
	font-weight: 820;
	margin-bottom: 24px;
	max-width: 940px;
}

.svpr-active h2 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 780;
	margin-bottom: 24px;
}

.svpr-active h3 {
	font-size: 1.3rem;
	font-weight: 760;
	margin-bottom: 12px;
}

.svpr-active p {
	margin-bottom: 22px;
}

.svpr-site {
	min-height: 100vh;
	overflow: clip;
}

.svpr-container {
	margin: 0 auto;
	max-width: var(--svpr-container);
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.svpr-narrow {
	max-width: 850px;
}

.svpr-center {
	text-align: center;
}

.svpr-skip {
	background: var(--svpr-gold);
	color: var(--svpr-navy-950);
	font-weight: 800;
	left: 16px;
	padding: 10px 18px;
	position: fixed;
	top: -100px;
	z-index: 99999;
}

.svpr-skip:focus {
	top: 16px;
}

.svpr-header {
	background: rgba(2, 11, 23, .96);
	border-bottom: 1px solid rgba(64, 199, 255, .16);
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.admin-bar .svpr-header {
	top: 32px;
}

.svpr-header-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 84px;
	padding: 0 28px;
}

.svpr-logo-link {
	text-decoration: none;
}

.svpr-brand {
	align-items: flex-start;
	display: inline-flex;
	flex-direction: column;
	gap: 1px;
}

.svpr-brand img {
	height: auto;
	max-width: 220px;
	width: min(220px, 37vw);
}

.svpr-brand span {
	color: #fff;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .31em;
	padding-left: 3px;
}

.svpr-navigation {
	align-items: center;
	display: flex;
	gap: 24px;
}

.svpr-navigation ul {
	align-items: center;
	display: flex;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.svpr-navigation li,
.svpr-navigation a {
	margin: 0;
}

.svpr-navigation ul a {
	color: rgba(255, 255, 255, .84);
	font-size: .85rem;
	font-weight: 690;
	text-decoration: none;
}

.svpr-navigation ul a:hover,
.svpr-navigation ul a:focus {
	color: var(--svpr-gold);
}

.svpr-language {
	align-items: center;
	display: flex;
	font-size: .8rem;
	font-weight: 800;
	gap: 8px;
}

.svpr-language a {
	color: rgba(255, 255, 255, .67);
	text-decoration: none;
}

.svpr-language a[aria-current="page"] {
	color: var(--svpr-gold);
}

.svpr-button {
	align-items: center;
	background: var(--svpr-gold);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(255, 212, 0, .17);
	color: var(--svpr-navy-950) !important;
	display: inline-flex;
	font-size: .9rem;
	font-weight: 840;
	justify-content: center;
	letter-spacing: .045em;
	line-height: 1.2;
	min-height: 52px;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.svpr-button:hover,
.svpr-button:focus {
	background: var(--svpr-gold-soft);
	box-shadow: 0 12px 30px rgba(255, 212, 0, .24);
	transform: translateY(-2px);
}

.svpr-button-small {
	font-size: .72rem;
	min-height: 42px;
	padding: 11px 16px;
}

.svpr-menu-button {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 45px;
	padding: 10px;
	width: 48px;
}

.svpr-menu-button > span:not(.screen-reader-text) {
	background: var(--svpr-gold);
	display: block;
	height: 2px;
	margin: 6px 0;
	width: 28px;
}

.svpr-hero {
	align-items: center;
	background:
		radial-gradient(circle at 80% 20%, rgba(8, 127, 194, .33), transparent 34%),
		linear-gradient(128deg, var(--svpr-navy-950), var(--svpr-navy-850) 62%, #07365a);
	color: #fff;
	display: flex;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.svpr-interior .svpr-hero {
	min-height: 470px;
}

.svpr-hero-media {
	inset: 0;
	position: absolute;
}

.svpr-hero-image {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.svpr-hero-shade {
	background: linear-gradient(90deg, rgba(2, 11, 23, .98) 0%, rgba(2, 11, 23, .88) 38%, rgba(2, 11, 23, .34) 72%, rgba(2, 11, 23, .18) 100%);
	inset: 0;
	position: absolute;
}

.svpr-hero-content {
	padding-bottom: 96px;
	padding-top: 96px;
	position: relative;
	z-index: 2;
}

.svpr-hero-content .svpr-lead {
	color: rgba(255, 255, 255, .82);
	font-size: clamp(1.08rem, 1.7vw, 1.34rem);
	max-width: 730px;
}

.svpr-eyebrow {
	color: var(--svpr-blue-500);
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .19em;
	margin-bottom: 16px !important;
	text-transform: uppercase;
}

.svpr-hero .svpr-eyebrow,
.svpr-dark .svpr-eyebrow,
.svpr-final-cta .svpr-eyebrow {
	color: var(--svpr-gold);
}

.svpr-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 34px;
}

.svpr-text-link {
	color: var(--svpr-blue-500) !important;
	font-weight: 780;
	text-decoration: none;
}

.svpr-hero .svpr-text-link,
.svpr-dark .svpr-text-link {
	color: #fff !important;
}

.svpr-qualifications {
	background: var(--svpr-gold);
	color: var(--svpr-navy-950);
}

.svpr-qualifications .svpr-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 18px;
	padding-top: 18px;
}

.svpr-qualifications span {
	align-items: center;
	border-right: 1px solid rgba(4, 18, 38, .2);
	display: flex;
	font-size: .78rem;
	font-weight: 790;
	gap: 9px;
	justify-content: center;
	padding: 0 14px;
	text-align: center;
}

.svpr-qualifications span:last-child {
	border-right: 0;
}

.svpr-qualifications b {
	font-size: 1rem;
}

.svpr-section {
	background: #fff;
	padding: 96px 0;
}

.svpr-section:nth-of-type(even) {
	background: var(--svpr-surface);
}

.svpr-section .svpr-container > h2 {
	max-width: 850px;
}

.svpr-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.svpr-card {
	background: #fff;
	border: 1px solid var(--svpr-border);
	border-radius: var(--svpr-radius);
	box-shadow: 0 10px 34px rgba(5, 44, 75, .06);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 30px;
	position: relative;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.svpr-card::before {
	background: linear-gradient(90deg, var(--svpr-gold), var(--svpr-cyan));
	border-radius: var(--svpr-radius) var(--svpr-radius) 0 0;
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
}

.svpr-card:hover {
	border-color: #b2d7eb;
	box-shadow: var(--svpr-shadow);
	transform: translateY(-5px);
}

.svpr-card p {
	color: var(--svpr-muted);
	flex: 1;
	font-size: .94rem;
}

.svpr-card a {
	color: var(--svpr-blue-700);
	font-size: .88rem;
	font-weight: 800;
	text-decoration: none;
}

.svpr-icon {
	align-items: center;
	background: var(--svpr-navy-850);
	border: 1px solid rgba(64, 199, 255, .35);
	border-radius: 11px;
	color: var(--svpr-gold);
	display: inline-flex;
	font-size: .82rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 28px;
	width: 42px;
}

.svpr-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.svpr-split {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 86px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svpr-rounded-image {
	border: 1px solid rgba(64, 199, 255, .28);
	border-radius: var(--svpr-radius);
	box-shadow: var(--svpr-shadow);
	width: 100%;
}

.svpr-design-feature,
.svpr-health-feature {
	background:
		linear-gradient(135deg, rgba(4, 18, 38, .98), rgba(8, 47, 82, .98)),
		var(--svpr-navy-900) !important;
	color: #fff;
}

.svpr-design-feature p,
.svpr-health-feature p {
	color: rgba(255, 255, 255, .77);
}

.svpr-credit {
	background: rgba(255, 212, 0, .11);
	border: 1px solid rgba(255, 212, 0, .48);
	border-radius: 10px;
	color: var(--svpr-gold);
	font-weight: 790;
	margin: 28px 0;
	padding: 16px 19px;
}

.svpr-health-logo {
	background: #000;
	border-radius: 10px;
	margin-bottom: 28px;
	max-height: 170px;
	object-fit: contain;
	object-position: left center;
	padding: 2px;
	width: min(620px, 100%);
}

.svpr-dark {
	background: var(--svpr-navy-900) !important;
	color: #fff;
}

.svpr-dark .svpr-card {
	background: rgba(255, 255, 255, .045);
	border-color: rgba(64, 199, 255, .22);
}

.svpr-dark .svpr-card p {
	color: rgba(255, 255, 255, .72);
}

.svpr-dark .svpr-card a {
	color: var(--svpr-gold);
}

.svpr-check-list {
	list-style: none;
	margin: 28px 0 36px;
	padding: 0;
}

.svpr-check-list li {
	border-bottom: 1px solid var(--svpr-border);
	padding: 13px 0 13px 34px;
	position: relative;
}

.svpr-check-list li::before {
	color: var(--svpr-blue-500);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.svpr-price-card {
	background: var(--svpr-navy-900);
	border: 1px solid rgba(64, 199, 255, .35);
	border-radius: 22px;
	box-shadow: var(--svpr-shadow);
	color: #fff;
	padding: clamp(30px, 5vw, 52px);
}

.svpr-price-card p {
	color: rgba(255, 255, 255, .75);
}

.svpr-price {
	color: var(--svpr-gold);
	display: block;
	font-size: clamp(3.4rem, 7vw, 5.8rem);
	font-weight: 900;
	letter-spacing: -.065em;
	line-height: 1;
	margin-bottom: 26px;
}

.svpr-fine {
	font-size: .78rem;
	margin: 22px 0 0 !important;
}

.svpr-tier-list {
	list-style: none;
	margin: 26px 0;
	padding: 0;
}

.svpr-tier-list li {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 12px 0;
}

.svpr-tier-list span {
	color: rgba(255, 255, 255, .78);
	font-size: .88rem;
}

.svpr-tier-list strong {
	color: var(--svpr-gold);
	font-size: 1.05rem;
}

.svpr-form-section {
	background:
		radial-gradient(circle at 85% 10%, rgba(8, 127, 194, .35), transparent 32%),
		var(--svpr-navy-900) !important;
	color: #fff;
	scroll-margin-top: 100px;
}

.svpr-form-section:focus {
	outline: none;
}

.svpr-form-wrap {
	display: grid;
	gap: clamp(34px, 7vw, 82px);
	grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
}

.svpr-form-intro {
	align-self: start;
	position: sticky;
	top: 125px;
}

.svpr-form-intro p {
	color: rgba(255, 255, 255, .72);
}

.svpr-form-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
	color: var(--svpr-ink);
	min-height: 120px;
	padding: clamp(24px, 4vw, 46px);
}

.svpr-form-card .forminator-ui.forminator-custom-form {
	margin: 0 !important;
}

.svpr-form-card .forminator-label {
	color: var(--svpr-ink) !important;
	font-weight: 760 !important;
}

.svpr-form-card input:not([type="checkbox"]):not([type="radio"]),
.svpr-form-card textarea,
.svpr-form-card select {
	border-color: #bfd1df !important;
	border-radius: 8px !important;
	color: var(--svpr-ink) !important;
	min-height: 48px;
}

.svpr-form-card textarea {
	min-height: 130px;
}

.svpr-form-card .forminator-button-submit {
	background: var(--svpr-gold) !important;
	border-radius: 8px !important;
	color: var(--svpr-navy-950) !important;
	font-weight: 850 !important;
	min-height: 52px;
	padding: 14px 24px !important;
	text-transform: uppercase;
	width: 100%;
}

.svpr-article-layout {
	align-items: start;
	display: grid;
	gap: 55px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.svpr-article-body {
	max-width: 790px;
}

.svpr-article-body h2 {
	font-size: clamp(1.65rem, 2.6vw, 2.25rem);
	margin-top: 52px;
}

.svpr-article-body figure {
	margin: 0 0 44px;
}

.svpr-article-image {
	border-radius: var(--svpr-radius);
	box-shadow: var(--svpr-shadow);
	width: 100%;
}

.svpr-article-body figcaption {
	color: var(--svpr-muted);
	font-size: .78rem;
	margin-top: 10px;
}

.svpr-article-note {
	background: var(--svpr-surface);
	border-left: 5px solid var(--svpr-gold);
	border-radius: 0 12px 12px 0;
	margin-top: 52px;
	padding: 28px 32px;
}

.svpr-article-note h2 {
	font-size: 1.4rem;
	margin-top: 0;
}

.svpr-article-aside {
	background: var(--svpr-navy-900);
	border-radius: var(--svpr-radius);
	color: #fff;
	padding: 30px;
	position: sticky;
	top: 120px;
}

.svpr-article-aside h2 {
	font-size: 1.55rem;
}

.svpr-article-aside p {
	color: rgba(255, 255, 255, .72);
}

.svpr-article-aside .svpr-button {
	margin-bottom: 20px;
	width: 100%;
}

.svpr-article-aside .svpr-text-link {
	color: var(--svpr-gold) !important;
	display: block;
	font-size: .86rem;
}

.svpr-faq details {
	background: #fff;
	border: 1px solid var(--svpr-border);
	border-radius: 12px;
	margin-bottom: 16px;
	padding: 0 24px;
}

.svpr-faq summary {
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 780;
	padding: 22px 30px 22px 0;
}

.svpr-faq details p {
	color: var(--svpr-muted);
	padding-bottom: 22px;
}

.svpr-final-cta {
	background:
		linear-gradient(110deg, rgba(2, 11, 23, .98), rgba(6, 56, 91, .94)),
		var(--svpr-navy-950);
	color: #fff;
	padding: 88px 0;
	text-align: center;
}

.svpr-final-cta h2,
.svpr-final-cta p {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}

.svpr-final-cta p:not(.svpr-eyebrow) {
	color: rgba(255, 255, 255, .74);
}

.svpr-footer {
	background: #010810;
	color: rgba(255, 255, 255, .74);
	padding: 70px 28px 25px;
}

.svpr-footer-grid {
	display: grid;
	gap: 46px;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	margin: 0 auto;
	max-width: var(--svpr-container);
}

.svpr-footer-grid h2 {
	color: #fff;
	font-size: .86rem;
	letter-spacing: .12em;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.svpr-footer-grid a {
	display: block;
	font-size: .86rem;
	margin-bottom: 11px;
	text-decoration: none;
}

.svpr-footer-grid a:hover {
	color: var(--svpr-gold);
}

.svpr-footer .svpr-brand {
	margin-bottom: 20px;
}

.svpr-footer .svpr-brand img {
	max-width: 200px;
}

.svpr-footer p {
	font-size: .86rem;
	max-width: 360px;
}

.svpr-no-phone {
	border-left: 3px solid var(--svpr-gold);
	padding-left: 14px;
}

.svpr-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	font-size: .74rem;
	justify-content: space-between;
	margin: 45px auto 0;
	max-width: var(--svpr-container);
	padding-top: 22px;
}

@media (max-width: 1160px) {
	.svpr-menu-button {
		display: block;
		margin-left: auto;
	}

	.svpr-navigation {
		align-items: stretch;
		background: var(--svpr-navy-950);
		border-top: 1px solid rgba(64, 199, 255, .18);
		box-shadow: 0 28px 45px rgba(0, 0, 0, .35);
		display: none;
		flex-direction: column;
		gap: 18px;
		inset: 84px 0 auto;
		max-height: calc(100vh - 84px);
		overflow-y: auto;
		padding: 26px 28px 34px;
		position: fixed;
	}

	.admin-bar .svpr-navigation {
		top: 116px;
	}

	.svpr-navigation.is-open {
		display: flex;
	}

	.svpr-navigation ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.svpr-navigation ul a {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		display: block;
		font-size: 1rem;
		padding: 14px 0;
	}

	.svpr-language {
		justify-content: center;
	}

	.svpr-navigation .svpr-button {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.svpr-active h1 {
		font-size: clamp(2.4rem, 9vw, 4.4rem);
	}

	.svpr-hero {
		min-height: 560px;
	}

	.svpr-interior .svpr-hero {
		min-height: 440px;
	}

	.svpr-hero-shade {
		background: linear-gradient(90deg, rgba(2, 11, 23, .97), rgba(2, 11, 23, .73));
	}

	.svpr-qualifications .svpr-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.svpr-qualifications span {
		border-bottom: 1px solid rgba(4, 18, 38, .17);
		min-height: 60px;
	}

	.svpr-qualifications span:nth-child(2) {
		border-right: 0;
	}

	.svpr-card-grid,
	.svpr-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.svpr-split,
	.svpr-form-wrap,
	.svpr-article-layout {
		grid-template-columns: 1fr;
	}

	.svpr-form-intro,
	.svpr-article-aside {
		position: static;
	}

	.svpr-article-aside {
		max-width: 520px;
	}

	.svpr-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	body.svpr-active {
		font-size: 16px;
	}

	.admin-bar .svpr-header {
		top: 46px;
	}

	.admin-bar .svpr-navigation {
		top: 130px;
	}

	.svpr-header-inner {
		min-height: 78px;
		padding: 0 18px;
	}

	.svpr-navigation {
		inset: 78px 0 auto;
	}

	.svpr-brand img {
		width: 178px;
	}

	.svpr-brand span {
		font-size: .58rem;
	}

	.svpr-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.svpr-hero,
	.svpr-interior .svpr-hero {
		min-height: 540px;
	}

	.svpr-hero-content {
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.svpr-hero-shade {
		background: linear-gradient(180deg, rgba(2, 11, 23, .77), rgba(2, 11, 23, .97) 80%);
	}

	.svpr-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.svpr-actions .svpr-button {
		width: 100%;
	}

	.svpr-qualifications .svpr-container,
	.svpr-card-grid,
	.svpr-three,
	.svpr-footer-grid {
		grid-template-columns: 1fr;
	}

	.svpr-qualifications span {
		border-right: 0;
		justify-content: flex-start;
		text-align: left;
	}

	.svpr-section {
		padding: 70px 0;
	}

	.svpr-card {
		min-height: 220px;
		padding: 26px;
	}

	.svpr-form-card {
		border-radius: 14px;
		padding: 22px 17px;
	}

	.svpr-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.svpr-footer-bottom {
		flex-direction: column;
		gap: 8px;
	}
}

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

	.svpr-card,
	.svpr-button {
		transition: none;
	}
}
