.spp-page {
	background: #f5f7f8;
	color: #071b22;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	width: 100vw;
}

body.page .wordpress > h1:first-child {
	display: none;
}

.spp-nav {
	align-items: center;
	background: #fff;
	border-bottom: 2px solid #071b22;
	display: grid;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: 30px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 20px max(24px, calc((100vw - 1440px) / 2 + 24px));
	position: sticky;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.spp-logo {
	align-items: center;
	color: #071b22;
	display: inline-flex;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 0;
	min-height: 44px;
	text-decoration: none;
}

.spp-logo img {
	display: block;
	max-height: 42px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.spp-nav-main {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: flex-end;
}

.spp-nav-main a {
	color: #071b22;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.spp-nav .spp-nav-cta {
	background: #071b22;
	border-radius: 3px;
	color: #fff;
	padding: 12px 16px;
}

.spp-nav-lang {
	justify-self: end;
}

.spp-language-switcher {
	align-items: center;
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: inline-flex;
	gap: 5px;
	padding: 7px 9px;
	white-space: nowrap;
}

.spp-language-switcher span {
	color: #8ba0a6;
	font-weight: 900;
}

.spp-language-switcher a {
	color: #31545e;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.spp-language-switcher a.is-current {
	background: #071b22;
	color: #fff;
	padding: 4px 6px;
}

.spp-footer {
	background: #073a3f;
	color: #fff;
	display: grid;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 56px;
	padding: 32px clamp(20px, 6vw, 88px);
	width: 100vw;
}

.spp-footer p {
	color: rgba(255, 255, 255, .76);
	margin: 6px 0 0;
	max-width: 560px;
}

.spp-footer nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
}

.spp-footer a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.spp-page a {
	color: inherit;
	text-decoration: none;
}

.spp-front {
	background: #f5f7f8;
}

.spp-front-masthead {
	background: #fff;
	border-bottom: 1px solid #d9e6ea;
	margin: 0 auto;
	padding: 20px max(24px, calc((100vw - 1440px) / 2 + 24px)) 34px;
}

.spp-front-kicker {
	align-items: center;
	border-bottom: 1px solid #d9e6ea;
	color: #55717a;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 900;
	gap: 8px 24px;
	justify-content: space-between;
	margin-bottom: 26px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.spp-front-hero {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr);
	margin: 0 auto;
	max-width: 1440px;
}

.spp-front-lead {
	background: #fff;
	border-bottom: 4px solid #071b22;
}

.spp-front-lead a {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
}

.spp-front-lead-media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #eaf4f6;
	color: #071b22;
	display: flex;
	font-size: 28px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.spp-front-lead-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.spp-front-lead-copy {
	align-self: center;
	padding: 10px 0;
}

.spp-front-lead-copy h1 {
	font-size: clamp(38px, 5vw, 76px);
	letter-spacing: 0;
	line-height: .94;
	margin: 10px 0 16px;
}

.spp-page-visual {
	margin: 24px auto 30px;
	max-width: 1440px;
	padding: 0 24px;
}

.spp-page-visual div {
	aspect-ratio: 16 / 5;
	background: #eaf4f6;
	border: 1px solid #d9e6ea;
	overflow: hidden;
}

.spp-page-visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}


.spp-front-desk {
	background: #071b22;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 28px;
}

.spp-front-desk .spp-eyebrow {
	color: #6ed8e2;
}

.spp-front-desk h2 {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
	margin: 10px 0 28px;
}

.spp-front-links {
	display: grid;
	gap: 10px;
}

.spp-front-links a {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e6ea;
	color: #071b22;
	display: flex;
	font-size: 16px;
	font-weight: 900;
	justify-content: space-between;
	padding: 14px 16px;
}

.spp-front-links a::after {
	content: ">";
	font-size: 16px;
}

.spp-front-topics {
	background: #071b22;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1440px;
}

.spp-front-topics a {
	background: #0b2c34;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	padding: 16px;
	text-align: center;
}

.spp-front-clinic {
	align-items: center;
	background: #eaf4f6;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
	margin: 0 auto;
	max-width: 1440px;
	padding: 42px 24px;
}

.spp-front-clinic h2 {
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1;
	margin: 8px 0 14px;
}

