/**
 * Wallbox Paderborn – Staging relaunch.
 * Strict namespace: .wbx / body.bredewald-wbx-page
 */

body.bredewald-wbx-page {
	--wbx-green: #0a6a3b;
	--wbx-green-bright: #8fc82f;
	--wbx-green-deep: #063f28;
	--wbx-green-pale: #e8f3e9;
	--wbx-blue: #326aa5;
	--wbx-orange: #f07b2b;
	--wbx-ink: #17201d;
	--wbx-muted: #5b6761;
	--wbx-line: #d7ded9;
	--wbx-offwhite: #f4f5f1;
	--wbx-warm: #f2eee5;
	--wbx-white: #fff;
	--wbx-dark: #0d2418;
	--wbx-dark-2: #163728;
	--wbx-radius: 28px;
	--wbx-radius-sm: 18px;
	--wbx-shadow: 0 26px 74px rgb(8 42 24 / .12);
	--wbx-shadow-soft: 0 14px 38px rgb(23 32 29 / .075);
	--wbx-ease: cubic-bezier(.22, 1, .36, 1);
	--wbx-fast: 180ms;
	--wbx-medium: 280ms;
	--wbx-slow: 520ms;
	background: var(--wbx-offwhite);
	color: var(--wbx-ink);
}

body.bredewald-wbx-page .l-main { background: var(--wbx-offwhite); }
body.bredewald-wbx-page .l-main > .l-main-h,
body.bredewald-wbx-page .l-main > .l-main-h > .l-content,
body.bredewald-wbx-page .l-main > .l-main-h > .l-content > .l-content-h { max-width: none; margin: 0; padding: 0; }
body.bredewald-wbx-page #page-header .ush_image_2 { width: min(198px, 45vw) !important; max-width: 198px !important; }
body.bredewald-wbx-page #page-header .ush_image_2 .w-image-h,
body.bredewald-wbx-page #page-header .ush_image_2 img { width: 100% !important; max-width: 100% !important; }

.wbx {
	overflow: clip;
	color: var(--wbx-ink);
	background: var(--wbx-offwhite);
	font-family: "century gothic regular kursiv", "Century Gothic", Arial, sans-serif;
	font-size: clamp(15.5px, 1.02vw, 17.5px);
	line-height: 1.62;
}
.wbx *, .wbx *::before, .wbx *::after { box-sizing: border-box; }
.wbx a { color: inherit; }
.wbx img { display: block; max-width: 100%; }
.wbx [hidden] { display: none !important; }
.wbx-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.wbx svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wbx-shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.wbx-section { position: relative; padding: clamp(78px, 7.7vw, 124px) 0; }
.wbx-eyebrow, .wbx-kicker {
	margin: 0 0 13px;
	color: var(--wbx-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .145em;
	line-height: 1.25;
	text-transform: uppercase;
}
.wbx h1, .wbx h2, .wbx h3, .wbx p { overflow-wrap: break-word; }
.wbx h1, .wbx h2, .wbx h3 {
	margin-top: 0;
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.055;
	text-wrap: balance;
}
.wbx h1 { margin-bottom: 24px; font-size: clamp(43px, 5.15vw, 78px); }
.wbx h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 58px); }
.wbx h3 { margin-bottom: 12px; font-size: clamp(22px, 2vw, 30px); }
.wbx p { margin-top: 0; }
.wbx-lead { max-width: 720px; color: #34413a; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.56; }
.wbx-heading { max-width: 820px; margin-bottom: clamp(36px, 4vw, 56px); }
.wbx-heading > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--wbx-muted); font-size: clamp(16px, 1.25vw, 19px); }
.wbx-heading--center { margin-inline: auto; text-align: center; }
.wbx-heading--center > p:last-child { margin-inline: auto; }

