.slf-landing {
	--slf-bg: #08111f;
	--slf-card: rgba(255, 255, 255, 0.96);
	--slf-ink: #0e1726;
	--slf-muted: #5b6575;
	--slf-accent: #17b26a;
	--slf-accent-2: #f97316;
	--slf-soft: #f6f8fb;
	--slf-hero-a: #041f1d;
	--slf-hero-b: #092a2d;
	--slf-hero-c: #101a32;
	background:
		radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--slf-accent) 24%, transparent), transparent 34%),
		radial-gradient(circle at 80% 6%, color-mix(in srgb, var(--slf-accent-2) 20%, transparent), transparent 28%),
		linear-gradient(155deg, var(--slf-hero-a) 0%, var(--slf-hero-b) 45%, var(--slf-hero-c) 100%);
	color: #fff;
	font-family: Inter, "SF Pro Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	isolation: isolate;
	left: 50%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
	width: 100vw !important;
}

.entry-content .slf-landing,
.wp-block-post-content .slf-landing,
.wp-site-blocks .slf-landing,
.is-layout-constrained > .slf-landing,
.is-layout-flow > .slf-landing {
	max-width: none !important;
	width: 100vw !important;
}

.slf-landing,
.slf-landing * {
	box-sizing: border-box;
}

.slf-theme-business { --slf-accent: #3b82f6; --slf-accent-2: #14b8a6; --slf-hero-a: #061225; --slf-hero-b: #10223d; --slf-hero-c: #071326; }
.slf-theme-insurance { --slf-accent: #2f80ed; --slf-accent-2: #12b76a; --slf-hero-a: #07172c; --slf-hero-b: #102d4d; --slf-hero-c: #071c1a; }
.slf-theme-medical { --slf-accent: #06aed4; --slf-accent-2: #22c55e; --slf-hero-a: #06212a; --slf-hero-b: #0a3440; --slf-hero-c: #0d2331; }
.slf-theme-photovoltaic { --slf-accent: #f7b801; --slf-accent-2: #17b26a; --slf-hero-a: #17210a; --slf-hero-b: #17331f; --slf-hero-c: #10261f; }
.slf-theme-energy { --slf-accent: #17b26a; --slf-accent-2: #f97316; --slf-hero-a: #04231f; --slf-hero-b: #07362f; --slf-hero-c: #101d2b; }
.slf-theme-gas { --slf-accent: #1684ff; --slf-accent-2: #17b26a; --slf-hero-a: #06172b; --slf-hero-b: #0b2f4a; --slf-hero-c: #081827; }

.slf-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(160px, 0.28fr) minmax(480px, 680px);
	gap: clamp(22px, 4vw, 56px);
	align-items: center;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 780px;
	padding: clamp(42px, 6vw, 88px);
	position: relative;
	z-index: 1;
}

.slf-hero::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	content: "";
	height: 1px;
	left: clamp(40px, 7vw, 96px);
	position: absolute;
	right: clamp(40px, 7vw, 96px);
	top: 24px;
}

.slf-hero-copy {
	max-width: 620px;
}

.slf-eyebrow,
.slf-step-kicker {
	color: #b9f7d3;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.slf-hero h1 {
	font-size: clamp(3rem, 4.8vw, 5.05rem);
	font-weight: 760;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 22px;
	max-width: 620px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.slf-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.12rem;
	line-height: 1.7;
	max-width: 620px;
	text-wrap: pretty;
}

.slf-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.slf-trust-row span {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	padding: 9px 14px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	font-size: 0.9rem;
}

.slf-hero-visual {
	align-self: stretch;
	display: grid;
	min-height: 560px;
	place-items: center;
	position: relative;
}

.slf-hero-visual::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, color-mix(in srgb, var(--slf-accent) 44%, transparent), color-mix(in srgb, var(--slf-accent-2) 38%, transparent));
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	content: "";
	filter: blur(0.2px);
	height: min(42vw, 420px);
	position: absolute;
	transform: rotate(-12deg);
	width: min(28vw, 280px);
}

.slf-visual-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #fff;
	max-width: 290px;
	padding: 22px;
	position: relative;
	width: 100%;
}

.slf-visual-kicker {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.slf-visual-card > strong {
	display: block;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.05;
	margin-bottom: 10px;
}

.slf-visual-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 0;
}

.slf-visual-meter {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	height: 9px;
	margin: 22px 0;
	overflow: hidden;
}

.slf-visual-meter span {
	background: linear-gradient(90deg, var(--slf-accent), var(--slf-accent-2));
	border-radius: inherit;
	display: block;
	height: 100%;
	width: 76%;
}

.slf-visual-signals {
	display: grid;
	gap: 9px;
}

.slf-visual-signals div {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
}

.slf-visual-signals span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
}

