:root {
	--bg: #f2f6f1;
	--bg-dark: #e7efe4;
	--ink: #07160e;
	--muted: #4c6758;
	--accent: #87c77c;
	--accent-soft: #b8e2af;
	--dark-panel: #08110b;
	--white: #fcfefb;
	--shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 8px 34px rgba(5, 15, 10, 0.12);
	--shadow-lg: 0 24px 72px rgba(3, 10, 7, 0.25);
	--radius-sm: 10px;
	--radius-md: 20px;
	--radius-lg: 32px;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body.stp-home-body {
	overflow-x: hidden;
}

#cmplz-cookiebanner-container,
#cmplz-cookiebanner-container .cmplz-cookiebanner,
.cmplz-cookiebanner {
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
	color: var(--ink) !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner,
.cmplz-cookiebanner {
	background:
		radial-gradient(120% 120% at 10% 0%, rgba(151, 194, 142, 0.14), rgba(151, 194, 142, 0) 44%),
		linear-gradient(180deg, rgba(252, 254, 251, 0.98), rgba(239, 246, 235, 0.98)) !important;
	border: 1px solid rgba(18, 61, 39, 0.12) !important;
	border-radius: 30px !important;
	box-shadow: 0 24px 64px rgba(6, 18, 11, 0.16) !important;
	overflow: hidden !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner h1,
#cmplz-cookiebanner-container .cmplz-cookiebanner h2,
#cmplz-cookiebanner-container .cmplz-cookiebanner h3,
.cmplz-cookiebanner .cmplz-title {
	color: var(--dark-panel) !important;
	font-family: Fraunces, Georgia, serif !important;
	letter-spacing: -0.02em;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message,
#cmplz-cookiebanner-container .cmplz-cookiebanner p,
#cmplz-cookiebanner-container .cmplz-cookiebanner li,
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner p,
.cmplz-cookiebanner li {
	color: var(--muted) !important;
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
	line-height: 1.55 !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner a,
.cmplz-cookiebanner a {
	color: #123d27 !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons,
.cmplz-cookiebanner .cmplz-buttons {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn,
.cmplz-cookiebanner .cmplz-btn {
	align-items: center;
	border-radius: 999px !important;
	border: 1px solid rgba(18, 61, 39, 0.16) !important;
	box-shadow: none !important;
	display: inline-flex !important;
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 46px !important;
	padding: 0.9rem 1.2rem !important;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:hover,
.cmplz-cookiebanner .cmplz-btn:hover {
	transform: translateY(-1px);
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-accept,
.cmplz-cookiebanner .cmplz-accept {
	background: #123d27 !important;
	border-color: #123d27 !important;
	color: #f3faef !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-deny,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-view-preferences,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-save-preferences,
.cmplz-cookiebanner .cmplz-deny,
.cmplz-cookiebanner .cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-save-preferences {
	background: rgba(255, 255, 255, 0.76) !important;
	border-color: rgba(18, 61, 39, 0.14) !important;
	color: #123d27 !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-deny:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-view-preferences:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-save-preferences:hover,
.cmplz-cookiebanner .cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-save-preferences:hover {
	background: rgba(151, 194, 142, 0.18) !important;
	color: #123d27 !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-category,
.cmplz-cookiebanner .cmplz-category {
	border-color: rgba(18, 61, 39, 0.08) !important;
}

#cmplz-manage-consent,
.cmplz-manage-consent,
.cmplz-manage-consent-container a,
.cmplz-manage-consent-container button {
	background: #123d27 !important;
	border-color: #123d27 !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 26px rgba(6, 18, 11, 0.18) !important;
	color: #f4fbef !important;
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
}

#cmplz-manage-consent:hover,
.cmplz-manage-consent:hover,
.cmplz-manage-consent-container a:hover,
.cmplz-manage-consent-container button:hover {
	background: #0f3020 !important;
	color: #f4fbef !important;
}

@media (max-width: 768px) {
	#cmplz-cookiebanner-container .cmplz-cookiebanner,
	.cmplz-cookiebanner {
		border-radius: 22px !important;
		margin: 0 12px 12px !important;
	}

	#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons,
	.cmplz-cookiebanner .cmplz-buttons {
		gap: 10px !important;
	}

	#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn,
	.cmplz-cookiebanner .cmplz-btn {
		flex: 1 1 100% !important;
		width: 100% !important;
	}
}

.stp-home {
	background:
		radial-gradient(1200px 620px at 82% -6%, rgba(135, 199, 124, 0.26), rgba(135, 199, 124, 0)),
		linear-gradient(180deg, #f8fbf7 0%, var(--bg) 100%);
	color: var(--ink);
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
	margin-top: 0;
	padding: 60px 16px 0;
}

.stp-admin-license-wrap {
	background:
		radial-gradient(900px 460px at 82% -8%, rgba(135, 199, 124, 0.24), rgba(135, 199, 124, 0)),
		linear-gradient(180deg, #f8fbf7 0%, var(--bg) 100%);
	color: var(--ink);
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
	margin: 0 0 0 -20px;
	min-height: calc(100vh - 32px);
	padding: 28px 22px 60px;
}

.stp-admin-license-wrap .stp-section {
	padding: 0;
}

.stp-admin-license-wrap .stp-shell {
	margin: 0;
	max-width: 1320px;
}

.stp-admin-license-wrap .stp-card {
	background: rgba(252, 254, 251, 0.94);
}

.stp-shell {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.stp-nav {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 80;
}

.stp-nav__inner {
	align-items: center;
	background: rgba(252, 254, 251, 0.58);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(8, 24, 15, 0.1);
	border-radius: 14px;
	box-shadow: var(--shadow-sm);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 14px auto 0;
	max-width: 1180px;
	padding: 10px 12px;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.stp-nav.scrolled .stp-nav__inner {
	background: rgba(252, 254, 251, 0.94);
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

.stp-nav__brand {
	align-items: center;
	color: var(--ink);
	display: inline-flex;
	font-family: Fraunces, Georgia, serif;
	font-size: 19px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.stp-nav__brand img {
	display: block;
	height: auto;
	max-width: 44px;
}

.stp-nav__links {
	display: inline-flex;
	gap: 16px;
}

.stp-nav__actions {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: flex-end;
}

.stp-nav__adminlink {
	align-items: center;
	background: rgba(18, 61, 39, 0.08);
	border: 1px solid rgba(18, 61, 39, 0.12);
	border-radius: 999px;
	color: var(--ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.stp-nav__adminlink:hover {
	background: rgba(151, 194, 142, 0.18);
	color: var(--ink);
}

.stp-nav__iconbtn {
	align-items: center;
	background: rgba(252, 254, 251, 0.72);
	border: 1px solid rgba(8, 24, 15, 0.12);
	border-radius: 999px;
	color: #123d27;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	width: 42px;
}

.stp-nav__iconbtn:hover {
	background: rgba(151, 194, 142, 0.18);
	color: #123d27;
}

.stp-nav__links a {
	color: #1f3b2c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.stp-nav__links a:hover {
	color: #12261b;
}

.stp-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	text-align: center;
	padding: 11px 16px;
	text-decoration: none;
	transition: transform 220ms ease, opacity 220ms ease, background 220ms ease, color 220ms ease;
	white-space: normal;
}

.stp-btn:hover {
	transform: translateY(-1px);
}

.stp-btn--nav {
	background: #0d2116;
	color: #e0f8db;
}

.stp-btn--primary {
	background: var(--accent);
	color: #041108;
}

.stp-btn--ghost {
	background: transparent;
	border: 1px solid rgba(224, 248, 219, 0.55);
	color: #e9ffdf;
}

.stp-hero {
	border-radius: var(--radius-lg);
	margin-bottom: 28px;
	overflow: hidden;
	position: relative;
}

.stp-hero::before {
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(213, 241, 206, 0.34), rgba(213, 241, 206, 0) 56%),
		linear-gradient(155deg, #163c28 0%, #235d3f 58%, #2f7a53 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.stp-hero__overlay {
	background:
		radial-gradient(ellipse 52% 42% at 64% 42%, rgba(135, 199, 124, 0.26), rgba(135, 199, 124, 0) 68%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.26) 70%, rgba(0, 0, 0, 0.32));
	inset: 0;
	position: absolute;
	z-index: 1;
}

.stp-hero__content {
	padding: clamp(24px, 5vw, 54px);
	position: relative;
	z-index: 2;
}

.stp-hero__grid {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}

.stp-eyebrow {
	color: var(--accent-soft);
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.stp-hero h1 {
	color: var(--white);
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.6rem, 5.9vw, 5.2rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 12px;
	max-width: 12ch;
}

.stp-hero p {
	color: #d9f4d2;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.48;
	margin: 0;
	max-width: 50ch;
}

.stp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.stp-hero__visual {
	display: flex;
	justify-content: center;
}

.stp-hero__visual img {
	filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.34));
	height: auto;
	max-width: min(100%, 320px);
}

.stp-section {
	padding: 28px 0;
}

.stp-section--alt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.35));
	border: 1px solid rgba(9, 28, 18, 0.08);
	border-radius: var(--radius-md);
	padding: 30px 22px;
}

.stp-section h2 {
	color: #0f2519;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	letter-spacing: -0.02em;
	line-height: 1.14;
	margin: 0 0 20px;
}

.stp-lead {
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 56ch;
}

.stp-faq-list {
	display: grid;
	gap: 14px;
}

.stp-faq-item {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(7, 28, 16, 0.08);
	border-radius: 18px;
	box-shadow: var(--shadow-sm);
	padding: 0 18px;
}

.stp-faq-item summary {
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 800;
	list-style: none;
	padding: 18px 0;
}

.stp-faq-item summary::-webkit-details-marker {
	display: none;
}

.stp-faq-item p {
	color: var(--muted);
	line-height: 1.5;
	margin: 0 0 18px;
}

.stp-legal-card {
	padding: 34px;
}

.stp-legal-card h1,
.stp-legal-card h2 {
	font-family: Fraunces, Georgia, serif;
}

.stp-legal-card p {
	color: var(--muted);
	line-height: 1.55;
	margin: 0 0 18px;
}

.stp-legal-card ul {
	color: var(--muted);
	display: grid;
	gap: 10px;
	line-height: 1.6;
	margin: 0 0 22px;
	padding-left: 22px;
}

.stp-legal-card li {
	margin: 0;
}

.stp-legal-card strong {
	color: var(--text);
}

.stp-license-admin-card {
	padding: 30px;
}

.stp-license-admin-card__head {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.stp-license-admin-card__stats {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.stp-license-admin-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.stp-license-admin-nav__item {
	align-items: center;
	background: rgba(18, 61, 39, 0.06);
	border: 1px solid rgba(18, 61, 39, 0.12);
	border-radius: 999px;
	color: var(--ink);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.stp-license-admin-nav__item:hover,
.stp-license-admin-nav__item.is-active {
	background: #123d27;
	border-color: #123d27;
	color: #f3fbef;
}

.stp-license-admin-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.stp-license-admin-btn:hover {
	transform: translateY(-1px);
}

.stp-license-admin-btn--primary {
	background: #123d27;
	box-shadow: 0 10px 22px rgba(18, 61, 39, 0.14);
	color: #f3fbef;
}

.stp-license-admin-btn--primary:hover {
	background: #0f3120;
}

.stp-license-admin-btn--secondary {
	background: rgba(18, 61, 39, 0.06);
	border-color: rgba(18, 61, 39, 0.16);
	color: var(--ink);
}

.stp-license-admin-btn--secondary:hover {
	background: rgba(18, 61, 39, 0.1);
}

.stp-license-admin-metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 22px 0 18px;
}

.stp-admin-notice {
	background: rgba(135, 199, 124, 0.15);
	border: 1px solid rgba(18, 61, 39, 0.1);
	border-radius: 14px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 16px;
	padding: 12px 14px;
}

.stp-admin-notice--error {
	background: rgba(142, 47, 47, 0.1);
	border-color: rgba(142, 47, 47, 0.18);
	color: #792323;
}

.stp-metric-card {
	background: linear-gradient(180deg, #ffffff, #f6faf4);
	border: 1px solid rgba(9, 28, 18, 0.08);
	border-radius: 18px;
	padding: 16px 18px;
}

.stp-metric-card span {
	color: var(--muted);
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.stp-metric-card strong {
	color: var(--ink);
	font-family: Fraunces, Georgia, serif;
	font-size: 1.9rem;
	line-height: 1;
}

.stp-license-admin-toolbar {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.stp-license-admin-search {
	display: flex;
	gap: 10px;
	flex: 1 1 460px;
	max-width: 620px;
}

.stp-license-admin-search input {
	background: #fff;
	border: 1px solid rgba(9, 28, 18, 0.12);
	border-radius: 999px;
	color: var(--ink);
	flex: 1;
	font-size: 15px;
	min-height: 48px;
	padding: 0 18px;
}

.stp-license-admin-search input:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(135, 199, 124, 0.2);
	outline: none;
}

.stp-license-admin-legend {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 16px;
}

.stp-license-admin-legend span {
	align-items: center;
	color: var(--muted);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
}

.stp-license-admin-legend i {
	background: var(--accent);
	border-radius: 999px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.stp-license-admin-legend i.expired {
	background: #d4a44b;
}

.stp-license-admin-legend i.lifetime {
	background: #123d27;
}

.stp-license-admin-legend i.orphaned {
	background: #8b9b92;
}

.stp-status-pill {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.stp-status-dot {
	border-radius: 999px;
	display: inline-block;
	flex: 0 0 10px;
	height: 10px;
	width: 10px;
}

.stp-status-dot--live {
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(135, 199, 124, 0.12);
}

.stp-status-dot--expired {
	background: #d4a44b;
	box-shadow: 0 0 0 4px rgba(212, 164, 75, 0.12);
}

.stp-status-dot--orphaned {
	background: #8b9b92;
	box-shadow: 0 0 0 4px rgba(139, 155, 146, 0.12);
}

.stp-status-dot--lifetime {
	background: #123d27;
	box-shadow: 0 0 0 4px rgba(18, 61, 39, 0.12);
}

.stp-status-pill--live span,
.stp-status-pill--expired span,
.stp-status-pill--orphaned span,
.stp-status-pill--lifetime span {
	color: var(--ink);
}

.stp-license-admin-card__head h2 {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.02;
	margin: 0 0 20px;
}

.stp-license-admin-card__head p {
	color: var(--muted);
	margin: 0;
	max-width: 54ch;
}

.stp-license-admin-table-wrap {
	overflow-x: auto;
}

.stp-license-admin-table {
	border-collapse: collapse;
	width: 100%;
}

.stp-license-admin-table th,
.stp-license-admin-table td {
	border-bottom: 1px solid rgba(7, 28, 16, 0.1);
	padding: 14px 10px;
	text-align: left;
}

.stp-license-admin-table th {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.stp-license-admin-table td {
	color: var(--muted);
}

.stp-license-admin-table td:last-child {
	overflow: visible;
	position: relative;
}

.stp-license-admin-muted {
	color: rgba(7, 28, 16, 0.45);
}

.stp-license-admin-table code {
	background: rgba(18, 61, 39, 0.08);
	border-radius: 10px;
	color: #123d27;
	display: inline-block;
	padding: 7px 10px;
}

.stp-license-key-wrap {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	min-height: 32px;
	position: relative;
}

.stp-license-key {
	display: inline-flex;
	max-width: 100%;
	white-space: nowrap;
}

.stp-copy-key {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #123d27 !important;
	font-weight: 700;
	min-height: 24px !important;
	min-width: 24px !important;
	opacity: 0.68;
	padding: 0 !important;
	pointer-events: auto;
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	transition: opacity 160ms ease, transform 160ms ease, color 160ms ease;
}

.stp-license-key-wrap:hover .stp-copy-key,
.stp-license-key-wrap:focus-within .stp-copy-key,
.stp-copy-key:focus {
	opacity: 1;
}

.stp-copy-key.is-copied {
	background: transparent !important;
	color: #123d27 !important;
}

.stp-copy-key .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	height: 18px;
	line-height: 1;
	width: 18px;
	vertical-align: middle;
}

.stp-license-row-actions {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	align-items: center;
}

.stp-license-row-actions__select {
	background: #fff;
	border: 1px solid rgba(9, 28, 18, 0.14);
	border-radius: 999px;
	color: var(--ink);
	font-size: 12px;
	font-weight: 700;
	min-height: 36px;
	padding: 0 12px;
	min-width: 168px;
}

.stp-license-row-actions__run {
	background: rgba(135, 199, 124, 0.95);
	border: 1px solid rgba(7, 28, 16, 0.12);
	border-radius: 999px;
	color: #0a1f13;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	min-height: 34px;
	padding: 0 12px;
}

.stp-license-row-actions__run:hover {
	background: #97c28e;
}

.stp-license-admin-table tr.stp-license-row-live td:first-child code {
	background: rgba(135, 199, 124, 0.12);
}

.stp-license-admin-table tr.stp-license-row-live td:last-child .stp-status-dot--live,
.stp-license-admin-table tr.stp-license-row-live td:nth-child(4) .stp-status-dot--live {
	background: var(--accent);
}

.stp-license-admin-table tr.stp-license-row-expired td:first-child code {
	background: rgba(212, 164, 75, 0.15);
}

.stp-license-admin-table tr.stp-license-row-expired td:last-child .stp-status-dot--expired,
.stp-license-admin-table tr.stp-license-row-expired td:nth-child(4) .stp-status-dot--expired {
	background: #d4a44b;
}

.stp-license-admin-table tr.stp-license-row-orphaned td:first-child code {
	background: rgba(139, 155, 146, 0.14);
}

.stp-license-admin-table tr.stp-license-row-orphaned td:last-child .stp-status-dot--orphaned,
.stp-license-admin-table tr.stp-license-row-orphaned td:nth-child(4) .stp-status-dot--orphaned {
	background: #8b9b92;
}

.stp-license-admin-table tr.stp-license-row-lifetime td:first-child code {
	background: rgba(18, 61, 39, 0.12);
}

.stp-license-admin-table tr.stp-license-row-lifetime td:last-child .stp-status-dot--lifetime,
.stp-license-admin-table tr.stp-license-row-lifetime td:nth-child(4) .stp-status-dot--lifetime {
	background: #123d27;
}

.stp-empty-state {
	padding: 20px 4px;
	text-align: center;
}

.stp-empty-state strong {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.stp-empty-state p,
.stp-license-admin-note p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.stp-license-admin-note {
	border-top: 1px solid rgba(9, 28, 18, 0.08);
	margin-top: 20px;
	padding-top: 16px;
}

.stp-license-admin-warning {
	background: rgba(212, 164, 75, 0.12);
	border: 1px solid rgba(212, 164, 75, 0.22);
	border-radius: 14px;
	color: #7a5a16;
	font-size: 14px;
	margin-top: 14px !important;
	padding: 12px 14px;
}

.stp-license-admin-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 6px 0 18px;
}

.stp-license-lifetime-box {
	align-items: center;
	background: linear-gradient(135deg, #f8fcf6, #edf6ec);
	border: 1px solid rgba(18, 61, 39, 0.1);
	border-radius: 18px;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	margin: 0 0 18px;
	padding: 18px;
}

.stp-license-lifetime-box strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.stp-license-lifetime-box p {
	color: var(--muted);
	line-height: 1.45;
	margin: 0;
}

.stp-license-lifetime-form {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.stp-license-lifetime-form input {
	background: #fff;
	border: 1px solid rgba(9, 28, 18, 0.12);
	border-radius: 999px;
	color: var(--ink);
	flex: 1 1 auto;
	font-size: 14px;
	min-height: 44px;
	min-width: 0;
	padding: 0 16px;
}

.stp-license-lifetime-form input:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(135, 199, 124, 0.2);
	outline: none;
}

.stp-license-admin-summary__item {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(9, 28, 18, 0.08);
	border-radius: 18px;
	padding: 16px 18px;
}

.stp-license-admin-summary__item strong {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 6px;
}

.stp-license-admin-summary__item p {
	color: var(--muted);
	line-height: 1.45;
	margin: 0;
}

.stp-license-admin-recent {
	margin-bottom: 18px;
}

.stp-license-admin-recent h3 {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.7rem;
	margin: 0 0 20px;
}

.stp-license-admin-table--recent th,
.stp-license-admin-table--recent td {
	padding-block: 14px;
}

.stp-license-actions {
	position: relative;
}

.stp-license-actions summary {
	align-items: center;
	background: #e9f2e4;
	border: 1px solid rgba(18, 61, 39, 0.12);
	border-radius: 999px;
	color: var(--ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	list-style: none;
	padding: 9px 14px;
}

.stp-license-actions summary::-webkit-details-marker {
	display: none;
}

.stp-license-actions[open] summary {
	background: #dcedd6;
}

.stp-license-actions__panel {
	background: var(--white);
	border: 1px solid rgba(8, 24, 15, 0.12);
	border-radius: 18px;
	box-shadow: var(--shadow-md);
	margin-top: 10px;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.stp-license-actions__panel form {
	display: grid;
	gap: 8px;
}

.stp-license-actions__panel button {
	align-items: center;
	background: rgba(18, 61, 39, 0.06);
	border: 1px solid rgba(18, 61, 39, 0.14);
	border-radius: 12px;
	color: var(--ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 10px 12px;
	text-align: center;
}

.stp-license-actions__panel button:hover {
	background: rgba(151, 194, 142, 0.16);
}

.stp-license-actions__panel button[value="delete_license"] {
	border-color: rgba(126, 30, 30, 0.24);
	color: #7e1e1e;
}

.stp-license-actions__panel button[value="delete_license"]:hover {
	background: rgba(126, 30, 30, 0.08);
}

@media (max-width: 900px) {
	.stp-license-admin-card__head {
		flex-direction: column;
	}

	.stp-legal-card,
	.stp-license-admin-card {
		padding: 22px;
	}

	.stp-license-admin-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stp-license-admin-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.stp-license-admin-search {
		max-width: none;
		width: 100%;
	}

	.stp-license-admin-summary {
		grid-template-columns: 1fr;
	}

	.stp-license-lifetime-box {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.stp-license-lifetime-form {
		justify-content: flex-start;
	}

	.stp-license-lifetime-form input {
		flex: 1 1 260px;
	}
}

@media (max-width: 640px) {
	.stp-license-admin-metrics {
		grid-template-columns: 1fr;
	}

	.stp-license-admin-search,
	.stp-license-lifetime-form {
		flex-direction: column;
	}

	.stp-license-admin-search input,
	.stp-license-lifetime-form input,
	.stp-license-admin-search button,
	.stp-license-lifetime-form button {
		width: 100%;
	}
}

.stp-lead {
	color: var(--muted);
	font-size: 1.06rem;
	line-height: 1.5;
	margin: 0 0 22px;
	max-width: 68ch;
}

.stp-grid {
	display: grid;
	gap: 14px;
}

.stp-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stp-card,
.stp-step {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(7, 28, 16, 0.1);
	border-radius: 16px;
	box-shadow: var(--shadow-sm);
	padding: 20px;
}

.stp-legal-card {
	display: grid;
	gap: 10px;
	padding: clamp(24px, 4vw, 36px) !important;
}

.stp-icon {
	align-items: center;
	color: #77bf6c;
	display: inline-flex;
	justify-content: center;
}

.stp-icon svg {
	display: block;
	height: auto;
	width: 100%;
}

.stp-icon--card {
	display: block;
	margin-bottom: 10px;
	max-width: 34px;
	opacity: 0.95;
}

.stp-card h3,
.stp-step h3 {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

.stp-card p,
.stp-step p {
	color: var(--muted);
	line-height: 1.46;
	margin: 0;
}

.stp-legal-card h2 {
	color: #123d27;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 12px 0 0;
}

.stp-legal-card p {
	color: rgba(18, 61, 39, 0.8);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: none;
	width: 100%;
}

.stp-legal-card ul,
.stp-legal-card li {
	max-width: none;
	width: 100%;
}

.stp-icon--step {
	display: block;
	margin: 0 0 8px;
	max-width: 30px;
	opacity: 0.9;
}

.stp-watt-banner {
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(213, 241, 206, 0.38), rgba(213, 241, 206, 0) 55%),
		linear-gradient(155deg, #163c28 0%, #235d3f 58%, #2f7a53 100%);
	border: 1px solid rgba(205, 238, 196, 0.5);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(12, 43, 28, 0.24);
	margin: 14px 0 20px;
	padding: 28px 0;
}

.stp-watt-banner__inner h2 {
	color: #f6fff4;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.95rem, 3.6vw, 3.05rem);
	line-height: 1.1;
	margin: 0 0 20px;
	max-width: 16ch;
}

.stp-watt-banner__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr);
}

.stp-watt-banner__meter {
	align-items: baseline;
	display: inline-flex;
	gap: 8px;
	margin: 0 0 20px;
}

.stp-watt-banner__value {
	color: #f3fff1;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.8rem, 7vw, 5rem);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 0.95;
}

.stp-watt-banner__unit {
	color: #c7efbe;
	font-size: clamp(1rem, 2.2vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stp-watt-banner__stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 12px 0 14px;
}

.stp-watt-banner__stat {
	background: rgba(6, 24, 14, 0.24);
	border: 1px solid rgba(205, 238, 196, 0.24);
	border-radius: 14px;
	padding: 10px 12px;
}

.stp-watt-banner__stat span {
	color: #cfeac8;
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.stp-watt-banner__stat strong {
	color: #f3fff1;
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.28rem;
	font-variant-numeric: tabular-nums;
	line-height: 1.15;
	margin-top: 4px;
}
.stp-watt-banner__inner p {
	color: #dff8d9;
	font-size: 1rem;
	line-height: 1.4;
	margin: 0;
	max-width: 54ch;
}

.stp-watt-banner__visual {
	display: flex;
	justify-content: center;
}

.stp-battery-gif {
	align-items: center;
	display: inline-flex;
	filter: drop-shadow(0 10px 20px rgba(2, 10, 6, 0.22));
	gap: 8px;
}

.stp-battery-gif__body {
	background: rgba(7, 27, 17, 0.36);
	border: 4px solid #9adf90;
	border-radius: 16px;
	height: clamp(86px, 9vw, 112px);
	overflow: hidden;
	position: relative;
	width: clamp(164px, 18vw, 220px);
}

.stp-battery-gif__cap {
	background: rgba(154, 223, 144, 0.82);
	border-radius: 8px;
	height: clamp(28px, 2.6vw, 36px);
	width: clamp(16px, 1.6vw, 22px);
}

.stp-battery-gif__bars {
	align-items: stretch;
	display: flex;
	gap: clamp(5px, 0.55vw, 8px);
	height: 100%;
	padding: clamp(10px, 1vw, 14px);
}

.stp-battery-gif__bar {
	animation: stpBatteryBar 3.1s linear infinite;
	background: rgba(188, 235, 180, 0.18);
	border: 1px solid rgba(188, 235, 180, 0.35);
	border-radius: 7px;
	box-shadow: inset 0 0 0 1px rgba(7, 27, 17, 0.08);
	flex: 1 1 0;
}

.stp-battery-gif__bar:nth-child(1) {
	animation-delay: 0s;
}

.stp-battery-gif__bar:nth-child(2) {
	animation-delay: 0.22s;
}

.stp-battery-gif__bar:nth-child(3) {
	animation-delay: 0.44s;
}

.stp-battery-gif__bar:nth-child(4) {
	animation-delay: 0.66s;
}

.stp-battery-gif__bar:nth-child(5) {
	animation-delay: 0.88s;
}

@keyframes stpBatteryBar {
	0%,
	16% {
		background: rgba(188, 235, 180, 0.18);
		border-color: rgba(188, 235, 180, 0.35);
		box-shadow: inset 0 0 0 1px rgba(7, 27, 17, 0.08);
	}
	24%,
	84% {
		background: linear-gradient(180deg, #8ed883 0%, #7fcf74 100%);
		border-color: rgba(223, 250, 216, 0.92);
		box-shadow:
			0 0 0 1px rgba(174, 236, 162, 0.28),
			0 0 10px rgba(126, 201, 115, 0.38);
	}
	92%,
	100% {
		background: rgba(188, 235, 180, 0.18);
		border-color: rgba(188, 235, 180, 0.35);
		box-shadow: inset 0 0 0 1px rgba(7, 27, 17, 0.08);
	}
}

.stp-faq details {
	background: rgba(255, 255, 255, 0.77);
	border: 1px solid rgba(7, 28, 16, 0.1);
	border-radius: 14px;
	margin-bottom: 12px;
	padding: 14px 16px;
}

.stp-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.03rem;
	font-weight: 700;
	gap: 10px;
	line-height: 1.34;
	list-style: none;
}

.stp-icon--faq {
	display: block;
	flex: 0 0 auto;
	max-width: 20px;
	opacity: 0.95;
}

.stp-faq summary::-webkit-details-marker {
	display: none;
}

.stp-faq p {
	color: var(--muted);
	line-height: 1.44;
	margin: 8px 0 0;
}

.stp-cta {
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(213, 241, 206, 0.42), rgba(213, 241, 206, 0) 55%),
		linear-gradient(155deg, #163c28 0%, #235d3f 58%, #2f7a53 100%);
	border: 1px solid rgba(205, 238, 196, 0.52);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(12, 43, 28, 0.26);
	margin: 20px 0 28px;
	padding: 30px 0;
}

.stp-cta__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.stp-cta h2 {
	color: #f6fff4;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.12;
	margin: 0 0 8px;
}

.stp-cta p {
	color: #e1f8da;
	line-height: 1.46;
	margin: 0;
	max-width: 52ch;
}

.stp-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.stp-footer {
	background: #0d2418;
	border: 0;
	border-top: 1px solid rgba(135, 199, 124, 0.22);
	border-radius: 0;
	box-shadow: none;
	margin: 16px -16px 0;
	padding: 34px 0 0;
	position: relative;
	width: auto;
}

.stp-footer__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1.2fr 0.8fr 0.8fr 1.1fr;
}

.stp-footer h4 {
	color: #bfe8b5;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.stp-footer p {
	color: #cde6c8;
	line-height: 1.42;
	margin: 10px 0 0;
	max-width: 36ch;
}

.stp-footer .stp-nav__brand {
	display: inline-flex;
	font-size: 24px;
	font-weight: 700;
	gap: 10px;
	line-height: 1;
	margin-bottom: 8px;
}

.stp-footer .stp-nav__brand img {
	max-width: 42px;
}

.stp-footer__col a {
	color: #e8fce3;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 8px;
	text-decoration: none;
}

.stp-footer__col a:hover {
	color: #b7e5ae;
}

.stp-footer .stp-nav__brand span {
	color: #f3fff1;
}

.stp-footer__brand p {
	font-size: 1.15rem;
	line-height: 1.44;
	max-width: 26ch;
}

.stp-footer__cta p {
	font-size: 1.04rem;
	line-height: 1.45;
	max-width: 30ch;
}

.stp-footer__cta .stp-btn {
	margin-top: 10px;
}

.stp-footer__cta .stp-btn:hover {
	opacity: 0.95;
}

.stp-footer__bottom {
	border-top: 1px solid rgba(191, 232, 181, 0.2);
	display: flex;
	gap: 18px;
	padding: 14px 0;
}

.stp-footer__bottom a {
	color: #cde6c8;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.reveal {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition:
		opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
		clip-path 700ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--reveal-delay, 0ms);
}

.reveal[data-reveal="soft-fade"] {
	transform: translate3d(0, 14px, 0);
}

.reveal[data-reveal="scale-in"] {
	transform: scale(0.96);
	transform-origin: center;
}

.reveal[data-reveal="clip-reveal"] {
	clip-path: inset(0 0 18% 0 round 18px);
	transform: translate3d(0, 18px, 0);
}

.reveal.is-visible {
	clip-path: inset(0 0 0 0 round 18px);
	opacity: 1;
	transform: none;
}

@media (max-width: 1100px) {
	.stp-grid--3,
	.stp-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.stp-footer__grid > :first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.stp-home {
		padding-top: 102px;
	}

	.stp-nav__links {
		display: none;
	}

	.stp-nav__actions {
		flex-wrap: wrap;
	}

	.stp-hero__grid,
	.stp-cta__inner,
	.stp-watt-banner__inner {
		grid-template-columns: 1fr;
	}

	.stp-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {
	.stp-home {
		padding-left: 12px;
		padding-right: 12px;
	}

	.stp-footer {
		margin-left: -12px;
		margin-right: -12px;
	}

	.stp-nav__inner {
		gap: 8px;
		padding: 8px 10px;
	}

	.stp-nav__brand span {
		font-size: 16px;
	}

	.stp-btn {
		padding: 10px 13px;
	}

	.stp-grid--3,
	.stp-footer__grid {
		grid-template-columns: 1fr;
	}

	.stp-footer__bottom {
		flex-wrap: wrap;
	}

	.stp-section--alt {
		padding: 24px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.reveal {
		clip-path: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.stp-nav__inner,
	.stp-btn {
		transition: none;
	}
}

.stp-standby-trigger {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	font-weight: 800;
}

.stp-standby-trigger img {
	display: block;
	height: auto;
	max-width: 22px;
}

.stp-btn--primary.stp-standby-trigger {
	background: #94d788;
	border: 1px solid rgba(7, 27, 17, 0.2);
	box-shadow: 0 8px 18px rgba(3, 15, 8, 0.18);
	color: #08160e;
}

.stp-btn--primary.stp-standby-trigger img {
	filter: brightness(0) saturate(100%);
	opacity: 0.9;
}

.stp-btn--ghost.stp-standby-trigger img {
	filter: none;
	opacity: 0.96;
}


/* ===== Greenify meter redesign: LIVE + TOTAL ===== */
.stp-watt-banner__groups {
	display: grid;
	gap: 14px;
	margin: 10px 0 14px;
}

.stp-watt-banner__group {
	background: rgba(6, 24, 14, 0.2);
	border: 1px solid rgba(205, 238, 196, 0.22);
	border-radius: 16px;
	padding: 12px;
}

.stp-watt-banner__group-label {
	color: #c7efbe;
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.stp-watt-banner__stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-watt-banner__group:last-child .stp-watt-banner__stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stp-watt-banner__stat {
	background: rgba(6, 24, 14, 0.24);
	border: 1px solid rgba(205, 238, 196, 0.24);
	border-radius: 14px;
	padding: 10px 12px;
}

.stp-watt-banner__stat span {
	color: #cfeac8;
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.stp-watt-banner__stat strong {
	color: #f3fff1;
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-variant-numeric: tabular-nums;
	line-height: 1.02;
	margin-top: 4px;
}

.stp-watt-banner__value-line {
	align-items: baseline;
	display: inline-flex;
	gap: 8px;
}

.stp-watt-banner__value-line em {
	color: #c7efbe;
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stp-watt-banner__value {
	font-size: clamp(2.7rem, 6vw, 4rem);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 0.95;
}

@media (max-width: 900px) {
	.stp-watt-banner__group:last-child .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stp-watt-banner__stats,
	.stp-watt-banner__group:last-child .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}
}

/* ===== Greenify meter tuning (E2E pass) ===== */
.stp-watt-banner__groups {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.stp-watt-banner__group {
	min-height: 100%;
}

.stp-watt-banner__group:last-child .stp-watt-banner__stats {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-watt-banner__metric {
	align-items: baseline;
	display: inline-flex;
	gap: 8px;
	line-height: 1;
}

.stp-watt-banner__metric span {
	color: #f3fff1;
	display: inline-block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 3.6vw, 2.7rem);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.stp-watt-banner__metric em {
	color: #c7efbe;
	font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stp-watt-banner__metric--time {
	font-size: clamp(2.1rem, 4.2vw, 3rem);
	line-height: 1;
}

@media (max-width: 980px) {
	.stp-watt-banner__groups {
		grid-template-columns: 1fr;
	}

	.stp-watt-banner__group:last-child .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stp-watt-banner__group:last-child .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}

	.stp-watt-banner__metric span {
		font-size: clamp(1.9rem, 9vw, 2.4rem);
	}
}

/* ===== Greenify meter overlap fix (E2E) ===== */
.stp-watt-banner__group:last-child .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1;
}

.stp-watt-banner__metric span {
	font-size: clamp(1.55rem, 2.8vw, 2.05rem);
	line-height: 0.98;
}

.stp-watt-banner__metric--time {
	font-size: clamp(2rem, 3.6vw, 2.75rem);
	line-height: 0.98;
}

@media (max-width: 980px) {
	.stp-watt-banner__group:last-child .stp-watt-banner__stat:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.stp-watt-banner__group:last-child .stp-watt-banner__stat:first-child {
		grid-column: auto;
	}

	.stp-watt-banner__metric span,
	.stp-watt-banner__metric--time {
		font-size: clamp(1.85rem, 8.2vw, 2.25rem);
	}
}

/* ===== Greenify meter unit spacing fix ===== */
.stp-watt-banner__metric em {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	margin-top: 4px;
}

/* ===== Greenify meter sizing/alignment fix ===== */
.stp-watt-banner__stat > span {
	min-height: 2.25em;
}

.stp-watt-banner__metric--live span {
	font-size: clamp(2.55rem, 5vw, 3.45rem);
	line-height: 0.95;
}

.stp-watt-banner__metric--live em {
	font-size: 0.86rem;
}

.stp-watt-banner__group:last-child .stp-watt-banner__stat {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.stp-watt-banner__group:last-child .stp-watt-banner__metric,
.stp-watt-banner__group:last-child .stp-watt-banner__metric--time {
	margin-top: 6px;
}

@media (max-width: 640px) {
	.stp-watt-banner__metric--live span {
		font-size: clamp(2.35rem, 12vw, 3rem);
	}
}



/* ===== LIVE indicator pulse ===== */
.stp-watt-banner__group--live .stp-watt-banner__group-label {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	position: relative;
	animation: stpLiveLabelBlink 2.2s ease-in-out infinite;
}

.stp-watt-banner__group--live .stp-watt-banner__group-label::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9be58f;
	box-shadow: 0 0 0 0 rgba(155, 229, 143, 0.65), 0 0 8px rgba(155, 229, 143, 0.55);
	animation: stpLivePulse 1.7s ease-out infinite;
	flex: 0 0 10px;
}

@keyframes stpLivePulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(155, 229, 143, 0.58);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(155, 229, 143, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(155, 229, 143, 0);
	}
}

@keyframes stpLiveLabelBlink {
	0%,
	100% { opacity: 1; }
	50% { opacity: 0.78; }
}

@media (prefers-reduced-motion: reduce) {
	.stp-watt-banner__group--live .stp-watt-banner__group-label,
	.stp-watt-banner__group--live .stp-watt-banner__group-label::after {
		animation: none;
	}
}

/* ===== Home layout harmonization (section rhythm + spacing) ===== */
.stp-home--template {
	--stp-section-space: clamp(30px, 4.6vw, 54px);
	--stp-panel-radius: 24px;
}

.stp-home--template .stp-hero {
	margin-bottom: var(--stp-section-space);
}

.stp-home--template .stp-watt-banner {
	margin: 0 0 var(--stp-section-space);
	padding: clamp(30px, 4vw, 42px) 0;
}

.stp-home--template .stp-section {
	padding: 0 0 var(--stp-section-space);
}

.stp-home--template .stp-section > .stp-shell {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
	border: 1px solid rgba(9, 28, 18, 0.09);
	border-radius: var(--stp-panel-radius);
	box-shadow: var(--shadow-sm);
	padding: clamp(24px, 3.4vw, 38px);
}

.stp-home--template .stp-grid {
	gap: clamp(14px, 1.8vw, 20px);
}

.stp-home--template .stp-grid--3 > .stp-card,
.stp-home--template .stp-grid--3 > .stp-step {
	min-height: 190px;
}

.stp-home--template #faq .stp-faq-list {
	margin-top: 10px;
}

@media (max-width: 900px) {
	.stp-home--template .stp-section > .stp-shell {
		padding: 22px;
	}

	.stp-home--template .stp-grid--3 > .stp-card,
	.stp-home--template .stp-grid--3 > .stp-step {
		min-height: 0;
	}
}

/* ===== Workflow steps centered ===== */
#workflow .stp-grid--3 {
	align-items: stretch;
}

#workflow .stp-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 220px;
}

#workflow .stp-step h3,
#workflow .stp-step p {
	text-align: center;
	max-width: 28ch;
}

#workflow .stp-step h3 {
	margin-bottom: 10px;
}

@media (max-width: 900px) {
	#workflow .stp-step {
		min-height: 0;
		padding-top: 26px;
		padding-bottom: 26px;
	}
}


/* ===== Global h2 spacing + workflow hard-center fix ===== */
.stp-home--template h2,
.stp-home h2,
.stp-section h2,
.stp-watt-banner__inner h2,
.stp-cta h2 {
	margin-bottom: 20px !important;
}

#workflow .stp-step {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}

#workflow .stp-step > * {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	max-width: 30ch;
}



/* ===== Final meter layout stabilization ===== */
.stp-watt-banner__inner {
	align-items: start;
	grid-template-columns: minmax(0, 1.2fr) minmax(200px, 0.8fr);
}

.stp-watt-banner__copy {
	min-width: 0;
}

.stp-watt-banner__inner h2 {
	color: #f6fff4 !important;
	max-width: 18ch;
}

.stp-watt-banner__groups {
	align-items: start;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-watt-banner__group {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.stp-watt-banner__group--live .stp-watt-banner__stats {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-watt-banner__group--total .stp-watt-banner__stats {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1;
}

.stp-watt-banner__stat > span {
	min-height: 2.15em;
}

.stp-watt-banner__metric--live span {
	font-size: clamp(2.9rem, 5.8vw, 4rem) !important;
	line-height: 0.92;
}

.stp-watt-banner__metric--live em {
	font-size: 0.9rem;
}

.stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.2rem, 3.8vw, 3rem);
}

.stp-watt-banner__metric--time {
	font-size: clamp(2.4rem, 4.6vw, 3.3rem) !important;
	line-height: 0.95;
}

.stp-watt-banner__visual {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

@media (max-width: 980px) {
	.stp-watt-banner__inner {
		grid-template-columns: 1fr;
	}

	.stp-watt-banner__groups {
		grid-template-columns: 1fr;
	}

	.stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stp-watt-banner__group--total .stp-watt-banner__stats,
	.stp-watt-banner__group--live .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}

	.stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
		grid-column: auto;
	}
}

/* ===== Visual simplification pass ===== */
.stp-home--template .stp-section > .stp-shell {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.stp-home--template .stp-watt-banner {
	border: 0;
	box-shadow: none;
	padding: clamp(24px, 3.5vw, 36px) 0 6px;
}

.stp-home--template .stp-watt-banner__group,
.stp-home--template .stp-watt-banner__stat {
	background: rgba(255, 255, 255, 0.04);
	border: 0;
}

.stp-home--template .stp-watt-banner__groups {
	gap: 12px;
}

.stp-home--template .stp-watt-banner__stat {
	padding: 12px 12px 10px;
}

.stp-card--centered,
.stp-step {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.stp-card--centered h3,
.stp-card--centered p,
.stp-step h3,
.stp-step p {
	margin-left: auto;
	margin-right: auto;
	max-width: 26ch;
	text-align: center;
}

.stp-step {
	min-height: 220px;
	position: relative;
}

.stp-step__index {
	color: rgb(18 61 39 / 5%);
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(3rem, 8vh, 22rem);
	font-weight: 800;
	left: 14px;
	line-height: 0.9;
	position: absolute;
	top: 10px;
	user-select: none;
	z-index: 0;
}

.stp-step > *:not(.stp-step__index) {
	position: relative;
	z-index: 1;
}

.stp-step h3 {
	margin-bottom: 10px;
}

.stp-watt-banner__metric,
.stp-watt-banner__metric--time {
	background: transparent;
	border: 0;
	padding: 0;
}

.stp-watt-banner__stat {
	padding-left: 0;
	padding-right: 0;
}

.stp-watt-banner__stat span {
	padding-left: 0;
}

.stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1;
}

.stp-watt-banner__group--live .stp-watt-banner__stats,
.stp-watt-banner__group--total .stp-watt-banner__stats {
	gap: 8px;
}

/* ===== Meter readability pass ===== */
.stp-home--template .stp-watt-banner {
	padding: clamp(44px, 5vw, 72px) 0 clamp(42px, 5vw, 70px);
}

.stp-home--template .stp-watt-banner__inner {
	align-items: center;
	gap: clamp(36px, 6vw, 88px);
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
}

.stp-home--template .stp-watt-banner__groups {
	display: grid;
	gap: clamp(20px, 3vw, 34px);
	grid-template-columns: minmax(280px, 0.95fr) minmax(420px, 1.35fr);
	max-width: 980px;
}

.stp-home--template .stp-watt-banner__group {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.stp-home--template .stp-watt-banner__group-label {
	margin-bottom: 14px;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	display: grid;
	gap: clamp(18px, 2.4vw, 28px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1;
}

.stp-home--template .stp-watt-banner__stat {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-height: 0;
	padding: 0;
}

.stp-home--template .stp-watt-banner__stat > span {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 8px;
	min-height: 0;
}

.stp-home--template .stp-watt-banner__metric {
	align-items: baseline;
	display: inline-flex;
	gap: 0.24em;
	white-space: nowrap;
}

.stp-home--template .stp-watt-banner__metric--live span {
	font-size: clamp(4rem, 8vw, 6.8rem) !important;
}

.stp-home--template .stp-watt-banner__metric--time {
	font-size: clamp(3rem, 5.2vw, 5.2rem) !important;
	letter-spacing: -0.06em;
	white-space: nowrap;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.7rem, 4.2vw, 4.5rem);
	letter-spacing: -0.04em;
}

.stp-home--template .stp-watt-banner__metric em {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 1120px) {
	.stp-home--template .stp-watt-banner__inner,
	.stp-home--template .stp-watt-banner__groups {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}

	.stp-home--template .stp-watt-banner__metric--time {
		font-size: clamp(2.4rem, 13vw, 3.4rem) !important;
	}
}
/* ===== Meter grouped layout refinement ===== */
.stp-home--template .stp-watt-banner__inner {
	grid-template-columns: minmax(0, 1fr);
	min-height: clamp(420px, 46vw, 560px);
	position: relative;
}

.stp-home--template .stp-watt-banner__copy {
	max-width: min(980px, calc(100% - 280px));
	position: relative;
	z-index: 2;
}

.stp-home--template .stp-watt-banner__inner h2 {
	max-width: none;
}

.stp-home--template .stp-watt-banner__groups {
	align-items: stretch;
	grid-template-columns: minmax(260px, 0.8fr) minmax(460px, 1.25fr);
	max-width: 980px;
}

.stp-home--template .stp-watt-banner__group {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(180, 235, 166, 0.2);
	border-radius: 20px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: clamp(18px, 2.2vw, 28px);
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	align-items: end;
	grid-template-columns: minmax(250px, 1.05fr) repeat(2, minmax(150px, 0.75fr));
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: auto;
}

.stp-home--template .stp-watt-banner__metric--time {
	font-size: clamp(3.2rem, 5.1vw, 5.7rem) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.7rem, 3.8vw, 4.2rem);
}

.stp-home--template .stp-watt-banner__visual {
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	right: clamp(46px, 7vw, 110px);
	top: clamp(46px, 5vw, 74px);
	z-index: 1;
}

.stp-home--template .stp-battery-gif {
	transform: scale(0.92);
	transform-origin: top right;
}

@media (max-width: 1180px) {
	.stp-home--template .stp-watt-banner__copy {
		max-width: 100%;
		padding-top: clamp(100px, 18vw, 150px);
	}

	.stp-home--template .stp-watt-banner__visual {
		right: 26px;
		top: 28px;
	}

	.stp-home--template .stp-watt-banner__groups,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.stp-home--template .stp-watt-banner__copy {
		padding-top: 0;
	}

	.stp-home--template .stp-watt-banner__visual {
		display: none;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
		grid-template-columns: 1fr;
	}
}
/* ===== Meter final stable layout ===== */
.stp-home--template .stp-watt-banner {
	padding: clamp(56px, 6vw, 86px) 0;
}

.stp-home--template .stp-watt-banner__inner {
	align-items: stretch !important;
	display: block !important;
	min-height: 0 !important;
	position: relative;
}

.stp-home--template .stp-watt-banner__copy {
	margin: 0 auto;
	max-width: 1120px !important;
	padding: 0 !important;
	position: relative;
	z-index: 2;
}

.stp-home--template .stp-watt-banner__inner h2 {
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.98;
	margin-bottom: clamp(28px, 3vw, 42px) !important;
	max-width: none !important;
}

.stp-home--template .stp-watt-banner__visual {
	display: none !important;
}

.stp-home--template .stp-watt-banner__groups {
	display: grid !important;
	gap: clamp(22px, 2.6vw, 34px) !important;
	grid-template-columns: minmax(310px, 0.78fr) minmax(560px, 1.22fr) !important;
	max-width: none !important;
}

.stp-home--template .stp-watt-banner__group {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid rgba(180, 235, 166, 0.22) !important;
	border-radius: 24px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column !important;
	min-height: 245px !important;
	padding: clamp(24px, 2.8vw, 36px) !important;
}

.stp-home--template .stp-watt-banner__group-label {
	display: inline-flex !important;
	margin: 0 0 clamp(22px, 2vw, 30px) !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
	display: grid !important;
	gap: clamp(22px, 2.4vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	display: grid !important;
	gap: clamp(22px, 2.4vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1 !important;
}

.stp-home--template .stp-watt-banner__stat {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
}

.stp-home--template .stp-watt-banner__stat > span {
	display: block !important;
	font-size: 0.72rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em !important;
	line-height: 1.15 !important;
	margin: 0 0 8px !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-transform: uppercase !important;
}

.stp-home--template .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__metric--time {
	align-items: baseline !important;
	background: transparent !important;
	border: 0 !important;
	display: inline-flex !important;
	font-family: Fraunces, Georgia, serif !important;
	font-size: clamp(3.2rem, 4.8vw, 5rem) !important;
	font-weight: 800 !important;
	gap: 0.22em !important;
	letter-spacing: -0.055em !important;
	line-height: 0.95 !important;
	max-width: 100% !important;
	padding: 0 !important;
	white-space: nowrap !important;
}

.stp-home--template .stp-watt-banner__metric span,
.stp-home--template .stp-watt-banner__metric--live span,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}

.stp-home--template .stp-watt-banner__metric em {
	font-family: Karla, sans-serif !important;
	font-size: 0.72rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

@media (max-width: 1180px) {
	.stp-home--template .stp-watt-banner__groups {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 700px) {
	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__metric,
	.stp-home--template .stp-watt-banner__metric--time {
		font-size: clamp(2.6rem, 15vw, 4rem) !important;
	}
}

/* ===== Homepage polish pass ===== */
.stp-home--template {
	--stp-home-rhythm: clamp(52px, 6vw, 84px);
	--stp-home-stack: clamp(20px, 2.6vw, 30px);
	--stp-home-gap: clamp(16px, 2vw, 24px);
	--stp-meter-border: rgba(208, 239, 198, 0.18);
}

.stp-home--template .stp-hero {
	margin-bottom: var(--stp-home-rhythm);
}

.stp-home--template .stp-hero__content {
	padding: clamp(36px, 5vw, 68px);
}

.stp-home--template .stp-hero__grid {
	gap: clamp(30px, 4.5vw, 72px);
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.stp-home--template .stp-hero h1 {
	margin-bottom: clamp(20px, 2.4vw, 30px);
}

.stp-home--template .stp-hero p {
	max-width: 52ch;
}

.stp-home--template .stp-hero__actions {
	gap: 12px;
	margin-top: clamp(22px, 2.8vw, 32px);
}

.stp-home--template .stp-section,
.stp-home--template .stp-watt-banner {
	margin: 0;
	padding: 0 0 var(--stp-home-rhythm);
}

.stp-home--template .stp-shell > .stp-eyebrow,
.stp-home--template .stp-watt-banner__copy > .stp-eyebrow {
	margin-bottom: 14px;
}

.stp-home--template .stp-section h2 {
	margin-bottom: 16px !important;
}

.stp-home--template .stp-lead {
	margin: 0 0 var(--stp-home-stack);
}

.stp-home--template .stp-grid,
.stp-home--template .stp-faq-list {
	gap: var(--stp-home-gap);
}

.stp-home--template #value .stp-grid,
.stp-home--template #workflow .stp-grid,
.stp-home--template #faq .stp-faq-list {
	margin-top: var(--stp-home-stack);
}

.stp-home--template .stp-card,
.stp-home--template .stp-step {
	border-radius: 18px;
	padding: clamp(24px, 2.6vw, 30px);
}

.stp-home--template .stp-watt-banner {
	background:
		radial-gradient(140% 120% at 0% 0%, rgba(182, 226, 172, 0.22), rgba(182, 226, 172, 0) 42%),
		radial-gradient(95% 95% at 100% 0%, rgba(138, 220, 152, 0.18), rgba(138, 220, 152, 0) 36%),
		linear-gradient(135deg, #12331f 0%, #163c28 42%, #0e2618 100%);
	border: 1px solid rgba(208, 239, 198, 0.16);
	border-radius: clamp(28px, 4vw, 38px);
	box-shadow: 0 28px 72px rgba(5, 17, 10, 0.22);
	overflow: hidden;
	position: relative;
}

.stp-home--template .stp-watt-banner::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%);
	border-radius: inherit;
	content: "";
	inset: 1px;
	pointer-events: none;
	position: absolute;
}

.stp-home--template .stp-watt-banner::after {
	background: radial-gradient(circle, rgba(145, 192, 137, 0.18), rgba(145, 192, 137, 0) 68%);
	bottom: -28%;
	content: "";
	height: 420px;
	pointer-events: none;
	position: absolute;
	right: -12%;
	width: 420px;
}

.stp-home--template .stp-watt-banner__inner {
	display: block !important;
	padding: clamp(34px, 4.2vw, 48px) 0 !important;
	position: relative;
	z-index: 1;
}

.stp-home--template .stp-watt-banner__copy {
	margin: 0 !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.stp-home--template .stp-watt-banner__inner h2 {
	font-size: clamp(2.8rem, 4.8vw, 4.7rem);
	line-height: 0.98;
	margin-bottom: clamp(26px, 3vw, 36px) !important;
	max-width: none !important;
}

.stp-home--template .stp-watt-banner__visual {
	display: none !important;
}

.stp-home--template .stp-watt-banner__groups {
	display: grid !important;
	gap: var(--stp-home-gap) !important;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
	max-width: none !important;
	position: relative;
	z-index: 1;
}

.stp-home--template .stp-watt-banner__group {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
	border: 1px solid var(--stp-meter-border) !important;
	border-radius: 28px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 38px rgba(3, 10, 7, 0.12) !important;
	display: flex !important;
	flex-direction: column !important;
	min-height: 0 !important;
	overflow: hidden;
	padding: clamp(24px, 2.8vw, 32px) !important;
	position: relative;
}

.stp-home--template .stp-watt-banner__group::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
	content: "";
	height: 1px;
	inset: 0 0 auto 0;
	opacity: 0.8;
	position: absolute;
}

.stp-home--template .stp-watt-banner__group-label {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(208, 239, 198, 0.16);
	border-radius: 999px;
	display: inline-flex !important;
	gap: 10px;
	margin: 0 0 clamp(18px, 2vw, 24px) !important;
	padding: 8px 12px;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
	display: grid !important;
	gap: var(--stp-home-gap) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	align-items: stretch;
	display: grid !important;
	gap: var(--stp-home-gap) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1 !important;
}

.stp-home--template .stp-watt-banner__stat {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
	border: 1px solid rgba(208, 239, 198, 0.08) !important;
	border-radius: 20px;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
	padding: 18px 18px 16px !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	min-height: 176px;
}

.stp-home--template .stp-watt-banner__stat > span {
	color: #d5efcd;
	display: block !important;
	font-size: 0.72rem !important;
	letter-spacing: 0.12em !important;
	line-height: 1.2 !important;
	margin: 0 0 14px !important;
	min-height: 0 !important;
}

.stp-home--template .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__metric--time {
	align-items: flex-end !important;
	display: inline-flex !important;
	flex-wrap: wrap;
	gap: 0.28em !important;
	letter-spacing: -0.04em !important;
	line-height: 0.94 !important;
	max-width: 100%;
	white-space: nowrap !important;
}

.stp-home--template .stp-watt-banner__metric span,
.stp-home--template .stp-watt-banner__metric--live span,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	color: #f8fff5;
	font-size: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.stp-home--template .stp-watt-banner__metric--live span {
	font-size: clamp(3.8rem, 6vw, 5.3rem) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.2rem, 3.1vw, 3.1rem) !important;
}

.stp-home--template .stp-watt-banner__metric--time {
	font-size: clamp(2.75rem, 4.2vw, 4rem) !important;
}

.stp-home--template .stp-watt-banner__metric em {
	display: inline-flex !important;
	font-size: 0.75rem !important;
	line-height: 1.1 !important;
	margin-top: 0 !important;
	opacity: 0.9;
}

.stp-home--template .stp-faq-item {
	border-radius: 20px;
	padding: 0 clamp(20px, 2.4vw, 28px);
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stp-home--template .stp-faq-item summary {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 20px 0;
}

.stp-home--template .stp-faq-item summary::after {
	border-bottom: 2px solid #123d27;
	border-right: 2px solid #123d27;
	content: "";
	flex: 0 0 11px;
	height: 11px;
	margin-left: auto;
	transform: rotate(45deg);
	transform-origin: center;
	transition: transform 180ms ease;
	width: 11px;
}

.stp-home--template .stp-faq-item[open] {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(18, 61, 39, 0.12);
	box-shadow: 0 12px 30px rgba(5, 15, 10, 0.08);
}

.stp-home--template .stp-faq-item[open] summary::after {
	transform: rotate(-135deg);
}

.stp-home--template .stp-faq-item p {
	margin: 0;
	max-width: 70ch;
	padding: 0 0 20px;
}

@media (max-width: 1120px) {
	.stp-home--template .stp-watt-banner__groups {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 900px) {
	.stp-home--template {
		--stp-home-rhythm: clamp(42px, 9vw, 64px);
	}

	.stp-home--template .stp-hero__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__stat,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
		min-height: 0;
	}

	.stp-home--template .stp-watt-banner__metric--live span {
		font-size: clamp(3rem, 15vw, 4.1rem) !important;
	}

	.stp-home--template .stp-watt-banner__metric--time {
		font-size: clamp(2.5rem, 12vw, 3.6rem) !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
		font-size: clamp(2.15rem, 11vw, 3rem) !important;
	}
}

/* ===== Meter simplification pass ===== */
.stp-home--template .stp-watt-banner {
	padding-bottom: calc(var(--stp-home-rhythm) + clamp(18px, 2.2vw, 30px));
}

.stp-home--template .stp-watt-banner__inner {
	padding-bottom: 0 !important;
}

.stp-home--template .stp-watt-banner__groups {
	gap: clamp(34px, 4vw, 56px) !important;
	grid-template-columns: minmax(230px, 0.64fr) minmax(0, 1.36fr) !important;
}

.stp-home--template .stp-watt-banner__group {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
	padding: 0 !important;
}

.stp-home--template .stp-watt-banner__group::before {
	display: none;
}

.stp-home--template .stp-watt-banner__group-label {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 0 18px !important;
	padding: 0;
}

.stp-home--template .stp-watt-banner__group--live,
.stp-home--template .stp-watt-banner__group--total {
	padding-top: 18px !important;
	position: relative;
}

.stp-home--template .stp-watt-banner__group--live::after,
.stp-home--template .stp-watt-banner__group--total::after {
	background: linear-gradient(90deg, rgba(210, 241, 201, 0.16), rgba(210, 241, 201, 0.38), rgba(210, 241, 201, 0.16));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: 1fr !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	display: grid !important;
	gap: 0 clamp(24px, 2.4vw, 38px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	grid-column: 1 / -1 !important;
}

.stp-home--template .stp-watt-banner__stat {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(210, 241, 201, 0.12) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	padding: clamp(18px, 2vw, 24px) 0 !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat:first-child,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	padding-top: 0 !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat:last-child,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:last-child,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:nth-last-child(2) {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.stp-home--template .stp-watt-banner__stat > span {
	margin-bottom: 10px !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__metric--time {
	align-items: baseline !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__metric span {
	font-size: clamp(3.7rem, 5.8vw, 5rem) !important;
}

.stp-home--template .stp-watt-banner__metric--time {
	font-size: clamp(3.2rem, 5vw, 4.8rem) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.6rem, 3.7vw, 3.8rem) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child .stp-watt-banner__metric--time {
	margin-top: 2px;
}

.stp-home--template #workflow {
	padding-top: clamp(10px, 1vw, 18px);
}

@media (max-width: 1120px) {
	.stp-home--template .stp-watt-banner__groups {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0 clamp(24px, 3vw, 34px) !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat {
		border-bottom: 0 !important;
	}
}

@media (max-width: 720px) {
	.stp-home--template .stp-watt-banner__groups,
	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat {
		border-bottom: 1px solid rgba(210, 241, 201, 0.12) !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat:last-child,
	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:last-child {
		border-bottom: 0 !important;
	}

	.stp-home--template .stp-watt-banner__metric--time {
		font-size: clamp(2.7rem, 11vw, 3.6rem) !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
		font-size: clamp(2.25rem, 10.2vw, 3rem) !important;
	}
}

/* ===== Impact banner v3: clarity, symmetry, breathing room ===== */

/* 1. Proper internal padding so content never touches card edges */
.stp-home--template .stp-watt-banner__inner {
	padding: clamp(36px, 5vw, 60px) clamp(36px, 5vw, 60px) !important;
}

/* 2. Header: eyebrow + title separated from the stats */
.stp-home--template .stp-watt-banner__header {
	margin-bottom: clamp(28px, 3.6vw, 44px);
}

.stp-home--template .stp-watt-banner__header h2 {
	font-size: clamp(2.6rem, 4.2vw, 4.2rem);
	line-height: 0.96;
	margin: 0 !important;
}

.stp-home--template .stp-watt-banner__header .stp-eyebrow {
	margin-bottom: 12px;
}

/* 3. Equal two-column layout with centred vertical divider */
.stp-home--template .stp-watt-banner__groups {
	gap: 0 !important;
	grid-template-columns: 1fr 1fr !important;
	position: relative;
}

.stp-home--template .stp-watt-banner__groups::before {
	background: linear-gradient(
		180deg,
		rgba(210, 241, 201, 0) 0%,
		rgba(210, 241, 201, 0.28) 18%,
		rgba(210, 241, 201, 0.28) 82%,
		rgba(210, 241, 201, 0) 100%
	);
	bottom: 0;
	content: "";
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
}

/* 4. Gutters via per-group horizontal padding (fills the gap around the divider) */
.stp-home--template .stp-watt-banner__group--live {
	padding-right: clamp(28px, 4vw, 52px) !important;
}

.stp-home--template .stp-watt-banner__group--total {
	padding-left: clamp(28px, 4vw, 52px) !important;
}

/* 5. Live stats: Power Now + Active Now side-by-side */
.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
	gap: 0 clamp(20px, 2.6vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* 6. Total stats: Time Saved full-width on top, kWh + CO2 side-by-side below */
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
	gap: 0 clamp(20px, 2.6vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	border-bottom: 1px solid rgba(210, 241, 201, 0.14) !important;
	grid-column: 1 / -1 !important;
	padding-bottom: clamp(18px, 2vw, 24px) !important;
}

/* 7. Stat cells: remove bottom dividers (vertical layout gone), add top spacing */
.stp-home--template .stp-watt-banner__stat {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: clamp(18px, 2.2vw, 26px) !important;
}

.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stat:first-child,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stat:first-child {
	padding-top: 0 !important;
}

/* 8. Typography: balanced metric sizes across both groups */
.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__metric span {
	font-size: clamp(3.2rem, 5vw, 4.8rem) !important;
}

/* Time Saved: headline stat, largest value */
.stp-home--template .stp-watt-banner__metric--time {
	font-size: clamp(3.4rem, 5.5vw, 5.2rem) !important;
}

/* kWh + CO2: supporting stats */
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
	font-size: clamp(2.4rem, 3.4vw, 3.4rem) !important;
}

/* Unit labels positioned baseline */
.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric,
.stp-home--template .stp-watt-banner__metric--time {
	align-items: baseline !important;
}

/* 9. Stat label uppercase tags */
.stp-home--template .stp-watt-banner__stat > span {
	margin-bottom: 12px !important;
}

/* 10. Responsive: tablet — stack groups, keep stats grids */
@media (max-width: 900px) {
	.stp-home--template .stp-watt-banner__inner {
		padding: clamp(30px, 5vw, 48px) clamp(28px, 5.5vw, 48px) !important;
	}

	.stp-home--template .stp-watt-banner__groups {
		grid-template-columns: 1fr !important;
	}

	.stp-home--template .stp-watt-banner__groups::before {
		display: none;
	}

	.stp-home--template .stp-watt-banner__group--live {
		padding-right: 0 !important;
	}

	.stp-home--template .stp-watt-banner__group--total {
		padding-left: 0 !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* 11. Mobile */
@media (max-width: 540px) {
	.stp-home--template .stp-watt-banner__inner {
		padding: clamp(24px, 7vw, 36px) clamp(20px, 6vw, 32px) !important;
	}

	.stp-home--template .stp-watt-banner__group--live .stp-watt-banner__metric span {
		font-size: clamp(2.6rem, 10vw, 3.6rem) !important;
	}

	.stp-home--template .stp-watt-banner__metric--time {
		font-size: clamp(2.6rem, 10vw, 3.6rem) !important;
	}

	.stp-home--template .stp-watt-banner__group--total .stp-watt-banner__metric span {
		font-size: clamp(1.9rem, 7.5vw, 2.6rem) !important;
	}
}

/* ================================================================
   Impact banner v4 — professional redesign
   New markup: .stp-impact__* classes (no conflict with old rules)
   ================================================================ */

/* ── Shared: reset inner padding, keep outer card styles ── */
.stp-home--template .stp-watt-banner__inner {
	box-sizing: border-box;
	padding: clamp(40px, 5.5vw, 64px) clamp(40px, 5.5vw, 64px) !important;
}

/* override old metric classes used by JS-bound elements */
.stp-home--template .stp-watt-banner__metric--time,
.stp-home--template .stp-watt-banner__metric--live {
	all: unset;
}

/* ── Card header row ─────────────────────────────────────── */
.stp-home--template .stp-impact__head {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	gap: clamp(24px, 3vw, 40px);
	margin-bottom: clamp(28px, 3.6vw, 42px);
}

/* Battery inside head: sized to pair with the h2 */
.stp-home--template .stp-impact__head .stp-battery-gif {
	flex-shrink: 0;
}

.stp-home--template .stp-impact__head .stp-battery-gif__body {
	height: clamp(52px, 5vw, 68px);
	width: clamp(100px, 11vw, 136px);
}

.stp-home--template .stp-impact__head .stp-battery-gif__cap {
	height: clamp(16px, 1.6vw, 22px);
	width: clamp(9px, 0.9vw, 13px);
}

.stp-home--template .stp-impact__head-copy .stp-eyebrow {
	display: block;
	line-height: 1.35;
	margin-bottom: 12px;
}

.stp-home--template .stp-impact__head h2 {
	color: #f0fae8;
	font-size: clamp(2.6rem, 4.4vw, 4.6rem);
	line-height: 0.94;
	margin: 0 !important;
}

/* ── Live chip (top-right badge) ─────────────────────────── */
.stp-home--template .stp-impact__live-chip {
	align-items: center;
	align-self: start;
	background: rgba(155, 229, 143, 0.1);
	border: 1px solid rgba(155, 229, 143, 0.26);
	border-radius: 999px;
	color: rgba(197, 240, 188, 0.88);
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.7rem;
	font-weight: 600;
	gap: 8px;
	justify-self: start;
	letter-spacing: 0.12em;
	margin-bottom: clamp(18px, 2.4vw, 28px);
	margin-top: 0;
	padding: 8px 14px 8px 10px;
	text-transform: uppercase;
}

.stp-home--template .stp-impact__live-dot {
	animation: stpLivePulse 1.7s ease-out infinite;
	background: #9be58f;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(155, 229, 143, 0.6);
	display: block;
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

/* ── Horizontal rule ─────────────────────────────────────── */
.stp-home--template .stp-impact__rule {
	background: linear-gradient(
		90deg,
		rgba(210, 241, 201, 0) 0%,
		rgba(210, 241, 201, 0.2) 18%,
		rgba(210, 241, 201, 0.2) 82%,
		rgba(210, 241, 201, 0) 100%
	);
	height: 1px;
	margin-bottom: clamp(32px, 4.2vw, 52px);
}

/* ── Two-panel grid ──────────────────────────────────────── */
.stp-home--template .stp-impact__panels {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	position: relative;
}

/* Vertical divider — positioned at right edge of global panel */
.stp-home--template .stp-impact__panel--global {
	padding-right: clamp(36px, 5vw, 60px);
	position: relative;
}

.stp-home--template .stp-impact__panel--global::after {
	background: linear-gradient(
		180deg,
		rgba(210, 241, 201, 0) 0%,
		rgba(210, 241, 201, 0.22) 14%,
		rgba(210, 241, 201, 0.22) 86%,
		rgba(210, 241, 201, 0) 100%
	);
	bottom: 0;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.stp-home--template .stp-impact__panel--live {
	padding-left: clamp(36px, 5vw, 60px);
	position: relative;
}

/* Subtle radial glow inside the live panel */
.stp-home--template .stp-impact__panel--live::before {
	display: none;
}

/* ── Panel shared ────────────────────────────────────────── */
.stp-home--template .stp-impact__panel {
	display: flex;
	flex-direction: column;
}

.stp-home--template .stp-impact__panel-label {
	color: rgba(210, 241, 201, 0.45);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(18px, 2.4vw, 28px);
	padding-top: 9px;
	text-transform: uppercase;
}

/* ── Hero stat (big metric) ──────────────────────────────── */
.stp-home--template .stp-impact__hero {
	flex: 1;
	margin-bottom: clamp(22px, 3vw, 36px);
}

.stp-home--template .stp-impact__hero-label {
	color: rgba(210, 241, 201, 0.5);
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Global hero: Time Saved */
.stp-home--template .stp-impact__hero-value {
	color: #f0fae8;
	display: block;
	font-size: clamp(3.2rem, 5.6vw, 5.8rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

/* Live hero: Watts row */
.stp-home--template .stp-impact__watts-row {
	align-items: flex-start;
	display: flex;
	gap: 0.18em;
	line-height: 0.88;
}

.stp-home--template .stp-impact__watts {
	color: #c8f2be;
	display: block;
	font-size: clamp(4.8rem, 9vw, 9.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

.stp-home--template .stp-impact__watts-unit {
	align-self: flex-end;
	color: rgba(197, 240, 188, 0.5);
	font-size: clamp(1.4rem, 2.2vw, 2rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 0.18em;
}

/* ── Sub-stats row (global panel bottom) ─────────────────── */
.stp-home--template .stp-impact__sub-row {
	border-top: 1px solid rgba(210, 241, 201, 0.1);
	display: grid;
	gap: 0 clamp(20px, 3vw, 40px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: auto;
	padding-top: clamp(18px, 2.4vw, 28px);
}

.stp-home--template .stp-impact__sub-label {
	color: rgba(210, 241, 201, 0.42);
	display: block;
	font-size: 0.63rem;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.stp-home--template .stp-impact__sub-value {
	align-items: baseline;
	display: flex;
	gap: 0.22em;
}

.stp-home--template .stp-impact__sub-value strong {
	color: #d5eecc;
	font-size: clamp(1.7rem, 2.6vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.stp-home--template .stp-impact__sub-value em {
	color: rgba(210, 241, 201, 0.42);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 500;
}

/* ── Active sites (live panel bottom) ───────────────────── */
.stp-home--template .stp-impact__active-row {
	align-items: baseline;
	border-top: 1px solid rgba(210, 241, 201, 0.1);
	display: flex;
	gap: 10px;
	margin-top: auto;
	padding-top: clamp(18px, 2.4vw, 28px);
}

.stp-home--template .stp-impact__active-count {
	color: #c8f2be;
	font-size: clamp(1.8rem, 2.8vw, 2.8rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.stp-home--template .stp-impact__active-label {
	color: rgba(210, 241, 201, 0.42);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ── Responsive: tablet (≤ 860px) ───────────────────────── */
@media (max-width: 860px) {
	.stp-home--template .stp-impact__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.stp-home--template .stp-impact__panels {
		grid-template-columns: 1fr;
		gap: clamp(32px, 5vw, 48px) 0;
	}

	.stp-home--template .stp-impact__panel--global {
		border-bottom: 1px solid rgba(210, 241, 201, 0.1);
		padding-bottom: clamp(32px, 5vw, 48px);
		padding-right: 0;
	}

	.stp-home--template .stp-impact__panel--global::after {
		display: none;
	}

	.stp-home--template .stp-impact__panel--live {
		padding-left: 0;
	}

	.stp-home--template .stp-impact__watts {
		font-size: clamp(4rem, 16vw, 7.2rem);
	}
}

/* ── Responsive: mobile (≤ 520px) ───────────────────────── */
@media (max-width: 520px) {
	.stp-home--template .stp-watt-banner__inner {
		padding: clamp(28px, 7vw, 40px) clamp(24px, 6vw, 36px) !important;
	}

	.stp-home--template .stp-impact__hero-value {
		font-size: clamp(2.8rem, 11vw, 4rem);
	}

	.stp-home--template .stp-impact__watts {
		font-size: clamp(3.6rem, 18vw, 5.6rem);
	}

	.stp-home--template .stp-impact__sub-value strong {
		font-size: clamp(1.5rem, 7vw, 2.2rem);
	}
}

/* ================================================================
   Panel subgrid alignment — 4 shared row tracks across both panels
   row 1: chip / label
   row 2: hero-label
   row 3: big value (time / watts)
   row 4: sub-stats / active-row
   ================================================================ */

.stp-home--template .stp-impact__panels {
	grid-template-rows: auto auto auto auto;
}

.stp-home--template .stp-impact__panel {
	display: grid;
	grid-row: 1 / -1;
	grid-template-rows: subgrid;
}

.stp-home--template .stp-impact__panel--global { grid-column: 1; }
.stp-home--template .stp-impact__panel--live   { grid-column: 2; }

/* Explicit row placements: row 1 = chip/label */
.stp-home--template .stp-impact__panel-label,
.stp-home--template .stp-impact__live-chip {
	grid-row: 1;
}

/* Hero: transparent wrapper — children become direct panel subgrid items */
.stp-home--template .stp-impact__hero {
	display: contents;
}

/* Hero label at panel row 2 */
.stp-home--template .stp-impact__hero-label {
	grid-row: 2;
}

/* Big values at panel row 3 — stretch fills the shared row,
   content starts at top inside each element */
.stp-home--template .stp-impact__hero-value,
.stp-home--template .stp-impact__watts-row {
	align-self: stretch;
	grid-row: 3;
}

/* Row 4: stats/active, remove old flex auto-margin */
.stp-home--template .stp-impact__sub-row,
.stp-home--template .stp-impact__active-row {
	grid-row: 4;
	margin-top: 0;
}

/* ── Normalize all label text to identical size / weight / tracking ── */
.stp-home--template .stp-impact__panel-label,
.stp-home--template .stp-impact__hero-label,
.stp-home--template .stp-impact__sub-label,
.stp-home--template .stp-impact__active-label {
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.13em;
}

/* ── Normalize secondary values (kWh / CO2 vs active-count) ── */
.stp-home--template .stp-impact__sub-value strong,
.stp-home--template .stp-impact__active-count {
	font-size: clamp(1.7rem, 2.6vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

/* ── Responsive: restore flex when panels stack vertically ── */
@media (max-width: 860px) {
	.stp-home--template .stp-impact__panels {
		grid-template-rows: none;
	}

	.stp-home--template .stp-impact__panel {
		display: flex;
		flex-direction: column;
		grid-column: auto;
		grid-row: auto;
		grid-template-rows: unset;
	}

	.stp-home--template .stp-impact__hero {
		display: block;
		flex: 1;
		grid-row: auto;
		grid-template-rows: unset;
		margin-bottom: clamp(22px, 3vw, 36px);
	}

	.stp-home--template .stp-impact__sub-row,
	.stp-home--template .stp-impact__active-row {
		margin-top: auto;
	}
}

/* ================================================================
   Impact alignment pass
   Force the two panels to share the same visual rhythm without
   relying on subgrid/display:contents interactions.
   ================================================================ */

.stp-home--template .stp-impact__panels {
	align-items: start;
	column-gap: clamp(56px, 6vw, 88px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: none;
}

.stp-home--template .stp-impact__panel {
	align-content: start;
	display: grid !important;
	grid-column: auto;
	grid-row: auto;
	grid-template-rows: minmax(24px, auto) minmax(160px, auto) auto;
	row-gap: 0;
}

.stp-home--template .stp-impact__panel--global,
.stp-home--template .stp-impact__panel--live {
	padding-top: 0;
}

.stp-home--template .stp-impact__panel-label,
.stp-home--template .stp-impact__live-chip {
	align-items: center;
	display: inline-flex;
	grid-row: 1;
	margin: 0 0 clamp(24px, 2.8vw, 34px);
	min-height: 24px;
}

.stp-home--template .stp-impact__live-chip {
	background: rgba(155, 229, 143, 0.08);
	border-color: rgba(155, 229, 143, 0.18);
	padding: 5px 12px 5px 10px;
}

.stp-home--template .stp-impact__hero {
	display: grid;
	grid-row: 2;
	grid-template-rows: minmax(18px, auto) minmax(114px, auto);
	margin: 0;
	row-gap: 12px;
}

.stp-home--template .stp-impact__hero-label {
	align-self: start;
	grid-row: 1;
	margin: 0;
}

.stp-home--template .stp-impact__hero-value,
.stp-home--template .stp-impact__watts-row {
	align-self: start;
	grid-row: 2;
}

.stp-home--template .stp-impact__hero-value {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(3rem, 5vw, 5rem);
	font-variant-numeric: tabular-nums;
	line-height: 0.92;
}

.stp-home--template .stp-impact__watts-row {
	align-items: baseline;
	display: inline-flex;
	gap: 0.16em;
	line-height: 1;
	padding-top: 0;
}

.stp-home--template .stp-impact__watts {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(3.5rem, 5.2vw, 5.1rem);
	font-variant-numeric: tabular-nums;
	line-height: 0.92;
}

.stp-home--template .stp-impact__watts-unit {
	align-self: baseline;
	display: inline-block;
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	line-height: 1;
	padding-bottom: 0;
	transform: translateY(-0.02em);
}

.stp-home--template .stp-impact__sub-row,
.stp-home--template .stp-impact__active-row {
	align-self: end;
	grid-row: 3;
	margin-top: 0;
	padding-top: clamp(22px, 2.8vw, 30px);
}

.stp-home--template .stp-impact__sub-row {
	align-items: start;
}

.stp-home--template .stp-impact__active-row {
	min-height: 0;
}

.stp-home--template .stp-impact__sub-label,
.stp-home--template .stp-impact__active-label {
	line-height: 1.2;
}

.stp-home--template .stp-impact__sub-value strong,
.stp-home--template .stp-impact__active-count {
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 0.94;
}

/* Final final override: lock homepage spacing after all legacy overrides */
.stp-home--template {
	--stp-home-section-gap-final: 64px;
}

.stp-home--template > .stp-hero,
.stp-home--template > .stp-section,
.stp-home--template > .stp-watt-banner {
	margin-bottom: var(--stp-home-section-gap-final) !important;
}

.stp-home--template > #value {
	margin-top: -8px !important;
}

.stp-home--template > .stp-section {
	padding-block: 0 !important;
}

.stp-home--template > .stp-footer {
	margin-top: 0 !important;
}

@media (min-width: 768px) {
	.stp-home--template {
		--stp-home-section-gap-final: 82px;
	}

	.stp-home--template > #value {
		margin-top: -12px !important;
	}
}

@media (min-width: 1100px) {
	.stp-home--template {
		--stp-home-section-gap-final: 100px;
	}

	.stp-home--template > #value {
		margin-top: -16px !important;
	}
}

/* Final override: uniform section spacing across the homepage */
.stp-home--template {
	--stp-home-section-gap: 64px;
}

.stp-home--template > .stp-hero,
.stp-home--template > .stp-section,
.stp-home--template > .stp-watt-banner {
	margin-bottom: var(--stp-home-section-gap) !important;
}

.stp-home--template > .stp-section {
	padding-block: 0 !important;
}

.stp-home--template > .stp-footer {
	margin-top: 0 !important;
}

@media (min-width: 768px) {
	.stp-home--template {
		--stp-home-section-gap: 82px;
	}
}

@media (min-width: 1100px) {
	.stp-home--template {
		--stp-home-section-gap: 100px;
	}
}

/* Homepage section rhythm: consistent vertical breathing between blocks */
.stp-home--template {
	--stp-home-section-gap: 64px;
}

.stp-home--template > .stp-hero,
.stp-home--template > .stp-section,
.stp-home--template > .stp-watt-banner {
	margin-bottom: var(--stp-home-section-gap) !important;
}

.stp-home--template > .stp-section {
	padding-block: 0 !important;
}

@media (min-width: 768px) {
	.stp-home--template {
		--stp-home-section-gap: 82px;
	}
}

@media (min-width: 1100px) {
	.stp-home--template {
		--stp-home-section-gap: 100px;
	}
}

/* Final motion system: directional entrance animations like the reference site */
.stp-home--template .reveal {
	animation: none;
	backface-visibility: hidden;
	filter: blur(10px);
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transform-origin: center bottom;
	transition: none !important;
	will-change: opacity, transform, filter;
}

.stp-home--template .reveal[data-reveal="fade-up"] {
	filter: blur(10px);
	transform: translate3d(0, 58px, 0) scale(0.985);
}

.stp-home--template .reveal[data-reveal="soft-fade"] {
	filter: blur(8px);
	transform: translate3d(0, 28px, 0) scale(0.995);
}

.stp-home--template .reveal[data-reveal="fade-right"] {
	filter: blur(10px);
	transform: translate3d(-58px, 0, 0) scale(0.99);
}

.stp-home--template .reveal[data-reveal="fade-left"] {
	filter: blur(10px);
	transform: translate3d(58px, 0, 0) scale(0.99);
}

.stp-home--template .reveal[data-reveal="fade-down"] {
	filter: blur(10px);
	transform: translate3d(0, -42px, 0) scale(0.99);
}

.stp-home--template .reveal[data-reveal="zoom-in"],
.stp-home--template .reveal[data-reveal="scale-in"] {
	filter: blur(10px);
	transform: translate3d(0, 24px, 0) scale(0.9);
	transform-origin: center center;
}

.stp-home--template .reveal[data-reveal="clip-reveal"] {
	clip-path: inset(0 0 18% 0 round 18px);
	filter: blur(8px);
	transform: translate3d(0, 28px, 0) scale(0.985);
}

.stp-home--template .reveal.is-visible {
	filter: blur(0);
	opacity: 1;
}

.stp-home--template .reveal.is-visible[data-reveal="fade-up"] {
	animation: stpFadeInUp 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="soft-fade"] {
	animation: stpSoftFadeIn 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="fade-right"] {
	animation: stpFadeInRight 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="fade-left"] {
	animation: stpFadeInLeft 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="fade-down"] {
	animation: stpFadeInDown 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="zoom-in"],
.stp-home--template .reveal.is-visible[data-reveal="scale-in"] {
	animation: stpZoomInSoft 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.stp-home--template .reveal.is-visible[data-reveal="clip-reveal"] {
	animation: stpClipLift 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

@keyframes stpFadeInUp {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: translate3d(0, 58px, 0) scale(0.985);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpSoftFadeIn {
	from {
		filter: blur(8px);
		opacity: 0;
		transform: translate3d(0, 28px, 0) scale(0.995);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpFadeInRight {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: translate3d(-58px, 0, 0) scale(0.99);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpFadeInLeft {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: translate3d(58px, 0, 0) scale(0.99);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpFadeInDown {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: translate3d(0, -42px, 0) scale(0.99);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpZoomInSoft {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: translate3d(0, 24px, 0) scale(0.9);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes stpClipLift {
	from {
		clip-path: inset(0 0 18% 0 round 18px);
		filter: blur(8px);
		opacity: 0;
		transform: translate3d(0, 28px, 0) scale(0.985);
	}
	to {
		clip-path: inset(0 0 0 0 round 18px);
		filter: blur(0);
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.stp-home--template .reveal,
	.stp-home--template .reveal.is-visible {
		animation: none !important;
		filter: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Final final pass: more perceptible reveal motion and balanced impact box */
.stp-home--template .reveal {
	filter: blur(10px);
	transform-origin: center bottom;
	transition:
		opacity 980ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 980ms cubic-bezier(0.16, 1, 0.3, 1),
		clip-path 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.stp-home--template .reveal[data-reveal="fade-up"] {
	transform: translate3d(0, 64px, 0) scale(0.985);
}

.stp-home--template .reveal[data-reveal="soft-fade"] {
	transform: translate3d(0, 34px, 0) scale(0.992);
}

.stp-home--template .reveal[data-reveal="scale-in"] {
	transform: translate3d(0, 32px, 0) scale(0.91);
}

.stp-home--template .reveal.is-visible {
	filter: blur(0);
}

.stp-home--template .stp-watt-banner {
	box-shadow: none !important;
	margin-bottom: clamp(56px, 7vw, 96px) !important;
}

.stp-home--template .stp-watt-banner__inner {
	align-content: start;
	padding-block: clamp(56px, 6vw, 76px) !important;
	row-gap: clamp(28px, 3vw, 40px);
}

.stp-home--template .stp-impact__panels {
	gap: clamp(26px, 3.5vw, 46px);
}

.stp-home--template .stp-impact__panel {
	min-height: clamp(270px, 24vw, 340px);
}

@media (max-width: 860px) {
	.stp-home--template .reveal {
		filter: blur(6px);
	}

	.stp-home--template .stp-watt-banner {
		margin-bottom: clamp(44px, 8vw, 72px) !important;
	}

	.stp-home--template .stp-watt-banner__inner {
		padding-block: clamp(40px, 9vw, 56px) !important;
	}

	.stp-home--template .stp-impact__panel {
		min-height: unset;
	}
}

.stp-home--template #value,
.stp-home--template #workflow,
.stp-home--template #faq {
	scroll-margin-top: 116px;
}

/* Final homepage tuning: stronger reveals and stable impact spacing */
.stp-home--template .reveal {
	transition:
		opacity 860ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 860ms cubic-bezier(0.16, 1, 0.3, 1),
		clip-path 860ms cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}

.stp-home--template .reveal[data-reveal="fade-up"] {
	transform: translate3d(0, 56px, 0);
}

.stp-home--template .reveal[data-reveal="soft-fade"] {
	transform: translate3d(0, 28px, 0);
}

.stp-home--template .reveal[data-reveal="scale-in"] {
	transform: translate3d(0, 26px, 0) scale(0.93);
}

.stp-home--template .reveal.is-visible {
	opacity: 1;
	transform: none;
}

.stp-home--template .stp-watt-banner {
	margin-bottom: clamp(56px, 7vw, 96px) !important;
}

.stp-home--template .stp-watt-banner__inner {
	row-gap: clamp(24px, 3vw, 38px);
}

.stp-home--template .stp-impact__panels {
	align-items: stretch;
	gap: clamp(28px, 4vw, 52px);
}

.stp-home--template .stp-impact__panel {
	min-height: clamp(320px, 34vw, 420px);
}

.stp-home--template .stp-impact__hero {
	margin-bottom: clamp(26px, 3.2vw, 40px);
}

.stp-home--template .stp-impact__sub-row,
.stp-home--template .stp-impact__active-row {
	margin-top: auto;
	padding-top: clamp(22px, 2.6vw, 30px);
}

.stp-home--template .stp-impact__active-row {
	align-items: flex-start;
	display: grid;
	gap: 8px;
	justify-items: start;
}

.stp-home--template .stp-impact__active-label {
	order: 1;
}

.stp-home--template .stp-impact__active-count {
	order: 2;
}

@media (max-width: 860px) {
	.stp-home--template .stp-watt-banner {
		margin-bottom: clamp(44px, 8vw, 72px) !important;
	}

	.stp-home--template .stp-impact__panel {
		min-height: unset;
	}
}

/* Impact banner spacing + corner shadow cleanup */
.stp-home--template .stp-watt-banner {
	box-shadow: none !important;
	margin-bottom: clamp(26px, 3vw, 40px) !important;
}

/* FAQ readability + eyebrow contrast */
.stp-home--template .stp-shell > .stp-eyebrow,
.stp-home--template .stp-watt-banner__copy > .stp-eyebrow,
.stp-home--template .stp-impact__head-copy .stp-eyebrow {
	color: #7fb86f;
}

.stp-home--template .stp-faq-item p {
	max-width: 96ch;
}

.stp-home--template .stp-faq-item p + p {
	margin-top: 12px;
}

@media (max-width: 960px) {
	.stp-home--template .stp-faq-item p {
		max-width: 72ch;
	}
}

/* Workflow numeral visibility + homepage motion polish */
.stp-home--template .stp-step {
	transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.stp-home--template .stp-step:hover {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(18, 61, 39, 0.14);
	box-shadow: 0 18px 42px rgba(5, 15, 10, 0.1);
	transform: translateY(-4px);
}

.stp-home--template .stp-step__index {
	color: rgba(120, 174, 103, 0.3);
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.7),
		0 0 1px rgba(120, 174, 103, 0.12);
	transition: color 220ms ease, transform 220ms ease;
}

.stp-home--template .stp-step:hover .stp-step__index {
	color: rgba(120, 174, 103, 0.32);
	transform: translate3d(2px, -2px, 0);
}

.stp-home--template .stp-card,
.stp-home--template .stp-faq-item {
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.stp-home--template .stp-card:hover,
.stp-home--template .stp-faq-item:hover {
	box-shadow: 0 16px 38px rgba(5, 15, 10, 0.08);
	transform: translateY(-2px);
}

.stp-home--template .stp-hero::before {
	animation: stpHeroAmbient 14s ease-in-out infinite alternate;
	background-size: 100% 100%, 120% 120%;
}

.stp-home--template .stp-hero__visual img {
	animation: stpHeroFloat 5.8s ease-in-out infinite;
	will-change: transform;
}

.stp-home--template .stp-watt-banner::after {
	animation: stpImpactGlow 8s ease-in-out infinite alternate;
}

.stp-home--template .stp-btn,
.stp-home--template .stp-nav__iconbtn {
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.stp-home--template .stp-btn:hover,
.stp-home--template .stp-nav__iconbtn:hover {
	transform: translateY(-1px);
}

.stp-home--template .stp-faq-item summary {
	transition: color 180ms ease;
}

.stp-home--template .stp-faq-item:hover summary {
	color: #123d27;
}

.stp-home--template .reveal[data-reveal="fade-up"] {
	transform: translate3d(0, 42px, 0);
}

.stp-home--template .reveal[data-reveal="soft-fade"] {
	transform: translate3d(0, 22px, 0);
}

.stp-home--template .reveal[data-reveal="scale-in"] {
	transform: translate3d(0, 22px, 0) scale(0.95);
}

.stp-home--template .reveal[data-reveal="clip-reveal"] {
	clip-path: inset(0 0 14% 0 round 26px);
	transform: translate3d(0, 24px, 0) scale(0.99);
}

.stp-home--template .reveal.is-visible {
	filter: none;
}

@keyframes stpHeroFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -8px, 0);
	}
}

@keyframes stpHeroAmbient {
	0% {
		background-position: 0% 0%, 0% 0%;
	}
	100% {
		background-position: 0% 0%, 100% 100%;
	}
}

@keyframes stpImpactGlow {
	0% {
		opacity: 0.45;
		transform: scale(0.96);
	}
	100% {
		opacity: 0.78;
		transform: scale(1.04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.stp-home--template .stp-step,
	.stp-home--template .stp-card,
	.stp-home--template .stp-faq-item,
	.stp-home--template .stp-step__index,
	.stp-home--template .stp-btn,
	.stp-home--template .stp-nav__iconbtn,
	.stp-home--template .stp-faq-item summary {
		transition: none !important;
	}

	.stp-home--template .stp-hero::before,
	.stp-home--template .stp-hero__visual img,
	.stp-home--template .stp-watt-banner::after {
		animation: none !important;
	}

	.stp-home--template .stp-step:hover,
	.stp-home--template .stp-card:hover,
	.stp-home--template .stp-faq-item:hover,
	.stp-home--template .stp-btn:hover,
	.stp-home--template .stp-nav__iconbtn:hover,
	.stp-home--template .stp-step:hover .stp-step__index {
		transform: none !important;
	}
}

@media (max-width: 860px) {
	.stp-home--template .stp-impact__panel {
		display: flex !important;
		flex-direction: column;
		grid-template-rows: unset;
	}

	.stp-home--template .stp-impact__hero {
		display: grid;
		grid-template-rows: minmax(18px, auto) auto;
		margin-bottom: clamp(22px, 3vw, 36px);
	}
}

/* Active sites aligned like sub-stats */
.stp-home--template .stp-impact__active-row {
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
}

.stp-home--template .stp-impact__active-label {
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.stp-home--template .stp-impact__active-count {
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 0.94;
}

/* Final final override: lock homepage spacing after all legacy overrides */
.stp-home--template {
	--stp-home-section-gap-final: 64px;
}

.stp-home--template > .stp-hero,
.stp-home--template > .stp-section,
.stp-home--template > .stp-watt-banner {
	margin-bottom: var(--stp-home-section-gap-final) !important;
}

.stp-home--template > .stp-section {
	padding-block: 0 !important;
}

.stp-home--template > .stp-footer {
	margin-top: 0 !important;
}

@media (min-width: 768px) {
	.stp-home--template {
		--stp-home-section-gap-final: 82px;
	}
}

@media (min-width: 1100px) {
	.stp-home--template {
		--stp-home-section-gap-final: 100px;
	}
}

/* Final pass: impact fit, animated FAQ, contact section */
.stp-home--template #contact {
	scroll-margin-top: 116px;
}

.stp-home--template .stp-watt-banner {
	padding: clamp(52px, 5.4vw, 74px) 0 clamp(30px, 3.6vw, 44px) !important;
}

.stp-home--template .stp-watt-banner__inner {
	padding-top: clamp(52px, 5.4vw, 74px) !important;
	padding-bottom: clamp(30px, 3.6vw, 44px) !important;
	row-gap: clamp(22px, 2.6vw, 34px) !important;
}

.stp-home--template .stp-impact__panels {
	align-items: start !important;
	gap: clamp(24px, 3vw, 40px) !important;
}

.stp-home--template .stp-impact__panel {
	min-height: clamp(248px, 22vw, 300px) !important;
}

.stp-home--template .stp-impact__hero {
	margin-bottom: clamp(20px, 2.4vw, 30px) !important;
}

.stp-home--template .stp-impact__sub-row,
.stp-home--template .stp-impact__active-row {
	padding-top: clamp(18px, 2vw, 24px) !important;
}

.stp-home--template .stp-faq-item {
	overflow: clip;
}

.stp-home--template .stp-faq-item p {
	margin: 0;
	max-width: 96ch;
	padding: 0;
}

.stp-home--template .stp-faq-item p + p {
	margin-top: 12px;
}

.stp-home--template .stp-faq-item__content-inner {
	padding: 0 0 20px;
}

.stp-home--template .stp-faq-item--animated .stp-faq-item__content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition:
		height 360ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 240ms ease;
	will-change: height, opacity;
}

.stp-home--template .stp-faq-item--animated[open] .stp-faq-item__content,
.stp-home--template .stp-faq-item--animated[data-state="opening"] .stp-faq-item__content {
	opacity: 1;
}

.stp-home--template .stp-faq-item--animated[data-state="closing"] .stp-faq-item__content,
.stp-home--template .stp-faq-item--animated:not([open]):not([data-state="opening"]) .stp-faq-item__content {
	opacity: 0;
}

.stp-home--template .stp-faq-item summary::after {
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stp-home--template .stp-contact__layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 3.4vw, 52px);
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	overflow: visible;
}

.stp-home--template .stp-contact__copy {
	max-width: 46ch;
	min-width: 0;
	overflow: visible;
}

.stp-home--template .stp-contact__panel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(18, 61, 39, 0.1);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(5, 15, 10, 0.08);
	min-width: 0;
	padding: clamp(24px, 2.6vw, 34px);
}

.stp-home--template .stp-contact__notice {
	border-radius: 16px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.stp-home--template .stp-contact__notice.is-success {
	background: rgba(127, 184, 111, 0.16);
	color: #1d5a2b;
}

.stp-home--template .stp-contact__notice.is-error {
	background: rgba(151, 57, 54, 0.08);
	color: #7a302d;
}

.stp-home--template .stp-contact-form {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.stp-home--template .stp-contact-form__grid {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.stp-home--template .stp-contact-form__field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.stp-home--template .stp-contact-form__field > span {
	color: #355a41;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.stp-home--template .stp-contact-form input,
.stp-home--template .stp-contact-form textarea {
	appearance: none;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(18, 61, 39, 0.12);
	border-radius: 16px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #123d27;
	font: inherit;
	max-width: 100%;
	min-width: 0;
	padding: 14px 16px;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
	width: 100%;
}

.stp-home--template .stp-contact-form textarea {
	min-height: 148px;
	resize: vertical;
}

.stp-home--template .stp-contact-form__consent {
	align-items: flex-start;
	color: rgba(18, 61, 39, 0.82);
	column-gap: 12px;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	line-height: 1.5;
	margin-top: 4px;
	min-width: 0;
}

.stp-home--template .stp-contact-form__consent input[type="checkbox"] {
	accent-color: #77b861;
	border-radius: 4px;
	box-shadow: none;
	height: 18px;
	margin: 2px 0 0;
	min-width: 18px;
	padding: 0;
	width: 18px;
}

.stp-home--template .stp-contact-form__consent span {
	display: block;
	font-size: 0.94rem;
	min-width: 0;
}

.stp-home--template .stp-contact-form__consent a {
	color: #123d27;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
}

.stp-home--template .stp-contact-form input::placeholder,
.stp-home--template .stp-contact-form textarea::placeholder {
	color: rgba(18, 61, 39, 0.46);
}

.stp-home--template .stp-contact-form input:focus,
.stp-home--template .stp-contact-form textarea:focus {
	border-color: rgba(66, 129, 86, 0.5);
	box-shadow: 0 0 0 4px rgba(127, 184, 111, 0.14);
	outline: 0;
}

.stp-home--template .stp-contact-form__footer {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.stp-home--template .stp-contact-form__footer p {
	color: rgba(18, 61, 39, 0.72);
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0;
	max-width: 34ch;
}

.stp-home--template .stp-contact-form__hp {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

@media (max-width: 1120px) {
	.stp-home--template .stp-contact__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.stp-home--template .stp-contact-form__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.stp-home--template .stp-contact__panel {
		border-radius: 22px;
	}

	.stp-home--template .stp-contact-form__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 860px) {
	.stp-home--template .stp-watt-banner {
		padding: clamp(40px, 8vw, 56px) 0 clamp(24px, 6vw, 34px) !important;
	}

	.stp-home--template .stp-watt-banner__inner {
		padding-top: clamp(40px, 8vw, 56px) !important;
		padding-bottom: clamp(24px, 6vw, 34px) !important;
	}

	.stp-home--template .stp-impact__panel {
		min-height: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stp-home--template .stp-faq-item--animated .stp-faq-item__content,
	.stp-home--template .stp-contact-form input,
	.stp-home--template .stp-contact-form textarea {
		transition: none !important;
	}
}

/* Prevent reveal clipping on section headings and eyebrows */
.stp-home--template .stp-section .stp-eyebrow.reveal,
.stp-home--template .stp-section h2.reveal,
.stp-home--template .stp-impact__head h2.reveal {
	clip-path: none !important;
}

/* ==========================================================================
   Redesign: public frontend + legal pages
   ========================================================================== */

body.stp-home-body,
body.stp-legal-page,
body.stp-woo-page {
	--ink: #0a0f0c;
	--ink-2: #0f1612;
	--ink-3: #161e19;
	--line-dark: rgba(255, 255, 255, 0.08);
	--line: rgba(10, 15, 12, 0.1);
	--paper: #f4f4ec;
	--paper-2: #ecede3;
	--muted-dark: rgba(255, 255, 255, 0.62);
	--muted: rgba(10, 15, 12, 0.62);
	--accent: #c8f54a;
	--accent-ink: #0a0f0c;
	--forest: #0d6e4f;
	--forest-deep: #0a3b2c;
	--radius: 14px;
	--radius-lg: 22px;
	background: #f4f4ec;
	color: #0a0f0c;
	font-family: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.stp-home--redesign {
	--ink: #0a0f0c;
	--ink-2: #0f1612;
	--ink-3: #161e19;
	--line-dark: rgba(255, 255, 255, 0.08);
	--line: rgba(10, 15, 12, 0.1);
	--paper: #f4f4ec;
	--paper-2: #ecede3;
	--muted-dark: rgba(255, 255, 255, 0.62);
	--muted: rgba(10, 15, 12, 0.62);
	--accent: #c8f54a;
	--accent-ink: #0a0f0c;
	--forest: #0d6e4f;
	--forest-deep: #0a3b2c;
	--radius: 14px;
	--radius-lg: 22px;
	--maxw: 1240px;
	--pad: 32px;
	--density: 1;
	background: var(--paper);
	color: var(--ink);
	font-family: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-feature-settings: "ss01", "cv11";
	margin-top: 0;
	padding: 0;
}

.stp-home--redesign *,
.stp-home--redesign *::before,
.stp-home--redesign *::after {
	box-sizing: border-box;
}

.stp-home--redesign img {
	display: block;
	max-width: 100%;
}

.stp-home--redesign a {
	color: inherit;
	text-decoration: none;
}

.nav-wrap a,
.foot a {
	color: inherit;
	text-decoration: none;
}

.stp-home--redesign button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.stp-home--redesign .container,
.foot .container,
.nav-wrap .container {
	margin: 0 auto;
	max-width: var(--maxw);
	padding: 0 var(--pad);
	width: 100%;
}

.stp-home--redesign .mono,
.foot .mono,
.nav-wrap .nav-meta {
	font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.stp-home--redesign .eyebrow,
.stp-legal-page .eyebrow,
.stp-woo-page .eyebrow {
	align-items: center;
	color: var(--muted);
	display: inline-flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	gap: 8px;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.stp-home--redesign .eyebrow .dot,
.stp-legal-page .eyebrow .dot,
.stp-woo-page .eyebrow .dot {
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(200, 245, 74, 0.18);
	height: 6px;
	width: 6px;
}

.stp-home--redesign .eyebrow.on-dark,
.stp-home--redesign .workflow .eyebrow,
.stp-home--redesign .contact .eyebrow {
	color: rgba(255, 255, 255, 0.68);
}

.stp-home--redesign h1,
.stp-home--redesign h2,
.stp-home--redesign h3,
.stp-home--redesign h4,
.stp-legal-page h1,
.stp-legal-page h2,
.stp-woo-page h1,
.stp-woo-page h2,
.stp-woo-page h3 {
	font-family: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0;
	text-wrap: balance;
}

.stp-home--redesign h1 {
	font-size: clamp(48px, 7vw, 104px);
	line-height: 0.96;
}

.stp-home--redesign h2,
.stp-legal-page h2 {
	font-size: clamp(36px, 4.6vw, 64px);
	line-height: 1.02;
}

.stp-home--redesign h3 {
	font-size: 22px;
	line-height: 1.15;
}

.stp-home--redesign p,
.stp-legal-page p,
.stp-woo-page p {
	line-height: 1.5;
	margin: 0;
	text-wrap: pretty;
}

.nav-wrap {
	-webkit-backdrop-filter: saturate(140%) blur(14px);
	backdrop-filter: saturate(140%) blur(14px);
	background: rgba(10, 15, 12, 0.72);
	border-bottom: 1px solid var(--line-dark);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 80;
}

.nav-wrap.is-scrolled {
	background: rgba(10, 15, 12, 0.88);
}

.nav-wrap .nav {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 28px;
	height: 64px;
}

.brand {
	align-items: center;
	display: inline-flex;
	font-weight: 500;
	gap: 10px;
	letter-spacing: -0.02em;
}

.brand-mark {
	display: inline-flex;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.brand-mark svg {
}

.nav-links {
	display: flex;
	gap: 6px;
	margin-left: 18px;
}

.nav-links a {
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	padding: 8px 12px;
	transition: background 0.16s ease, color 0.16s ease;
}

.nav-links a:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.nav-spacer {
	flex: 1;
}

.nav-meta {
	color: rgba(255, 255, 255, 0.45);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
}

.nav-cta {
	align-items: center;
	display: flex;
	gap: 10px;
}

.btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	padding: 13px 18px;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
	white-space: nowrap;
}

.btn .arrow {
	transition: transform 0.18s ease;
}

.btn:hover .arrow {
	transform: translateX(2px);
}

.btn-primary {
	background: var(--accent);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 10px 24px -10px rgba(200, 245, 74, 0.5);
	color: var(--accent-ink);
	font-weight: 600;
	text-shadow: none;
}

.btn-primary:hover {
	background: #d6ff5e;
	transform: translateY(-1px);
}

.btn-primary,
.btn-primary:visited,
.btn-primary .arrow {
	color: var(--accent-ink);
}

.btn.btn-primary,
.btn.btn-primary:visited,
.hero-cta .btn.btn-primary,
.nav-cta .btn.btn-primary {
	-webkit-text-fill-color: var(--accent-ink);
	color: var(--accent-ink) !important;
}

.btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.3);
}

.btn-line {
	background: transparent;
	border-color: var(--line);
	color: var(--ink);
}

.btn-line:hover {
	border-color: rgba(10, 15, 12, 0.35);
	transform: translateY(-1px);
}

.btn-sm {
	font-size: 13px;
	padding: 9px 14px;
}

.hero {
	background: var(--ink);
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.hero::before {
	background: radial-gradient(1100px 480px at 18% -10%, rgba(200, 245, 74, 0.1), transparent 60%), radial-gradient(900px 600px at 110% 30%, rgba(13, 110, 79, 0.28), transparent 60%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.hero::after {
	background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(900px 600px at 30% 30%, #000 30%, transparent 70%);
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.hero-inner {
	padding: 58px 0 108px;
}

.hero-grid {
	align-items: end;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.05fr 0.95fr;
}

.hero-eyebrow {
	margin-bottom: 24px;
}

.hero .accent {
	color: var(--accent);
	font-style: italic;
	font-weight: 300;
}

.hero .accent em {
	background: linear-gradient(180deg, var(--accent), #a8d63a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.hero-sub {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin: 28px 0 32px;
	max-width: 48ch;
}

.hero-cta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.hero-foot {
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	gap: 28px;
	margin-top: 48px;
}

.hero-foot strong {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.015em;
	margin-bottom: 2px;
}

.hero-foot .col {
	border-left: 1px solid var(--line-dark);
	padding-left: 16px;
}

.demo {
	align-self: end;
	position: relative;
}

.demo-frame {
	aspect-ratio: 4 / 3;
	background: #0d1410;
	border: 1px solid var(--line-dark);
	border-radius: 14px;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
	overflow: hidden;
	position: relative;
}

.demo-bar {
	align-items: center;
	background: #0a100d;
	border-bottom: 1px solid var(--line-dark);
	display: flex;
	gap: 8px;
	padding: 11px 14px;
}

.demo-bar__pad {
	width: 40px;
}

.demo-dots {
	display: flex;
	gap: 6px;
}

.demo-dots span {
	background: #26302a;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.demo-url {
	align-items: center;
	background: #11181430;
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	flex: 1;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	justify-content: center;
	margin: 0 auto;
	max-width: 340px;
	padding: 5px 12px;
}

.demo-url::before {
	background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.35) 40%);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	border-radius: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	content: "";
	height: 9px;
	margin-right: 8px;
	width: 9px;
}

.demo-stage {
	background: #fff;
	color: #0a0f0c;
	height: calc(100% - 41px);
	overflow: hidden;
	position: relative;
}

.demo-page {
	inset: 0;
	padding: 24px 28px;
	position: absolute;
	transition: filter 0.9s ease, transform 0.9s ease;
}

.demo-page header {
	align-items: center;
	border-bottom: 1px solid #ececec;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.dp-logo {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.dp-logo i {
	background: var(--forest);
	border-radius: 2px;
	display: inline-block;
	height: 8px;
	margin-right: 6px;
	transform: translateY(1px);
	width: 8px;
}

.dp-nav {
	color: #666;
	display: flex;
	font-size: 11px;
	gap: 16px;
}

.demo-page h4 {
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin-bottom: 6px;
}

.dp-kicker {
	color: #888;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dp-img {
	background: linear-gradient(135deg, #cfead5, #9fd6b2 40%, #5fae7c);
	border-radius: 8px;
	height: 84px;
	margin: 12px 0;
	overflow: hidden;
	position: relative;
}

.dp-img::after {
	background: radial-gradient(220px 100px at 80% 20%, rgba(255, 255, 255, 0.45), transparent 60%);
	content: "";
	inset: 0;
	position: absolute;
}

.dp-row {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-top: 10px;
}

.dp-card {
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 10px;
}

.dp-card .t {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 4px;
}

.dp-card .l {
	background: #eee;
	border-radius: 3px;
	height: 5px;
	margin: 3px 0;
	width: 90%;
}

.dp-card .l.s {
	width: 60%;
}

.demo-overlay {
	-webkit-backdrop-filter: blur(2px);
	align-items: center;
	background: rgba(8, 12, 10, 0.92);
	backdrop-filter: blur(2px);
	display: grid;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.8s ease;
}

.demo-overlay::before {
	background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 18px 18px;
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
}

.demo-overlay-inner {
	color: #fff;
	position: relative;
	text-align: center;
	transform: translateY(8px);
	transition: transform 0.8s ease;
}

.demo-overlay .leaf {
	align-items: center;
	background: rgba(200, 245, 74, 0.12);
	border-radius: 50%;
	display: grid;
	height: 44px;
	justify-content: center;
	margin: 0 auto 14px;
	position: relative;
	width: 44px;
}

.demo-overlay .leaf::after {
	animation: pulse 2.6s ease-in-out infinite;
	border: 1px solid rgba(200, 245, 74, 0.25);
	border-radius: 50%;
	content: "";
	inset: -6px;
	position: absolute;
}

.demo-overlay .leaf svg,
.demo-overlay .leaf img {
	color: var(--accent);
	height: 22px;
	display: block;
	width: 22px;
}

.demo-overlay h5 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin: 0 0 6px;
}

.demo-overlay p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	margin: 0 auto;
	max-width: 30ch;
}

.tap-hint {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 10px;
	gap: 6px;
	letter-spacing: 0.08em;
	margin-top: 18px;
	padding: 6px 10px;
}

.tap-hint .pip,
.demo-meta .lamp,
.live .lamp {
	background: var(--accent);
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

.demo.is-standby .demo-page {
	filter: blur(2px) brightness(0.6) saturate(0.6);
	transform: scale(0.998);
}

.demo.is-standby .demo-overlay {
	opacity: 1;
	pointer-events: auto;
}

.demo.is-standby .demo-overlay-inner {
	transform: translateY(0);
}

.demo-meta {
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	justify-content: space-between;
	letter-spacing: 0.06em;
	margin-top: 14px;
}

.demo-meta .pill {
	align-items: center;
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	display: inline-flex;
	gap: 6px;
	padding: 6px 10px;
}

.demo-meta .ctrl {
	display: flex;
	gap: 6px;
}

.demo-meta .ctrl button {
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
	padding: 6px 10px;
}

.demo-meta .ctrl .primary {
	border-color: rgba(200, 245, 74, 0.3);
	color: var(--accent);
}

.ticker {
	background: var(--ink-2);
	border-bottom: 1px solid var(--line-dark);
	border-top: 1px solid var(--line-dark);
	color: #fff;
	overflow: hidden;
}

.ticker-inner {
	align-items: center;
	animation: scroll-x 40s linear infinite;
	display: flex;
	gap: 48px;
	min-height: 56px;
	padding: 16px 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.ticker-inner span {
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	display: inline-flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 12px;
	gap: 10px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.ticker-inner span::before {
	background: var(--accent);
	border-radius: 50%;
	content: "";
	height: 4px;
	width: 4px;
}

.stp-home--redesign section {
	padding: calc(112px * var(--density)) 0;
}

.sec-head {
	align-items: end;
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr 1.4fr;
	margin-bottom: 56px;
}

.sec-head h2 {
	margin-top: 12px;
	max-width: 18ch;
}

.sec-head p {
	color: var(--muted);
	font-size: 17px;
	max-width: 54ch;
}

.value {
	background: var(--paper);
}

.value .sec-head {
	align-items: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value .sec-head h2 {
	font-size: clamp(40px, 3.7vw, 46px);
	line-height: 0.98;
	max-width: none;
}

.value .sec-head p {
	align-self: center;
	margin: 0;
	max-width: 38ch;
}

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

.value-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 300px;
	overflow: hidden;
	padding: 28px;
	position: relative;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.value-card:hover {
	border-color: rgba(10, 15, 12, 0.2);
	transform: translateY(-2px);
}

.value-card .num {
	color: var(--muted);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	position: absolute;
	right: 24px;
	top: 24px;
}

.value-card .icon {
	align-items: center;
	background: var(--ink);
	border-radius: 12px;
	color: var(--accent);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.value-card .icon svg {
	height: 20px;
	width: 20px;
}

.value-card h3 {
	margin-top: auto;
}

.value-card p {
	color: var(--muted);
	font-size: 14.5px;
}

.illus {
	border-radius: 10px;
	height: 120px;
	margin-bottom: 8px;
	margin-top: auto;
	overflow: hidden;
	position: relative;
}

.illus.idle {
	background: linear-gradient(180deg, #0a0f0c, #0d6e4f33);
}

.illus.idle::after {
	background-image: radial-gradient(rgba(200, 245, 74, 0.4) 1px, transparent 1px);
	background-size: 14px 14px;
	content: "";
	inset: 0;
	opacity: 0.55;
	position: absolute;
}

.illus.idle .pulse {
	display: grid;
	inset: 0;
	place-items: center;
	position: absolute;
}

.illus.idle .pulse span {
	animation: waveout 2.4s ease-out infinite;
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(200, 245, 74, 0.5);
	height: 14px;
	width: 14px;
}

.illus.wake {
	background: linear-gradient(135deg, #0a0f0c, #161e19);
}

.illus.wake .ray {
	animation: sweep 2.2s ease-in-out infinite;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
	height: 2px;
	left: -50%;
	position: absolute;
	top: 50%;
	width: 200%;
}

.illus.wake .keys {
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 10px;
	gap: 8px;
	inset: 0;
	justify-content: center;
	letter-spacing: 0.05em;
	position: absolute;
}

.illus.wake .keys kbd {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	padding: 5px 9px;
}

.illus.seo {
	background: linear-gradient(135deg, #0a0f0c, #0a3b2c);
}

.illus.seo::before {
	background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 8px);
	content: "";
	inset: 0;
	position: absolute;
}

.illus.seo .bars {
	align-items: flex-end;
	display: flex;
	gap: 6px;
	inset: 0;
	padding: 14px 18px;
	position: absolute;
}

.illus.seo .bars i {
	background: var(--accent);
	border-radius: 3px 3px 0 0;
	flex: 1;
	opacity: 0.85;
}

.workflow {
	background: var(--ink);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.workflow::before,
.contact::before {
	background: radial-gradient(800px 400px at 70% 0%, rgba(13, 110, 79, 0.25), transparent 60%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.workflow .sec-head p {
	color: rgba(255, 255, 255, 0.65);
}

.steps {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
	border: 1px solid var(--line-dark);
	border-radius: var(--radius-lg);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
}

.step {
	border-right: 1px solid var(--line-dark);
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 36px;
	position: relative;
}

.step:last-child {
	border-right: 0;
}

.step .num {
	color: var(--accent);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.14em;
	margin-bottom: auto;
}

.step h3 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 10px;
}

.step p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14.5px;
}

.step-visual {
	background: #0a100d;
	border: 1px solid var(--line-dark);
	border-radius: 10px;
	height: 120px;
	margin: 18px 0 22px;
	overflow: hidden;
	position: relative;
}

.sv1::before {
	animation: scan 3s linear infinite;
	background-image: linear-gradient(90deg, rgba(200, 245, 74, 0), rgba(200, 245, 74, 0.7), rgba(200, 245, 74, 0));
	background-position: -50% 0;
	background-repeat: no-repeat;
	background-size: 30% 100%;
	content: "";
	inset: 0;
	position: absolute;
}

.sv1 svg,
.spark svg {
	display: block;
	height: 100%;
	width: 100%;
}

.sv2 {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.sv2 i {
	animation: fadeStep 2s ease-in-out infinite;
	background: linear-gradient(180deg, var(--accent), #3d6e1d);
	border-radius: 6px;
	display: block;
	height: 70px;
	opacity: 0.8;
	width: 24px;
}

.sv2 i:nth-child(2) { animation-delay: 0.1s; }
.sv2 i:nth-child(3) { animation-delay: 0.2s; }
.sv2 i:nth-child(4) { animation-delay: 0.3s; }
.sv2 i:nth-child(5) { animation-delay: 0.4s; }
.sv2 i:nth-child(6) { animation-delay: 0.5s; }

.sv3 {
	display: grid;
	place-items: center;
}

.sv3 .cursor {
	animation: nudge 1.6s ease-in-out infinite;
	background: #fff;
	border-radius: 50%;
	height: 18px;
	position: relative;
	width: 18px;
}

.sv3 .cursor::after {
	animation: ringout 1.6s ease-out infinite;
	border: 1px solid var(--accent);
	border-radius: 50%;
	content: "";
	inset: -6px;
	position: absolute;
}

.impact {
	background: var(--paper-2);
	overflow: hidden;
	position: relative;
}

.impact .dash {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.5fr 1fr;
}

.dash-main {
	background: var(--ink);
	border-radius: var(--radius-lg);
	color: #fff;
	overflow: hidden;
	padding: 36px;
	position: relative;
}

.dash-main::before {
	background: radial-gradient(600px 300px at 100% 0%, rgba(200, 245, 74, 0.08), transparent 60%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.dash-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.dash-head .live,
.dash-head .mono,
.impact-foot .mono {
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dash-head .live {
	align-items: center;
	color: rgba(255, 255, 255, 0.6);
	display: inline-flex;
	gap: 8px;
}

.dash-head .live .lamp {
	box-shadow: 0 0 0 4px rgba(200, 245, 74, 0.2);
	height: 6px;
	width: 6px;
}

.dash-meta-label {
	color: rgba(255, 255, 255, 0.5);
}

.dash-stat {
	align-items: flex-end;
	display: flex;
	gap: 14px;
	margin-bottom: 10px;
}

.dash-stat .big {
	color: #fff;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: clamp(48px, 7vw, 88px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 0.9;
}

.dash-sub {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

.spark {
	height: 120px;
	margin-top: 28px;
	position: relative;
}

.dash-side {
	display: grid;
	gap: 18px;
	grid-template-rows: 1fr 1fr;
}

.dash-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
}

.dash-card .label {
	align-items: center;
	color: var(--muted);
	display: inline-flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	gap: 8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dash-card .label .dot {
	background: var(--forest);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.dash-card .v {
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 46px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: auto;
}

.dash-card .v .u {
	color: var(--muted);
	font-size: 14px;
	letter-spacing: 0.06em;
	margin-left: 6px;
}

.dash-card .delta {
	color: var(--forest);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 12px;
	letter-spacing: 0.06em;
	margin-top: 8px;
}

.dash-side__metrics {
	display: grid;
	gap: 20px;
}

.dash-side__metric-label {
	color: var(--muted);
	display: block;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.v--small {
	font-size: 34px;
}

.impact-foot {
	align-items: center;
	color: var(--muted);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 22px;
}

.plans {
	background: var(--paper);
}

.plan-grid {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.plan {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px 26px;
	position: relative;
	transition: transform 0.2s ease;
}

.plan:hover {
	transform: translateY(-2px);
}

.plan.featured {
	background: var(--ink);
	border-color: transparent;
	color: #fff;
}

.plan.featured::before {
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(180deg, var(--accent), transparent);
	border-radius: var(--radius-lg);
	content: "";
	inset: 0;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 1px;
	pointer-events: none;
	position: absolute;
}

.plan .badge {
	background: var(--accent);
	border-radius: 999px;
	color: var(--ink);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 10px;
	left: 26px;
	letter-spacing: 0.12em;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: -10px;
}

.plan h3 {
	font-size: 18px;
}

.plan .price {
	font-size: 44px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
}

.plan .price small {
	color: var(--muted);
	display: block;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-top: 6px;
}

.plan.featured .price small {
	color: rgba(255, 255, 255, 0.55);
}

.plan .scope {
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.plan.featured .scope {
	border-color: var(--line-dark);
	color: rgba(255, 255, 255, 0.55);
}

.plan ul {
	color: var(--muted);
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 14px;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.plan.featured ul {
	color: rgba(255, 255, 255, 0.72);
}

.plan li {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	line-height: 1.4;
}

.plan li::before {
	background-color: var(--paper-2);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0f0c' stroke-width='3' stroke-linecap='round'><path d='M5 12l5 5 9-10'/></svg>");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	border-radius: 50%;
	content: "";
	flex: none;
	height: 14px;
	margin-top: 3px;
	width: 14px;
}

.plan.featured li::before {
	background-color: rgba(200, 245, 74, 0.18);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8f54a' stroke-width='3' stroke-linecap='round'><path d='M5 12l5 5 9-10'/></svg>");
}

.pcta {
	margin-top: 6px;
}

.plans-foot {
	align-items: center;
	color: var(--muted);
	display: flex;
	font-size: 13px;
	gap: 10px;
	margin-top: 24px;
}

.plans-foot::before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0f0c' stroke-width='2'><circle cx='12' cy='12' r='10'/><path d='M12 8v4M12 16h.01'/></svg>") no-repeat center/contain;
	content: "";
	height: 14px;
	opacity: 0.5;
	width: 14px;
}

.faq {
	background: var(--paper-2);
}

.faq-grid {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: 1fr 1.6fr;
}

.faq-grid h2 {
	position: sticky;
	top: 96px;
}

.faq-list {
	border-top: 1px solid var(--line);
	display: flex;
	flex-direction: column;
}

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

.faq-item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	gap: 24px;
	letter-spacing: -0.01em;
	list-style: none;
	padding: 24px 0;
}

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

.q-num {
	color: var(--muted);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 12px;
	letter-spacing: 0.1em;
	min-width: 30px;
}

.q-text {
	flex: 1;
}

.q-icon {
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	display: grid;
	flex: none;
	height: 28px;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease;
	width: 28px;
}

.q-icon::before,
.q-icon::after {
	background: var(--ink);
	content: "";
	height: 1.5px;
	position: absolute;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 11px;
}

.q-icon::after {
	transform: rotate(90deg);
}

.faq-item[open] summary .q-icon {
	background: var(--ink);
	border-color: var(--ink);
}

.faq-item[open] summary .q-icon::before,
.faq-item[open] summary .q-icon::after {
	background: var(--accent);
}

.faq-item[open] summary .q-icon::after {
	transform: rotate(0);
}

.faq-body {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
	max-width: 60ch;
	padding: 0 0 28px 54px;
}

.faq-body p + p {
	margin-top: 10px;
}

.contact {
	background: var(--ink);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.contact-grid {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1.1fr;
	position: relative;
}

.contact h2 {
	color: #fff;
	margin-top: 12px;
}

.contact .lede {
	color: rgba(255, 255, 255, 0.65);
	font-size: 17px;
	margin-top: 20px;
	max-width: 42ch;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 42px;
}

.contact-info .row {
	align-items: flex-start;
	border-top: 1px solid var(--line-dark);
	display: flex;
	font-size: 14px;
	gap: 14px;
	padding: 14px 0;
}

.contact-info .row span {
	color: rgba(255, 255, 255, 0.55);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	min-width: 90px;
	padding-top: 2px;
	text-transform: uppercase;
}

.contact-info .row b {
	font-weight: 400;
}

.form {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius-lg);
	padding: 36px;
}

.form .row {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 14px;
}

.field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.field label {
	color: rgba(255, 255, 255, 0.55);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.field input,
.field textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	min-width: 0;
	outline: none;
	padding: 10px 0;
	resize: vertical;
	transition: border-color 0.2s ease;
	width: 100%;
}

.field input:focus,
.field textarea:focus {
	border-color: var(--accent);
}

.field input::placeholder,
.field textarea::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.agree {
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.65);
	display: flex;
	font-size: 13px;
	gap: 10px;
	margin: 18px 0;
}

.agree input {
	accent-color: var(--accent);
	margin-top: 3px;
}

.agree a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.submit {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 8px;
}

.submit small {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
}

.stp-home--redesign .contact .submit .btn.btn-primary {
	background: #c8f54a;
	border-color: rgba(200, 245, 74, 0.72);
	box-shadow: 0 12px 28px -12px rgba(200, 245, 74, 0.62), 0 0 0 1px rgba(200, 245, 74, 0.18) inset;
	color: #09110b !important;
	-webkit-text-fill-color: #09110b;
}

.stp-home--redesign .contact .submit .btn.btn-primary:hover {
	background: #d7ff5d;
	box-shadow: 0 16px 32px -14px rgba(200, 245, 74, 0.75), 0 0 0 1px rgba(200, 245, 74, 0.2) inset;
	color: #09110b !important;
}

.stp-home--redesign .contact .submit .btn.btn-primary .arrow {
	color: #09110b !important;
}

.stp-home--redesign .contact .stp-contact-form__consent {
	color: rgba(255, 255, 255, 0.82);
	grid-template-columns: 20px minmax(0, 1fr);
	margin-top: 16px;
}

.stp-home--redesign .contact .stp-contact-form__consent input[type="checkbox"] {
	accent-color: var(--accent);
	appearance: auto;
	-webkit-appearance: auto;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
	height: 18px;
	margin: 2px 0 0;
	min-width: 18px;
	padding: 0;
	width: 18px;
}

.stp-home--redesign .contact .stp-contact-form__consent span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.96rem;
	line-height: 1.45;
}

.stp-home--redesign .contact .stp-contact-form__consent a {
	color: var(--accent);
}

.stp-contact__notice {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	font-size: 14px;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.stp-contact__notice.is-success {
	background: rgba(95, 227, 154, 0.12);
	border-color: rgba(95, 227, 154, 0.28);
	color: #d9ffe9;
}

.stp-contact__notice.is-error {
	background: rgba(255, 184, 107, 0.12);
	border-color: rgba(255, 184, 107, 0.24);
	color: #ffe5c5;
}

.stp-contact-form__hp {
	height: 0;
	left: -9999px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 0;
}

.watermark {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
	bottom: -90px;
	color: transparent;
	font-family: "Geist", system-ui, sans-serif;
	font-size: clamp(140px, 18vw, 260px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 0.85;
	pointer-events: none;
	position: absolute;
	right: -20px;
	user-select: none;
}

.foot {
	background: var(--ink-2);
	border-top: 1px solid var(--line-dark);
	color: rgba(255, 255, 255, 0.6);
	padding: 60px 0 36px;
}

.foot-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1.3fr 0.7fr 0.7fr 1fr;
}

.foot-brand {
	font-size: 14px;
	line-height: 1.5;
	max-width: 32ch;
}

.foot-brand .brand {
	color: #fff;
	margin-bottom: 18px;
}

.foot h6 {
	color: rgba(255, 255, 255, 0.45);
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.foot ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.foot ul a:hover {
	color: #fff;
}

.foot-bot {
	align-items: center;
	border-top: 1px solid var(--line-dark);
	color: rgba(255, 255, 255, 0.4);
	display: flex;
	font-family: "Geist Mono", ui-monospace, monospace;
	font-size: 11px;
	justify-content: space-between;
	letter-spacing: 0.06em;
	margin-top: 48px;
	padding-top: 24px;
}

.foot-bot__links {
	display: flex;
	gap: 18px;
}

.stp-legal-page .stp-home--template {
	--maxw: 1240px;
	--pad: 32px;
	background: var(--paper);
	color: var(--ink);
	font-family: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
	padding: 0 0 40px;
}

.stp-legal-page .stp-hero {
	background: var(--paper);
	color: var(--ink);
	padding: 120px 0 36px;
}

.stp-legal-page .stp-hero__overlay,
.stp-legal-page .stp-hero__visual {
	display: none;
}

.stp-legal-page .stp-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 32px;
	width: 100%;
}

.stp-legal-page .stp-hero__grid {
	display: block;
}

.stp-legal-page .stp-eyebrow {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.stp-legal-page .stp-eyebrow::before {
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(200, 245, 74, 0.18);
	content: "";
	height: 6px;
	width: 6px;
}

.stp-legal-page .stp-hero h1 {
	font-size: clamp(40px, 6vw, 72px);
	margin-top: 12px;
}

.stp-legal-page .stp-hero p {
	color: var(--muted);
	font-size: 18px;
	margin-top: 22px;
	max-width: 60ch;
}

.stp-legal-page .stp-section {
	padding: 40px 0 80px;
}

.stp-legal-page .stp-card.stp-legal-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: 0 10px 24px rgba(10, 15, 12, 0.06);
	display: grid;
	gap: 12px;
	padding: 34px;
}

.stp-legal-page .stp-legal-card h2 {
	font-size: clamp(28px, 3vw, 40px);
	margin-top: 18px;
}

.stp-legal-page .stp-legal-card h2:first-child {
	margin-top: 0;
}

.stp-legal-page .stp-legal-card p,
.stp-legal-page .stp-legal-card li,
.stp-legal-page .stp-legal-card ul {
	color: var(--muted);
	max-width: none;
	width: 100%;
}

.stp-legal-page .stp-legal-card ul {
	display: grid;
	gap: 10px;
	line-height: 1.6;
	padding-left: 22px;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.75s ease, transform 0.75s ease;
	transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

@keyframes pulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.25); opacity: 0; }
}

@keyframes waveout {
	0% { box-shadow: 0 0 0 0 rgba(200, 245, 74, 0.5); }
	80%, 100% { box-shadow: 0 0 0 60px rgba(200, 245, 74, 0); }
}

@keyframes sweep {
	from { transform: translateX(-25%); }
	to { transform: translateX(25%); }
}

@keyframes scroll-x {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes scan {
	from { background-position: -30% 0; }
	to { background-position: 130% 0; }
}

@keyframes fadeStep {
	0%, 100% { background: linear-gradient(180deg, var(--accent), #3d6e1d); opacity: 0.9; }
	50% { background: linear-gradient(180deg, #0d6e4f, #0a3b2c); opacity: 0.2; }
}

@keyframes nudge {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(20px, -10px); }
}

@keyframes ringout {
	0% { opacity: 1; transform: scale(0.7); }
	100% { opacity: 0; transform: scale(2); }
}

@media (max-width: 1080px) {
	.stp-home--redesign .hero-grid,
	.stp-home--redesign .sec-head,
	.stp-home--redesign .impact .dash,
	.stp-home--redesign .faq-grid,
	.stp-home--redesign .contact-grid {
		grid-template-columns: 1fr;
	}

	.stp-home--redesign .value-grid,
	.stp-home--redesign .plan-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.stp-home--redesign .steps {
		grid-template-columns: 1fr;
	}

	.stp-home--redesign .step {
		border-bottom: 1px solid var(--line-dark);
		border-right: 0;
		min-height: auto;
	}

	.stp-home--redesign .step:last-child {
		border-bottom: 0;
	}

	.foot-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.stp-home--redesign {
		--pad: 20px;
	}

	.nav-links,
	.nav-meta {
		display: none;
	}

	.nav-wrap .nav {
		gap: 12px;
	}

	.nav-cta {
		gap: 8px;
	}

	.nav-cta .nav-cta__cart,
	.nav-cta .nav-cta__logout,
	.nav-cta .nav-cta__licenses {
		display: none;
	}

	.nav-cta .nav-cta__primary,
	.nav-cta .nav-cta__account {
		padding-left: 14px;
		padding-right: 14px;
	}

	.stp-home--redesign section {
		padding: 80px 0;
	}

	.stp-home--redesign .hero-inner {
		padding: 34px 0 72px;
	}

	.stp-home--redesign .value-grid,
	.stp-home--redesign .plan-grid,
	.foot-grid {
		grid-template-columns: 1fr;
	}

	.stp-home--redesign .hero-foot {
		flex-wrap: wrap;
		gap: 18px;
	}

	.stp-home--redesign .demo-frame {
		aspect-ratio: 5 / 4;
	}

	.stp-home--redesign .form,
	.stp-legal-page .stp-card.stp-legal-card {
		padding: 24px;
	}

	.stp-home--redesign .form .row,
	.stp-home--redesign .submit,
	.foot-bot {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.stp-home--redesign .submit {
		gap: 16px;
	}

	.stp-legal-page .stp-shell {
		padding: 0 20px;
	}
}

/* Final rhythm pass against local mockup */
.stp-home--redesign section {
	padding: clamp(104px, 7.2vw, 124px) 0;
}

.stp-home--redesign .sec-head {
	gap: 56px;
	margin-bottom: 64px;
}

.stp-home--redesign .impact .dash {
	gap: 22px;
}

.stp-home--redesign .dash-main,
.stp-home--redesign .dash-card {
	padding: 32px;
}

.stp-home--redesign .dash-head {
	margin-bottom: 32px;
}

.stp-home--redesign .plan-grid {
	gap: 18px;
}

.stp-home--redesign .plans-foot {
	margin-top: 30px;
}

.stp-home--redesign .faq-grid {
	gap: 72px;
}

.stp-home--redesign .faq-item summary {
	padding: 28px 0;
}

.stp-home--redesign .faq-body {
	padding-bottom: 34px;
}

.stp-home--redesign .contact-grid {
	gap: 92px;
}

.stp-home--redesign .contact-info {
	margin-top: 48px;
}

.stp-home--redesign .form {
	padding: 40px;
}

.stp-home--redesign .submit {
	margin-top: 12px;
}

.stp-home--redesign .foot {
	padding: 72px 0 40px;
}

.stp-home--redesign .foot-bot {
	margin-top: 56px;
	padding-top: 28px;
}

@media (max-width: 640px) {
	.stp-home--redesign section {
		padding: 84px 0;
	}

	.stp-home--redesign .sec-head {
		gap: 30px;
		margin-bottom: 42px;
	}

	.stp-home--redesign .impact .dash,
	.stp-home--redesign .faq-grid,
	.stp-home--redesign .contact-grid {
		gap: 28px;
	}

	.stp-home--redesign .dash-main,
	.stp-home--redesign .dash-card,
	.stp-home--redesign .form {
		padding: 24px;
	}

	.stp-home--redesign .faq-item summary {
		padding: 22px 0;
	}

	.stp-home--redesign .faq-body {
		padding-bottom: 28px;
	}

	.stp-home--redesign .foot {
		padding: 56px 0 30px;
	}
}

/* Final explicit overrides after generic .container rules */
.stp-home--redesign .hero > .container.hero-inner {
	padding-top: 58px;
	padding-bottom: 108px;
}

.stp-home--redesign > #value,
.stp-home--redesign > #workflow,
.stp-home--redesign > #impact,
.stp-home--redesign > #plans,
.stp-home--redesign > #faq,
.stp-home--redesign > #contact,
.stp-home--redesign > .ticker,
.stp-home--redesign > footer.foot,
.stp-home--redesign > header.hero {
	margin-top: 0 !important;
}

.stp-home--redesign > #value,
.stp-home--redesign > #workflow,
.stp-home--redesign > #impact,
.stp-home--redesign > #plans,
.stp-home--redesign > #faq,
.stp-home--redesign > #contact {
	padding-top: clamp(104px, 7.2vw, 124px) !important;
	padding-bottom: clamp(104px, 7.2vw, 124px) !important;
}

.stp-home--redesign .ticker {
	align-items: center;
	display: flex;
}

.stp-home--redesign .ticker-inner {
	align-items: center;
	min-height: 56px;
}

.stp-home--redesign .ticker-inner span {
	align-items: center;
	line-height: 1.2;
	min-height: 24px;
}

@media (max-width: 640px) {
	.stp-home--redesign > #value,
	.stp-home--redesign > #workflow,
	.stp-home--redesign > #impact,
	.stp-home--redesign > #plans,
	.stp-home--redesign > #faq,
	.stp-home--redesign > #contact {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}

	.stp-home--redesign .hero > .container.hero-inner {
		padding-top: 34px;
		padding-bottom: 72px;
	}
}

/* Legal pages: spacing cleanup and no hidden-radius text wrappers */
.stp-legal-page .stp-home--template {
	padding-bottom: 24px;
}

.stp-legal-page .stp-home--template > .stp-hero,
.stp-legal-page .stp-home--template > .stp-section {
	margin-bottom: 72px !important;
}

.stp-legal-page .stp-hero {
	border-radius: 0 !important;
	clip-path: none !important;
	overflow: visible !important;
	padding: 104px 0 28px;
}

.stp-legal-page .stp-section {
	padding: 0;
}

.stp-legal-page .stp-section > .stp-shell,
.stp-legal-page .stp-shell,
.stp-legal-page .stp-hero__content,
.stp-legal-page .stp-hero__grid,
.stp-legal-page .stp-hero__grid > div {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	clip-path: none !important;
	overflow: visible !important;
}

.stp-legal-page .stp-hero.reveal,
.stp-legal-page .stp-hero.reveal.is-visible,
.stp-legal-page .stp-hero p,
.stp-legal-page .stp-legal-card p,
.stp-legal-page .stp-legal-card li,
.stp-legal-page .stp-legal-card ul {
	clip-path: none !important;
}

.stp-legal-page .stp-hero p,
.stp-legal-page .stp-legal-card p,
.stp-legal-page .stp-legal-card li {
	border-radius: 0 !important;
}

.stp-legal-page .stp-card.stp-legal-card {
	padding: 30px;
}

.stp-legal-page footer.foot,
.stp-woo-page footer.foot {
	background: var(--ink-2) !important;
	border-top: 1px solid var(--line-dark) !important;
}

/* Woo public pages: tighten vertical rhythm and clear text wrappers */
.stp-woo {
	padding-bottom: 28px;
}

.stp-woo-hero {
	padding: 104px 0 28px;
}

.stp-woo-section {
	padding: 18px 0 52px;
}

.stp-woo-panel {
	padding: clamp(22px, 2.6vw, 30px);
}

.stp-woo-page .summary.entry-summary,
.stp-woo-page .woocommerce-Tabs-panel,
.stp-woo-page .woocommerce-product-details__short-description,
.stp-woo-page .woocommerce-tabs .panel p {
	border-radius: 0 !important;
	clip-path: none !important;
	overflow: visible !important;
}

@media (max-width: 640px) {
	.stp-legal-page .stp-home--template > .stp-hero,
	.stp-legal-page .stp-home--template > .stp-section {
		margin-bottom: 56px !important;
	}

	.stp-legal-page .stp-hero {
		padding: 92px 0 22px;
	}

	.stp-legal-page .stp-card.stp-legal-card {
		padding: 24px;
	}

	.stp-woo-hero {
		padding: 92px 0 22px;
	}

	.stp-woo-section {
		padding: 14px 0 40px;
	}
}

.stp-hero__meta {
	color: rgba(7, 22, 14, 0.72);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: clamp(28px, 3vw, 36px) 0 0;
}

.stp-grid--pricing {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-auto-flow: row;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#plans > .stp-shell {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: clamp(28px, 3.5vw, 42px);
}

#plans > .stp-shell > .stp-eyebrow {
	margin-bottom: 12px;
}

#plans > .stp-shell > h2 {
	margin: 0 0 16px !important;
	max-width: 22ch;
}

#plans > .stp-shell > .stp-lead {
	margin-bottom: clamp(24px, 3vw, 30px);
	max-width: 72ch;
}

#plans .reveal,
#plans .reveal.is-visible {
	clip-path: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.stp-plan {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
	isolation: isolate;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 26px;
}

.stp-plan--featured {
	background:
		radial-gradient(120% 120% at 100% 0%, rgba(135, 199, 124, 0.18), rgba(135, 199, 124, 0) 54%),
		linear-gradient(180deg, rgba(252, 254, 251, 0.98), rgba(243, 250, 239, 0.98));
	border-color: rgba(18, 61, 39, 0.18);
	box-shadow: 0 22px 56px rgba(7, 22, 14, 0.12);
	transform: translateY(-4px);
}

.stp-plan__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.stp-plan__eyebrow {
	align-self: flex-start;
	background: rgba(18, 61, 39, 0.08);
	border: 1px solid rgba(18, 61, 39, 0.1);
	border-radius: 999px;
	color: #123d27;
	display: inline-flex;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.42rem 0.72rem;
	text-transform: uppercase;
}

.stp-plan h3 {
	margin: 0;
	overflow-wrap: anywhere;
}

.stp-plan__price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.stp-plan__price strong {
	color: var(--dark-panel);
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.95;
	overflow-wrap: anywhere;
}

.stp-plan__price span {
	color: rgba(7, 22, 14, 0.66);
	font-size: 0.98rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.stp-plan__price--text strong {
	font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.stp-plan__meta {
	color: rgba(7, 22, 14, 0.7);
	font-size: 0.98rem;
	margin: 0;
	overflow-wrap: anywhere;
}

.stp-plan__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.stp-plan__list li {
	color: var(--muted);
	overflow-wrap: anywhere;
	padding-left: 26px;
	position: relative;
}

.stp-plan__list li::before {
	background: linear-gradient(180deg, #123d27, #87c77c);
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0.42rem;
	width: 10px;
}

.stp-plan__footer {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	margin-top: auto;
	min-width: 0;
	padding-top: 14px;
}

.stp-plan__footer .stp-btn {
	align-items: center !important;
	align-self: flex-start;
	box-sizing: border-box;
	display: inline-flex !important;
	flex: 0 0 auto;
	justify-content: center !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	min-height: 44px;
	min-width: 0;
	max-width: 100%;
	padding: 0 18px;
	text-align: center;
	white-space: nowrap;
	width: auto !important;
}

.stp-btn--subtle {
	background: rgba(18, 61, 39, 0.06);
	border: 1px solid rgba(18, 61, 39, 0.16);
	color: #123d27;
}

.stp-btn--subtle:hover {
	background: rgba(18, 61, 39, 0.1);
}

.stp-plan__note {
	color: rgba(7, 22, 14, 0.68);
	font-size: 0.95rem;
	margin: 24px 0 0;
	max-width: 760px;
}

@media (max-width: 960px) {
	#plans > .stp-shell {
		padding: 24px;
	}

	.stp-grid--pricing {
		grid-template-columns: 1fr;
	}

	.stp-plan--featured {
		transform: none;
	}

	.stp-plan__footer {
		align-items: stretch;
	}

	.stp-plan__footer .stp-btn {
		align-self: stretch;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}
}

#plans.stp-section--alt {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-inline: 0;
}

#plans > .stp-shell {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.stp-home--template .stp-hero__meta,
.stp-hero__meta {
	margin-top: clamp(28px, 3vw, 36px) !important;
}

.hero-sub {
	margin-bottom: 32px !important;
}

.hero-cta {
	margin-top: 12px !important;
}