.spp-front-clinic p:not(.spp-eyebrow) {
	color: #31545e;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.spp-hero {
	background: #fff;
	border-bottom: 1px solid #d9e6ea;
	color: #071b22;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	margin: 0 auto;
	min-height: 560px;
	padding: clamp(48px, 8vw, 108px) clamp(20px, 6vw, 88px);
}

.spp-hero h1 {
	font-size: clamp(40px, 5vw, 72px);
	line-height: .96;
	margin: 10px 0 22px;
	max-width: 980px;
}

.spp-hero p {
	font-size: 20px;
	line-height: 1.55;
	max-width: 720px;
}

.spp-eyebrow,
.spp-card-type {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.spp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.spp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 100%;
}

.spp-button {
	align-items: center;
	background: #071b22;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	text-align: center;
	white-space: normal;
}

.spp-button-secondary {
	background: #fff;
	color: #071b22;
	outline: 1px solid #071b22;
}

.spp-button-dark {
	background: #073a3f;
	color: #fff;
}

.spp-button-light {
	background: #eef7f2;
	color: #073a3f;
}

.spp-hero-panel {
	align-self: end;
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	color: #071b22;
	display: grid;
	gap: 10px;
	padding: 24px;
}

.spp-band,
.spp-section,
.spp-form-wrap,
.spp-content {
	margin: 0 auto;
	max-width: 1440px;
	padding: 48px 20px;
}

.spp-magazine-content {
	padding-top: 16px;
}

.spp-metrics {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spp-metrics div {
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	padding: 24px;
}

.spp-metrics strong {
	display: block;
	font-size: 42px;
	line-height: 1;
}

.spp-metrics span {
	color: #52625d;
}

.spp-section-head {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.spp-section h2,
.spp-form-wrap h1,
.spp-content h1 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	margin: 0;
}

.spp-section-head p {
	color: #52625d;
	font-size: 18px;
	max-width: 560px;
}

.spp-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spp-topic-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 !important;
}

.spp-topic-card-media {
	aspect-ratio: 16 / 9;
	background: #d9e6ea;
	display: block;
	margin: 0 0 2px;
	overflow: hidden;
}

.spp-topic-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.spp-topic-card h2,
.spp-topic-card p,
.spp-topic-card strong {
	margin-left: 18px;
	margin-right: 18px;
}

.spp-topic-card strong {
	margin-bottom: 18px;
}

.spp-card {
	background: #fff;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.spp-card-media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: #eaf4f6;
	color: #071b22;
	display: flex;
	font-weight: 800;
	justify-content: center;
	padding: 18px;
	text-align: center;
}

.spp-card-media img {
	height: 100%;
	object-fit: cover;
	padding: 0;
	width: 100%;
}

.spp-card-media img.spp-fallback-image {
	height: calc(100% + 36px);
	margin: -18px;
	max-width: none;
	object-fit: cover;
	width: calc(100% + 36px);
}

.spp-card-body {
	padding: 20px;
}

.spp-card.spp-card-visual-overlay .spp-card-media {
	aspect-ratio: 16 / 11;
	min-height: 360px;
	position: relative;
}

