
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/montserrat-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--sah-ink: #05090d;
	--sah-surface: #081116;
	--sah-surface-2: #0b181f;
	--sah-surface-3: #10252d;
	--sah-line: #19343b;
	--sah-line-bright: #28606a;
	--sah-text: #f7fbfc;
	--sah-muted: #b3c1c5;
	--sah-cyan: #00f2ff;
	--sah-blue: #0066ff;
	--sah-blue-cta: #2b7fff;
	--sah-magenta: #bc13fe;
	--sah-mint: #71f7d1;
	--sah-warning: #ffd27a;
	--sah-error: #ff8b8b;
	--sah-ink-rgb: 5, 9, 13;
	--sah-surface-rgb: 8, 17, 22;
	--sah-cyan-rgb: 0, 242, 255;
	--sah-blue-rgb: 0, 102, 255;
	--sah-magenta-rgb: 188, 19, 254;
	--sah-mint-rgb: 113, 247, 209;
	--sah-warning-rgb: 255, 210, 122;
	--sah-error-rgb: 255, 139, 139;
	--sah-radius-sm: 12px;
	--sah-radius-md: 16px;
	--sah-radius: 20px;
	--sah-radius-lg: 28px;
	--sah-shadow: 0 20px 70px rgba(var(--sah-ink-rgb), .34);
	--sah-font: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
	background: var(--sah-ink);
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body.sah-growth {
	margin: 0;
	background:
		radial-gradient(circle at 88% -4%, rgba(var(--sah-magenta-rgb), .13), transparent 35rem),
		radial-gradient(circle at 12% 18%, rgba(var(--sah-cyan-rgb), .1), transparent 30rem),
		var(--sah-ink);
	color: var(--sah-text);
	font-family: var(--sah-font);
	font-size: 16px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.sah-growth ::selection {
	background: var(--sah-magenta);
	color: var(--sah-text);
}

body.sah-growth :where(input, textarea) {
	caret-color: var(--sah-cyan);
}

body.sah-growth *,
body.sah-growth *::before,
body.sah-growth *::after,
.sah-booking-fallback *,
.sah-booking-fallback *::before,
.sah-booking-fallback *::after,
.sah-booking-segment *,
.sah-booking-segment *::before,
.sah-booking-segment *::after {
	box-sizing: border-box;
}

body.sah-growth img {
	display: block;
	max-width: 100%;
	height: auto;
}

.sah-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.sah-growth #ast-scroll-top,
body.sah-growth .ast-scroll-top-icon,
body.sah-growth .ast-scroll-to-top-left,
body.sah-growth .ast-scroll-to-top-right {
	display: none !important;
}

body.sah-growth a,
.sah-booking-fallback a {
	color: inherit;
}

body.sah-growth button,
body.sah-growth input,
body.sah-growth select,
body.sah-growth textarea,
.sah-booking-fallback button,
.sah-booking-fallback input,
.sah-booking-fallback select,
.sah-booking-fallback textarea {
	font: inherit;
}

.sah-booking-segment {
	width: 100%;
	margin: 18px 0 24px;
	padding: clamp(18px, 4vw, 28px);
	border: 1px solid var(--sah-line-bright);
	border-radius: var(--sah-radius-md);
	background: var(--sah-surface);
	color: var(--sah-text);
	font-family: var(--sah-font);
	box-shadow: var(--sah-shadow);
}

.sah-booking-segment h3 {
	margin: 0 0 16px;
	color: var(--sah-text);
	font-size: clamp(1.15rem, 3.5vw, 1.5rem);
	line-height: 1.3;
}

.sah-provider-shell {
	min-height: 120px;
}

.sah-staging-note {
	margin: 18px 0 0;
	padding: 16px 18px;
	border: 1px solid var(--sah-line-bright);
	border-radius: var(--sah-radius-sm);
	background: rgba(var(--sah-blue-rgb), .08);
	color: var(--sah-muted);
}

.sah-booking-segment .sah-help {
	margin: 12px 0 0;
	color: var(--sah-muted);
}

.sah-booking-segment.has-error {
	border-color: var(--sah-error);
	box-shadow: 0 0 0 3px rgba(var(--sah-error-rgb), .12), var(--sah-shadow);
}

.sah-booking-needs-segment .af2_submit_button {
	cursor: not-allowed;
	opacity: .55;
}

body.sah-growth h1,
body.sah-growth h2,
body.sah-growth h3,
body.sah-growth p {
	margin-top: 0;
}

body.sah-growth h1,
body.sah-growth h2,
body.sah-growth h3 {
	color: var(--sah-text);
	font-weight: 800;
	hyphens: none;
	letter-spacing: -.035em;
	line-height: 1.09;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

body.sah-growth h1 {
	max-width: 15ch;
	margin-bottom: 24px;
	font-size: clamp(2.25rem, 8.5vw, 4rem);
}

body.sah-growth h2 {
	max-width: 22ch;
	margin-bottom: 20px;
	font-size: clamp(1.85rem, 5.6vw, 2.85rem);
}

body.sah-growth h3 {
	margin-bottom: 12px;
	font-size: clamp(1.18rem, 4.5vw, 1.5rem);
}

body.sah-growth p {
	color: var(--sah-muted);
}

.sah-container {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
}

.sah-reading {
	max-width: 760px;
}

.sah-section {
	padding-block: clamp(64px, 11vw, 112px);
}

.sah-section--quiet {
	border-block: 1px solid var(--sah-line);
	background: linear-gradient(180deg, rgba(var(--sah-blue-rgb), .035), rgba(var(--sah-magenta-rgb), .018));
}

.sah-step-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--sah-cyan) !important;
	font-size: .8rem;
	font-weight: 760;
	letter-spacing: .075em;
	line-height: 1.35;
	text-transform: none;
}

.sah-step-kicker::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: "";
}

.sah-status-label {
	margin-bottom: 14px;
	color: var(--sah-cyan) !important;
	font-size: .84rem;
	font-weight: 720;
	letter-spacing: .02em;
}

.sah-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 12px 16px;
	border-radius: 8px;
	background: var(--sah-cyan);
	color: var(--sah-ink) !important;
	font-weight: 760;
	transform: translateY(-150%);
}

.sah-skip-link:focus {
	transform: translateY(0);
}

.sah-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: 64px;
	border-bottom: 1px solid rgba(var(--sah-cyan-rgb), .16);
	background: rgba(var(--sah-ink-rgb), .9);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

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

.sah-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 18px;
}

.sah-wordmark {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	text-decoration: none;
}

.sah-wordmark img {
	width: clamp(152px, 43vw, 176px);
	height: auto;
}

.sah-nav--desktop,
.sah-header__actions {
	display: none;
}

.sah-mobile-nav {
	position: static;
}

.sah-mobile-nav > summary {
	display: grid;
	align-content: center;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid var(--sah-line);
	border-radius: 12px;
	background: var(--sah-surface);
	cursor: pointer;
	list-style: none;
}