.slf-visual-signals strong {
	font-size: 0.9rem;
}

.slf-hero-assurance {
	grid-template-columns: minmax(0, 0.66fr) minmax(480px, 680px) minmax(160px, 0.32fr);
}

.slf-hero-assurance .slf-form-shell {
	grid-column: 2;
	grid-row: 1;
}

.slf-hero-assurance .slf-hero-visual {
	grid-column: 3;
	grid-row: 1;
}

.slf-hero-calm {
	grid-template-columns: minmax(0, 0.76fr) minmax(480px, 680px);
}

.slf-hero-calm .slf-hero-visual {
	display: none;
}

.slf-hero-solar .slf-hero-visual::before {
	transform: rotate(10deg);
}

.slf-hero-saas .slf-visual-card {
	max-width: 310px;
}

.slf-form-shell {
	--slf-card: rgba(255, 255, 255, 0.96);
	--slf-ink: #0e1726;
	--slf-muted: #5b6575;
	--slf-accent: #17b26a;
	--slf-accent-2: #f97316;
	background: var(--slf-card);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
	color: var(--slf-ink);
	justify-self: end;
	max-width: 680px;
	padding: clamp(22px, 4vw, 34px);
	position: relative;
	width: 100%;
}

.slf-form-shell::before {
	background: linear-gradient(90deg, var(--slf-accent), var(--slf-accent-2));
	border-radius: 8px 8px 0 0;
	content: "";
	height: 4px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.slf-form {
	--slf-card: rgba(255, 255, 255, 0.96);
	--slf-ink: #0e1726;
	--slf-muted: #5b6575;
	--slf-accent: #17b26a;
	--slf-accent-2: #f97316;
	position: relative;
}

.slf-choice-form {
	text-align: center;
}

.slf-hp {
	height: 1px;
	left: -9999px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.slf-turnstile {
	margin-top: 18px;
	min-height: 65px;
}

.slf-progress {
	height: 7px;
	background: #e8ecf3;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 18px;
}

.slf-choice-form .slf-progress {
	height: 0;
	margin: 0;
	opacity: 0;
}

.slf-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--slf-accent), var(--slf-accent-2));
	transition: width 240ms ease;
}

.slf-progress-segments {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 0 auto 22px;
	max-width: 280px;
}

.slf-progress-segments span {
	background: #e5e7eb;
	border-radius: 999px;
	display: block;
	height: 5px;
	transition: background 180ms ease, transform 180ms ease;
	width: 30px;
}

.slf-progress-segments span.is-active {
	background: #1684ff;
	transform: scaleX(1.05);
}

.slf-step-count {
	color: var(--slf-muted);
	font-size: 0.9rem;
	margin-bottom: 18px;
}

.slf-step {
	display: none;
	animation: slfFade 220ms ease;
}

.slf-step.is-active {
	display: block;
}

.slf-step h2 {
	color: var(--slf-ink);
	font-size: clamp(1.65rem, 3.4vw, 2.55rem);
	font-weight: 900;
	line-height: 1.15;
	margin: 4px 0 10px;
	text-wrap: balance;
}

.slf-step p {
	color: var(--slf-muted);
	line-height: 1.55;
	margin: 0 0 18px;
}