.wbx-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 23px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform var(--wbx-medium) var(--wbx-ease), box-shadow var(--wbx-medium) ease, background-color var(--wbx-fast) ease, border-color var(--wbx-fast) ease, color var(--wbx-fast) ease;
}
.wbx-button--primary { color: #102312 !important; background: linear-gradient(135deg, #c7e98c, #a9d758); box-shadow: 0 13px 30px rgb(86 130 34 / .21), inset 0 1px rgb(255 255 255 / .7); }
.wbx-button--quiet { color: var(--wbx-ink) !important; border-color: var(--wbx-line); background: rgb(255 255 255 / .7); }
.wbx-button--glass { color: #fff !important; border-color: rgb(255 255 255 / .32); background: rgb(255 255 255 / .12); backdrop-filter: blur(12px); }
.wbx-button:focus-visible, .wbx a:focus-visible, .wbx button:focus-visible, .wbx summary:focus-visible, .wbx input:focus-visible, .wbx textarea:focus-visible { outline: 3px solid rgb(143 200 47 / .42); outline-offset: 3px; }
@media (hover:hover) and (pointer:fine) {
	.wbx-button:hover { transform: translateY(-2px); }
	.wbx-button--primary:hover { box-shadow: 0 17px 38px rgb(86 130 34 / .28), inset 0 1px rgb(255 255 255 / .78); }
	.wbx-button--quiet:hover { border-color: rgb(10 106 59 / .35); background: #fff; }
}

.wbx__breadcrumb { position: absolute; z-index: 4; top: 20px; left: max(28px, calc((100vw - 1240px) / 2)); color: rgb(255 255 255 / .78); font-size: 12px; }
.wbx__breadcrumb ol { display: flex; gap: 9px; margin: 0; padding: 0; list-style: none; }
.wbx__breadcrumb li:not(:last-child)::after { margin-left: 9px; content: "/"; opacity: .6; }
.wbx__breadcrumb a { text-decoration: none; }

.wbx-hero { position: relative; min-height: min(790px, calc(100svh - 82px)); overflow: hidden; color: #fff; background: var(--wbx-dark); }
.wbx-hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(6 24 15 / .96) 0%, rgb(7 29 18 / .86) 43%, rgb(6 24 15 / .28) 69%, rgb(6 24 15 / .08)); content: ""; }
.wbx-hero::after { position: absolute; z-index: 1; inset: auto 0 0; height: 26%; background: linear-gradient(transparent, rgb(5 22 13 / .5)); content: ""; }
.wbx-hero__media { position: absolute; inset: 0; margin: 0; }
.wbx-hero__media picture, .wbx-hero__media img { width: 100%; height: 100%; }
.wbx-hero__media img { object-fit: cover; object-position: 64% 50%; }
.wbx-live-hero-graphic { display: block; width: 100%; height: 100%; }
.wbx-hero__media figcaption { position: absolute; z-index: 2; right: 22px; bottom: 15px; max-width: 48%; color: rgb(255 255 255 / .68); font-size: 10px; text-align: right; }
.wbx-hero__grid { position: relative; z-index: 2; display: grid; align-items: center; min-height: inherit; padding-block: 105px 80px; }
.wbx-hero__copy { width: min(700px, 61%); }
.wbx-hero .wbx-eyebrow { color: #c8ed83; }
.wbx-hero h1 { max-width: 720px; }
.wbx-hero .wbx-lead { color: rgb(255 255 255 / .86); }
.wbx-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wbx-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 0; color: rgb(255 255 255 / .82); font-size: 13px; list-style: none; }
.wbx-hero__trust li { position: relative; padding-left: 20px; }
.wbx-hero__trust li::before { position: absolute; top: .45em; left: 0; width: 10px; height: 10px; border: 2px solid #b5df65; border-radius: 50%; content: ""; }

.wbx-situations { background: linear-gradient(180deg, #f7f8f5, #edf1ec); }
.wbx-situations__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.wbx-situation {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 455px;
	padding: 30px;
	border: 1px solid var(--wbx-line);
	border-radius: var(--wbx-radius);
	background: linear-gradient(145deg, rgb(255 255 255 / .94), rgb(246 248 246 / .78));
	box-shadow: var(--wbx-shadow-soft), inset 0 1px rgb(255 255 255 / .95);
	cursor: pointer;
	outline: none;
	transition: transform var(--wbx-medium) var(--wbx-ease), border-color var(--wbx-medium) ease, box-shadow var(--wbx-medium) ease;
}
.wbx-situation--featured { border-color: rgb(143 200 47 / .58); background: radial-gradient(circle at 88% 2%, rgb(143 200 47 / .14), transparent 30%), linear-gradient(145deg, #fff, #eef6e9); }
.wbx-situation__tag { position: absolute; top: 20px; right: 20px; padding: 5px 10px; border-radius: 99px; color: var(--wbx-green-deep); background: #dff0bf; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.wbx-situation__icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 28px; border: 1px solid rgb(10 106 59 / .18); border-radius: 20px; color: var(--wbx-green); background: linear-gradient(145deg, #fff, #e8f1e9); box-shadow: inset 0 1px #fff; }
.wbx-situation__icon svg { width: 35px; height: 35px; }
.wbx-situation h3 { max-width: 290px; }
.wbx-situation > p:not(.wbx-kicker) { color: var(--wbx-muted); }
.wbx-situation ul { display: grid; gap: 8px; margin: 12px 0 25px; padding: 0; color: #34443b; font-size: 14px; list-style: none; }
.wbx-situation li { position: relative; padding-left: 18px; }
.wbx-situation li::before { position: absolute; top: .68em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--wbx-green-bright); content: ""; }
.wbx-situation__cta { margin-top: auto; color: var(--wbx-green-deep); font-size: 14px; font-weight: 800; }
.wbx-situation:focus-visible,
.wbx-situation.is-selected {
	border-color: rgb(143 200 47 / .78);
	box-shadow: 0 0 0 1px rgb(143 200 47 / .24), 0 20px 52px rgb(10 106 59 / .2), 0 0 38px rgb(143 200 47 / .24), inset 0 1px #fff;
}
@media (hover:hover) and (pointer:fine) {
	.wbx-situation:hover {
		transform: translateY(-6px);
		border-color: rgb(143 200 47 / .82);
		box-shadow: 0 0 0 1px rgb(143 200 47 / .2), 0 24px 58px rgb(10 106 59 / .22), 0 0 42px rgb(143 200 47 / .28), inset 0 1px #fff;
	}
}

.wbx-check-section { scroll-margin-top: 112px; color: #fff; background: radial-gradient(circle at 8% 7%, rgb(143 200 47 / .13), transparent 30%), linear-gradient(145deg, #0b2116, #143728); }
.wbx-check-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(580px, 1.22fr); align-items: start; gap: clamp(38px, 6vw, 88px); }
.wbx-check-intro { position: sticky; top: 110px; }
.wbx-check-intro .wbx-eyebrow { color: #bde76f; }
.wbx-check-intro > p:not(.wbx-eyebrow) { color: rgb(255 255 255 / .73); }
.wbx-check-benefits { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.wbx-check-benefits li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.wbx-check-benefits svg { width: 42px; height: 42px; padding: 10px; border: 1px solid rgb(255 255 255 / .14); border-radius: 14px; color: #bce66a; background: rgb(255 255 255 / .06); }
.wbx-check-benefits span { display: grid; color: rgb(255 255 255 / .65); font-size: 13px; }
.wbx-check-benefits strong { color: #fff; font-size: 15px; }
.wbx-check {
	--bd-glass-alpha: .31;
	--bd-glass-blur: 8px;
	--bd-glass-saturation: 145%;
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: clamp(23px, 3vw, 38px);
	border: 1px solid rgb(255 255 255 / .34);
	border-radius: 30px;
	background: linear-gradient(145deg, rgb(255 255 255 / .94), rgb(234 242 237 / .84));
	box-shadow: 0 34px 80px rgb(1 14 7 / .3), inset 0 1px rgb(255 255 255 / .95);
	backdrop-filter: blur(var(--bd-glass-blur)) saturate(var(--bd-glass-saturation));
	color: var(--wbx-ink);
}
.wbx-check::before { position: absolute; top: -110px; right: -80px; width: 250px; height: 250px; border-radius: 50%; background: rgb(143 200 47 / .12); filter: blur(4px); content: ""; pointer-events: none; }
.wbx-check__top { position: relative; display: grid; gap: 15px; margin-bottom: 28px; }
.wbx-check__top > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--wbx-muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.wbx-check__top strong { color: var(--wbx-ink); font-weight: 800; }
.wbx-check__progress { overflow: hidden; height: 5px; border-radius: 99px; background: #d6dfd9; }
.wbx-check__progress span { display: block; width: 16.667%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--wbx-green), var(--wbx-green-bright)); transition: width var(--wbx-slow) var(--wbx-ease); }
.wbx-step { min-width: 0; min-height: 370px; margin: 0; padding: 0; border: 0; }
.wbx-step legend { display: block; width: 100%; margin: 0 0 9px; padding: 0; color: var(--wbx-ink); font-size: clamp(27px, 3vw, 40px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.wbx-step__hint { max-width: 620px; margin-bottom: 24px; color: var(--wbx-muted); font-size: 14px; }
.wbx-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.wbx-options label { position: relative; min-width: 0; cursor: pointer; }
.wbx-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wbx-options span {
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 14px 43px 14px 17px;
	border: 1px solid #d3ddd6;
	border-radius: 17px;
	background: rgb(255 255 255 / .72);
	box-shadow: inset 0 1px rgb(255 255 255 / .9);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.32;
	transition: border-color var(--wbx-fast) ease, background var(--wbx-fast) ease, box-shadow var(--wbx-medium) ease, transform var(--wbx-medium) var(--wbx-ease);
}
.wbx-options span::after { position: absolute; top: 50%; right: 17px; width: 18px; height: 18px; border: 1px solid #b8c4bd; border-radius: 50%; content: ""; transform: translateY(-50%); transition: border-color var(--wbx-fast), box-shadow var(--wbx-fast), background var(--wbx-fast); }
.wbx-options input:checked + span { border-color: rgb(10 106 59 / .52); background: linear-gradient(145deg, #f9fff6, #e4f1df); box-shadow: 0 10px 26px rgb(10 106 59 / .1), inset 0 1px #fff; }
.wbx-options input:checked + span::after { border-color: var(--wbx-green); background: var(--wbx-green); box-shadow: inset 0 0 0 4px #eef8eb; }
.wbx-options input:focus-visible + span { outline: 3px solid rgb(143 200 47 / .4); outline-offset: 2px; }
@media (hover:hover) and (pointer:fine) { .wbx-options label:hover span { transform: translateY(-2px); border-color: rgb(10 106 59 / .32); background: #fff; box-shadow: 0 12px 26px rgb(8 42 24 / .09); } }
.wbx-field { display: grid; gap: 7px; color: #34443b; font-size: 13px; font-weight: 700; }
.wbx-field small { color: var(--wbx-muted); font-weight: 500; }
.wbx-field input, .wbx-field select, .wbx-field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cbd6cf; border-radius: 13px; color: var(--wbx-ink); background: rgb(255 255 255 / .88); font: inherit; font-size: 16px; }
.wbx-field textarea { resize: vertical; }
.wbx-field input[aria-invalid="true"], .wbx-field textarea[aria-invalid="true"] { border-color: #a83d30; box-shadow: 0 0 0 3px rgb(168 61 48 / .12); }
.wbx-field--inline { margin-top: 15px; }
.wbx-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.wbx-field-note { margin: 9px 0 14px; color: var(--wbx-muted); font-size: 12px; }
.wbx-check__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #d5ded8; }
.wbx-check__nav [disabled] { cursor: not-allowed; opacity: .42; transform: none; }
.wbx-step--contact { min-height: 0; }
.wbx-check__summary { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }
.wbx-check__summary span { padding: 7px 10px; border: 1px solid rgb(10 106 59 / .16); border-radius: 99px; color: var(--wbx-green-deep); background: #eaf3e8; font-size: 11px; font-weight: 700; }
.wbx-contact-intro { margin-bottom: 18px; color: var(--wbx-muted); font-size: 14px; }
.wbx-consent { display: grid; grid-template-columns: 20px 1fr; gap: 9px; margin: 17px 0; color: var(--wbx-muted); font-size: 11px; line-height: 1.5; }
.wbx-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--wbx-green); }
.wbx-consent a { color: var(--wbx-green); }
.wbx-form__status { min-height: 23px; margin-bottom: 9px; color: #8d2f25; font-size: 13px; font-weight: 700; }
.wbx-form__status.is-success { color: var(--wbx-green); }
.wbx-form__submit { width: 100%; }
.wbx-form__submit.is-loading i { width: 17px; height: 17px; border: 2px solid rgb(16 35 18 / .3); border-top-color: #102312; border-radius: 50%; animation: wbx-spin .8s linear infinite; }
@keyframes wbx-spin { to { transform: rotate(360deg); } }
.wbx-photo-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.wbx-photo-guide div { display: grid; padding: 15px; border: 1px solid #d5ded8; border-radius: 15px; background: rgb(255 255 255 / .72); }
.wbx-photo-guide span { color: var(--wbx-green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.wbx-photo-guide strong { font-size: 14px; }
.wbx-photo-guide small { color: var(--wbx-muted); font-size: 11px; }
.wbx-photo-upload { margin-top: 14px; }
.wbx-photo-upload > label { display: flex; gap: 12px; align-items: center; min-height: 72px; padding: 13px 15px; border: 1px dashed rgb(10 106 59 / .35); border-radius: 16px; background: rgb(255 255 255 / .74); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.wbx-photo-upload > label:hover { border-color: var(--wbx-green); background: #fff; transform: translateY(-1px); }
.wbx-photo-upload > label svg { flex: 0 0 40px; width: 40px; height: 40px; padding: 9px; border-radius: 12px; color: var(--wbx-green); background: #e5f0e4; }
.wbx-photo-upload > label span { display: grid; gap: 2px; }
.wbx-photo-upload > label strong { font-size: 14px; }
.wbx-photo-upload > label small { color: var(--wbx-muted); font-size: 11px; }
.wbx-photo-upload__previews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.wbx-photo-upload__preview { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid #d5ded8; border-radius: 13px; background: #fff; }
.wbx-photo-upload__preview img { width: 100%; height: 100%; object-fit: cover; }
.wbx-photo-upload__preview button { position: absolute; top: 6px; right: 6px; display: grid; width: 28px; height: 28px; padding: 0; place-items: center; border: 1px solid rgb(255 255 255 / .7); border-radius: 50%; color: #fff; background: rgb(13 28 20 / .78); box-shadow: 0 3px 9px rgb(0 0 0 / .18); cursor: pointer; }
.wbx-photo-upload__status { margin: 8px 2px 0; color: var(--wbx-muted); font-size: 11px; }
.wbx-photo-upload__status.is-error { color: #8d2f25; font-weight: 700; }
.wbx-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.wbx-safety-note { display: flex; gap: 9px; align-items: center; margin: 15px 0 0; color: #445149; font-size: 12px; }
.wbx-safety-note svg { flex: 0 0 29px; width: 29px; height: 29px; padding: 6px; border-radius: 10px; color: var(--wbx-green); background: #e5f0e4; }
.wbx-success { min-height: 350px; padding: clamp(28px, 4vw, 52px); border-radius: 22px; color: #fff; background: linear-gradient(145deg, var(--wbx-green-deep), var(--wbx-green)); }
.wbx-success .wbx-eyebrow { color: #c6ed7d; }

.wbx-person { padding: clamp(70px, 7vw, 112px) 0; background: #edf1ec; }
.wbx-person__card { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr); overflow: hidden; border: 1px solid #d7ded9; border-radius: 32px; background: #fff; box-shadow: var(--wbx-shadow); }
.wbx-person__portrait { min-height: 620px; background: #dfe8de; }
.wbx-person__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.wbx-person__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(38px, 6vw, 78px); }
.wbx-person__copy > p:not(.wbx-eyebrow):not(.wbx-person__name) { color: var(--wbx-muted); }
.wbx-person__name { margin: 4px 0 25px; padding-left: 17px; border-left: 3px solid var(--wbx-green-bright); color: #445049; }
.wbx-person__name strong { color: var(--wbx-ink); font-size: 20px; }
.wbx-person__contact { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 8px 0 24px; }
.wbx-person__contact a { color: var(--wbx-green-deep); font-size: 15px; font-weight: 800; text-decoration: none; }

.wbx-scope { background: #fbfcfa; }
.wbx-scope__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 18px; margin: 0; padding: 0; list-style: none; }
.wbx-scope__grid li {
	position: relative;
	display: flex;
	height: 100%;
	min-width: 0;
	min-height: 278px;
	flex-direction: column;
	overflow: hidden;
	padding: 27px;
	border: 1px solid rgb(23 32 29 / .105);
	border-radius: 24px;
	background: radial-gradient(circle at 8% 2%, rgb(143 200 47 / .075), transparent 34%), linear-gradient(145deg, rgb(255 255 255 / .97), rgb(245 248 245 / .82));
	box-shadow: 0 14px 38px rgb(23 32 29 / .055), inset 0 1px rgb(255 255 255 / .95);
	transition: transform var(--wbx-medium) var(--wbx-ease), border-color var(--wbx-medium) ease, background-color var(--wbx-medium) ease, box-shadow var(--wbx-medium) ease;
}
.wbx-scope-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.wbx-scope-card__icon {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	border: 1px solid rgb(10 106 59 / .15);
	border-radius: 20px;
	color: #293a32;
	background: linear-gradient(145deg, rgb(255 255 255 / .98), rgb(229 241 230 / .88));
	box-shadow: 0 8px 20px rgb(8 42 24 / .055), inset 0 1px #fff;
	transition: color var(--wbx-medium) ease, border-color var(--wbx-medium) ease, background-color var(--wbx-medium) ease;
}
.wbx-scope-card__icon svg { width: 43px; height: 43px; stroke-width: 1.8; }
.wbx-scope-icon__accent { stroke: var(--wbx-green); }
.wbx-scope-card__number { display: block; margin-top: 4px; color: var(--wbx-green); font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1; }
.wbx-scope__grid h3 { margin-bottom: 11px; font-size: clamp(21px, 1.55vw, 25px); }
.wbx-scope__grid p { max-width: 34ch; margin: 0; color: var(--wbx-muted); font-size: 14px; line-height: 1.58; }
@media (hover:hover) and (pointer:fine) {
	.wbx-scope__grid li:hover { transform: translateY(-2px); border-color: rgb(10 106 59 / .24); background-color: #fff; box-shadow: 0 20px 46px rgb(8 42 24 / .085), inset 0 1px #fff; }
	.wbx-scope__grid li:hover .wbx-scope-card__icon { border-color: rgb(10 106 59 / .27); color: var(--wbx-green-deep); background-color: #eef6ec; }
}

.wbx-cost { background: var(--wbx-warm); }
.wbx-cost__layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(550px, 1.2fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.wbx-cost__layout .wbx-heading { margin: 0; }
.wbx-cost__note { display: grid; gap: 3px; margin-top: 27px; padding: 19px; border-left: 3px solid var(--wbx-green-bright); background: rgb(255 255 255 / .55); }
.wbx-cost__note span { color: var(--wbx-muted); font-size: 13px; }
.wbx-cost__factors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.wbx-cost__factors article { min-height: 210px; padding: 25px; border: 1px solid rgb(23 32 29 / .1); border-radius: 21px; background: rgb(255 255 255 / .68); box-shadow: inset 0 1px rgb(255 255 255 / .8); }
.wbx-cost__factors svg { width: 38px; height: 38px; margin-bottom: 29px; color: var(--wbx-green); }
.wbx-cost__factors h3 { font-size: 22px; }
.wbx-cost__factors p { margin: 0; color: var(--wbx-muted); font-size: 13px; }

.wbx-clarity {
	background:
		radial-gradient(circle at 8% 12%, rgb(143 200 47 / .09), transparent 26%),
		linear-gradient(180deg, #edf3ed 0%, #f8f8f4 48%, #edf2ed 100%);
}
.wbx-clarity .wbx-clarity__shell { width: min(1360px, calc(100% - 56px)); }
.wbx-clarity__intro { max-width: 930px; margin-bottom: clamp(46px, 5vw, 72px); }
.wbx-clarity__intro > p:last-child { max-width: 800px; }

.wbx-power-advice {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
	gap: clamp(38px, 5vw, 76px);
	align-items: center;
	padding: clamp(34px, 4.6vw, 66px);
	border: 1px solid rgb(23 32 29 / .1);
	border-radius: 34px;
	background: linear-gradient(145deg, rgb(255 255 255 / .96), rgb(246 248 245 / .88));
	box-shadow: 0 30px 78px rgb(8 42 24 / .1), inset 0 1px #fff;
}
.wbx-power-advice__copy h3 { max-width: 650px; margin-bottom: 18px; font-size: clamp(32px, 3.2vw, 48px); }
.wbx-power-advice__lead { max-width: 620px; margin-bottom: 30px; color: var(--wbx-muted); font-size: clamp(16px, 1.25vw, 19px); }
.wbx-power-advice__facts { display: grid; gap: 0; border-top: 1px solid var(--wbx-line); }
.wbx-power-advice__facts > div { padding: 23px 0; border-bottom: 1px solid var(--wbx-line); }
.wbx-power-advice__facts span { display: block; margin-bottom: 6px; color: var(--wbx-green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.wbx-power-advice__facts > div:last-child span { color: #52635a; }
.wbx-power-advice__facts strong { display: block; max-width: 620px; font-size: 15px; line-height: 1.45; }
.wbx-power-advice__facts ul { display: grid; gap: 5px; margin: 12px 0 0; padding: 0; color: var(--wbx-muted); font-size: 12px; list-style: none; }
.wbx-power-advice__facts li { position: relative; padding-left: 16px; }
.wbx-power-advice__facts li::before { position: absolute; top: .68em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--wbx-green-bright); content: ""; }
.wbx-power-advice__cta { width: auto; margin-top: 28px; }

.wbx-power-visual {
	min-width: 0;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid rgb(255 255 255 / .12);
	border-radius: 28px;
	color: #fff;
	background:
		radial-gradient(circle at 80% 0%, rgb(143 200 47 / .14), transparent 35%),
		linear-gradient(145deg, #0a2116, #143729);
	box-shadow: 0 27px 60px rgb(3 22 12 / .25), inset 0 1px rgb(255 255 255 / .08);
}
.wbx-power-visual__head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.wbx-power-visual__head span { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wbx-power-visual__head small { color: rgb(255 255 255 / .5); font-size: 9px; }
.wbx-power-route {
	display: grid;
	grid-template-columns: 54px minmax(70px, 1fr) 76px;
	grid-template-areas: "device track car" "copy copy copy";
	gap: 13px 15px;
	align-items: center;
	padding: 20px;
	border: 1px solid rgb(255 255 255 / .1);
	border-radius: 21px;
	background: rgb(255 255 255 / .055);
}
.wbx-power-route + .wbx-power-route { margin-top: 12px; }
.wbx-power-route--11 { border-color: rgb(143 200 47 / .34); background: linear-gradient(145deg, rgb(143 200 47 / .13), rgb(255 255 255 / .06)); box-shadow: inset 0 1px rgb(255 255 255 / .08), 0 13px 28px rgb(4 21 12 / .17); }
.wbx-power-route__device { grid-area: device; }
.wbx-power-route__device svg { width: 48px; height: 48px; color: #c7e98c; }
.wbx-power-route--22 .wbx-power-route__device svg { color: #b8c6bf; }
.wbx-power-route__track { position: relative; grid-area: track; height: 2px; border-radius: 99px; background: linear-gradient(90deg, #79af29, #d9f3a8, #79af29); background-size: 200% 100%; animation: wbx-power-line 4.8s linear infinite; }
.wbx-power-route--22 .wbx-power-route__track { background: linear-gradient(90deg, #7f9188, #d5e1da, #7f9188); background-size: 200% 100%; animation-duration: 2.4s; }
.wbx-power-route__track i { position: absolute; top: 50%; left: 0; width: 8px; height: 8px; border: 2px solid #e5f7c3; border-radius: 50%; opacity: 0; background: #8fc82f; box-shadow: 0 0 10px rgb(181 223 101 / .78), 0 0 0 4px rgb(143 200 47 / .1); transform: translate(-50%, -50%); animation: wbx-power-dot 4.8s linear infinite; }
.wbx-power-route--22 .wbx-power-route__track i { border-color: #bdcbc4; box-shadow: none; }
.wbx-power-route--11 .wbx-power-route__track i:nth-child(2) { animation-delay: -1.6s; }
.wbx-power-route--11 .wbx-power-route__track i:nth-child(3) { animation-delay: -3.2s; }
.wbx-power-route--22 .wbx-power-route__track i { animation-duration: 2.4s; }
.wbx-power-route--22 .wbx-power-route__track i:nth-child(2) { animation-delay: -.6s; }
.wbx-power-route--22 .wbx-power-route__track i:nth-child(3) { animation-delay: -1.2s; }
.wbx-power-route--22 .wbx-power-route__track i:nth-child(4) { animation-delay: -1.8s; }
@keyframes wbx-power-line { to { background-position: -200% 0; } }
@keyframes wbx-power-dot {
	0% { left: 0; opacity: 0; transform: translate(-50%, -50%) scale(.72); }
	10%, 88% { opacity: 1; }
	100% { left: 100%; opacity: 0; transform: translate(-50%, -50%) scale(1); }
}
.wbx-power-route__car { grid-area: car; }
.wbx-power-route__car img { display: block; width: 76px; height: auto; filter: drop-shadow(0 7px 7px rgb(0 0 0 / .24)); }
.wbx-live-car-graphic { display: block; width: 76px; height: auto; filter: drop-shadow(0 7px 7px rgb(0 0 0 / .24)); }
.wbx-power-route__copy { grid-area: copy; display: grid; grid-template-columns: auto 1fr; gap: 2px 15px; align-items: baseline; }
.wbx-power-route__copy strong { grid-row: span 2; color: #d6f1a5; font-size: 38px; line-height: 1; }
.wbx-power-route--22 .wbx-power-route__copy strong { color: #d5ddd9; }
.wbx-power-route__copy strong small { font-size: 12px; }
.wbx-power-route__copy span { color: #fff; font-size: 12px; font-weight: 750; }
.wbx-power-route__copy em { color: rgb(255 255 255 / .56); font-size: 9px; font-style: normal; }
.wbx-power-visual__rule { margin: 19px 0 12px; padding-left: 15px; border-left: 2px solid var(--wbx-green-bright); color: rgb(255 255 255 / .78); font-size: 12px; }
.wbx-power-visual .wbx-fineprint, .wbx-power-visual__legal { margin-bottom: 0; color: rgb(255 255 255 / .46); font-size: 8.5px; line-height: 1.55; }
.wbx-power-visual__legal { margin-top: 7px; }

.wbx-pv-showcase {
	width: min(100%, 1120px);
	margin: clamp(24px, 3vw, 42px) auto 0;
	padding: clamp(28px, 3.2vw, 40px);
	border: 1px solid rgb(67 78 73 / .11);
	border-radius: 32px;
	background: linear-gradient(145deg, #fdfcf9 0%, #f8f7f2 100%);
	box-shadow: 0 18px 48px rgb(35 44 40 / .075), inset 0 1px 0 rgb(255 255 255 / .9);
}
.wbx-pv-showcase__head { max-width: 850px; margin: 0 auto 24px; text-align: center; }
.wbx-pv-showcase__head .wbx-kicker { margin-bottom: 13px; color: #607d25; letter-spacing: .15em; }
.wbx-pv-showcase__head h3 { max-width: 790px; margin: 0 auto 13px; font-size: clamp(34px, 3.2vw, 46px); letter-spacing: -.042em; line-height: 1.04; }
.wbx-pv-showcase__head > p:last-child { max-width: 760px; margin: 0 auto; color: var(--wbx-muted); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.55; }
.wbx-pv-stage {
	position: relative;
	overflow: hidden;
	padding: 0 10px 2px;
}
.wbx-pv-dashboard__symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.wbx-pv-dashboard__diagram { position: relative; height: 420px; }
.wbx-pv-dashboard__routes { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.wbx-pv-dashboard__routes--mobile { display: none; }
.wbx-pv-dashboard__line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.wbx-pv-dashboard__line--active { stroke: #68a52b; }
.wbx-pv-dashboard__line--wallbox { stroke: #168451; }
.wbx-pv-dashboard__line--inactive { stroke: #c8cdca; stroke-dasharray: 8 9; }
.wbx-pv-dashboard__pulse { opacity: 0; filter: drop-shadow(0 0 4px currentColor); transition: opacity .25s ease; }
.wbx-pv-stage.is-running .wbx-pv-dashboard__pulse { opacity: 1; }
.wbx-pv-dashboard__pulse--own { color: #69a820; fill: #e6f5bf; stroke: #5e981d; stroke-width: 1; }
.wbx-pv-dashboard__pulse--wallbox { color: #0a6a3b; fill: #dff2e5; stroke: #07542f; stroke-width: 1; }
.wbx-pv-dashboard__node { position: absolute; z-index: 2; display: grid; width: 150px; justify-items: center; transform: translateX(-50%); color: #27312e; text-align: center; }
.wbx-pv-dashboard__node > svg { display: block; width: 82px; height: 66px; filter: drop-shadow(0 9px 8px rgb(32 45 40 / .13)); }
.wbx-pv-dashboard__node > strong { margin-top: 2px; font-size: 14px; line-height: 1.15; }
.wbx-pv-dashboard__status { display: grid; min-width: 116px; margin-top: 5px; padding: 7px 11px; border: 1px solid rgb(56 69 63 / .1); border-radius: 11px; background: rgb(255 255 255 / .94); box-shadow: 0 6px 16px rgb(31 43 38 / .075); line-height: 1.08; }
.wbx-pv-dashboard__status b { color: #507d18; font-size: 15px; }
.wbx-pv-dashboard__status small { margin-top: 4px; color: #77817d; font-size: 11px; }
.wbx-pv-dashboard__priority { position: absolute; top: -17px; left: 50%; padding: 5px 10px; border: 1px solid rgb(105 168 32 / .2); border-radius: 99px; background: #fff; color: #5b8d20; font-size: 10px; font-weight: 900; letter-spacing: .04em; transform: translateX(-50%); white-space: nowrap; }
.wbx-pv-dashboard__node--pv { top: 0; left: 50%; }
.wbx-pv-dashboard__node--house { top: 155px; left: 50%; }
.wbx-pv-dashboard__node--house > svg { width: 72px; height: 66px; }
.wbx-pv-dashboard__node--wallbox { top: 250px; left: 18%; width: 220px; }
.wbx-pv-dashboard__vehicle { position: relative; display: block; width: 176px; height: 88px; filter: drop-shadow(0 9px 8px rgb(32 45 40 / .13)); }
.wbx-pv-dashboard__vehicle > svg { position: absolute; z-index: 1; bottom: 5px; left: 0; width: 48px; height: 76px; }
.wbx-pv-dashboard__vehicle > img { position: absolute; right: 0; bottom: 0; width: 151px; height: auto; }
.wbx-pv-dashboard__node--wallbox .wbx-pv-dashboard__status { min-width: 164px; border-color: rgb(10 106 59 / .17); }
.wbx-pv-dashboard__node--storage { top: 250px; left: 82%; }
.wbx-pv-dashboard__node--storage > svg { width: 48px; height: 72px; }
.wbx-pv-dashboard__node--grid { top: 305px; left: 50%; width: 190px; }
.wbx-pv-dashboard__node--grid > svg { width: 38px; height: 50px; }
.wbx-pv-dashboard__node--grid .wbx-pv-dashboard__status { min-width: 184px; }
.wbx-pv-dashboard__node.is-inactive > svg { opacity: .68; filter: grayscale(.22) drop-shadow(0 6px 6px rgb(32 45 40 / .08)); }
.wbx-pv-dashboard__node.is-inactive .wbx-pv-dashboard__status b { color: #6f7975; }
.wbx-pv-dashboard__legend { display: flex; min-width: 0; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-top: 2px; color: #56615d; font-size: 12px; line-height: 1.25; }
.wbx-pv-dashboard__legend span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.wbx-pv-dashboard__key { display: inline-block; width: 24px; height: 3px; border-radius: 99px; }
.wbx-pv-dashboard__key--solar { background: #168451; }
.wbx-pv-dashboard__key--inactive { background: repeating-linear-gradient(90deg, #aeb6b2 0 6px, transparent 6px 10px); }
.wbx-pv-dashboard__example { display: block; margin-top: 10px; color: #7c8682; font-size: 11px; letter-spacing: .02em; text-align: center; }
.wbx-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.wbx-pv-insight { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(24px, 4vw, 58px); align-items: center; margin-top: 18px; padding: clamp(24px, 3vw, 38px); border-radius: 25px; color: #fff; background: radial-gradient(circle at 95% 0, rgb(143 200 47 / .12), transparent 32%), linear-gradient(145deg, #0b2116, #15382a); box-shadow: 0 18px 44px rgb(3 22 12 / .18); }
.wbx-pv-insight .wbx-kicker { color: #bde76f; }
.wbx-pv-insight h4 { margin: 0; font-size: clamp(20px, 2vw, 28px); font-weight: 600; letter-spacing: -.03em; line-height: 1.18; }
.wbx-pv-insight > p { margin: 0; color: rgb(255 255 255 / .75); font-size: 13px; }
.wbx-pv-insight small { display: block; margin-top: 10px; color: #c9e99f; font-size: 10px; font-weight: 750; }
.wbx-phase-note { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; margin-top: 18px; padding: 25px 28px; border: 1px solid rgb(10 106 59 / .13); border-radius: 23px; background: rgb(255 255 255 / .72); }
.wbx-phase-note__mark { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; color: var(--wbx-green-deep); text-align: center; }
.wbx-phase-note__mark span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(10 106 59 / .2); border-radius: 50%; background: #fff; font-size: 18px; font-weight: 850; }
.wbx-phase-note__mark i { color: var(--wbx-green); font-style: normal; }
.wbx-phase-note__mark small { grid-column: 1 / -1; color: var(--wbx-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.wbx-phase-note h4 { margin: 0 0 6px; font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.wbx-phase-note p { margin: 0; color: var(--wbx-muted); font-size: 12px; }
.wbx-phase-note details { margin-top: 10px; }
.wbx-phase-note summary { color: var(--wbx-green); font-size: 11px; font-weight: 800; cursor: pointer; }
.wbx-phase-note details p { padding-top: 8px; font-size: 10px; }
.wbx-fineprint { color: var(--wbx-muted); font-size: 9px; }
.wbx-inline-link { display: inline-flex; gap: 7px; margin-top: 4px; color: var(--wbx-green-deep); font-size: 13px; font-weight: 800; text-decoration: none; }
.wbx-terms { display: grid; gap: 0; margin: 24px 0 18px; }
.wbx-terms div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--wbx-line); }
.wbx-terms dt { color: var(--wbx-green-deep); font-weight: 850; }
.wbx-terms dd { margin: 0; color: var(--wbx-muted); font-size: 12px; }
.wbx-law { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 28px; margin-top: 18px; padding: clamp(28px, 4vw, 45px); border-radius: 25px; color: #fff; background: radial-gradient(circle at 90% 0, rgb(143 200 47 / .14), transparent 35%), var(--wbx-dark); }
.wbx-law .wbx-kicker { color: #bde76f; }
.wbx-law h3 { margin: 0; }
.wbx-law > p { margin: 0; color: rgb(255 255 255 / .72); font-size: 13px; }
.wbx-law details { grid-column: 2 / -1; border-top: 1px solid rgb(255 255 255 / .15); padding-top: 12px; }
.wbx-law summary { cursor: pointer; color: #c7e98c; font-size: 12px; font-weight: 800; }
.wbx-law details div { display: grid; gap: 6px; padding-top: 12px; color: rgb(255 255 255 / .7); font-size: 11px; }
.wbx-law details p { margin: 0; }
.wbx-law details a { color: #c7e98c; }
.wbx-law__link { grid-column: 2 / -1; color: #c7e98c !important; font-size: 12px; font-weight: 800; text-decoration: none; }

.wbx-solutions { background: #fbfcfa; }
.wbx-solution-tabs { min-width: 0; }
.wbx-solution-tabs__list { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 19px; padding: 6px; border: 1px solid var(--wbx-line); border-radius: 999px; background: #eff3ef; scrollbar-width: none; }
.wbx-solution-tabs__list::-webkit-scrollbar { display: none; }
.wbx-solution-tabs__list button { flex: 1 0 auto; min-height: 48px; padding: 10px 18px; border: 0; border-radius: 999px; color: var(--wbx-muted); background: transparent; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; transition: color var(--wbx-fast), background var(--wbx-fast), box-shadow var(--wbx-medium); }
.wbx-solution-tabs__list button[aria-selected="true"] { color: var(--wbx-green-deep); background: #fff; box-shadow: 0 8px 23px rgb(23 32 29 / .11); }
.wbx-solution-panel { min-height: 510px; padding: clamp(20px, 3vw, 34px); border: 1px solid var(--wbx-line); border-radius: var(--wbx-radius); background: linear-gradient(145deg, #f5f7f4, #edf2ee); }
.wbx-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 15px; }
.wbx-product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wbx-product-grid--single { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); align-items: stretch; }
.wbx-product-grid--retrofit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wbx-product { display: grid; overflow: hidden; min-width: 0; height: 100%; min-height: 445px; border: 1px solid #d6ded8; border-radius: 21px; background: linear-gradient(145deg, #fff, #f0f4f0); box-shadow: 0 14px 35px rgb(23 32 29 / .06); }
.wbx-product:not(.wbx-product--wide) { grid-template-rows: 270px minmax(175px, 1fr); min-height: 470px; }
.wbx-product--retrofit:not(.wbx-product--wide) { grid-template-rows: 285px minmax(305px, 1fr); min-height: 590px; }
.wbx-product img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; padding: 24px; background: transparent; filter: drop-shadow(0 15px 13px rgb(13 43 27 / .17)); }
.wbx-product:not(.wbx-product--wide) img { height: 270px; }
.wbx-product--retrofit:not(.wbx-product--wide) img { height: 285px; padding: 8px 20px; }
.wbx-product:not(.wbx-product--wide) .wbx-product__image--sungrow { padding: 25px; }
.wbx-product__image--generic { display: block; width: 100%; height: 100%; min-height: 250px; padding: 18px; background: #edf4ef; }
.wbx-product:not(.wbx-product--wide) .wbx-product__image--goodwe { padding: 14px 34px; }
.wbx-product:not(.wbx-product--wide) .wbx-product__image--fronius { padding: 29px 46px; }
.wbx-product:not(.wbx-product--wide) .wbx-product__image--charge-amps { padding: 24px 42px; }
.wbx-product > div { position: relative; z-index: 1; min-width: 0; padding: 22px; background: #fff; }
.wbx-product small { display: block; margin-bottom: 9px; color: var(--wbx-green); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wbx-product h3 { margin-bottom: 8px; overflow-wrap: anywhere; font-size: 22px; }
.wbx-product p { margin: 0; overflow-wrap: anywhere; color: var(--wbx-muted); font-size: 12px; }
.wbx-product .wbx-product__lead { margin-bottom: 16px; color: var(--wbx-dark); font-size: 13px; line-height: 1.5; }
.wbx-product--wide { grid-template-columns: minmax(260px, .8fr) minmax(280px, 1.2fr); grid-template-rows: none; }
.wbx-product-grid--business { grid-template-columns: 1fr; }
.wbx-product.wbx-product--business-feature { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); grid-template-rows: minmax(390px, auto); min-height: 390px; }
.wbx-product--business-feature .wbx-product__image--charge-amps { height: 100%; min-height: 100%; padding: 34px clamp(42px, 6vw, 82px); }
.wbx-product--business-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 4vw, 48px); }
.wbx-product--business-feature .wbx-product__lead { max-width: 620px; margin-bottom: 19px; color: var(--wbx-dark); font-size: 15px; line-height: 1.55; }
.wbx-product__benefits { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.wbx-product__benefits li { position: relative; padding-left: 20px; color: var(--wbx-muted); font-size: 13px; line-height: 1.5; }
.wbx-product__benefits li::before { position: absolute; top: .55em; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--wbx-lime); box-shadow: 0 0 0 4px rgb(143 204 46 / .12); content: ""; }
.wbx-solution-panel__hint { margin: 18px 4px 0; color: var(--wbx-muted); font-size: 11px; }
.wbx-solution-panel__hint strong { color: var(--wbx-green-deep); }
.wbx-solution-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 4vw, 48px); border-radius: 21px; color: #fff; background: var(--wbx-dark); }
.wbx-solution-copy p { color: rgb(255 255 255 / .72); }
.wbx-product-note { max-width: 920px; margin: 18px 0 0; color: var(--wbx-muted); font-size: 10px; }

.wbx-proof { background: var(--wbx-warm); }
.wbx-proof__feature { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; margin-bottom: 35px; border-radius: 30px; background: #fff; box-shadow: var(--wbx-shadow); }
.wbx-proof__feature figure { position: relative; min-height: 580px; margin: 0; }
.wbx-proof__feature figure img { width: 100%; height: 100%; object-fit: cover; }
.wbx-live-proof-graphic { display: block; width: 100%; height: 100%; min-height: inherit; background: #102d20; }
.wbx-proof__feature figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; padding: 8px 10px; border-radius: 10px; color: rgb(255 255 255 / .8); background: rgb(9 24 15 / .56); font-size: 9px; backdrop-filter: blur(8px); }
.wbx-proof__feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 68px); }
.wbx-proof__feature > div > p:not(.wbx-eyebrow) { color: var(--wbx-muted); }
.wbx-proof__feature ul { display: grid; gap: 10px; margin: 19px 0 0; padding: 0; list-style: none; }
.wbx-proof__feature li { position: relative; padding-left: 21px; font-size: 14px; font-weight: 700; }
.wbx-proof__feature li::before { position: absolute; top: .6em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--wbx-green-bright); content: ""; }
.wbx-review-context { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin: 0 0 18px; padding: 0 4px; }
.wbx-review-context span { max-width: 690px; color: var(--wbx-muted); font-size: 11px; text-align: right; }

/* Server-rendered, manually verified general Bredewald Google reviews. */
.wbx .pv-google-reviews { padding: clamp(25px, 4vw, 42px); border: 1px solid rgb(23 32 29 / .1); border-radius: 28px; background: linear-gradient(145deg, rgb(255 255 255 / .9), rgb(238 245 237 / .84)); box-shadow: var(--wbx-shadow-soft); }
.wbx .pv-google-reviews__header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; margin-bottom: 26px; }
.wbx .pv-google-reviews__heading h3 { font-size: clamp(26px, 3vw, 40px); }
.wbx .pv-google-reviews__heading p:last-child { color: var(--wbx-muted); font-size: 13px; }
.wbx .pv3-kicker { margin: 0 0 10px; color: var(--wbx-green); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wbx .pv-google-reviews__summary { padding: 20px; border: 1px solid rgb(10 106 59 / .15); border-radius: 19px; background: #fff; }
.wbx .pv-google-reviews__source, .wbx .pv-google-reviews__count, .wbx .pv-google-reviews__summary small { display: block; color: var(--wbx-muted); font-size: 10px; }
.wbx .pv-google-reviews__rating { display: flex; gap: 13px; align-items: center; margin: 5px 0; }
.wbx .pv-google-reviews__rating > strong { color: var(--wbx-ink); font-size: 42px; line-height: 1; }
.wbx .pv-google-reviews__rating > div { display: grid; }
.wbx .pv-google-reviews__rating span:not(.pv-google-reviews__stars) { color: var(--wbx-muted); font-size: 10px; }
.wbx .pv-google-reviews__stars { position: relative; display: inline-block; color: #f2b01e; font-family: Arial, sans-serif; font-size: 22px; letter-spacing: 2px; line-height: 1; }
.wbx .pv-google-reviews__rating .pv-google-reviews__stars > span { display: inline-block; color: inherit; font-size: inherit; letter-spacing: inherit; line-height: inherit; white-space: nowrap; }
.wbx .pv-google-reviews__stars::before { display: none; content: none; }
.wbx .pv-google-reviews__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.wbx .pv-google-reviews__card { display: flex; flex-direction: column; min-height: 265px; padding: 22px; border: 1px solid #dbe1dc; border-radius: 19px; background: #fff; }
.wbx .pv-google-reviews__card-source { display: flex; justify-content: space-between; gap: 10px; color: var(--wbx-muted); font-size: 9px; text-transform: uppercase; }
.wbx .pv-google-reviews__card-stars { margin: 13px 0; font-size: 17px; }
.wbx .pv-google-reviews__card blockquote { margin: 0 0 20px; }
.wbx .pv-google-reviews__card blockquote p { color: #34423a; font-size: 14px; }
.wbx .pv-google-reviews__card footer { display: flex; justify-content: space-between; gap: 13px; align-items: end; margin-top: auto; color: var(--wbx-muted); font-size: 10px; }
.wbx .pv-google-reviews__card footer div { display: grid; }
.wbx .pv-google-reviews__card footer strong { color: var(--wbx-ink); }
.wbx .pv-google-reviews__footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; color: var(--wbx-muted); font-size: 9px; }
.wbx .pv-google-reviews__footer p { max-width: 750px; margin: 0; }
.wbx .pv3-text-link { color: var(--wbx-green); font-size: 11px; font-weight: 800; white-space: nowrap; }

.wbx-process { color: #fff; background: linear-gradient(145deg, var(--wbx-dark), #173b2a); }
.wbx-process .wbx-eyebrow { color: #bde76f; }
.wbx-process__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: none; }
.wbx-process__steps li { position: relative; min-width: 0; padding: 0 24px 0 0; }
.wbx-process__steps li:not(:last-child)::after { position: absolute; top: 18px; right: 9px; width: 28px; height: 1px; background: rgb(189 231 111 / .4); content: ""; }
.wbx-process__steps span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 28px; border: 1px solid rgb(189 231 111 / .38); border-radius: 50%; color: #c8ee82; font-size: 10px; font-weight: 800; }
.wbx-process__steps h3 { font-size: 20px; }
.wbx-process__steps p { color: rgb(255 255 255 / .65); font-size: 12px; }

.wbx-faq { background: #f7f8f5; }
.wbx-faq__layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr); gap: clamp(44px, 7vw, 100px); align-items: start; }
.wbx-faq .wbx-heading { position: sticky; top: 110px; margin: 0; }
.wbx-faq__items { border-top: 1px solid var(--wbx-line); }
.wbx-faq details { border-bottom: 1px solid var(--wbx-line); }
.wbx-faq summary { position: relative; padding: 22px 42px 22px 0; color: var(--wbx-ink); font-size: 16px; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.wbx-faq summary::-webkit-details-marker { display: none; }
.wbx-faq summary::before, .wbx-faq summary::after { position: absolute; top: 31px; right: 3px; width: 18px; height: 1px; background: var(--wbx-green); content: ""; transition: transform var(--wbx-medium) var(--wbx-ease); }
.wbx-faq summary::after { transform: rotate(90deg); }
.wbx-faq details[open] summary::after { transform: rotate(0); }
.wbx-faq details > div { overflow: hidden; padding: 0 40px 20px 0; color: var(--wbx-muted); font-size: 13px; }
.wbx-faq details > div p { margin: 0; }

.wbx-final { padding: clamp(74px, 8vw, 120px) 0; color: #fff; background: radial-gradient(circle at 8% 15%, rgb(143 200 47 / .18), transparent 28%), linear-gradient(145deg, #071a10, #0f3020); }
.wbx-final .wbx-eyebrow { color: #bde76f; }
.wbx-final__inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 55px; align-items: center; }
.wbx-final__inner p:not(.wbx-eyebrow) { max-width: 680px; color: rgb(255 255 255 / .7); }
.wbx-final__actions { display: grid; gap: 16px; justify-items: stretch; }
.wbx-final__actions > a:last-child { color: rgb(255 255 255 / .76); font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
.wbx-mobile-actions { display: none; }

[data-wbx-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms var(--wbx-ease), transform 650ms var(--wbx-ease); }
[data-wbx-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
	.wbx-shell { width: min(100% - 40px, 1080px); }
	.wbx-clarity .wbx-clarity__shell { width: min(100% - 40px, 1080px); }
	.wbx__breadcrumb { left: 20px; }
	.wbx-hero__copy { width: min(720px, 69%); }
	.wbx-check-layout { grid-template-columns: .68fr 1.32fr; gap: 36px; }
	.wbx-clarity__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wbx-clarity-card--flow { grid-column: span 2; }
	.wbx-power-advice { grid-template-columns: 1fr; }
	.wbx-power-advice__copy { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 0 46px; align-items: start; }
	.wbx-power-advice__copy > .wbx-kicker, .wbx-power-advice__copy > h3, .wbx-power-advice__copy > .wbx-power-advice__lead { grid-column: 1; }
	.wbx-power-advice__facts { grid-column: 2; grid-row: 1 / span 4; }
	.wbx-power-advice__cta { grid-column: 1; justify-self: start; }
	.wbx-law { grid-template-columns: .5fr 1fr 1fr; }
	.wbx-product-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
	.wbx-section { padding-block: 78px; }
	.wbx-hero { min-height: 720px; }
	.wbx-hero::before { background: linear-gradient(90deg, rgb(6 24 15 / .94), rgb(6 24 15 / .72) 60%, rgb(6 24 15 / .24)); }
	.wbx-hero__copy { width: min(760px, 82%); }
	.wbx-situations__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wbx-situation:last-child { grid-column: 1 / -1; min-height: 350px; }
	.wbx-check-layout, .wbx-cost__layout, .wbx-faq__layout { grid-template-columns: 1fr; }
	.wbx-power-advice__copy { display: block; }
	.wbx-check-intro, .wbx-faq .wbx-heading { position: static; }
	.wbx-check-intro { max-width: 760px; }
	.wbx-person__card { grid-template-columns: .82fr 1.18fr; }
	.wbx-person__portrait { min-height: 560px; }
	.wbx-scope__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wbx-law { grid-template-columns: 1fr 1fr; }
	.wbx-law > div { grid-column: 1 / -1; }
	.wbx-law details, .wbx-law__link { grid-column: 1 / -1; }
	.wbx-product-grid--single { grid-template-columns: 1fr; }
	.wbx-proof__feature { grid-template-columns: 1fr; }
	.wbx-proof__feature figure { min-height: 440px; }
	.wbx-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
	.wbx-process__steps li:nth-child(3)::after { display: none; }
	.wbx-final__inner { grid-template-columns: 1fr; gap: 24px; }
	.wbx-final__actions { justify-items: start; }
}

@media (min-width: 741px) and (max-width: 820px) {
	.wbx-pv-dashboard__node--wallbox { left: 15%; width: 180px; }
	.wbx-pv-dashboard__vehicle { width: 154px; height: 77px; }
	.wbx-pv-dashboard__vehicle > svg { width: 42px; height: 67px; }
	.wbx-pv-dashboard__vehicle > img { width: 132px; }
	.wbx-pv-dashboard__node--wallbox .wbx-pv-dashboard__status { min-width: 150px; }
	.wbx-pv-dashboard__node--grid { width: 160px; }
	.wbx-pv-dashboard__node--grid .wbx-pv-dashboard__status { min-width: 150px; }
}

@media (max-width: 740px) {
	.wbx-check-section { scroll-margin-top: 78px; }
	body.bredewald-wbx-page { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
	.wbx-shell { width: min(100% - 28px, 680px); }
	.wbx-clarity .wbx-clarity__shell { width: min(100% - 24px, 680px); }
	.wbx-section { padding-block: 66px; }
	.wbx h1 { font-size: clamp(39px, 12vw, 56px); }
	.wbx h2 { font-size: clamp(32px, 9vw, 43px); }
	.wbx__breadcrumb { display: none; }
	.wbx-hero { min-height: 750px; }
	.wbx-hero::before { background: linear-gradient(180deg, rgb(5 20 12 / .52), rgb(5 20 12 / .9) 53%, rgb(5 20 12 / .98)); }
	.wbx-hero__media img { object-position: 62% 32%; }
	.wbx-hero__grid { align-items: end; padding-block: 240px 68px; }
	.wbx-hero__copy { width: 100%; }
	.wbx-hero__media figcaption { right: 14px; bottom: 8px; max-width: 90%; font-size: 8px; }
	.wbx-actions { display: grid; }
	.wbx-button { width: 100%; min-height: 52px; }
	.wbx-hero__trust { display: grid; gap: 8px; margin-top: 24px; }
	.wbx-situations__grid, .wbx-cost__factors, .wbx-clarity__grid, .wbx-scope__grid { grid-template-columns: 1fr; }
	.wbx-situation, .wbx-situation:last-child { grid-column: auto; min-height: 0; padding: 25px; }
	.wbx-situation__icon { width: 56px; height: 56px; margin-bottom: 22px; }
	.wbx-situation__tag { top: 16px; right: 16px; }
	.wbx-check-section { padding-top: 60px; }
	.wbx-check-layout { gap: 30px; }
	.wbx-check-benefits { display: none; }
	.wbx-check { margin-inline: -4px; padding: 20px 16px; border-radius: 24px; }
	.wbx-step { min-height: 420px; }
	.wbx-step legend { font-size: 29px; }
	.wbx-options { grid-template-columns: 1fr; }
	.wbx-options span { min-height: 55px; }
	.wbx-photo-guide, .wbx-contact-fields { grid-template-columns: 1fr; }
	.wbx-photo-upload__previews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wbx-check__nav { position: sticky; z-index: 2; bottom: 0; margin-inline: -16px; padding: 15px 16px 0; background: linear-gradient(rgb(239 245 241 / .65), #edf4ef 28%); backdrop-filter: blur(12px); }
	.wbx-check__nav .wbx-button { width: auto; min-width: 105px; }
	.wbx-person__card { grid-template-columns: 1fr; border-radius: 25px; }
	.wbx-person__portrait { min-height: 0; aspect-ratio: 4 / 4.65; }
	.wbx-person__portrait img { object-position: 50% 29%; }
	.wbx-person__copy { padding: 29px 24px 34px; }
	.wbx-person__contact { display: grid; }
	.wbx-scope__grid { gap: 13px; }
	.wbx-scope__grid li { min-height: 0; padding: 23px; border-radius: 21px; }
	.wbx-scope-card__top { margin-bottom: 21px; }
	.wbx-scope-card__icon { width: 58px; height: 58px; flex-basis: 58px; border-radius: 18px; }
	.wbx-scope-card__icon svg { width: 38px; height: 38px; }
	.wbx-cost__factors article { min-height: 0; }
	.wbx-cost__factors svg { margin-bottom: 18px; }
	.wbx-clarity__intro { margin-bottom: 38px; }
	.wbx-power-advice, .wbx-pv-showcase { padding: 24px 18px; border-radius: 26px; }
	.wbx-power-advice { gap: 30px; }
	.wbx-power-advice__copy h3, .wbx-pv-showcase__head h3 { font-size: 31px; }
	.wbx-power-advice__lead { margin-bottom: 23px; }
	.wbx-power-advice__facts > div { padding: 19px 0; }
	.wbx-power-advice__cta { width: 100%; }
	.wbx-power-visual { margin-inline: -5px; padding: 20px 14px; border-radius: 22px; }
	.wbx-power-visual__head { display: grid; gap: 2px; }
	.wbx-power-route { grid-template-columns: 43px minmax(54px, 1fr) 58px; gap: 11px 9px; padding: 16px 13px; }
	.wbx-power-route__device svg { width: 40px; height: 40px; }
	.wbx-power-route__car img { width: 58px; }
	.wbx-power-route__copy { grid-template-columns: auto 1fr; gap: 2px 10px; }
	.wbx-power-route__copy strong { font-size: 32px; }
	.wbx-power-route__copy span { font-size: 10px; }
	.wbx-power-route__copy em { font-size: 8px; line-height: 1.35; }
	.wbx-pv-showcase__head { margin-bottom: 24px; }
	.wbx-pv-showcase__head > p:last-child { font-size: 16px; }
	.wbx-pv-stage { margin-inline: -3px; padding: 0; }
	.wbx-pv-dashboard__diagram { height: 570px; }
	.wbx-pv-dashboard__routes--desktop { display: none; }
	.wbx-pv-dashboard__routes--mobile { display: block; }
	.wbx-pv-dashboard__node { width: 120px; }
	.wbx-pv-dashboard__node > svg { width: 72px; height: 56px; }
	.wbx-pv-dashboard__node > strong { font-size: 13px; }
	.wbx-pv-dashboard__status { min-width: 106px; padding: 6px 8px; }
	.wbx-pv-dashboard__status b { font-size: 14px; }
	.wbx-pv-dashboard__status small { font-size: 11px; line-height: 1.25; }
	.wbx-pv-dashboard__node--pv { top: 0; left: 50%; }
	.wbx-pv-dashboard__node--house { top: 145px; left: 50%; }
	.wbx-pv-dashboard__node--house > svg { width: 68px; height: 62px; }
	.wbx-pv-dashboard__node--wallbox { top: 285px; left: 50%; width: 200px; }
	.wbx-pv-dashboard__vehicle { width: 166px; height: 88px; }
	.wbx-pv-dashboard__vehicle > svg { width: 46px; height: 73px; }
	.wbx-pv-dashboard__vehicle > img { width: 142px; }
	.wbx-pv-dashboard__node--wallbox .wbx-pv-dashboard__status { min-width: 160px; }
	.wbx-pv-dashboard__node--storage { top: 455px; left: 22%; width: 120px; }
	.wbx-pv-dashboard__node--storage > svg { width: 42px; height: 64px; }
	.wbx-pv-dashboard__node--grid { top: 455px; left: 78%; width: 130px; }
	.wbx-pv-dashboard__node--grid > svg { width: 34px; height: 50px; }
	.wbx-pv-dashboard__node--grid .wbx-pv-dashboard__status { min-width: 126px; }
	.wbx-pv-dashboard__priority { top: -14px; font-size: 10px; }
	.wbx-pv-dashboard__legend { gap: 8px 18px; font-size: 11px; }
	.wbx-pv-dashboard__key { width: 20px; }
	.wbx-pv-dashboard__example { font-size: 11px; }
	.wbx-pv-insight { grid-template-columns: 1fr; gap: 13px; padding: 23px 20px; border-radius: 21px; }
	.wbx-pv-insight > p { font-size: 12px; }
	.wbx-phase-note { grid-template-columns: 1fr; gap: 17px; padding: 22px 20px; }
	.wbx-phase-note__mark { width: 118px; }
	.wbx-law { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
	.wbx-law > div, .wbx-law details, .wbx-law__link { grid-column: auto; }
	.wbx-solution-tabs__list { margin-right: -14px; margin-left: -14px; padding-inline: 14px; border-right: 0; border-left: 0; border-radius: 0; scroll-snap-type: x mandatory; }
	.wbx-solution-tabs__list button { flex-basis: 46%; scroll-snap-align: center; }
	.wbx-solution-panel { min-height: 0; padding: 14px; }
	.wbx-product-grid, .wbx-product-grid--three, .wbx-product-grid--single, .wbx-product-grid--retrofit { grid-template-columns: 1fr; }
	.wbx-product--wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: minmax(220px, auto) auto; }
	.wbx-product, .wbx-product:not(.wbx-product--wide) { min-height: 0; grid-template-rows: 230px auto; }
	.wbx-product img, .wbx-product:not(.wbx-product--wide) img { height: 230px; min-height: 0; padding: 20px; }
	.wbx-product:not(.wbx-product--wide) .wbx-product__image--goodwe { padding: 12px 30px; }
	.wbx-product:not(.wbx-product--wide) .wbx-product__image--fronius { padding: 24px 42px; }
	.wbx-product--retrofit:not(.wbx-product--wide) { min-height: 0; grid-template-rows: 240px auto; }
	.wbx-product--retrofit:not(.wbx-product--wide) img { height: 240px; padding: 6px 14px; }
	.wbx-product--wide .wbx-product__image--abl { padding: 10px 24px; }
	.wbx-product.wbx-product--business-feature { grid-template-columns: 1fr; grid-template-rows: 260px auto; min-height: 0; }
	.wbx-product--business-feature .wbx-product__image--charge-amps { height: 260px; min-height: 0; padding: 12px clamp(36px, 12vw, 58px); }
	.wbx-product--business-feature > div { padding: 24px 22px 27px; }
	.wbx-product--business-feature .wbx-product__lead { margin-bottom: 16px; font-size: 14px; }
	.wbx-product__benefits { gap: 9px; }
	.wbx-product__benefits li { font-size: 12px; }
	.wbx-solution-copy { padding: 25px; }
	.wbx-proof__feature figure { min-height: 360px; }
	.wbx-proof__feature > div { padding: 30px 24px; }
	.wbx-review-context { display: grid; }
	.wbx-review-context span { text-align: left; }
	.wbx .pv-google-reviews { padding: 20px 15px; }
	.wbx .pv-google-reviews__header, .wbx .pv-google-reviews__grid { grid-template-columns: 1fr; }
	.wbx .pv-google-reviews__footer { display: grid; }
	.wbx .pv3-text-link { white-space: normal; }
	.wbx-process__steps { grid-template-columns: 1fr; gap: 0; }
	.wbx-process__steps li { display: grid; grid-template-columns: 40px 1fr; gap: 0 14px; padding: 0 0 25px; }
	.wbx-process__steps li:not(:last-child)::after { top: 36px; right: auto; bottom: 2px; left: 18px; width: 1px; height: auto; }
	.wbx-process__steps span { grid-row: span 2; margin: 0; }
	.wbx-process__steps h3 { margin: 4px 0 5px; }
	.wbx-process__steps p { margin: 0; }
	.wbx-faq summary { font-size: 15px; }
	.wbx-final__actions { justify-items: stretch; }
	.wbx-mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .38fr .62fr; padding: 8px max(9px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left)); border-top: 1px solid rgb(255 255 255 / .38); background: rgb(245 248 245 / .86); box-shadow: 0 -10px 35px rgb(10 36 23 / .13); backdrop-filter: blur(18px) saturate(145%); }
	.wbx-mobile-actions a { display: grid; place-items: center; min-height: 48px; padding: 9px 10px; border-radius: 999px; color: var(--wbx-green-deep); font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }
	.wbx-mobile-actions a:last-child { color: #112313; background: linear-gradient(135deg, #c7e98c, #a9d758); }
	.wbx-mobile-actions.is-hidden { opacity: 0; pointer-events: none; transform: translateY(100%); }
	.bredewald-wbx-page #moove_gdpr_save_popup_settings_button { bottom: calc(78px + env(safe-area-inset-bottom)) !important; }
}

@media (max-width: 390px) {
	.wbx-shell { width: calc(100% - 22px); }
	.wbx h1 { font-size: 40px; }
	.wbx h2 { font-size: 33px; }
	.wbx-hero { min-height: 720px; }
	.wbx-check { margin-inline: 0; }
	.wbx-power-advice, .wbx-pv-showcase { padding-inline: 15px; }
	.wbx-power-route { grid-template-columns: 38px minmax(48px, 1fr) 52px; padding-inline: 11px; }
	.wbx-power-route__device svg { width: 36px; }
	.wbx-power-route__car img { width: 52px; }
	.wbx-power-route__copy span { font-size: 9px; }
	.wbx-pv-dashboard__node--storage { left: 23%; }
	.wbx-pv-dashboard__node--grid { left: 77%; }
	.wbx-pv-dashboard__legend { gap-inline: 8px; }
	.wbx-check__top > div:first-child { align-items: flex-start; }
	.wbx-photo-guide div { padding: 13px; }
	.wbx-solution-tabs__list button { flex-basis: 58%; }
	.wbx .pv-google-reviews__rating > strong { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	.wbx *, .wbx *::before, .wbx *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.wbx [data-wbx-reveal] { opacity: 1; transform: none; }
	.wbx-energy-map__trunk i { display: none; }
	.wbx-pv-dashboard__pulse { display: none !important; }
	.wbx-pv-dashboard__line { opacity: 1; }
	.wbx-power-route__track { animation: none !important; }
	.wbx-power-route__track i { animation: none !important; opacity: 1; }
	.wbx-power-route__track i:nth-child(1) { left: 20%; }
	.wbx-power-route__track i:nth-child(2) { left: 45%; }
	.wbx-power-route__track i:nth-child(3) { left: 70%; }
	.wbx-power-route__track i:nth-child(4) { left: 90%; }
}