.sah-mobile-nav > summary::-webkit-details-marker {
	display: none;
}

.sah-mobile-nav > summary span {
	display: block;
	width: 100%;
	height: 2px;
	margin-block: 3px;
	border-radius: 10px;
	background: var(--sah-text);
	transition: transform 160ms ease, opacity 160ms ease;
}

.sah-mobile-nav[open] > summary span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.sah-mobile-nav[open] > summary span:nth-child(2) {
	opacity: 0;
}

.sah-mobile-nav[open] > summary span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.sah-mobile-nav nav {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	display: grid;
	width: 100%;
	padding: 12px 16px max(24px, env(safe-area-inset-bottom));
	border-bottom: 1px solid var(--sah-line);
	background: var(--sah-ink);
	box-shadow: var(--sah-shadow);
}

.sah-mobile-nav nav a {
	display: flex;
	align-items: center;
	min-height: 48px;
	border-bottom: 1px solid var(--sah-line);
	color: var(--sah-text);
	font-weight: 650;
	text-decoration: none;
}

.sah-mobile-nav nav a:last-child {
	border-bottom: 0;
}

.sah-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 760;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sah-button--primary {
	background: linear-gradient(112deg, var(--sah-cyan), var(--sah-blue-cta) 58%, var(--sah-magenta));
	box-shadow: 0 10px 30px rgba(var(--sah-blue-rgb), .24), 0 0 24px rgba(var(--sah-magenta-rgb), .12);
	color: var(--sah-ink) !important;
}

.sah-button--secondary {
	border-color: var(--sah-line-bright);
	background: rgba(var(--sah-cyan-rgb), .035);
	color: var(--sah-text) !important;
}

.sah-button--text {
	min-width: 92px;
	border-color: transparent;
	background: transparent;
	color: var(--sah-muted);
}

.sah-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--sah-cyan) !important;
	font-weight: 700;
	text-underline-offset: 5px;
}

.sah-text-link::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.sah-button:focus-visible,
.sah-text-link:focus-visible,
.sah-wordmark:focus-visible,
.sah-nav a:focus-visible,
.sah-mobile-nav summary:focus-visible,
.sah-mobile-nav a:focus-visible,
.sah-service-links a:focus-visible,
.sah-footer a:focus-visible,
.sah-faq summary:focus-visible,
.sah-form input:focus-visible,
.sah-form select:focus-visible,
.sah-form textarea:focus-visible {
	outline: 3px solid var(--sah-cyan);
	outline-offset: 3px;
}

.sah-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--sah-line);
}

.sah-hero::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 22%, rgba(var(--sah-cyan-rgb), .2), transparent 34%),
		radial-gradient(circle at 92% 75%, rgba(var(--sah-magenta-rgb), .18), transparent 32%);
	content: "";
	pointer-events: none;
}

.sah-hero__grid {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(840px, calc(100svh - 64px));
	padding-block: clamp(64px, 13vw, 120px);
	gap: 48px;
}

.sah-hero--compact .sah-hero__grid {
	min-height: auto;
	padding-block: clamp(64px, 11vw, 104px);
}

.sah-hero--funnel .sah-hero__grid {
	min-height: 0;
	padding-block: 24px 20px;
	gap: 0;
}

.sah-hero--funnel h1 {
	max-width: 24ch;
	margin-bottom: 8px;
	font-size: clamp(1.75rem, 7vw, 2.6rem);
}

.sah-hero--funnel .sah-hero__lead {
	max-width: 62ch;
	margin-bottom: 0;
	font-size: clamp(.94rem, 3.2vw, 1.08rem);
	line-height: 1.48;
}

.sah-hero__copy {
	position: relative;
	z-index: 1;
}

.sah-hero__eyebrow {
	margin-bottom: 13px;
	color: var(--sah-cyan) !important;
	font-size: .82rem;
	font-weight: 750;
	letter-spacing: .02em;
}

.sah-hero__title-line {
	display: block;
}

.sah-gradient-text {
	background: linear-gradient(90deg, var(--sah-cyan), var(--sah-magenta));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.sah-hero__lead {
	max-width: 690px;
	margin-bottom: 28px;
	font-size: clamp(1.08rem, 4vw, 1.28rem);
	line-height: 1.65;
}

.sah-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.sah-cta-proof,
.sah-cta-assurance {
	display: block;
	margin: 10px 0 0;
	color: var(--sah-muted) !important;
	font-size: .76rem;
	font-weight: 650;
}

.sah-hero__note {
	margin-top: 16px;
	color: var(--sah-text) !important;
	font-size: .9rem;
	font-weight: 650;
}

.sah-hero--funnel .sah-hero__note {
	margin: 10px 0 0;
	font-size: .78rem;
}

.sah-living-network {
	position: relative;
	margin: 0;
	padding: clamp(13px, 3vw, 19px);
	overflow: hidden;
	border: 1px solid rgba(var(--sah-cyan-rgb), .4);
	border-radius: var(--sah-radius-lg);
	background:
		radial-gradient(circle at 8% 10%, rgba(var(--sah-cyan-rgb), .11), transparent 32%),
		radial-gradient(circle at 92% 88%, rgba(var(--sah-magenta-rgb), .1), transparent 36%),
		linear-gradient(145deg, rgba(var(--sah-blue-rgb), .055), transparent 52%),
		var(--sah-surface);
	box-shadow: 0 24px 80px rgba(var(--sah-ink-rgb), .48), 0 0 44px rgba(var(--sah-cyan-rgb), .065);
	isolation: isolate;
}

.sah-living-network::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(var(--sah-cyan-rgb), .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--sah-cyan-rgb), .025) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	mask-image: linear-gradient(to bottom, rgba(var(--sah-ink-rgb), .72), transparent 84%);
	pointer-events: none;
}

.sah-living-network__header {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2px 2px 15px;
	border-bottom: 1px solid var(--sah-line);
	gap: 11px;
}

.sah-living-network__header > div > span,
.sah-living-network__foundation > span {
	display: block;
	color: var(--sah-cyan);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.sah-living-network__header strong {
	display: block;
	margin-top: 4px;
	color: var(--sah-text);
	font-size: clamp(.98rem, 3.8vw, 1.24rem);
	line-height: 1.2;
}

.sah-living-network__status {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .3);
	border-radius: 999px;
	background: linear-gradient(115deg, rgba(var(--sah-cyan-rgb), .07), rgba(var(--sah-magenta-rgb), .055));
	color: var(--sah-text);
	font-size: .72rem;
	font-weight: 750;
	white-space: nowrap;
}

.sah-living-network__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-areas:
		"home energy"
		"core core"
		"commercial hospitality"
		"foundation foundation";
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 14px;
	gap: 8px;
}

.sah-living-network__blueprint {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	display: block;
	width: min(94%, 360px);
	height: calc(100% - 8px);
	max-height: 390px;
	transform: translate(-50%, -50%);
	opacity: .72;
	pointer-events: none;
}