.slf-choice-form .slf-step p {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.slf-fields {
	display: grid;
	gap: 14px;
	margin: 0 auto;
	max-width: 820px;
}

.slf-field,
.slf-consent {
	display: grid;
	gap: 8px;
	color: var(--slf-ink);
	font-weight: 700;
}

.slf-field-label {
	color: var(--slf-ink);
	display: block;
	font-size: 0.95rem;
	font-weight: 900;
	margin-bottom: 12px;
}

.slf-field-label small,
.slf-field > span small {
	background: #eef4ff;
	border-radius: 999px;
	color: #1d4ed8;
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 900;
	margin-left: 8px;
	padding: 3px 8px;
	text-transform: uppercase;
	vertical-align: middle;
}

.slf-field.is-hidden {
	display: none;
}

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

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

.slf-choice-grid-4 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slf-choice-card {
	align-items: center;
	appearance: none;
	background: #1684ff;
	border: 2px solid #1684ff;
	border-radius: 12px;
	box-shadow: 0 18px 34px rgba(22, 132, 255, 0.22);
	color: #fff;
	cursor: pointer;
	display: grid;
	font: inherit;
	font-weight: 900;
	gap: 9px;
	justify-items: center;
	min-height: 132px;
	min-width: 0;
	overflow: hidden;
	padding: 17px 10px;
	position: relative;
	text-align: center;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
	width: 100%;
}

.slf-choice-card:hover,
.slf-choice-card:focus {
	background: #0f75eb;
	border-color: #0f75eb;
	box-shadow: 0 22px 42px rgba(22, 132, 255, 0.3);
	outline: 0;
	transform: translateY(-2px);
}

.slf-choice-card.is-selected {
	background: #0a2f5f;
	border-color: #67b5ff;
	box-shadow: 0 0 0 4px rgba(22, 132, 255, 0.18), 0 22px 42px rgba(10, 47, 95, 0.28);
}

.slf-field-choice-multiple .slf-choice-card.is-selected::after {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: #1684ff;
	content: "✓";
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 950;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
}

.slf-field-choice.is-invalid .slf-choice-card {
	border-color: #f04438;
	box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.12), 0 18px 34px rgba(22, 132, 255, 0.16);
}

.slf-choice-mark {
	align-items: center;
	border: 2px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	display: inline-flex;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", system-ui, sans-serif;
	font-size: 1.35rem;
	font-weight: 950;
	height: 54px;
	justify-content: center;
	line-height: 1;
	min-width: 54px;
	padding: 0 10px;
}

.slf-choice-label {
	display: block;
	font-size: clamp(0.82rem, 1.05vw, 1rem);
	hyphens: auto;
	line-height: 1.16;
	max-width: 100%;
	overflow-wrap: break-word;
	text-wrap: balance;
	white-space: normal;
	word-break: normal;
}

.slf-field input,
.slf-field select {
	width: 100%;
	min-height: 52px;
	border: 1px solid #cfd8e7;
	border-radius: 8px;
	background: #fff;
	color: var(--slf-ink);
	font: inherit;
	padding: 0 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.slf-choice-form .slf-field:not(.slf-field-choice) {
	text-align: left;
}

.slf-choice-form .slf-field:not(.slf-field-choice) input {
	background: #f3f5f8;
	border-color: transparent;
	border-radius: 8px;
	font-size: 1rem;
	min-height: 58px;
}

.slf-field input:focus,
.slf-field select:focus {
	border-color: var(--slf-accent);
	box-shadow: 0 0 0 4px rgba(23, 178, 106, 0.14);
	outline: 0;
}

.slf-field.is-invalid input,
.slf-field.is-invalid select,
.slf-field.is-invalid textarea {
	border-color: #f04438;
	box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.12);
}

.slf-field-error {
	color: #b42318;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 2px;
}

.slf-consent {
	grid-template-columns: 22px 1fr;
	align-items: start;
	font-weight: 600;
	line-height: 1.5;
}

.slf-consent input {
	margin-top: 4px;
}

.slf-consent.is-invalid {
	color: #b42318;
}

.slf-consent.is-invalid input {
	outline: 2px solid #f04438;
	outline-offset: 2px;
}

.slf-privacy {
	display: inline-block;
	margin-top: 12px;
}

.slf-actions {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 24px;
}

.slf-choice-form .slf-actions {
	align-items: center;
	justify-content: center;
}