.spp-card.spp-card-visual-overlay .spp-card-media::after {
	background: linear-gradient(180deg, rgba(7, 27, 34, 0) 36%, rgba(7, 27, 34, .46) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.spp-card.spp-card-visual-overlay .spp-card-body {
	-webkit-backdrop-filter: blur(10px) saturate(128%);
	backdrop-filter: blur(10px) saturate(128%);
	background: rgba(7, 27, 34, .58);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	bottom: 14px;
	box-shadow: 0 16px 30px rgba(7, 27, 34, .22);
	color: #fff;
	left: 14px;
	padding: 12px 14px;
	position: absolute;
	right: 14px;
	z-index: 2;
}

.spp-card.spp-card-visual-overlay .spp-card-type,
.spp-card.spp-card-visual-overlay .spp-card p {
	color: rgba(255, 255, 255, .84);
}

.spp-card.spp-card-visual-overlay .spp-card h3 {
	color: #fff;
	display: -webkit-box;
	font-size: 18px;
	line-height: 1.12;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 6px;
	overflow: hidden;
}

.spp-card.spp-card-visual-overlay .spp-card p:not(.spp-card-type) {
	display: none;
}

.spp-card.spp-card-visual-overlay .spp-card-badges span {
	background: rgba(255, 255, 255, .92);
	border-color: rgba(255, 255, 255, .72);
	color: #073a3f;
}

.spp-card.spp-card-visual-overlay .spp-card-badges {
	display: none;
}

.spp-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.spp-card-badges span {
	background: #eef5f6;
	border: 1px solid #d9e6ea;
	border-radius: 999px;
	color: #071b22;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 8px;
}

.spp-card h3 {
	font-size: 22px;
	line-height: 1.15;
	margin: 6px 0 12px;
}

.spp-card p {
	color: #52625d;
	margin: 0;
}

.spp-company-directory .spp-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spp-company-directory .spp-card-media {
	aspect-ratio: auto;
	min-height: 112px;
	padding: 16px;
}

.spp-company-directory .spp-card-media span {
	font-size: 18px;
	line-height: 1.2;
	max-width: 90%;
}

.spp-company-directory .spp-card-media img {
	height: 72px;
	max-width: 82%;
	object-fit: contain;
	width: auto;
}

.spp-company-directory .spp-card-media img.spp-fallback-image {
	height: calc(100% + 32px);
	margin: -16px;
	max-width: none;
	object-fit: cover;
	width: calc(100% + 32px);
}

.spp-company-directory .spp-card.spp-card-visual-overlay .spp-card-media {
	min-height: 360px;
}

.spp-company-directory .spp-card.spp-card-visual-overlay .spp-card-media img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.spp-company-directory .spp-card.spp-card-visual-overlay .spp-card-body {
	padding: 13px 15px;
}

.spp-company-directory .spp-card-body {
	padding: 16px;
}

.spp-company-directory .spp-card h3 {
	font-size: 19px;
	margin-bottom: 8px;
}

.spp-card.spp-card-visual-overlay .spp-card-body,
.spp-card.spp-card-visual-overlay .spp-card-body h3 {
	color: #fff;
}

.spp-card.spp-card-visual-overlay .spp-card-type,
.spp-card.spp-card-visual-overlay .spp-card-body p {
	color: rgba(255, 255, 255, .88);
}

.spp-article-cta {
	align-items: center;
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin: 34px 0 10px;
	padding: 22px;
}

.spp-article-cta h2 {
	font-size: 24px;
	margin: 0 0 8px;
}

.spp-article-cta p {
	margin: 0;
}

.spp-form {
	display: grid;
	gap: 16px;
	margin-top: 28px;
	max-width: 760px;
}

.spp-lead-wizard {
	max-width: 980px;
}

.spp-wizard-steps {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spp-wizard-steps span {
	background: #071b22;
	border-radius: 3px;
	color: #fff;
	font-weight: 900;
	padding: 12px 14px;
}

.spp-form fieldset {
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 20px;
}

.spp-selected-company {
	background: #071b22;
	border-radius: 3px;
	color: #fff;
	display: grid;
	gap: 4px;
	padding: 16px 18px;
}

.spp-selected-company span {
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.spp-selected-company strong {
	font-size: 22px;
	line-height: 1.2;
}

.spp-form legend {
	font-size: 22px;
	font-weight: 900;
	padding: 0 8px;
}

.spp-choice-grid,
.spp-form-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-choice-grid label,
.spp-consent {
	align-items: center;
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: flex;
	gap: 10px;
	padding: 12px;
}

.spp-choice-grid input,
.spp-consent input {
	min-height: auto;
}

.spp-notice {
	background: #eaf4f6;
	border: 1px solid #bdd5db;
	border-radius: 3px;
	color: #071b22;
	font-weight: 800;
	margin: 18px 0;
	padding: 14px 16px;
}

.spp-form label {
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.spp-form input,
.spp-form textarea,
.spp-form select {
	border: 1px solid #cbdde1;
	border-radius: 3px;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
}

.spp-content {
	font-size: 18px;
	line-height: 1.65;
}

.spp-basic-page {
	min-height: 48vh;
}

.spp-directory-head {
	background: #fff;
	border: 1px solid #d9e6ea;
	border-top: 4px solid #071b22;
	border-radius: 3px;
	margin: 32px auto 18px;
	padding: clamp(28px, 5vw, 56px);
}

.spp-directory-head h1,
.spp-single h1,
.spp-pricing-hero h1 {
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1;
	margin: 0 0 14px;
}

.spp-directory-head p,
.spp-pricing-hero p {
	color: #52625d;
	font-size: 20px;
	max-width: 760px;
}

.spp-landing-page {
	padding: 0 20px 56px;
}

.spp-landing-hero {
	background: #071b22;
	border-radius: 0;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 260px;
	margin: 0 auto 24px;
	max-width: 1440px;
	padding: clamp(42px, 7vw, 82px);
}

.spp-landing-hero h1 {
	font-size: clamp(36px, 5vw, 66px);
	line-height: 1;
	margin: 8px 0 16px;
	max-width: 900px;
}

.spp-landing-hero p {
	font-size: 20px;
	line-height: 1.55;
	max-width: 760px;
}

.spp-landing-stat {
	align-self: end;
	background: #fff;
	border-radius: 3px;
	color: #15201d;
	display: grid;
	gap: 6px;
	padding: 22px;
}

.spp-landing-stat strong {
	color: #071b22;
	font-size: 54px;
	line-height: 1;
}

.spp-landing-stat span {
	color: #52625d;
	font-weight: 800;
}

.spp-topic-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 auto 24px;
	max-width: 1440px;
}

.spp-topic-links a {
	background: #fff;
	border: 1px solid #d9e6ea;
	border-radius: 999px;
	color: #071b22;
	font-weight: 900;
	padding: 10px 12px;
}

.spp-landing-cta {
	align-items: center;
	background: #f4f8f9;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 24px auto 0;
	max-width: 1440px;
	padding: clamp(24px, 4vw, 40px);
}

.spp-landing-cta h2 {
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 8px;
}

.spp-landing-cta p {
	margin: 0;
	max-width: 720px;
}

.spp-filter {
	align-items: end;
	background: #fff;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin: 0 0 24px;
	padding: 16px;
}

.spp-alpha {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 18px;
}

.spp-alpha a {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	color: #071b22;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 34px;
	min-width: 34px;
	padding: 6px 9px;
}

.spp-alpha a.is-active {
	background: #071b22;
	border-color: #071b22;
	color: #fff;
}

.spp-filter label {
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 6px;
	text-transform: uppercase;
}

.spp-filter input,
.spp-filter select {
	border: 1px solid #cbdde1;
	border-radius: 3px;
	font: inherit;
	min-height: 44px;
	padding: 8px 10px;
	text-transform: none;
}

.spp-reset {
	color: #52625d;
	font-weight: 800;
	padding: 12px 0;
}

.spp-empty {
	background: #eef7f2;
	border-radius: 8px;
	grid-column: 1 / -1;
	padding: 24px;
}

.spp-results-summary {
	align-items: baseline;
	color: #52625d;
	display: flex;
	gap: 6px;
	margin: 0 0 18px;
}

.spp-results-summary strong {
	color: #073a3f;
	font-size: 30px;
	line-height: 1;
}

.spp-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 32px 0 0;
}

.spp-pagination a,
.spp-pagination span {
	align-items: center;
	border: 1px solid #dfe7e2;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 8px 12px;
}

.spp-pagination a.is-active {
	background: #073a3f;
	border-color: #073a3f;
	color: #fff;
}

.spp-single {
	padding: 0 20px 56px;
}

.spp-single-hero {
	background: #073a3f;
	border-radius: 0 0 8px 8px;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	margin: 0 auto 36px;
	max-width: 1440px;
	padding: clamp(40px, 7vw, 82px);
}

.spp-project-hero {
	background: #254b46;
}

.spp-single-hero p {
	font-size: 20px;
	line-height: 1.55;
}

.spp-single-logo {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	max-width: 320px;
	min-height: 150px;
	padding: 22px;
}

.spp-single-logo img {
	display: block;
	height: auto;
	max-height: 140px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.bricks-post-header.has-image {
	align-items: flex-end;
	isolation: isolate;
	min-height: clamp(430px, 48vw, 680px);
	position: relative;
}

.bricks-post-header.has-image::before {
	background: linear-gradient(90deg, rgba(7, 27, 34, .74) 0%, rgba(7, 27, 34, .54) 42%, rgba(7, 27, 34, .18) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.bricks-post-header.has-image .brxe-post-title,
.bricks-post-header.has-image .brxe-post-meta,
.bricks-post-header.has-image .post-meta,
.bricks-post-header.has-image .bricks-post-meta-wrapper {
	position: relative;
	z-index: 1;
}

.bricks-post-header.has-image .brxe-post-title {
	background: rgba(7, 27, 34, .84);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(7, 27, 34, .34);
	color: #fff;
	display: inline-block;
	line-height: 1.05;
	margin-bottom: 14px;
	max-width: min(980px, calc(100vw - 48px));
	padding: clamp(18px, 2.2vw, 30px);
	text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.bricks-post-header.has-image .brxe-post-meta,
.bricks-post-header.has-image .post-meta {
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 999px;
	color: #073a3f;
	display: inline-flex;
	flex-wrap: wrap;
	font-weight: 800;
	gap: 8px 14px;
	padding: 8px 14px;
}

.spp-contact-box {
	align-self: start;
	background: #fff;
	border-radius: 8px;
	color: #15201d;
	display: grid;
	gap: 12px;
	padding: 20px;
}

.spp-badge {
	background: #e7f6ed;
	border-radius: 999px;
	color: #153b25;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-self: start;
	padding: 6px 10px;
}

.spp-claim-link {
	border-top: 1px solid #dfe7e2;
	color: #52625d;
	font-size: 14px;
	font-weight: 900;
	padding-top: 12px;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.spp-single-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 340px;
	margin: 0 auto;
	max-width: 1440px;
}

.spp-content-block,
.spp-facts {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 24px;
}

.spp-content-block h2 {
	font-size: 30px;
	margin-top: 0;
}

.spp-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
}

.spp-tag-list span {
	background: #eef7f2;
	border: 1px solid #dfe7e2;
	border-radius: 999px;
	color: #073a3f;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 10px;
}

.spp-facts {
	align-self: start;
	display: grid;
	gap: 12px;
}

.spp-fact {
	border-bottom: 1px solid #e8eee9;
	display: grid;
	gap: 4px;
	padding-bottom: 12px;
}

.spp-fact span {
	color: #52625d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.spp-fact strong {
	font-size: 17px;
}

.spp-pricing-hero {
	margin-bottom: 24px;
}

.spp-pricing {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0;
}

.spp-pricing article,
.spp-tools section,
.spp-submit-grid section,
.spp-offer-grid article {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-center-promo {
	grid-column: 1 / -1;
}

.spp-pricing h2 {
	font-size: 24px;
	margin: 0 0 8px;
}

.spp-pricing strong {
	color: #073a3f;
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.spp-submit-grid,
.spp-tools {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.spp-calc {
	display: grid;
	gap: 14px;
}

.spp-calc label {
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.spp-calc select {
	border: 1px solid #cbd8d2;
	border-radius: 6px;
	font: inherit;
	min-height: 46px;
	padding: 8px 10px;
}

.spp-calc output {
	background: #073a3f;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 900;
	padding: 16px;
}

.spp-checklist {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.spp-checklist li {
	background: #eef7f2;
	border-radius: 6px;
	padding: 12px 14px;
}

.spp-scorecard label {
	align-items: start;
	background: #eef7f2;
	border-radius: 6px;
	display: grid;
	font-weight: 800;
	gap: 8px;
	grid-template-columns: 18px minmax(0, 1fr);
	padding: 11px 12px;
}

.spp-scorecard input {
	margin-top: 3px;
}

.spp-tool-cta {
	background: #eef7f2;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 22px;
}

.spp-tool-cta p {
	color: #52625d;
	line-height: 1.55;
	margin: 0;
}

.spp-media-hero {
	background: #073a3f;
	border-radius: 8px;
	color: #fff;
	margin-bottom: 24px;
	padding: clamp(36px, 6vw, 72px);
}

.spp-media-hero h1 {
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1;
	margin: 8px 0 16px;
	max-width: 900px;
}

.spp-media-hero p {
	max-width: 820px;
}

.spp-media-stats,
.spp-offer-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 6px 0 22px;
}

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

.spp-media-stats div {
	background: #ffffff;
	border: 1px solid #cbdde1;
	border-radius: 3px;
	padding: 16px 18px;
}

.spp-media-stats strong {
	display: block;
	font-size: 40px;
	line-height: 1;
}

.spp-rate-card {
	background: #fff;
	border: 1px solid #d9e6ea;
	border-radius: 3px;
	margin-top: 24px;
	overflow-x: auto;
	padding: 22px;
}

.spp-rate-card table {
	border-collapse: collapse;
	min-width: 720px;
	width: 100%;
}

.spp-rate-card th,
.spp-rate-card td {
	border-bottom: 1px solid #dfe7e2;
	padding: 12px;
	text-align: left;
}

.spp-company-center {
	max-width: 1440px;
}

.spp-center-actions {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0;
}

.spp-center-actions article {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-center-actions strong {
	align-items: center;
	background: #dcefe7;
	color: #073a3f;
	border-radius: 999px;
	display: inline-flex;
	font-size: 18px;
	height: 38px;
	justify-content: center;
	margin-bottom: 12px;
	width: 38px;
}

.spp-center-actions h2 {
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 8px;
}

.spp-center-panel {
	background: #eef7f2;
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: 320px minmax(0, 1fr);
	margin-top: 24px;
	padding: clamp(24px, 4vw, 40px);
}

.spp-company-request-form {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	margin-top: 0;
	max-width: none;
	padding: 20px;
}

.spp-map-grid,
.spp-faq-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-map-group,
.spp-faq details {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-map-group h2 {
	font-size: 24px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.spp-map-group ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.spp-map-group a {
	align-items: center;
	background: #eef7f2;
	border-radius: 6px;
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 11px 13px;
}

.spp-map-group a::after {
	content: ">";
	color: #0c5855;
	font-weight: 900;
}

.spp-faq {
	margin: 0 auto;
	max-width: 1440px;
	padding: 28px 20px 56px;
}

.spp-faq summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
}

.spp-faq p {
	color: #52625d;
	line-height: 1.55;
	margin-bottom: 0;
}

.spp-plan-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0;
}

.spp-plan-grid article {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-plan-grid h2 {
	font-size: 24px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.spp-plan-grid ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding-left: 18px;
}

.spp-events-list {
	display: grid;
	gap: 14px;
	margin: 24px 0;
}

.spp-event-card {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	display: grid;
	gap: 20px;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	padding: 20px;
}

.spp-event-card h2 {
	font-size: 26px;
	line-height: 1.15;
	margin: 0 0 8px;
}

.spp-event-card p {
	color: #52625d;
	margin: 0 0 12px;
}

.spp-event-date {
	background: #073a3f;
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 8px;
	padding: 18px;
}

.spp-event-date strong {
	font-size: 22px;
	line-height: 1.1;
}

.spp-event-date span {
	color: rgba(255, 255, 255, .78);
	font-weight: 800;
}

.spp-event-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.spp-event-facts li {
	background: #eef7f2;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	padding: 7px 10px;
}

.spp-glossary-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
}

.spp-glossary-group {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-glossary-group h2 {
	font-size: 28px;
	line-height: 1.1;
	margin: 0 0 16px;
}

.spp-glossary-group article {
	border-top: 1px solid #dfe7e2;
	padding: 15px 0;
}

.spp-glossary-group article:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.spp-glossary-group h3 {
	font-size: 19px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.spp-glossary-group p {
	color: #52625d;
	line-height: 1.55;
	margin: 0;
}

.spp-brief-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
	margin-top: 24px;
}

.spp-brief-output {
	background: #eef7f2;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 22px;
}

.spp-brief-output h2 {
	font-size: 28px;
	line-height: 1.1;
	margin: 0;
}

.spp-brief-output textarea {
	background: #fff;
	border: 1px solid #cbd8d2;
	border-radius: 6px;
	font: 14px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	padding: 14px;
	resize: vertical;
	width: 100%;
}

.spp-compare-list {
	display: grid;
	gap: 18px;
	margin: 24px 0;
}

.spp-compare-card {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 22px;
}

.spp-compare-card h2 {
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 18px;
}

.spp-compare-columns {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-compare-columns article {
	background: #eef7f2;
	border-radius: 8px;
	padding: 18px;
}

.spp-compare-columns h3 {
	font-size: 21px;
	line-height: 1.15;
	margin: 0 0 8px;
}

.spp-compare-columns p,
.spp-compare-verdict p {
	color: #52625d;
	line-height: 1.55;
	margin: 0;
}

.spp-compare-verdict {
	border-top: 1px solid #dfe7e2;
	margin-top: 16px;
	padding-top: 16px;
}

.spp-compare-verdict strong {
	color: #073a3f;
	display: block;
	margin-bottom: 6px;
}

.spp-legal-page .spp-media-hero {
	margin-bottom: 24px;
}

.spp-legal-note {
	background: #f4faf8;
	border: 1px solid #d7e6df;
	border-radius: 8px;
	color: #173c38;
	line-height: 1.55;
	margin: 0 0 24px;
	padding: 16px 18px;
}

.spp-legal-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-project-archive {
	padding-top: 0;
}

.spp-project-hero {
	align-items: stretch;
	background: #0b3432;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	margin-bottom: 20px;
}

.spp-project-hero h1 {
	max-width: 920px;
}

.spp-project-hero p {
	max-width: 860px;
}

.spp-project-hero-panel {
	align-self: stretch;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.spp-project-hero-panel strong {
	font-size: 56px;
	line-height: 1;
}

.spp-project-hero-panel span {
	color: #d7eee8;
	font-weight: 800;
	margin-top: 8px;
}

.spp-project-routes {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto 20px;
	max-width: 1440px;
}

.spp-project-routes a {
	background: #fff;
	border: 1px solid #d7e6df;
	border-radius: 8px;
	color: #073a3f;
	font-weight: 900;
	padding: 14px 16px;
	text-align: center;
}

.spp-legal-grid section {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 20px;
}

.spp-legal-grid h2 {
	color: #073a3f;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.spp-legal-grid p {
	color: #52625d;
	line-height: 1.6;
	margin: 0;
}

.spp-hp-field {
	height: 0;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.spp-bullet-list {
	display: grid;
	gap: 8px;
	margin: 0 0 22px 20px;
}

.spp-company-gallery {
	margin: 24px auto;
	max-width: 1440px;
}

.spp-gallery-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spp-gallery-grid figure {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.spp-gallery-grid img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.spp-gallery-grid figcaption {
	color: #52625d;
	font-size: 13px;
	font-weight: 800;
	padding: 10px 12px;
}

.spp-diagnostic-table {
	background: #fff;
	border-collapse: collapse;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(11, 52, 50, 0.08);
	font-size: 15px;
	overflow: hidden;
	width: 100%;
}

.spp-diagnostic-table th,
.spp-diagnostic-table td {
	border-bottom: 1px solid #dfe7e2;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.spp-diagnostic-table th {
	background: #0b3432;
	color: #fff;
	font-size: 13px;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.spp-diagnostic-table a {
	color: #0b6b5c;
	font-weight: 900;
	text-decoration: none;
}

.spp-glossary-list {
	display: grid;
	gap: 12px;
	margin: 24px 0;
}

.spp-glossary-list dt {
	background: #0b3432;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-weight: 900;
	padding: 12px 14px;
}

.spp-glossary-list dd {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 0 0 8px 8px;
	margin: -12px 0 0;
	padding: 14px;
}

.spp-glossary-list a {
	color: #0b6b5c;
	font-weight: 900;
}

.spp-decision-tree {
	counter-reset: decision-step;
	display: grid;
	gap: 14px;
	margin: 28px 0;
}

.spp-decision-step {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(13, 45, 43, 0.08);
	padding: 20px;
	position: relative;
}

.spp-decision-step::before {
	background: #e5f5ef;
	border-radius: 999px;
	color: #0b6b5c;
	content: counter(decision-step);
	counter-increment: decision-step;
	display: inline-grid;
	font-size: 0.85rem;
	font-weight: 900;
	height: 34px;
	margin-bottom: 12px;
	place-items: center;
	width: 34px;
}

.spp-decision-step h2 {
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 0 0 10px;
}

.spp-decision-step p {
	margin: 0 0 14px;
}

.spp-decision-step p:last-child {
	margin-bottom: 0;
}

.spp-calculator {
	background: #f5faf7;
	border: 1px solid #d7e9df;
	border-radius: 8px;
	margin: 28px 0;
	padding: 22px;
}

.spp-calculator-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-calculator-panel {
	background: #fff;
	border: 1px solid #dfe7e2;
	border-radius: 8px;
	padding: 18px;
}

.spp-calculator-panel h2 {
	font-size: 1.08rem;
	margin: 0 0 14px;
}

.spp-calculator label {
	color: #173d3a;
	display: grid;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 7px;
	margin: 0 0 12px;
}

.spp-calculator input,
.spp-calculator select {
	background: #fff;
	border: 1px solid #cbd9d3;
	border-radius: 6px;
	color: #102f2d;
	font: inherit;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.spp-calc-fields {
	display: grid;
	gap: 10px;
}

.spp-calculator-result {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
}

.spp-calculator-result div {
	background: #0b3432;
	border-radius: 8px;
	color: #fff;
	min-height: 96px;
	padding: 16px;
}

.spp-calculator-result span {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 8px;
	opacity: 0.76;
}

.spp-calculator-result strong {
	display: block;
	font-size: 1.2rem;
	line-height: 1.25;
}

.spp-calculator-note {
	color: #43615e;
	font-size: 0.94rem;
	margin: 14px 0 0;
}

@media (max-width: 900px) {
	.spp-nav {
		align-items: flex-start;
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 14px 20px;
		text-align: center;
	}

	.spp-logo {
		font-size: 34px;
		justify-content: center;
		width: 100%;
	}

	.spp-nav-main {
		gap: 8px 18px;
		justify-content: center;
		width: 100%;
	}

	.spp-nav-main a {
		font-size: 17px;
	}

	.spp-nav-lang {
		justify-self: center;
	}

	.spp-hero,
	.spp-front-hero,
	.spp-front-lead a,
	.spp-front-clinic,
	.spp-grid,
	.spp-metrics,
	.spp-filter,
	.spp-single-hero,
	.spp-project-hero,
	.spp-single-grid,
	.spp-pricing,
	.spp-submit-grid,
	.spp-tools,
	.spp-wizard-steps,
	.spp-choice-grid,
	.spp-form-row,
	.spp-media-stats,
	.spp-offer-grid,
	.spp-center-actions,
	.spp-center-panel,
	.spp-landing-hero,
	.spp-map-grid,
	.spp-faq-list,
	.spp-plan-grid,
	.spp-event-card,
	.spp-glossary-grid,
	.spp-calculator-grid,
	.spp-calculator-result,
	.spp-brief-grid,
	.spp-compare-columns,
	.spp-gallery-grid,
		.spp-project-routes {
			grid-template-columns: 1fr;
		}

		.spp-company-directory .spp-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

	.spp-legal-grid {
		grid-template-columns: 1fr;
	}

	.spp-landing-cta {
		align-items: start;
		display: grid;
	}

	.spp-article-cta {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.spp-hero-actions,
	.spp-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.spp-hero-actions .spp-button,
	.spp-actions .spp-button {
		width: 100%;
	}

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

	.spp-hero {
		background: #fff;
		min-height: 0;
	}

	.spp-front-masthead {
		padding: 16px 18px 24px;
	}

	.spp-front-topics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spp-front-topics a {
		font-size: 14px;
		padding: 12px;
	}

	.spp-front-desk {
		min-height: 0;
	}

	.spp-front-lead-copy {
		padding: 0;
	}

	.spp-section-head {
		align-items: start;
		display: grid;
	}

		.spp-diagnostic-table {
			display: block;
			overflow-x: auto;
			white-space: normal;
		}
	}

@media (max-width: 640px) {
	.spp-company-directory .spp-grid {
		grid-template-columns: 1fr;
	}

	.spp-card.spp-card-visual-overlay .spp-card-media {
		min-height: 380px;
	}

	.spp-card.spp-card-visual-overlay .spp-card-body {
		left: 10px;
		padding: 13px 14px;
		right: 10px;
	}
}