.sah-living-network__connections,
.sah-living-network__pulse {
	display: none;
}

.sah-living-network__node,
.sah-living-network__core,
.sah-living-network__foundation {
	position: relative;
	z-index: 2;
	min-width: 0;
	border: 1px solid var(--sah-line);
	background: rgba(var(--sah-ink-rgb), .88);
}

.sah-living-network__node {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	min-height: 104px;
	padding: 11px 8px;
	border-radius: 15px;
	gap: 6px;
}

.sah-living-network__node::after {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sah-cyan), var(--sah-magenta));
	content: "";
	opacity: .56;
}

.sah-living-network__node--home { grid-area: home; }
.sah-living-network__node--energy { grid-area: energy; }
.sah-living-network__node--commercial { grid-area: commercial; }
.sah-living-network__node--hospitality { grid-area: hospitality; }

.sah-living-network__icon,
.sah-living-network__core-icon {
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(var(--sah-cyan-rgb), .25);
	border-radius: 10px;
	background: rgba(var(--sah-cyan-rgb), .055);
	color: var(--sah-cyan);
}

.sah-living-network__icon {
	width: 30px;
	height: 30px;
}

.sah-living-network__icon svg,
.sah-living-network__core-icon svg {
	width: 70%;
	height: 70%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.sah-living-network__node--energy .sah-living-network__icon,
.sah-living-network__node--hospitality .sah-living-network__icon {
	border-color: rgba(var(--sah-magenta-rgb), .26);
	background: rgba(var(--sah-magenta-rgb), .055);
	color: #dc78ff;
}

.sah-living-network__node strong,
.sah-living-network__node small,
.sah-living-network__core strong,
.sah-living-network__core small,
.sah-living-network__foundation small {
	display: block;
}

.sah-living-network__node strong {
	color: var(--sah-text);
	font-size: clamp(.78rem, 3vw, .9rem);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.sah-living-network__node small {
	margin-top: 5px;
	color: var(--sah-muted);
	font-size: clamp(.68rem, 2.4vw, .76rem);
	line-height: 1.4;
}

.sah-living-network__core {
	grid-area: core;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	min-height: 94px;
	padding: 13px 16px;
	border-color: rgba(var(--sah-cyan-rgb), .56);
	border-radius: 18px;
	background:
		linear-gradient(115deg, rgba(var(--sah-cyan-rgb), .11), rgba(var(--sah-blue-rgb), .075) 54%, rgba(var(--sah-magenta-rgb), .09)),
		rgba(var(--sah-ink-rgb), .95);
	box-shadow: inset 0 0 0 1px rgba(var(--sah-magenta-rgb), .12), 0 12px 34px rgba(var(--sah-ink-rgb), .28);
	gap: 12px;
}

.sah-living-network__core-icon {
	width: 48px;
	height: 48px;
	color: var(--sah-mint);
}

.sah-living-network__core strong {
	color: var(--sah-text);
	font-size: clamp(.96rem, 3.6vw, 1.18rem);
	font-weight: 800;
	line-height: 1.1;
}

.sah-living-network__core small {
	margin-top: 6px;
	color: var(--sah-muted);
	font-size: .72rem;
	font-weight: 650;
	line-height: 1.4;
}

.sah-living-network__foundation {
	grid-area: foundation;
	padding: 10px 12px;
	border-style: dashed;
	border-radius: 13px;
	text-align: center;
}

.sah-living-network__foundation > span {
	color: var(--sah-muted);
	font-size: .68rem;
}

.sah-living-network__foundation small {
	margin-top: 4px;
	color: var(--sah-text);
	font-size: .7rem;
	font-weight: 680;
	letter-spacing: .01em;
	line-height: 1.4;
}

.sah-living-network__building path {
	fill: none;
	stroke: rgba(var(--sah-cyan-rgb), .26);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
	vector-effect: non-scaling-stroke;
}

.sah-living-network__building path:first-child {
	fill: url("#sah-building-fill");
	stroke: rgba(var(--sah-cyan-rgb), .34);
}

.sah-living-network__building .sah-living-network__solar {
	fill: rgba(var(--sah-magenta-rgb), .07);
	stroke: rgba(var(--sah-magenta-rgb), .42);
}

.sah-living-network__connections path {
	fill: none;
	stroke: url("#sah-network-line");
	stroke-linecap: round;
	stroke-width: 1.8;
	vector-effect: non-scaling-stroke;
}

.sah-living-network__pulse {
	fill: var(--sah-cyan);
	transform-box: fill-box;
	transform-origin: center;
	animation: sah-network-pulse 4.8s ease-in-out infinite;
}

.sah-living-network__pulse--two {
	fill: #d45cff;
	animation-delay: -1.2s;
}

.sah-living-network__pulse--three {
	animation-delay: -2.4s;
}

.sah-living-network__pulse--four {
	fill: #d45cff;
	animation-delay: -3.6s;
}

@keyframes sah-network-pulse {
	0%, 100% { opacity: .12; transform: scale(.62); }
	45% { opacity: .86; transform: scale(1); }
}

.sah-platform-stack {
	display: grid;
	padding: clamp(18px, 4vw, 28px);
	border: 1px solid rgba(var(--sah-cyan-rgb), .35);
	border-radius: var(--sah-radius-lg);
	background:
		linear-gradient(145deg, rgba(var(--sah-cyan-rgb), .07), rgba(var(--sah-magenta-rgb), .06)),
		var(--sah-surface);
	box-shadow: var(--sah-shadow);
	gap: 12px;
}

.sah-platform-stack > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	padding: 16px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius-md);
	background: rgba(var(--sah-ink-rgb), .68);
}

.sah-platform-stack > div > span {
	grid-row: 1 / span 2;
	font-size: 1.35rem;
}

.sah-platform-stack strong {
	font-size: .94rem;
}

.sah-platform-stack small {
	margin-top: 4px;
	color: var(--sah-muted);
}

.sah-platform-stack__core {
	border-color: var(--sah-cyan) !important;
	background: linear-gradient(115deg, rgba(var(--sah-cyan-rgb), .09), rgba(var(--sah-magenta-rgb), .08)) !important;
}

.sah-platform-stack > p {
	margin: 6px 2px 0;
	font-size: .78rem;
}

.sah-system-map {
	position: relative;
	width: 100%;
	min-height: 390px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius-lg);
	background:
		radial-gradient(circle at 50% 50%, rgba(var(--sah-cyan-rgb), .12), transparent 36%),
		linear-gradient(145deg, rgba(var(--sah-blue-rgb), .07), rgba(var(--sah-cyan-rgb), .02)),
		var(--sah-surface);
	box-shadow: var(--sah-shadow);
	isolation: isolate;
}

.sah-system-map__orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72%;
	aspect-ratio: 1;
	border: 1px dashed rgba(var(--sah-cyan-rgb), .34);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.sah-system-map::before,