.slf-btn {
	align-items: center;
	border: 0;
	border-radius: 8px;
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.slf-btn:hover {
	transform: translateY(-1px);
}

.slf-btn-primary {
	background: #1684ff;
	background: linear-gradient(135deg, #1684ff, #0f75eb);
	box-shadow: 0 16px 34px rgba(22, 132, 255, 0.28);
	color: #fff !important;
}

.slf-btn-secondary {
	background: #f2f6fb;
	color: var(--slf-ink, #0e1726) !important;
}

.slf-form .slf-btn-primary,
.slf-form-shell .slf-btn-primary,
button.slf-btn-primary {
	background-color: #1684ff !important;
	background-image: linear-gradient(135deg, #1684ff, #0f75eb) !important;
	border-color: transparent !important;
	color: #fff !important;
}

.slf-form .slf-btn-secondary,
.slf-form-shell .slf-btn-secondary,
button.slf-btn-secondary {
	background-color: #f2f6fb !important;
	background-image: none !important;
	color: var(--slf-ink, #0e1726) !important;
}

.slf-message {
	color: var(--slf-muted);
	font-weight: 700;
	margin-top: 14px;
	min-height: 24px;
}

.slf-message.is-success {
	color: #067647;
}

.slf-message.is-error {
	color: #b42318;
}

.slf-success-card {
	color: var(--slf-ink);
	display: grid;
	gap: 16px;
	text-align: left;
}

.slf-success-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--slf-accent), var(--slf-accent-2));
	border-radius: 999px;
	box-shadow: 0 18px 42px rgba(23, 178, 106, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.slf-success-card h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.08;
	margin: 0;
}

.slf-success-card p {
	color: var(--slf-muted);
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

.slf-success-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.slf-success-meta span {
	background: #eef4ff;
	border-radius: 999px;
	color: #1d4ed8;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 7px 10px;
}

.slf-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.slf-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.12);
}

.slf-proof div {
	background: rgba(255, 255, 255, 0.06);
	padding: 30px clamp(20px, 4vw, 60px);
}

.slf-proof strong {
	display: block;
	font-size: 2rem;
}

.slf-proof span {
	color: rgba(255, 255, 255, 0.74);
}

.slf-section {
	background: #fff;
	color: var(--slf-ink);
	padding: clamp(54px, 7vw, 96px) clamp(20px, 7vw, 96px);
}

.slf-section-head {
	margin: 0 auto 30px;
	max-width: 780px;
	text-align: center;
}

.slf-section-head p:not(.slf-eyebrow) {
	color: var(--slf-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 18px auto 0;
	max-width: 720px;
}

.slf-section-head .slf-eyebrow {
	color: var(--slf-accent);
}

.slf-section h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.02;
	letter-spacing: 0;
	margin: 0;
}

.slf-benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1160px;
}

.slf-benefit-card {
	background: linear-gradient(180deg, #fff, var(--slf-soft));
	border: 1px solid #e3e8f2;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	min-height: 240px;
	padding: 28px;
}

.slf-card-mark {
	background: linear-gradient(135deg, var(--slf-accent), var(--slf-accent-2));
	border-radius: 8px;
	display: block;
	height: 38px;
	margin-bottom: 22px;
	width: 38px;
}

.slf-benefit-card h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

.slf-benefit-card p {
	color: var(--slf-muted);
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 0;
}

.slf-process {
	background:
		linear-gradient(180deg, #f8fafc, #fff);
}

.slf-process-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1120px;
}

.slf-process-grid article {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
	padding: 24px;
}

.slf-process-grid article span {
	color: var(--slf-accent);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	margin-bottom: 18px;
}

.slf-process-grid h3 {
	font-size: 1.12rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

.slf-process-grid p {
	color: var(--slf-muted);
	line-height: 1.65;
	margin: 0;
}

.slf-testimonial-band {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(21, 32, 55, 0.98)),
		linear-gradient(135deg, var(--slf-accent), var(--slf-accent-2));
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
}

.slf-quote {
	border-left: 4px solid var(--slf-accent);
	max-width: 820px;
	padding-left: clamp(22px, 4vw, 38px);
}

.slf-quote p {
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	line-height: 1.2;
	margin: 0 0 24px;
}

.slf-quote strong,
.slf-quote span {
	display: block;
}

.slf-quote span {
	color: rgba(255, 255, 255, 0.68);
	margin-top: 4px;
}

.slf-assurance {
	align-content: center;
	display: grid;
	gap: 12px;
}

.slf-assurance span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	padding: 16px;
}

.slf-faq {
	background: var(--slf-soft);
}

.slf-faq-list {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 900px;
}

.slf-faq details {
	background: #fff;
	border: 1px solid #e1e7f0;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
	padding: 18px 20px;
}

.slf-faq summary {
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

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

.slf-faq summary::after {
	color: var(--slf-accent);
	content: "+";
	float: right;
	font-weight: 900;
}

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

.slf-faq p {
	color: var(--slf-muted);
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 760px;
}

@keyframes slfFade {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
	.slf-hero {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
		max-width: 980px;
	}

	.slf-hero-visual {
		display: none;
	}

	.slf-hero-copy,
	.slf-hero h1 {
		max-width: 100%;
	}

	.slf-form-shell {
		justify-self: stretch;
		max-width: 560px;
	}

	.slf-choice-grid-3,
	.slf-choice-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1081px) and (max-width: 1320px) {
	.slf-choice-label {
		font-size: clamp(0.76rem, 0.82vw, 0.92rem);
		line-height: 1.14;
	}

	.slf-choice-card {
		min-height: 124px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 860px) {
	.slf-hero {
		grid-template-columns: 1fr;
		gap: 26px;
		min-height: auto;
		padding: 44px 20px 36px;
	}

	.slf-hero h1 {
		font-size: clamp(2.1rem, 10vw, 3.25rem);
		line-height: 1.04;
		margin-bottom: 16px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.slf-hero p {
		font-size: 1rem;
		line-height: 1.62;
		max-width: none;
	}

	.slf-trust-row {
		margin-top: 20px;
	}

	.slf-form-shell {
		justify-self: stretch;
		grid-column: auto;
		grid-row: auto;
		margin: 0 auto;
		max-width: 520px;
		padding: 20px;
	}

	.slf-hero-assurance .slf-form-shell,
	.slf-hero-assurance .slf-hero-visual {
		grid-column: auto;
		grid-row: auto;
	}

	.slf-actions {
		flex-direction: column-reverse;
	}

	.slf-choice-grid,
	.slf-choice-grid-3,
	.slf-choice-grid-4 {
		grid-template-columns: 1fr;
	}

	.slf-choice-card {
		min-height: 92px;
	}

	.slf-btn {
		width: 100%;
	}

	.slf-proof {
		grid-template-columns: 1fr;
	}

	.slf-benefit-grid,
	.slf-process-grid,
	.slf-testimonial-band {
		grid-template-columns: 1fr;
	}

	.slf-section {
		padding: 44px 18px;
	}

	.slf-benefit-card {
		min-height: auto;
	}
}

@media (max-width: 480px) {
	.slf-hero {
		padding: 38px 16px 30px;
	}

	.slf-hero::before {
		left: 16px;
		right: 16px;
	}

	.slf-eyebrow,
	.slf-step-kicker {
		font-size: 0.72rem;
	}

	.slf-hero h1 {
		font-size: clamp(2rem, 11vw, 2.75rem);
		text-wrap: balance;
	}

	.slf-trust-row span {
		font-size: 0.78rem;
		padding: 8px 11px;
	}

	.slf-form-shell {
		padding: 18px;
		width: min(100%, 430px);
	}

	.slf-step h2 {
		font-size: 1.7rem;
	}

	.slf-step p,
	.slf-field,
	.slf-consent {
		font-size: 0.95rem;
	}

	.slf-actions {
		gap: 12px;
	}

	.slf-field input,
	.slf-field select,
	.slf-btn {
		min-height: 48px;
	}

	.slf-progress-segments {
		gap: 5px;
		max-width: 220px;
	}

	.slf-progress-segments span {
		width: 22px;
	}
}