.sah-system-map::after {
	position: absolute;
	top: 50%;
	left: 13%;
	width: 74%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--sah-cyan), var(--sah-blue), transparent);
	content: "";
	opacity: .48;
	transform: rotate(24deg);
}

.sah-system-map::after {
	transform: rotate(-24deg);
}

.sah-system-node {
	position: absolute;
	z-index: 2;
	display: grid;
	max-width: 160px;
	padding: 10px 12px;
	border: 1px solid var(--sah-line-bright);
	border-radius: 13px;
	background: rgba(var(--sah-ink-rgb), .9);
	box-shadow: 0 10px 26px rgba(var(--sah-ink-rgb), .3);
	color: var(--sah-text);
	font-size: .78rem;
	line-height: 1.3;
}

.sah-system-node span {
	font-weight: 760;
}

.sah-system-node small {
	margin-top: 4px;
	color: var(--sah-muted);
	font-size: .66rem;
}

.sah-system-node--core {
	top: 50%;
	left: 50%;
	min-width: 154px;
	border-color: var(--sah-cyan);
	background: var(--sah-surface-3);
	text-align: center;
	transform: translate(-50%, -50%);
}

.sah-system-node--home { top: 8%; left: 5%; }
.sah-system-node--business { top: 8%; right: 5%; }
.sah-system-node--plc { right: 3%; bottom: 8%; width: 29%; text-align: center; }
.sah-system-node--protocol { bottom: 8%; left: 35.5%; width: 29%; text-align: center; }
.sah-system-node--app { bottom: 8%; left: 3%; width: 29%; text-align: center; }

.sah-hero-panel {
	padding: 24px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius-lg);
	background: linear-gradient(145deg, rgba(var(--sah-blue-rgb), .08), rgba(var(--sah-cyan-rgb), .02)), var(--sah-surface);
}

.sah-hero-panel__label {
	color: var(--sah-cyan) !important;
	font-size: .82rem;
	font-weight: 760;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sah-hero-panel ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: sah-panel;
}

.sah-hero-panel li {
	display: flex;
	align-items: center;
	min-height: 58px;
	border-top: 1px solid var(--sah-line);
	color: var(--sah-text);
	counter-increment: sah-panel;
}

.sah-hero-panel li::before {
	margin-right: 14px;
	color: var(--sah-mint);
	font-variant-numeric: tabular-nums;
	content: "0" counter(sah-panel);
}

.sah-proof-strip {
	border-bottom: 1px solid var(--sah-line);
	background: var(--sah-surface);
}

.sah-proof-strip .sah-container {
	display: grid;
	grid-template-columns: 1fr;
}

.sah-proof-strip .sah-container > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 58px;
	border-bottom: 1px solid var(--sah-line);
	color: var(--sah-muted);
	font-size: .9rem;
	gap: 4px 8px;
}

.sah-proof-strip .sah-container > span:last-child {
	border-bottom: 0;
}

.sah-proof-strip .sah-container > span > strong {
	flex: 0 0 auto;
	color: var(--sah-text);
	white-space: nowrap;
}

.sah-proof-strip small {
	color: var(--sah-muted);
	font-size: .72rem;
}

.sah-stars {
	color: #ffd34e;
	font-size: 1rem;
	letter-spacing: .07em;
	line-height: 1;
}

.sah-jump-nav {
	position: sticky;
	top: 64px;
	z-index: 850;
	border-top: 1px solid rgba(var(--sah-magenta-rgb), .28);
	border-bottom: 1px solid rgba(var(--sah-cyan-rgb), .42);
	background:
		linear-gradient(90deg, rgba(var(--sah-cyan-rgb), .1), rgba(var(--sah-magenta-rgb), .08)),
		rgba(var(--sah-ink-rgb), .96);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	box-shadow: 0 12px 34px rgba(var(--sah-ink-rgb), .32);
}

body.admin-bar .sah-jump-nav {
	top: 110px;
}

.sah-jump-nav__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: 102px;
	padding-block: 8px;
	gap: 6px;
}

.sah-jump-nav__label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding-inline: 2px;
	color: var(--sah-text);
	font-size: .78rem;
	font-weight: 780;
	gap: 6px;
}

.sah-jump-nav__links {
	display: flex;
	min-width: 0;
	padding: 4px 20px 4px 4px;
	overflow-x: auto;
	gap: 8px;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 4px;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sah-jump-nav__links::-webkit-scrollbar {
	display: none;
}

.sah-jump-nav a {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .28);
	border-radius: 999px;
	background: rgba(var(--sah-surface-rgb), .78);
	color: var(--sah-text);
	font-size: .78rem;
	font-weight: 720;
	scroll-snap-align: start;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.sah-jump-nav a:first-child {
	border-color: rgba(var(--sah-cyan-rgb), .62);
	background: linear-gradient(135deg, rgba(var(--sah-cyan-rgb), .13), rgba(var(--sah-blue-rgb), .1));
}

.sah-jump-nav a::after {
	display: none;
}

.sah-jump-nav a:hover,
.sah-jump-nav a:focus-visible {
	border-color: var(--sah-cyan);
	background: rgba(var(--sah-cyan-rgb), .12);
	color: var(--sah-cyan);
}

.sah-jump-nav a:focus-visible {
	outline: 2px solid var(--sah-cyan);
	outline-offset: 2px;
}

.sah-section[id],
.sah-content-section[id] {
	scroll-margin-top: 184px;
}

body.admin-bar .sah-section[id],
body.admin-bar .sah-content-section[id] {
	scroll-margin-top: 230px;
}

.sah-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 36px;
	gap: 16px;
}

.sah-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius);
	background:
		linear-gradient(145deg, rgba(var(--sah-cyan-rgb), .025), rgba(var(--sah-magenta-rgb), .018)),
		var(--sah-surface);
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sah-card p:last-child {
	margin-bottom: 0;
}

.sah-card--claim {
	border-color: rgba(var(--sah-mint-rgb), .45);
	background: linear-gradient(145deg, rgba(var(--sah-mint-rgb), .07), transparent 56%), var(--sah-surface);
}

.sah-card__emoji {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .24);
	border-radius: 15px;
	background: rgba(var(--sah-cyan-rgb), .06);
	font-size: 1.55rem;
}

.sah-card-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	min-height: 44px;
	margin-top: auto;
	padding-top: 12px;
	color: var(--sah-cyan) !important;
	font-size: .88rem;
	font-weight: 760;
	text-decoration: none;
}

.sah-card-link span {
	width: 9px;
	height: 9px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.sah-section-intro {
	max-width: 760px;
	margin-bottom: 0;
	font-size: clamp(1.02rem, 2.6vw, 1.2rem);
	line-height: 1.68;
}

.sah-content-section {
	position: relative;
	border-top: 1px solid var(--sah-line);
}

.sah-content-section--quiet {
	background: var(--sah-surface);
}

.sah-content-section--accent {
	background:
		radial-gradient(circle at 12% 10%, rgba(var(--sah-cyan-rgb), .09), transparent 28rem),
		radial-gradient(circle at 88% 90%, rgba(var(--sah-magenta-rgb), .07), transparent 30rem);
}

.sah-content-section--energy {
	background:
		radial-gradient(circle at 85% 10%, rgba(var(--sah-warning-rgb), .06), transparent 24rem),
		var(--sah-surface-2);
}

.sah-content-section--notice {
	background: linear-gradient(112deg, rgba(var(--sah-blue-rgb), .085), rgba(var(--sah-magenta-rgb), .045));
}

.sah-content-section__layout {
	display: grid;
	gap: clamp(30px, 7vw, 88px);
}

.sah-content-section__media {
	align-self: start;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(var(--sah-magenta-rgb), .36);
	border-radius: var(--sah-radius-lg);
	background: linear-gradient(145deg, rgba(var(--sah-magenta-rgb), .08), rgba(var(--sah-cyan-rgb), .05));
	box-shadow: var(--sah-shadow);
}

.sah-content-section__media img {
	width: 100%;
	border-radius: calc(var(--sah-radius-lg) - 9px);
}

.sah-prose {
	max-width: 760px;
	margin-top: 24px;
}

.sah-rich-grid {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 34px;
	gap: 14px;
}

.sah-rich-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(20px, 4vw, 28px);
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius);
	background: rgba(var(--sah-ink-rgb), .7);
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sah-rich-card h3 {
	font-size: clamp(1.1rem, 3vw, 1.35rem);
}

.sah-rich-card p:last-of-type,
.sah-rich-card ul:last-child {
	margin-bottom: 0;
}

.sah-rich-card ul {
	margin: 6px 0 0;
	padding-left: 20px;
	color: var(--sah-muted);
}

.sah-rich-card li + li {
	margin-top: 7px;
}

.sah-rich-card--claim {
	border-color: rgba(var(--sah-mint-rgb), .4);
}

.sah-rich-card--person {
	align-items: center;
	text-align: center;
}

.sah-person-photo {
	width: 116px;
	height: 116px !important;
	margin-bottom: 18px;
	border: 2px solid rgba(var(--sah-cyan-rgb), .45);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(var(--sah-cyan-rgb), .09), rgba(var(--sah-magenta-rgb), .1));
	object-fit: cover;
}

.sah-person-photo--pending {
	display: grid;
	place-items: center;
	color: var(--sah-text);
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -.02em;
}

.sah-quote {
	max-width: 760px;
	margin: 30px 0 0;
	padding: 24px clamp(20px, 4vw, 34px);
	border: 1px solid rgba(var(--sah-magenta-rgb), .28);
	border-radius: var(--sah-radius);
	background: rgba(var(--sah-magenta-rgb), .045);
}

.sah-quote p {
	margin-bottom: 10px;
	color: var(--sah-text) !important;
	font-size: clamp(1.08rem, 3vw, 1.35rem);
	font-weight: 650;
}

.sah-quote cite {
	color: var(--sah-muted);
	font-size: .82rem;
	font-style: normal;
}

.sah-content-note {
	max-width: 760px;
	margin: 26px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .25);
	border-radius: var(--sah-radius-sm);
	background: rgba(var(--sah-cyan-rgb), .035);
	font-size: .86rem;
}

.sah-section-actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
	gap: 12px;
}

.sah-sources {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 18px;
	gap: 7px 12px;
	font-size: .78rem;
}

.sah-sources span {
	color: var(--sah-muted);
}

.sah-sources a {
	color: var(--sah-mint) !important;
	text-underline-offset: 4px;
}

.sah-service-links {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 36px;
	gap: 12px;
}

.sah-service-links a {
	display: grid;
	min-height: 132px;
	padding: 22px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius);
	background: rgba(var(--sah-ink-rgb), .54);
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sah-service-links a::after {
	align-self: center;
	justify-self: end;
	width: 13px;
	height: 13px;
	grid-column: 2;
	grid-row: 1 / span 2;
	border-top: 2px solid var(--sah-cyan);
	border-right: 2px solid var(--sah-cyan);
	content: "";
}

.sah-service-links span {
	font-size: 1.15rem;
	font-weight: 760;
}

.sah-service-links small {
	max-width: 48ch;
	margin-top: 6px;
	color: var(--sah-muted);
	font-size: .88rem;
}

.sah-process {
	display: grid;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
	gap: 18px;
}

.sah-process li {
	display: grid;
	grid-template-columns: 42px 1fr;
	padding: 22px 0;
	border-top: 1px solid var(--sah-line);
	gap: 16px;
}

.sah-process > li > span {
	color: var(--sah-cyan);
	font-size: .84rem;
	font-weight: 760;
	font-variant-numeric: tabular-nums;
}

.sah-process p {
	margin-bottom: 0;
}

.sah-faqs {
	margin-top: 32px;
	border-top: 1px solid var(--sah-line);
}

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

.sah-faq summary {
	position: relative;
	padding: 22px 48px 22px 0;
	color: var(--sah-text);
	font-weight: 690;
	cursor: pointer;
	list-style: none;
}

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

.sah-faq summary::before,
.sah-faq summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 2px;
	background: var(--sah-cyan);
	content: "";
	transform: translateY(-50%);
	transition: transform 150ms ease;
}

.sah-faq summary::before {
	transform: translateY(-50%) rotate(90deg);
}

.sah-faq[open] summary::before {
	transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.sah-faq > div {
	padding: 0 24px 20px 0;
}

.sah-faq p {
	margin-bottom: 0;
}

.sah-faq-conversion {
	display: grid;
	margin-top: 28px;
	padding: 20px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .32);
	border-radius: var(--sah-radius);
	background: linear-gradient(120deg, rgba(var(--sah-cyan-rgb), .1), rgba(var(--sah-magenta-rgb), .08));
	gap: 16px;
}

.sah-faq-conversion > div {
	display: grid;
	gap: 4px;
}

.sah-faq-conversion strong {
	color: var(--sah-text);
	font-size: 1rem;
}

.sah-faq-conversion small {
	color: var(--sah-muted);
	font-size: .8rem;
}

.sah-faq-conversion .sah-button {
	width: 100%;
}

.sah-final-cta {
	border-top: 1px solid var(--sah-line);
	background: radial-gradient(circle at 15% 50%, rgba(var(--sah-cyan-rgb), .09), transparent 28rem), var(--sah-surface);
}

.sah-final-cta__inner {
	display: grid;
	gap: 32px;
}

.sah-final-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.sah-section--form {
	background: linear-gradient(180deg, rgba(var(--sah-blue-rgb), .04), transparent 30rem);
}

.sah-page-smart-home-konfigurator .sah-section--form {
	padding-block: 22px 72px;
}

.sah-funnel-shell {
	max-width: 760px;
}

.sah-funnel-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 16px;
	gap: 6px;
}

.sah-funnel-benefits > div {
	display: grid;
	padding: 10px 8px;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius-sm);
	background: rgba(var(--sah-surface-rgb), .72);
	gap: 3px;
}

.sah-funnel-benefits strong {
	color: var(--sah-text);
	font-size: .72rem;
	line-height: 1.35;
}

.sah-funnel-benefits span {
	display: none;
	color: var(--sah-muted);
	font-size: .76rem;
	line-height: 1.5;
}

.sah-funnel-intro {
	margin-bottom: 20px;
}

.sah-funnel-intro h2 {
	max-width: 28ch;
	margin-bottom: 8px;
	font-size: clamp(1.35rem, 4.8vw, 1.85rem);
}

.sah-funnel-intro p:last-child {
	margin-bottom: 0;
	font-size: .9rem;
}

.sah-funnel-mini {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--sah-text) !important;
	font-size: .82rem;
	font-weight: 680;
}

.sah-form-shell {
	display: grid;
	gap: 32px;
}

.sah-form-shell > *,
.sah-form-card,
.sah-provider-shell {
	min-width: 0;
	max-width: 100%;
}

.sah-form-shell__intro {
	align-self: start;
}

.sah-form-card {
	padding: clamp(16px, 4vw, 34px);
	border: 1px solid rgba(var(--sah-cyan-rgb), .34);
	border-radius: var(--sah-radius-lg);
	background: linear-gradient(145deg, rgba(var(--sah-cyan-rgb), .04), rgba(var(--sah-magenta-rgb), .035)), var(--sah-surface);
	box-shadow: 0 18px 58px rgba(var(--sah-ink-rgb), .4), 0 0 42px rgba(var(--sah-magenta-rgb), .055);
}

.sah-section--links {
	background: var(--sah-surface);
}

.sah-form {
	display: grid;
	gap: 22px;
}

.sah-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.sah-field {
	display: grid;
	gap: 7px;
}

.sah-field label,
.sah-choice-group legend {
	color: var(--sah-text);
	font-size: .93rem;
	font-weight: 680;
}

.sah-optional {
	color: var(--sah-muted);
	font-size: .78rem;
	font-weight: 500;
}

.sah-field input,
.sah-field select,
.sah-field textarea,
.sah-booking-fallback .sah-field input,
.sah-booking-fallback .sah-field select,
.sah-booking-fallback .sah-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--sah-line-bright);
	border-radius: var(--sah-radius-sm);
	background: var(--sah-ink);
	color: var(--sah-text);
	line-height: 1.4;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.sah-field textarea,
.sah-booking-fallback .sah-field textarea {
	min-height: 144px;
	resize: vertical;
}

.sah-field input::placeholder,
.sah-field textarea::placeholder {
	color: var(--sah-muted);
	opacity: .68;
}

.sah-form[data-sah-validated="true"] :is(input, select, textarea):invalid,
.sah-form [data-sah-step][data-sah-validated="true"] :is(input, select, textarea):invalid {
	border-color: var(--sah-error);
	box-shadow: 0 0 0 3px rgba(var(--sah-error-rgb), .12);
}

.sah-form :is(input, select, textarea)[aria-invalid="true"] {
	border-color: var(--sah-error);
	box-shadow: 0 0 0 3px rgba(var(--sah-error-rgb), .12);
}

.sah-field-error {
	display: block;
	color: var(--sah-error);
	font-size: .8rem;
	font-weight: 650;
	line-height: 1.4;
}

.sah-field-error:empty {
	display: none;
}

.sah-choice-group {
	display: grid;
	margin: 0;
	padding: 0;
	border: 0;
	gap: 10px;
}

.sah-audience-choices {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sah-audience-choices .sah-choice {
	min-height: 86px;
}

.sah-audience-choices .sah-choice > span {
	padding: 12px 8px;
	text-align: center;
}

.sah-audience-choices .sah-choice strong {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: clamp(.7rem, 3.1vw, .9rem);
	line-height: 1.2;
}

.sah-audience-choices .sah-choice__emoji {
	margin: 0 0 5px;
	font-size: 1.35rem;
}

.sah-audience-choices .sah-choice small {
	display: none;
}

.sah-choice-group legend {
	margin-bottom: 12px;
}

.sah-choice {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 62px;
	cursor: pointer;
}

.sah-choice input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.sah-choice > span {
	position: relative;
	display: grid;
	align-content: center;
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--sah-line-bright);
	border-radius: var(--sah-radius-sm);
	background: var(--sah-ink);
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.sah-choice__emoji {
	margin-right: 8px;
	font-size: 1.2rem;
}

.sah-choice small {
	margin-top: 3px;
	color: var(--sah-muted);
	font-size: .76rem;
}

.sah-choice input:checked + span {
	border-color: var(--sah-magenta);
	background: linear-gradient(110deg, rgba(var(--sah-cyan-rgb), .15), rgba(var(--sah-magenta-rgb), .15));
	box-shadow: inset 3px 0 0 var(--sah-magenta);
}

.sah-choice input:checked + span::after {
	position: absolute;
	top: 50%;
	right: 14px;
	color: var(--sah-magenta);
	content: "✓";
	font-size: 1rem;
	font-weight: 800;
	transform: translateY(-50%);
}

.sah-choice input:focus-visible + span {
	outline: 3px solid var(--sah-cyan);
	outline-offset: 3px;
}

.sah-choice input[aria-invalid="true"] + span,
.sah-choice-group[aria-invalid="true"] .sah-choice > span {
	border-color: var(--sah-error);
	box-shadow: 0 0 0 3px rgba(var(--sah-error-rgb), .12);
}

.sah-choice--compact {
	min-height: 52px;
}

.sah-help,
.sah-form-note {
	margin: -10px 0 0;
	font-size: .79rem;
}

.sah-privacy-field {
	display: grid;
	gap: 7px;
}

.sah-privacy {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: start;
	color: var(--sah-muted);
	font-size: .82rem;
	gap: 10px;
}

.sah-privacy input {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	accent-color: var(--sah-cyan);
}

.sah-privacy input[aria-invalid="true"] {
	outline: 2px solid var(--sah-error);
	outline-offset: 3px;
}

.sah-privacy a {
	color: var(--sah-mint) !important;
	text-underline-offset: 3px;
}

.sah-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.sah-alert {
	display: grid;
	padding: 15px 16px;
	border: 1px solid;
	border-radius: var(--sah-radius-sm);
	gap: 4px;
}

.sah-alert[hidden] {
	display: none;
}

.sah-alert--error {
	border-color: var(--sah-error);
	background: rgba(var(--sah-error-rgb), .08);
}

.sah-alert span {
	color: var(--sah-muted);
	font-size: .86rem;
}

.sah-progress {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	height: 34px;
	margin-bottom: 12px;
	border-bottom: 3px solid var(--sah-line);
}

.sah-progress > span {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--sah-cyan), var(--sah-blue), var(--sah-magenta));
	transform: scaleX(.25);
	transform-origin: left center;
	transition: transform 180ms ease;
}

.sah-progress strong {
	grid-column: 2;
	color: var(--sah-muted);
	font-size: .75rem;
	font-variant-numeric: tabular-nums;
}

.sah-form-step {
	display: grid;
	gap: 16px;
}

.sah-form-step h2 {
	margin-bottom: 0;
	font-size: clamp(1.45rem, 5vw, 2rem);
}

.sah-js .sah-form-step[hidden] {
	display: none;
}

.sah-step-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sah-form-escape {
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	align-items: center;
	color: var(--sah-cyan) !important;
	font-size: .82rem;
	font-weight: 680;
	text-underline-offset: 4px;
}

.sah-choice[hidden] {
	display: none;
}

.sah-button[disabled],
.sah-button[aria-busy="true"] {
	cursor: wait;
	opacity: .72;
	pointer-events: none;
}

.sah-check-list {
	display: grid;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
	gap: 20px;
}

.sah-check-list li {
	position: relative;
	display: grid;
	padding-left: 30px;
	gap: 4px;
}

.sah-check-list li::before,
.sah-check-list li::after {
	position: absolute;
	left: 0;
	content: "";
}

.sah-check-list li::before {
	top: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--sah-cyan);
	border-radius: 50%;
}

.sah-check-list li::after {
	top: 9px;
	left: 7px;
	width: 6px;
	height: 10px;
	border-right: 2px solid var(--sah-cyan);
	border-bottom: 2px solid var(--sah-cyan);
	transform: rotate(45deg);
}

.sah-check-list span {
	color: var(--sah-muted);
	font-size: .9rem;
}

.sah-booking-fallback {
	width: min(100% - 32px, 980px);
	margin: clamp(48px, 9vw, 96px) auto;
	padding: clamp(22px, 5vw, 42px);
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius-lg);
	background: var(--sah-surface);
	color: var(--sah-text);
	font-family: var(--sah-font);
}

.sah-booking-fallback__intro {
	margin-bottom: 28px;
}

.sah-booking-fallback h2 {
	margin: 0 0 12px;
	color: var(--sah-text);
	font-size: clamp(1.8rem, 6vw, 2.8rem);
	letter-spacing: -.03em;
}

.sah-booking-fallback p {
	color: var(--sah-muted);
}

.sah-mobile-cta {
	position: fixed;
	right: 16px;
	bottom: max(14px, env(safe-area-inset-bottom));
	left: 16px;
	z-index: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 1px solid rgba(var(--sah-cyan-rgb), .45);
	border-radius: 999px;
	background: linear-gradient(115deg, var(--sah-cyan), var(--sah-blue));
	box-shadow: 0 18px 46px rgba(var(--sah-ink-rgb), .7);
	color: var(--sah-ink) !important;
	font-weight: 780;
	opacity: 0;
	pointer-events: none;
	text-decoration: none;
	transform: translateY(calc(100% + 24px));
	transition: opacity 160ms ease, transform 160ms ease;
}

.sah-mobile-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sah-footer {
	padding: 64px 0 90px;
	border-top: 1px solid var(--sah-line);
	background: var(--sah-ink);
}

.sah-footer__grid {
	display: grid;
	gap: 36px;
}

.sah-wordmark--footer {
	min-height: 52px;
}

.sah-wordmark--footer img {
	width: min(240px, 72vw);
}

.sah-footer p {
	max-width: 38ch;
	font-size: .88rem;
}

.sah-footer nav {
	display: grid;
	align-content: start;
	gap: 8px;
}

.sah-footer nav strong {
	margin-bottom: 5px;
	font-size: .86rem;
}

.sah-footer nav a {
	min-height: 44px;
	color: var(--sah-muted);
	font-size: .86rem;
	line-height: 44px;
	text-decoration: none;
}

.sah-footer__bottom {
	display: flex;
	flex-direction: column;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid var(--sah-line);
	color: var(--sah-muted);
	font-size: .76rem;
	gap: 4px;
}

@media (max-width: 1023px) {
	body.sah-growth.sah-nav-open {
		overflow: hidden;
	}
}

@media (hover: hover) and (pointer: fine) {
	.sah-button:hover {
		transform: translateY(-2px);
	}

	.sah-button--primary:hover {
		box-shadow: 0 14px 34px rgba(var(--sah-blue-rgb), .28);
	}

	.sah-button--secondary:hover,
	.sah-service-links a:hover {
		border-color: var(--sah-cyan);
		background-color: rgba(var(--sah-cyan-rgb), .045);
	}

	.sah-service-links a:hover,
	.sah-card:hover,
	.sah-rich-card:hover {
		transform: translateY(-3px);
	}

	.sah-nav a:hover,
	.sah-footer a:hover {
		color: var(--sah-text);
	}
}

@media (min-width: 640px) {
	.sah-container {
		width: min(100% - 48px, 1180px);
	}

	.sah-living-network__header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.sah-living-network__node {
		grid-template-columns: 36px minmax(0, 1fr);
		min-height: 94px;
		padding-inline: 14px;
	}

	.sah-living-network__icon {
		width: 36px;
		height: 36px;
	}

	.sah-hero__actions,
	.sah-final-cta__actions,
	.sah-step-actions {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.sah-card-grid,
	.sah-rich-grid,
	.sah-choice-group--grid,
	.sah-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sah-audience-choices {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sah-audience-choices .sah-choice {
		min-height: 112px;
	}

	.sah-audience-choices .sah-choice small {
		display: block;
	}

	.sah-field--wide {
		grid-column: 1 / -1;
	}

	.sah-proof-strip .sah-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sah-proof-strip .sah-container > span {
		justify-content: center;
		padding-inline: 12px;
		border-right: 1px solid var(--sah-line);
		text-align: center;
	}

	.sah-proof-strip .sah-container > span:nth-child(2n) {
		border-right: 0;
	}

	.sah-proof-strip .sah-container > span:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.sah-footer__grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.sah-footer__grid nav:last-child {
		grid-column: 2;
	}

	.sah-footer__bottom {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	body.admin-bar .sah-header {
		top: 32px;
	}

	.sah-mobile-cta {
		right: 24px;
		left: auto;
		width: min(420px, calc(100% - 48px));
	}

	body.admin-bar .sah-jump-nav {
		top: 104px;
	}

	.sah-jump-nav__inner {
		display: flex;
		align-items: center;
		min-height: 60px;
		padding-block: 0;
		gap: 8px;
	}

	.sah-jump-nav__label {
		flex: 0 0 auto;
		min-height: 36px;
		padding: 0 12px 0 0;
		background: linear-gradient(90deg, var(--sah-ink) 78%, transparent);
		white-space: nowrap;
	}

	.sah-jump-nav__links {
		flex: 1 1 auto;
		padding: 4px;
	}

	.sah-section[id],
	.sah-content-section[id] {
		scroll-margin-top: 140px;
	}

	body.admin-bar .sah-section[id],
	body.admin-bar .sah-content-section[id] {
		scroll-margin-top: 180px;
	}

	.sah-card-grid--featured .sah-card {
		min-height: 280px;
	}

	.sah-service-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 32px;
	}

	.sah-funnel-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sah-funnel-benefits > div {
		padding: 14px 16px;
	}

	.sah-funnel-benefits strong {
		font-size: .86rem;
	}

	.sah-funnel-benefits span {
		display: block;
	}

	.sah-faq-conversion {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.sah-faq-conversion .sah-button {
		width: auto;
	}

	.sah-process {
		grid-template-columns: repeat(3, 1fr);
	}

	.sah-process li {
		grid-template-columns: 1fr;
		padding-right: 24px;
		border-top: 1px solid var(--sah-line);
		border-right: 1px solid var(--sah-line);
	}

	.sah-process li:last-child {
		border-right: 0;
	}

	.sah-final-cta__inner {
		grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
		align-items: end;
	}

	.sah-final-cta__actions {
		justify-content: flex-start;
	}

}

@media (min-width: 1024px) {
	.sah-proof-strip .sah-container {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sah-proof-strip .sah-container > span,
	.sah-proof-strip .sah-container > span:nth-child(2n) {
		border-right: 1px solid var(--sah-line);
		border-bottom: 0;
	}

	.sah-proof-strip .sah-container > span:last-child {
		border-right: 0;
	}

	.sah-header {
		height: 72px;
	}

	.sah-nav--desktop {
		display: flex;
		align-items: center;
		gap: clamp(12px, 1.7vw, 24px);
	}

	.sah-wordmark img {
		width: clamp(205px, 18vw, 244px);
	}

	.sah-jump-nav {
		top: 72px;
	}

	.sah-section[id],
	.sah-content-section[id] {
		scroll-margin-top: 148px;
	}

	.sah-nav--desktop a,
	.sah-header__text-link {
		display: flex;
		align-items: center;
		min-height: 44px;
		color: var(--sah-muted);
		font-size: .84rem;
		font-weight: 650;
		text-decoration: none;
	}

	.sah-header__actions {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.sah-button--header {
		min-height: 44px;
		padding: 9px 16px;
		font-size: .83rem;
	}

	.sah-mobile-nav {
		display: none;
	}

	.sah-hero__grid {
		grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
		gap: clamp(42px, 6vw, 90px);
	}

	.sah-living-network {
		padding: 17px;
	}

	.sah-living-network__stage {
		display: block;
		min-height: 480px;
		padding-top: 0;
	}

	.sah-living-network__blueprint {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		max-height: none;
		transform: none;
		opacity: 1;
	}

	.sah-living-network__connections,
	.sah-living-network__pulse {
		display: inline;
	}

	.sah-living-network__node {
		position: absolute;
		z-index: 3;
		grid-template-columns: 30px minmax(0, 1fr);
		width: 35%;
		min-height: 88px;
		padding: 11px;
		box-shadow: 0 10px 32px rgba(var(--sah-ink-rgb), .36);
		gap: 7px;
	}

	.sah-living-network__node--home { top: 8%; left: 0; }
	.sah-living-network__node--energy { top: 8%; right: 0; }
	.sah-living-network__node--commercial { right: 0; bottom: 16%; }
	.sah-living-network__node--hospitality { bottom: 16%; left: 0; }

	.sah-living-network__icon {
		width: 30px;
		height: 30px;
	}

	.sah-living-network__node strong {
		font-size: clamp(.82rem, .82vw, .9rem);
	}

	.sah-living-network__node small {
		font-size: clamp(.69rem, .72vw, .76rem);
	}

	.sah-living-network__core {
		position: absolute;
		top: 51%;
		left: 50%;
		z-index: 4;
		grid-template-columns: clamp(38px, 3.2vw, 42px) minmax(0, 1fr);
		width: min(46%, 212px);
		min-height: 86px;
		padding: 12px clamp(9px, 1vw, 14px);
		transform: translate(-50%, -50%);
		gap: clamp(7px, .8vw, 12px);
	}

	.sah-living-network__core-icon {
		width: clamp(38px, 3.2vw, 42px);
		height: clamp(38px, 3.2vw, 42px);
	}

	.sah-living-network__core strong {
		font-size: clamp(.82rem, 1.05vw, 1.05rem);
		overflow-wrap: anywhere;
	}

	.sah-living-network__core small {
		font-size: clamp(.7rem, .72vw, .76rem);
	}

	.sah-living-network__foundation {
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 4;
		width: min(80%, 430px);
		padding-block: 8px;
		transform: translateX(-50%);
	}

	.sah-hero--compact .sah-hero__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
	}

	.sah-hero--funnel .sah-hero__grid {
		grid-template-columns: 1fr;
		padding-block: 34px 28px;
	}

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

	.sah-service-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 16px;
	}

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

	.sah-card-grid--featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sah-card-grid--featured .sah-card {
		grid-column: auto;
	}

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

	.sah-content-section__layout {
		grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
		align-items: center;
	}

	.sah-form-shell {
		grid-template-columns: minmax(260px, .7fr) minmax(520px, 1.3fr);
		align-items: start;
		gap: clamp(42px, 7vw, 92px);
	}

	.sah-form-shell__intro {
		position: sticky;
		top: 108px;
	}

	.sah-booking-fallback {
		display: grid;
		grid-template-columns: minmax(260px, .8fr) minmax(480px, 1.2fr);
		gap: 48px;
	}

	.sah-booking-fallback__intro {
		margin-bottom: 0;
	}

	.sah-footer__grid {
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}

	.sah-footer__grid nav:last-child {
		grid-column: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1119px) {
	.sah-nav--desktop,
	.sah-header__actions {
		display: none;
	}

	.sah-mobile-nav {
		display: block;
	}
}

@media (min-width: 1120px) {
	.sah-mobile-cta {
		display: none;
	}

	.sah-footer {
		padding-bottom: 38px;
	}
}

@media (min-width: 1280px) {
	body.sah-growth {
		font-size: 17px;
	}

	.sah-system-map {
		min-height: 470px;
	}

	.sah-living-network__stage {
		min-height: 510px;
	}
}

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

	.sah-button,
	.sah-mobile-nav > summary span,
	.sah-mobile-cta,
	.sah-service-links a,
	.sah-card,
	.sah-rich-card,
	.sah-progress > span,
	.sah-choice > span,
	.sah-field input,
	.sah-field select,
	.sah-field textarea {
		transition-duration: 0ms;
	}

	.sah-living-network__pulse {
		animation: none;
	}
}

@media print {
	.sah-header,
	.sah-footer,
	.sah-mobile-cta,
	.sah-hero__actions,
	.sah-final-cta {
		display: none !important;
	}

	body.sah-growth {
		background: var(--sah-text);
		color: var(--sah-ink);
	}

	body.sah-growth h1,
	body.sah-growth h2,
	body.sah-growth h3,
	body.sah-growth p {
		color: var(--sah-ink);
	}
}
